* [PATCH liburing 1/1] Update headers with ZCRX_CTRL opcode
@ 2026-03-17 10:12 Pavel Begunkov
2026-03-17 13:08 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Begunkov @ 2026-03-17 10:12 UTC (permalink / raw)
To: io-uring; +Cc: asml.silence
We also need IORING_REGISTER_ZCRX_CTRL, which slipped away from the
previous patch. Add it as well.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
---
src/include/liburing/io_uring.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/include/liburing/io_uring.h b/src/include/liburing/io_uring.h
index 10497daf..1e58bc72 100644
--- a/src/include/liburing/io_uring.h
+++ b/src/include/liburing/io_uring.h
@@ -703,6 +703,9 @@ enum io_uring_register_op {
/* query various aspects of io_uring, see linux/io_uring/query.h */
IORING_REGISTER_QUERY = 35,
+ /* auxiliary zcrx configuration, see enum zcrx_ctrl_op */
+ IORING_REGISTER_ZCRX_CTRL = 36,
+
/* register bpf filtering programs */
IORING_REGISTER_BPF_FILTER = 37,
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-17 13:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 10:12 [PATCH liburing 1/1] Update headers with ZCRX_CTRL opcode Pavel Begunkov
2026-03-17 13:08 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox