Re: [dpdk-dev] [PATCH v2] net/mlx5: remove parser/flow drop queue

2017-11-28 Thread Shahaf Shuler
Monday, November 27, 2017 8:11 PM, Ferruh Yigit: > On 11/26/2017 11:19 PM, Shahaf Shuler wrote: > > Thursday, November 23, 2017 11:30 AM, Nelio Laranjeiro: > >> This drop queue can be handled efficiently by using the drop flag in > >> the context. > >> > >> Signed-off-by: Nelio Laranjeiro > >> Ack

Re: [dpdk-dev] [PATCH v2] net/mlx5: remove parser/flow drop queue

2017-11-27 Thread Ferruh Yigit
On 11/26/2017 11:19 PM, Shahaf Shuler wrote: > Thursday, November 23, 2017 11:30 AM, Nelio Laranjeiro: >> This drop queue can be handled efficiently by using the drop flag in the >> context. >> >> Signed-off-by: Nelio Laranjeiro >> Acked-by: Yongseok Koh > > Applied to next-net-mlx, thanks. Hi

Re: [dpdk-dev] [PATCH v2] net/mlx5: remove parser/flow drop queue

2017-11-26 Thread Shahaf Shuler
Thursday, November 23, 2017 11:30 AM, Nelio Laranjeiro: > This drop queue can be handled efficiently by using the drop flag in the > context. > > Signed-off-by: Nelio Laranjeiro > Acked-by: Yongseok Koh Applied to next-net-mlx, thanks.

[dpdk-dev] [PATCH v2] net/mlx5: remove parser/flow drop queue

2017-11-23 Thread Nelio Laranjeiro
This drop queue can be handled efficiently by using the drop flag in the context. Signed-off-by: Nelio Laranjeiro Acked-by: Yongseok Koh --- Changes in v2: * remove also the drop queue in rte_flow structure to avoid a segfault. --- drivers/net/mlx5/mlx5_flow.c | 178 ++--