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>
Wed, 20 Aug 2025 19:03:57 +0000 (13:03 -0600)
commitf3e42e5cfbaf6266aa1844ec47625de61fcd0738
treeb94e594b1e5096826a1fa032a117b3128549917e
parent64c2c29e697811e5f3f0fdc2c6f6b52c0649d2ec
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