Yongseok Koh 6839dae96c net/mlx5: fix crash on deleting flow drop queue
If mlx5_dev_start() fails, it tries to rollback data structures related to
rte_flow including drop queue. The destruction code doesn't assume the
structures are created but priv_flow_delete_drop_queue() never does sanity
check. This can cause a crash.

Fixes: 028761059aeb ("net/mlx5: use an RSS drop queue")

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2017-05-05 17:46:26 +02:00
..
2017-05-05 14:38:35 +02:00
2017-05-05 14:38:17 +02:00
2017-05-05 16:53:49 +02:00
2017-04-19 14:12:50 +02:00
2017-04-19 15:37:37 +02:00