Re: [dpdk-dev] [PATCH] net/mlx5: fix creation of drop flows

2017-06-15 Thread Nélio Laranjeiro
On Thu, Jun 15, 2017 at 01:34:31PM +0100, Ferruh Yigit wrote: > On 6/15/2017 9:25 AM, Nelio Laranjeiro wrote: > > Drop flows being created when the port is stop should not access to the drop > > table hash queues as it is invalid. > > > > Fixes: 028761059aeb ("net/mlx5: use an RSS drop queue") > >

Re: [dpdk-dev] [PATCH] net/mlx5: fix creation of drop flows

2017-06-15 Thread Ferruh Yigit
On 6/15/2017 9:25 AM, Nelio Laranjeiro wrote: > Drop flows being created when the port is stop should not access to the drop > table hash queues as it is invalid. > > Fixes: 028761059aeb ("net/mlx5: use an RSS drop queue") > > Signed-off-by: Nelio Laranjeiro > Acked-by: Shahaf Shuler Applied t