public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Continue iovec api clean up
@ 2026-08-13  0:40 Gabriel Krisman Bertazi
  2026-08-13  0:40 ` [PATCH 1/3] io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prep Gabriel Krisman Bertazi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gabriel Krisman Bertazi @ 2026-08-13  0:40 UTC (permalink / raw)
  To: axboe; +Cc: io-uring, Gabriel Krisman Bertazi

I found the first patch in an old branch and took the opportunity to
find another (i think the last) case where the same pattern of directly
copying the iov existed.

Tested with liburing.

Gabriel Krisman Bertazi (3):
  io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prep
  io_uring/net: Drop custom iov copy in io_msg_copy_hdr
  io_uring/net: Drop ddir argument from io_msg_copy_hdr

 io_uring/net.c | 75 +++++++++++++++-----------------------------------
 io_uring/rw.c  | 24 ++++------------
 2 files changed, 27 insertions(+), 72 deletions(-)

-- 
2.55.0


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

end of thread, other threads:[~2026-08-16  0:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13  0:40 [PATCH 0/3] Continue iovec api clean up Gabriel Krisman Bertazi
2026-08-13  0:40 ` [PATCH 1/3] io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prep Gabriel Krisman Bertazi
2026-08-13  0:40 ` [PATCH 2/3] io_uring/net: Drop custom iov copy in io_msg_copy_hdr Gabriel Krisman Bertazi
2026-08-13  0:40 ` [PATCH 3/3] io_uring/net: Drop ddir argument from io_msg_copy_hdr Gabriel Krisman Bertazi
2026-08-16  0:02 ` [PATCH 0/3] Continue iovec api clean up Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox