mbox

[0/2] Mark shared pthread mutex

Message ID 20210315192722.35490-1-stephen@networkplumber.org (mailing list archive)
Headers

Message

Stephen Hemminger March 15, 2021, 7:27 p.m. UTC
  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(-)