io_uring/zcrx: add support for IORING_SETUP_CQE_MIXED io_uring-cqe-mix
authorJens Axboe <axboe@kernel.dk>
Thu, 7 Aug 2025 20:25:50 +0000 (14:25 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 19:04:27 +0000 (13:04 -0600)
commitdb24389a6fc7cd72fba4e07657c100ecf74c6735
tree730eee53fbfa8192715a94119551ab0638b15d5d
parentbc7273caf3af33518f37b25c1893819962771f86
io_uring/zcrx: add support for IORING_SETUP_CQE_MIXED

zcrx currently requires the ring to be set up with fixed 32b CQEs,
allow it to use IORING_SETUP_CQE_MIXED as well.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/networking/iou-zcrx.rst
io_uring/zcrx.c