net/mlx5: fix flow director delete with drop action
authorNélio Laranjeiro <nelio.laranjeiro@6wind.com>
Mon, 6 Nov 2017 10:41:41 +0000 (11:41 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 7 Nov 2017 23:49:59 +0000 (00:49 +0100)
commitab95b7e7b20c8a98cc1cfdc11844ea904fb1feb5
treed44d659f9f4a8316d2cfad22d9341978b772c1f5
parent369db3ae8e91cf637ec1abddbf667be5e35753fe
net/mlx5: fix flow director delete with drop action

Removing a flow director rule with a drop action ends by not removing it
due to a missing verbs drop specification in the conversion process between
the flow director and generic flow API.

Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director")

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_flow.c