net/mlx5: fix flow director drop rule deletion crash
authorShahaf Shuler <shahafs@mellanox.com>
Tue, 15 May 2018 06:26:35 +0000 (09:26 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 17 May 2018 10:31:42 +0000 (12:31 +0200)
commit8fe576ad17a6f091c100dc1c61c11c5fb857f864
treea2cbb8bd3f88b29e1e56d5d29d617e49f9f19306
parent88e5469ff800fed3462721769894cc13b248d417
net/mlx5: fix flow director drop rule deletion crash

Drop flow rules are created on the ETH queue even though the parser layer
matches the flow rule layer (L3/L4)

Fixes: 6f2f4948b236 ("net/mlx5: fix flow director rule deletion crash")
Cc: stable@dpdk.org
Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx5/mlx5_flow.c