io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [zcrx-next 0/2] add support for synchronous refill
@ 2025-08-17 22:44 Pavel Begunkov
  2025-08-17 22:44 ` [zcrx-next 1/2] io_uring/zcrx: introduce io_parse_rqe() Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Pavel Begunkov @ 2025-08-17 22:44 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Returning buffers via a ring is efficient but can cause problems
when the ring doesn't have space. Add a way to return buffers
synchronously via io_uring "register" syscall, which should serve
as a slow fallback path.

For a full branch with all relevant dependencies see
https://github.com/isilence/linux.git zcrx/for-next

Pavel Begunkov (2):
  io_uring/zcrx: introduce io_parse_rqe()
  io_uring/zcrx: allow synchronous buffer return

 include/uapi/linux/io_uring.h |  10 ++++
 io_uring/register.c           |   3 +
 io_uring/zcrx.c               | 100 +++++++++++++++++++++++++++++-----
 io_uring/zcrx.h               |   7 +++
 4 files changed, 107 insertions(+), 13 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-08-20 19:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-17 22:44 [zcrx-next 0/2] add support for synchronous refill Pavel Begunkov
2025-08-17 22:44 ` [zcrx-next 1/2] io_uring/zcrx: introduce io_parse_rqe() Pavel Begunkov
2025-08-17 22:44 ` [zcrx-next 2/2] io_uring/zcrx: allow synchronous buffer return Pavel Begunkov
2025-08-20 18:20 ` [zcrx-next 0/2] add support for synchronous refill Jens Axboe
2025-08-20 18:57   ` Pavel Begunkov
2025-08-20 19:02     ` Jens Axboe
2025-08-20 19:33       ` Pavel Begunkov
2025-08-20 19:36         ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).