Re: [dpdk-dev] [PATCH] net/mlx5: fix flow director rules comparison

2017-11-10 Thread Ferruh Yigit
On 11/9/2017 4:43 AM, Nelio Laranjeiro wrote: > When deleting/replacing a flow director rule the first rule of the list was > always the one replaced instead of the corresponding one. > > Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") > > Signed-off-by: Nelio Laranjeiro Applied to dpdk

[dpdk-dev] [PATCH] net/mlx5: fix flow director rules comparison

2017-11-09 Thread Nelio Laranjeiro
When deleting/replacing a flow director rule the first rule of the list was always the one replaced instead of the corresponding one. Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 5 - 1 file changed, 4 insertions(