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>
Sat, 9 Aug 2025 14:38:04 +0000 (08:38 -0600)
commit08ee1e5e073be533e04a8594960a6f395b876e66
treec9a490ee16e07f14e5bce38095b45c09df1aa0e5
parentb6f5445ef525b5e53bcd61a33c0f4821f7b806f3
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