]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/nop: add support for testing registered files and buffers
authorJens Axboe <axboe@kernel.dk>
Sun, 27 Oct 2024 14:59:10 +0000 (08:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:28 +0000 (13:43 -0600)
commita85f31052bce52111b4e9d5a536003481d0421d0
treeabb22a6c29d15dc8a4480a11fd6b863b341e4c26
parentaa00f67adc2c0d6439f81b5a81ff181377c47a7e
io_uring/nop: add support for testing registered files and buffers

Useful for testing performance/efficiency impact of registered files
and buffers, vs (particularly) non-registered files.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h
io_uring/nop.c