Re: [dpdk-dev] [PATCH] net/mlx5: fix flow action destroy

2019-04-29 Thread Shahaf Shuler
Wednesday, April 24, 2019 3:56 AM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH] net/mlx5: fix flow action destroy > > ibv_destroy_flow_action() refers to QP. QP must not be freed until > corresponding action is destroyed. > > Fixes: 3eb004431072 ("net/mlx5: fix release

[dpdk-dev] [PATCH] net/mlx5: fix flow action destroy

2019-04-23 Thread Yongseok Koh
ibv_destroy_flow_action() refers to QP. QP must not be freed until corresponding action is destroyed. Fixes: 3eb004431072 ("net/mlx5: fix release of jump to queue action") Cc: or...@mellanox.com Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxq.c | 8 1 file changed, 4 insertio