io_uring/fdinfo: handle mixed sized CQEs
authorJens Axboe <axboe@kernel.dk>
Thu, 7 Aug 2025 20:09:57 +0000 (14:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Aug 2025 15:24:49 +0000 (09:24 -0600)
commit6c2945d2da27ab8dcea25159aba8f4f0de0da34c
tree10a20373209ace539599139a63212da5148185fa
parent311cfc96e87b1c6d72d6052700fd6ca7010de74d
io_uring/fdinfo: handle mixed sized CQEs

Ensure that the CQ ring iteration handles differently sized CQEs, not
just a fixed 16b or 32b size per ring. These CQEs aren't possible just
yet, but prepare the fdinfo CQ ring dumping for handling them.

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