[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 mi

[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 Tx

[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

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

2016-09-28 Thread Olivier Gournet
Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") Signed-off-by: Olivier Gournet --- drivers/net/mlx5/mlx5_ethdev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/mlx5/mlx5_ethdev.c b/drivers/net/mlx5/mlx5_ethdev.c index 130e15d..6f39965 100644 --- a/