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_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 verbs Rx queue > objects") > Cc: sta...@dpdk.org > > Signed-off-by: Dekel Peled <dek...@mellanox.com>
Applied to next-net-mlx, thanks.