public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH liburing 0/3] zcrx: add support for notifications and statistic
@ 2026-04-22 13:57 Clément Léger
  2026-04-22 13:57 ` [PATCH liburing 1/3] Update uapi headers to add ZCRX notification Clément Léger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Clément Léger @ 2026-04-22 13:57 UTC (permalink / raw)
  To: io-uring; +Cc: Clément Léger, Jens Axboe

Add support for io_uring notifications and statistics. This allows to
receive CQE notifications upon out of buffers or when copy fallback is
used to copy packets. An associated stat structure is also supported and
allows to track copy fallback statistics without requiring the user to
handle notifications CQEs.

Clément Léger (3):
  Update uapi headers to add ZCRX notification
  test/zcrx: add ZCRX notification/stats tests
  examples/zcrx: add notification support

 examples/zcrx.c                       | 109 ++++++++
 src/include/liburing/io_uring.h       |  34 ++-
 src/include/liburing/io_uring/query.h |  12 +
 test/zcrx.c                           | 376 ++++++++++++++++++++++++++
 4 files changed, 530 insertions(+), 1 deletion(-)

-- 
Clément Léger

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

end of thread, other threads:[~2026-04-22 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-22 13:57 [PATCH liburing 0/3] zcrx: add support for notifications and statistic Clément Léger
2026-04-22 13:57 ` [PATCH liburing 1/3] Update uapi headers to add ZCRX notification Clément Léger
2026-04-22 13:57 ` [PATCH liburing 2/3] test/zcrx: add ZCRX notification/stats tests Clément Léger
2026-04-22 13:57 ` [PATCH liburing 3/3] examples/zcrx: add notification support Clément Léger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox