Add new downgrade option for pflock. Add stress tests for this & by extension the rest of the pflock/rwlock libraries.
Eimear Morrissey (1): app/test: add stress tests for rwlock and pflock Konstantin Ananyev (1): eal/pflock: add API to downgrade from wr to rd lock app/test/meson.build | 2 + app/test/test_pflock_stress.c | 76 ++++++ app/test/test_rwlock_stress.c | 59 +++++ app/test/test_rwlock_stress_impl.h | 393 +++++++++++++++++++++++++++++ lib/eal/include/rte_pflock.h | 21 ++ 5 files changed, 551 insertions(+) create mode 100644 app/test/test_pflock_stress.c create mode 100644 app/test/test_rwlock_stress.c create mode 100644 app/test/test_rwlock_stress_impl.h -- 2.51.0

