]> Gentwo Git Trees - linux/.git/commit
io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXED
authorJens Axboe <axboe@kernel.dk>
Thu, 7 Aug 2025 20:24:18 +0000 (14:24 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 27 Aug 2025 17:24:15 +0000 (11:24 -0600)
commit1e81bf1414127bfeab0a0bcd9f39f42ccb96b6b9
treeb1f9bbee5415ca21998bcfd5fe0c6bb71948da32
parent806ecb209aa86fcc1d92bc9f10323cf773f64d6d
io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXED

Certain users of uring_cmd currently require fixed 32b CQE support,
which is propagated through IO_URING_F_CQE32. Allow
IORING_SETUP_CQE_MIXED to cover that case as well, so not all CQEs
posted need to be 32b in size.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/cmd_net.c
io_uring/uring_cmd.c