[AMD Official Use Only - AMD Internal Distribution Only]
Acked-by: Selwin Sebastian
-Original Message-
From: Ande, Venkat Kumar
Sent: Tuesday, May 7, 2024 6:13 PM
To: dev@dpdk.org
Cc: Sebastian, Selwin ; Ande, Venkat Kumar
Subject: [PATCH v2 13/25] net/axgbe: remove use of comm owned
The comm_owned field can hide logic where double locking is attempted
and prevent multiple threads for the same device from accessing the
mutex properly. Remove the comm_owned field and use the mutex API
exclusively for gaining ownership.
Signed-off-by: Venkat Kumar Ande
---
drivers/net/axgbe/a
2 matches
Mail list logo