[dpdk-dev] [PATCH] net/mlx5: fix init on secondary process

2016-10-17 Thread Ferruh Yigit
Hi Olivier, On 10/11/2016 10:45 AM, Adrien Mazarguil wrote: > Hi Olivier, > > Secondary process support's got overlooked during this refactoring, thanks > for the patch. However can you describe the issue you're addressing as part > of the commit log? > > I think problems started when txq got

[dpdk-dev] [PATCH] net/mlx5: fix init on secondary process

2016-10-11 Thread Adrien Mazarguil
Hi Olivier, Secondary process support's got overlooked during this refactoring, thanks for the patch. However can you describe the issue you're addressing as part of the commit log? I think problems started when txq got mistakenly converted to primary_txq_ctrl in 21c8bb4928c9 ("net/mlx5: split

[dpdk-dev] [PATCH] net/mlx5: fix init on secondary process

2016-10-10 Thread Ferruh Yigit
On 9/28/2016 3:24 PM, Olivier Gournet wrote: > Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") > > Signed-off-by: Olivier Gournet > --- Adding maintainer to the thread