]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zcrx: export zcrx via a file
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 13 Nov 2025 10:46:16 +0000 (10:46 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Nov 2025 18:19:37 +0000 (11:19 -0700)
commitd7af80b213e5675664b14f12240cb282e81773d5
treeb5bc142ec0ea3e97884a5e61656216c0ae29d7d3
parent742cb2e14ecb059cd4a77b92aa4945c20f85d414
io_uring/zcrx: export zcrx via a file

Add an option to wrap a zcrx instance into a file and expose it to the
user space. Currently, users can't do anything meaningful with the file,
but it'll be used in a next patch to import it into another io_uring
instance. It's implemented as a new op called ZCRX_CTRL_EXPORT for the
IORING_REGISTER_ZCRX_CTRL registration opcode.

Signed-off-by: David Wei <dw@davidwei.uk>
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/zcrx.c