Hi,
V2 of the patch is submitted with suggested changes in __rte_timer_stop()
function.
-Harish
> -Original Message-
> From: Stephen Hemminger
> Sent: Wednesday, August 3, 2022 11:19 PM
> To: Naga Harish K, S V
> Cc: Carrillo, Erik G ; dev@dpdk.org
> Subject: Re:
On Wed, 3 Aug 2022 11:26:51 -0500
Naga Harish K S V wrote:
> there is a possibility of deadlock in this api,
> as same spinlock is tried to be acquired in nested manner.
>
> This patch removes the acquisition of nested locking.
>
> Signed-off-by: Naga Harish K S V
The wording in this commit
there is a possibility of deadlock in this api,
as same spinlock is tried to be acquired in nested manner.
This patch removes the acquisition of nested locking.
Signed-off-by: Naga Harish K S V
---
lib/timer/rte_timer.c | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/l
3 matches
Mail list logo