> -----Original Message-----
> From: Chengfeng Ye <cy...@connect.ust.hk>
> Sent: Tuesday, November 16, 2021 16:49
> To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko
> <viachesl...@nvidia.com>; Tzahi Oved <tza...@nvidia.com>;
> ferruh.yi...@intel.com; Raslan Darawsheh <rasl...@nvidia.com>
> Cc: dev@dpdk.org; Chengfeng Ye <cy...@connect.ust.hk>; sta...@dpdk.org
> Subject: [PATCH v6] net/mlx5: fix mutex unlock in txpp cleanup
>
> The lock sh->txpp.mutex was not correctly released on one path of cleanup
> function return, potentially causing the deadlock.
>
> Fixes: d133f4cdb7 ("net/mlx5: create clock queue for packet pacing")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Chengfeng Ye <cy...@connect.ust.hk>
Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>