net/mlx5: fix flow director filter removal
authorNélio Laranjeiro <nelio.laranjeiro@6wind.com>
Tue, 31 Oct 2017 15:51:13 +0000 (16:51 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 1 Nov 2017 21:17:44 +0000 (22:17 +0100)
commit9f9c37412ab53b9bcc7b4d77a491e580bbb22385
tree1e3b3cb49c3a8abad35ae4485cebf34a908a7988
parent92a67a70fd8aa54213abe21424d0259d65cae2cd
net/mlx5: fix flow director filter removal

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 <nelio.laranjeiro@6wind.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
drivers/net/mlx5/mlx5_flow.c