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

Shahaf Shuler shahafs at mellanox.com
Wed May 8 06:44:18 CEST 2019


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: stable at dpdk.org
> 
> Signed-off-by: Dekel Peled <dekelp at mellanox.com>

Applied to next-net-mlx, thanks.



More information about the dev mailing list