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>
Wed, 20 Aug 2025 19:04:26 +0000 (13:04 -0600)
commit9385d6b54748e409637d9c0a8ddc20ae021b9a23
tree9e4b032f53ceed51e4e043bee1d054187abfb200
parentbb468c1f2dffea41af2d2ad575c78c9a6796a8fe
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