All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] unify registered buffer iovec imports
@ 2025-03-08 18:21 Pavel Begunkov
  2025-03-08 18:21 ` [PATCH 1/2] io_uring: introduce io_prep_reg_iovec() Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2025-03-08 18:21 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Extract a helper for some common chunks of registered buffer iovec
handling so that callers don't have to care about offsets.

Pavel Begunkov (2):
  io_uring: introduce io_prep_reg_iovec()
  io_uring: rely on io_prep_reg_vec for iovec placement

 io_uring/net.c  | 27 ++++-----------------------
 io_uring/rsrc.c | 34 ++++++++++++++++++++++++++++++----
 io_uring/rsrc.h |  5 +++--
 io_uring/rw.c   | 24 ++----------------------
 4 files changed, 39 insertions(+), 51 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-10 13:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 18:21 [PATCH 0/2] unify registered buffer iovec imports Pavel Begunkov
2025-03-08 18:21 ` [PATCH 1/2] io_uring: introduce io_prep_reg_iovec() Pavel Begunkov
2025-03-08 18:21 ` [PATCH 2/2] io_uring: rely on io_prep_reg_vec for iovec placement Pavel Begunkov
2025-03-10 13:14 ` [PATCH 0/2] unify registered buffer iovec imports Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.