mbox series

[for-next,0/3] sendzc dedup / simplification

Message ID cover.1712534031.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series sendzc dedup / simplification | expand

Message

Pavel Begunkov April 7, 2024, 11:54 p.m. UTC
Consolidate two pairs of duplicated callbacks for zerocopy send, which
was a premature optimisation, and it's cleaner and simpler to keep
them unified.

Pavel Begunkov (3):
  io_uring/net: merge ubuf sendzc callbacks
  io_uring/net: get rid of io_notif_complete_tw_ext
  io_uring/net: set MSG_ZEROCOPY for sendzc in advance

 io_uring/net.c   | 16 ++++++++--------
 io_uring/notif.c | 32 +++++++-------------------------
 io_uring/notif.h |  6 ++++--
 3 files changed, 19 insertions(+), 35 deletions(-)

Comments

Jens Axboe April 9, 2024, 9 p.m. UTC | #1
On Mon, 08 Apr 2024 00:54:54 +0100, Pavel Begunkov wrote:
> Consolidate two pairs of duplicated callbacks for zerocopy send, which
> was a premature optimisation, and it's cleaner and simpler to keep
> them unified.
> 
> Pavel Begunkov (3):
>   io_uring/net: merge ubuf sendzc callbacks
>   io_uring/net: get rid of io_notif_complete_tw_ext
>   io_uring/net: set MSG_ZEROCOPY for sendzc in advance
> 
> [...]

Applied, thanks!

[1/3] io_uring/net: merge ubuf sendzc callbacks
      (no commit info)
[2/3] io_uring/net: get rid of io_notif_complete_tw_ext
      (no commit info)
[3/3] io_uring/net: set MSG_ZEROCOPY for sendzc in advance
      (no commit info)

Best regards,