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

2017-11-13 Thread Thomas Monjalon
13/11/2017 17:56, Yongseok Koh: > > > On Nov 13, 2017, at 4:25 AM, Nelio Laranjeiro > > wrote: > > > > The speciation are wrongly computed causing the rule to not be match > > correctly for deletion. > > > > Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") > > > > Signed-off-by: Nelio

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

2017-11-13 Thread Yongseok Koh
> On Nov 13, 2017, at 4:25 AM, Nelio Laranjeiro > wrote: > > The speciation are wrongly computed causing the rule to not be match > correctly for deletion. > > Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") > > Signed-off-by: Nelio Laranjeiro > --- There's a typo in the commit mess

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

2017-11-13 Thread Nelio Laranjeiro
The speciation are wrongly computed causing the rule to not be match correctly for deletion. Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/n