Re: [dpdk-dev] [PATCH] net/mlx5: fix flow director delete with drop action

2017-11-07 Thread Ferruh Yigit
On 11/6/2017 2:41 AM, Nelio Laranjeiro wrote: > Removing a flow director rule with a drop action ends by not removing it > due to a missing verbs drop specification in the conversion process between > the flow director and generic flow API. > > Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director

[dpdk-dev] [PATCH] net/mlx5: fix flow director delete with drop action

2017-11-06 Thread Nelio Laranjeiro
Removing a flow director rule with a drop action ends by not removing it due to a missing verbs drop specification in the conversion process between the flow director and generic flow API. Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") Signed-off-by: Nelio Laranjeiro --- drivers/net/ml