All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Pflock downgrade & stress tests for pflock/rwlock libraries
@ 2026-06-10  9:11 Eimear Morrissey
  2026-06-10  9:11 ` [PATCH 1/2] eal/pflock: add API to downgrade from wr to rd lock Eimear Morrissey
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eimear Morrissey @ 2026-06-10  9:11 UTC (permalink / raw)
  To: dev

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-06-10 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10  9:11 [PATCH 0/2] Pflock downgrade & stress tests for pflock/rwlock libraries Eimear Morrissey
2026-06-10  9:11 ` [PATCH 1/2] eal/pflock: add API to downgrade from wr to rd lock Eimear Morrissey
2026-06-10  9:11 ` [PATCH 2/2] app/test: add stress tests for rwlock and pflock Eimear Morrissey
2026-06-10 15:59 ` [PATCH 0/2] Pflock downgrade & stress tests for pflock/rwlock libraries Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.