mbox series

[for-next,0/7] small zc improvements

Message ID cover.1667557923.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series small zc improvements | expand

Message

Pavel Begunkov Nov. 4, 2022, 10:59 a.m. UTC
Remove some cycles in a couple of places for zc sends. Touches a bunch of
bits here and there but the main theme is adding additional set of callbacks
for slower path and move in there some optional features.

Pavel Begunkov (7):
  io_uring: move kbuf put out of generic tw complete
  io_uring/net: remove extra notif rsrc setup
  io_uring/net: preset notif tw handler
  io_uring/net: rename io_uring_tx_zerocopy_callback
  io_uring/net: inline io_notif_flush()
  io_uring: move zc reporting from the hot path
  io_uring/net: move mm accounting to a slower path

 io_uring/io_uring.c |  6 -----
 io_uring/net.c      | 25 +++++++++++++-------
 io_uring/notif.c    | 57 ++++++++++++++++++++++++---------------------
 io_uring/notif.h    | 12 +++++++++-
 io_uring/rw.c       |  6 +++++
 5 files changed, 64 insertions(+), 42 deletions(-)

Comments

Jens Axboe Nov. 5, 2022, 3:20 p.m. UTC | #1
On Fri, 4 Nov 2022 10:59:39 +0000, Pavel Begunkov wrote:
> Remove some cycles in a couple of places for zc sends. Touches a bunch of
> bits here and there but the main theme is adding additional set of callbacks
> for slower path and move in there some optional features.
> 
> Pavel Begunkov (7):
>   io_uring: move kbuf put out of generic tw complete
>   io_uring/net: remove extra notif rsrc setup
>   io_uring/net: preset notif tw handler
>   io_uring/net: rename io_uring_tx_zerocopy_callback
>   io_uring/net: inline io_notif_flush()
>   io_uring: move zc reporting from the hot path
>   io_uring/net: move mm accounting to a slower path
> 
> [...]

Applied, thanks!

[1/7] io_uring: move kbuf put out of generic tw complete
      commit: 4b72e6e5396b5b49b6a58fe6d674326375f0e0c5
[2/7] io_uring/net: remove extra notif rsrc setup
      commit: 69a47aaa5c9ad309c09c9a24a1045ca733f72a41
[3/7] io_uring/net: preset notif tw handler
      commit: b96a61e0a4dda80faef4cc553a97828915edfd60
[4/7] io_uring/net: rename io_uring_tx_zerocopy_callback
      commit: d546548227976445133ee229ab99c7b2ad933712
[5/7] io_uring/net: inline io_notif_flush()
      commit: 1e52225edde1cfbd764b61f0aa07e77372b2717c
[6/7] io_uring: move zc reporting from the hot path
      commit: 02912499a7a43c4d6ee3cfb164a9dd509c1f7f18
[7/7] io_uring/net: move mm accounting to a slower path
      commit: 1cc5a56e4b4cf4dbe1a7497e4bf9e0b92ff4803f

Best regards,