All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] send[msg] refactoring
@ 2024-10-22 14:43 Pavel Begunkov
  2024-10-22 14:43 ` [PATCH 1/4] io_uring/net: split send and sendmsg prep helpers Pavel Begunkov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pavel Begunkov @ 2024-10-22 14:43 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

Clean up the send[msg] setup path. The pathes should be good enough by
themselves, but more can be done on top. It's also needed as a
dependency for supporting vectored fixed buffers for sendmsg zc.

Pavel Begunkov (4):
  io_uring/net: split send and sendmsg prep helpers
  io_uring/net: don't store send address ptr
  io_uring/net: don't alias send user pointer reads
  io_uring/net: clean up io_msg_copy_hdr

 io_uring/net.c | 75 ++++++++++++++++++++++++++------------------------
 1 file changed, 39 insertions(+), 36 deletions(-)

-- 
2.46.0


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

end of thread, other threads:[~2024-10-22 15:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 14:43 [PATCH 0/4] send[msg] refactoring Pavel Begunkov
2024-10-22 14:43 ` [PATCH 1/4] io_uring/net: split send and sendmsg prep helpers Pavel Begunkov
2024-10-22 14:43 ` [PATCH 2/4] io_uring/net: don't store send address ptr Pavel Begunkov
2024-10-22 14:43 ` [PATCH 3/4] io_uring/net: don't alias send user pointer reads Pavel Begunkov
2024-10-22 14:43 ` [PATCH 4/4] io_uring/net: clean up io_msg_copy_hdr Pavel Begunkov
2024-10-22 15:44 ` [PATCH 0/4] send[msg] refactoring 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.