Re: [dpdk-dev] [PATCH 4/5] net/mlx5: fix fdir flow removal

2017-10-31 Thread Yongseok Koh
> On Oct 31, 2017, at 8:51 AM, Nelio Laranjeiro > wrote: > > Initialise struct mlx5_fdir to avoid passing non initialised items/actions > arrays elements to the generic flow interpreter. > > Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") > > Signed-off-by: Nelio Laranjeiro > --- Ack

[dpdk-dev] [PATCH 4/5] net/mlx5: fix fdir flow removal

2017-10-31 Thread Nelio Laranjeiro
Initialise struct mlx5_fdir to avoid passing non initialised items/actions arrays elements to the generic flow interpreter. Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 4 +++- 1 file changed, 3 insertions(+), 1 delet