Re: [dpdk-dev] [PATCH] net/mlx5: fix adjust priority for drop queue

2017-10-25 Thread Nélio Laranjeiro
On Tue, Oct 24, 2017 at 10:55:03AM -0700, Yongseok Koh wrote: > On Tue, Oct 24, 2017 at 01:33:19PM +0200, Nelio Laranjeiro wrote: > > Drop queue should also adjust their priority according the most specific > > layer in the pattern they are matching to avoid dropping all the traffic. > > > > Fixes

Re: [dpdk-dev] [PATCH] net/mlx5: fix adjust priority for drop queue

2017-10-24 Thread Yongseok Koh
On Tue, Oct 24, 2017 at 01:33:19PM +0200, Nelio Laranjeiro wrote: > Drop queue should also adjust their priority according the most specific > layer in the pattern they are matching to avoid dropping all the traffic. > > Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") >

[dpdk-dev] [PATCH] net/mlx5: fix adjust priority for drop queue

2017-10-24 Thread Nelio Laranjeiro
Drop queue should also adjust their priority according the most specific layer in the pattern they are matching to avoid dropping all the traffic. Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 8 +++