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>
Sun, 24 Aug 2025 17:41:13 +0000 (11:41 -0600)
commit82ceb7fcc5fff5377b24c45c9b3c06bc98f91b55
tree41c6731dfdc31011c0981016002c01b59487a631
parentb69458735d826f0676585623d028a0fd474f3e4f
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