All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Begunkov <asml.silence@gmail.com>
To: io-uring@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>, asml.silence@gmail.com
Subject: [PATCH 0/4] send[msg] refactoring
Date: Tue, 22 Oct 2024 15:43:11 +0100	[thread overview]
Message-ID: <cover.1729607201.git.asml.silence@gmail.com> (raw)

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


             reply	other threads:[~2024-10-22 14:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-22 14:43 Pavel Begunkov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1729607201.git.asml.silence@gmail.com \
    --to=asml.silence@gmail.com \
    --cc=axboe@kernel.dk \
    --cc=io-uring@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.