Re: [dpdk-dev] [PATCH] net/mlx5: fix missing release of Rx queue object

2019-05-07 Thread Shahaf Shuler
Tuesday, May 7, 2019 10:26 AM, Dekel Peled: > Subject: [dpdk-dev] [PATCH] net/mlx5: fix missing release of Rx queue > object > > Function mlx5_rx_intr_disable() calls mlx5_rxq_ibv_get() and performs some > actions on the returned rxq_ibv. > It doens't release the rxq_ib

[dpdk-dev] [PATCH] net/mlx5: fix missing release of Rx queue object

2019-05-07 Thread Dekel Peled
Function mlx5_rx_intr_disable() calls mlx5_rxq_ibv_get() and performs some actions on the returned rxq_ibv. It doens't release the rxq_ibv when all is completed with success. This patch adds call to mlx5_rxq_ibv_release() where it's missing. Fixes: 09cb5b581762 ("net/mlx5: separate DPDK from verb