public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH for-next 0/3] sendzc dedup / simplification
@ 2024-04-07 23:54 Pavel Begunkov
  2024-04-07 23:54 ` [PATCH for-next 1/3] io_uring/net: merge ubuf sendzc callbacks Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Begunkov @ 2024-04-07 23:54 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

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(-)

-- 
2.44.0


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

end of thread, other threads:[~2024-04-09 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-07 23:54 [PATCH for-next 0/3] sendzc dedup / simplification Pavel Begunkov
2024-04-07 23:54 ` [PATCH for-next 1/3] io_uring/net: merge ubuf sendzc callbacks Pavel Begunkov
2024-04-07 23:54 ` [PATCH for-next 2/3] io_uring/net: get rid of io_notif_complete_tw_ext Pavel Begunkov
2024-04-07 23:54 ` [PATCH for-next 3/3] io_uring/net: set MSG_ZEROCOPY for sendzc in advance Pavel Begunkov
2024-04-09 21:00 ` [PATCH for-next 0/3] sendzc dedup / simplification Jens Axboe

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