[dpdk-dev] [PATCH 0/2] Mark shared pthread mutex
Stephen Hemminger
stephen at networkplumber.org
Mon Mar 15 20:27:20 CET 2021
This fixes two places where pthread_mutex was being unsafely
used between primary secondary process.
These patches are necessary but not sufficient to address Bug 662
Stephen Hemminger (2):
ethdev: make flow API primary/secondary process safe
net/failsafe: fix primary/secondary mutex
drivers/net/failsafe/failsafe.c | 5 +++++
lib/librte_ethdev/rte_ethdev.c | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
2.30.2
More information about the dev
mailing list