Adrien Mazarguil 6f2f4948b2 net/mlx5: fix flow director rule deletion crash
Flow director rules matching traffic properties above layer 2 do not
target a fixed hash Rx queue (HASH_RXQ_ETH), it actually depends on the
highest protocol layer specified by each flow rule.

mlx5_fdir_filter_delete() makes this wrong assumption and causes a crash
when attempting to destroy flow rules with L3/L4 specifications.

Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director")
Cc: stable@dpdk.org

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2018-05-02 19:28:48 +02:00
..
2018-04-27 18:00:56 +01:00
2018-04-27 18:00:56 +01:00
2018-04-27 18:00:56 +01:00
2018-04-11 01:47:47 +02:00
2018-04-11 01:47:47 +02:00
2018-04-27 18:00:56 +01:00
2018-04-11 01:47:47 +02:00
2018-04-11 01:47:47 +02:00
2018-04-11 01:47:47 +02:00
2018-04-27 18:00:56 +01:00
2018-04-27 18:00:57 +01:00