]> Gentwo Git Trees - linux/.git/commit
io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 13 Nov 2025 10:46:12 +0000 (10:46 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Nov 2025 18:19:37 +0000 (11:19 -0700)
commitd663976dad68de9b2e3df59cc31f0a24ee4c4511
tree330a1bd72b327bdcf4d87e1c5e747056d95def0e
parent1b8b5d0316da7468ae4d40f6c2102d559d9e3ca2
io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL

It'll be annoying and take enough of boilerplate code to implement
new zcrx features as separate io_uring register opcode. Introduce
IORING_REGISTER_ZCRX_CTRL that will multiplex such calls to zcrx.
Note, there are no real users of the opcode in this patch.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h
io_uring/register.c
io_uring/zcrx.c
io_uring/zcrx.h