io_uring/kbuf: use struct io_br_sel for multiple buffers picking
authorJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 16:07:17 +0000 (10:07 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 00:41:29 +0000 (18:41 -0600)
commit5f97a4411289a6a9ed0de7ac1cabe55ea4c9b48a
tree55d004b69e68a50b4079e20bbb68d931646e886a
parentbeb02ab2ee352ed0bb65c8eedc6eee72d90f0139
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.

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