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

2017-10-25 Thread Ferruh Yigit
On 10/25/2017 9:41 AM, Yongseok Koh wrote: > >> On Oct 25, 2017, at 1:25 AM, 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

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

2017-10-25 Thread Yongseok Koh
> On Oct 25, 2017, at 1:25 AM, 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 v2] net/mlx5: fix adjust priority for drop queue

2017-10-25 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 --- Changes in v2: * Reorder the if,