On 17/04/25 10:32AM, Pavel Begunkov wrote: >io_import_fixed() cleanups topped with the nr segs optimisation >patch from Nitesh. Doesn't have the kbuf part, assuming Jens will >add it on top. > >Based on io_uring-6.15 > >Nitesh Shetty (1): > io_uring/rsrc: send exact nr_segs for fixed buffer > >Pavel Begunkov (3): > io_uring/rsrc: don't skip offset calculation > io_uring/rsrc: separate kbuf offset adjustments > io_uring/rsrc: refactor io_import_fixed > > io_uring/rsrc.c | 74 ++++++++++++++++++++----------------------------- > 1 file changed, 30 insertions(+), 44 deletions(-) > >-- >2.48.1 > Reviewed and Tested by: Nitesh Shetty