io_uring: add CQE32 completion processing
authorStefan Roesch <shr@fb.com>
Tue, 26 Apr 2022 18:21:27 +0000 (11:21 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 May 2022 12:35:34 +0000 (06:35 -0600)
commiteffcf8bdeb03aa726e9db834325c650e1700b041
treeaac08e261eadf46f7a205c41bce2310e4b2fe1bf
parent916587984facd01a2f4a2e327d721601a94ed1ed
io_uring: add CQE32 completion processing

This adds the completion processing for the large CQE's and makes sure
that the extra1 and extra2 fields are passed through.

Co-developed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Stefan Roesch <shr@fb.com>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Link: https://lore.kernel.org/r/20220426182134.136504-6-shr@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c