From: Pavel Begunkov <asml.silence@gmail.com>
To: io-uring@vger.kernel.org
Cc: asml.silence@gmail.com, netdev@vger.kernel.org
Subject: [PATCH 0/8] first zcrx updates for 7.2
Date: Tue, 19 May 2026 12:44:26 +0100 [thread overview]
Message-ID: <cover.1779189667.git.asml.silence@gmail.com> (raw)
First batch of zcrx updates for 7.2. The main part is patches 5-8,
which add notifications from zcrx to userspace via asynchronous
CQE posting about events like allocation failures and copying, and
statistics. It's accompanied by relevant query updates. Patches 1-4
are general cleanups.
Bertie Tryner (1):
io_uring/zcrx: reorder fd allocation in zcrx_export()
Clément Léger (2):
io_uring/zcrx: notify user on frag copy fallback
io_uring/zcrx: add shared-memory notification statistics
Pavel Begunkov (5):
io_uring/zcrx: make scrubbing more reliable
io_uring/zcrx: poison pointers on unregistration
io_uring/zcrx: remove extra ifq close
io_uring/zcrx: add ctx pointer to zcrx
io_uring/zcrx: notify user when out of buffers
include/uapi/linux/io_uring/query.h | 12 ++
include/uapi/linux/io_uring/zcrx.h | 36 ++++-
io_uring/io_uring.c | 2 +-
io_uring/io_uring.h | 1 +
io_uring/query.c | 16 ++
io_uring/zcrx.c | 227 ++++++++++++++++++++++++----
io_uring/zcrx.h | 11 +-
7 files changed, 274 insertions(+), 31 deletions(-)
--
2.54.0
next reply other threads:[~2026-05-19 11:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 11:44 Pavel Begunkov [this message]
2026-05-19 11:44 ` [PATCH 1/8] io_uring/zcrx: make scrubbing more reliable Pavel Begunkov
2026-05-19 11:44 ` [PATCH 2/8] io_uring/zcrx: poison pointers on unregistration Pavel Begunkov
2026-05-19 11:44 ` [PATCH 3/8] io_uring/zcrx: remove extra ifq close Pavel Begunkov
2026-05-19 11:44 ` [PATCH 4/8] io_uring/zcrx: reorder fd allocation in zcrx_export() Pavel Begunkov
2026-05-19 11:44 ` [PATCH 5/8] io_uring/zcrx: add ctx pointer to zcrx Pavel Begunkov
2026-05-19 11:46 ` Pavel Begunkov
2026-05-19 11:44 ` [PATCH 6/8] io_uring/zcrx: notify user when out of buffers Pavel Begunkov
2026-05-19 15:26 ` Jens Axboe
2026-05-19 15:30 ` Pavel Begunkov
2026-05-19 15:37 ` Jens Axboe
2026-05-19 15:40 ` Pavel Begunkov
2026-05-19 15:43 ` Jens Axboe
2026-05-19 16:04 ` Pavel Begunkov
2026-05-19 16:08 ` Pavel Begunkov
2026-05-19 16:09 ` Jens Axboe
2026-05-19 11:44 ` [PATCH 7/8] io_uring/zcrx: notify user on frag copy fallback Pavel Begunkov
2026-05-19 11:44 ` [PATCH 8/8] io_uring/zcrx: add shared-memory notification statistics Pavel Begunkov
2026-05-26 16:42 ` [PATCH 0/8] first zcrx updates for 7.2 Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1779189667.git.asml.silence@gmail.com \
--to=asml.silence@gmail.com \
--cc=io-uring@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.