]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/zcrx: introduce io_parse_rqe()
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 16 Sep 2025 14:28:01 +0000 (15:28 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Sep 2025 18:37:21 +0000 (12:37 -0600)
commit8fd08d8dda3c6c4e9f0b73acdcf8a1cf391b0c8f
treeb74cce118c5efeaf5b4f1ee84f9a97ed4757bd82
parent5a8b6e7c1d7b5863faaf392eafa089bd599a8973
io_uring/zcrx: introduce io_parse_rqe()

Add a helper for verifying a rqe and extracting a niov out of it. It'll
be reused in following patches.

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