Re: [dpdk-dev] [PATCH] net/mlx5: fix flow priority on queue action

2018-02-01 Thread Shahaf Shuler
Thursday, February 1, 2018 3:42 AM, Yongseok Koh: > > On Jan 31, 2018, at 8:13 AM, Nelio Laranjeiro > wrote: > > > > A single queue should have the same verbs priority as an RSS one. > > > > Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") > > Cc: sta...@dpdk.org > > > >

Re: [dpdk-dev] [PATCH] net/mlx5: fix flow priority on queue action

2018-01-31 Thread Yongseok Koh
> On Jan 31, 2018, at 8:13 AM, Nelio Laranjeiro > wrote: > > A single queue should have the same verbs priority as an RSS one. > > Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") > Cc: sta...@dpdk.org > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Ko

[dpdk-dev] [PATCH] net/mlx5: fix flow priority on queue action

2018-01-31 Thread Nelio Laranjeiro
A single queue should have the same verbs priority as an RSS one. Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") Cc: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) d