io_uring/kbuf: use struct io_br_sel for multiple buffers picking
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 02:03:36 +0000 (20:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 11:37:40 +0000 (05:37 -0600)
commit821916dfa13a96fae5abaa97d688f37a482da21b
tree38b4ee582f024460acb01f5dff76a31ae17dfe5c
parent15edad5704d166e1ead66911204474c3bdb31523
io_uring/kbuf: use struct io_br_sel for multiple buffers picking

The networking side uses bundles, which is picking multiple buffers at
the same time. Pass in struct io_br_sel to those helpers.

Link: https://lore.kernel.org/r/20250821020750.598432-9-axboe@kernel.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/kbuf.c
io_uring/kbuf.h
io_uring/net.c