Re: [dpdk-dev] [PATCH v5] net/mlx5: fix mutex unlock in txpp cleanup

2021-11-11 Thread Ferruh Yigit
] [PATCH v5] net/mlx5: fix mutex unlock in txpp cleanup On 10/12/2021 11:02 AM, Chengfeng Ye wrote: 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 pac

RE: [dpdk-dev] [PATCH v5] net/mlx5: fix mutex unlock in txpp cleanup

2021-11-10 Thread Slava Ovsiienko
Hi, Ferruh > -Original Message- > From: Ferruh Yigit > Sent: Wednesday, November 10, 2021 18:57 > To: Chengfeng Ye ; david.march...@redhat.com; > Slava Ovsiienko ; Shahaf Shuler > ; Matan Azrad > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH

Re: [dpdk-dev] [PATCH v5] net/mlx5: fix mutex unlock in txpp cleanup

2021-11-10 Thread Ferruh Yigit
On 10/12/2021 11:02 AM, Chengfeng Ye wrote: 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 --- dr

[dpdk-dev] [PATCH v5] net/mlx5: fix mutex unlock in txpp cleanup

2021-10-12 Thread Chengfeng Ye
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 --- drivers/net/mlx5/mlx5_txpp.c | 6 +- 1 file c

[dpdk-dev] [PATCH v5] net/mlx5: fix mutex unlock in txpp cleanup

2021-09-28 Thread Chengfeng Ye
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 --- drivers/net/mlx5/mlx5_txpp.c | 6 +- 1 file c