mbox series

[for-next,0/4] io_uring/zc fix and improvements

Message ID cover.1658742118.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series io_uring/zc fix and improvements | expand

Message

Pavel Begunkov July 25, 2022, 9:52 a.m. UTC
It mainly fixes net/zc memory accounting error handling and then makes
it more consistent with registered buffers mem accounting.

Pavel Begunkov (4):
  io_uring/net: improve io_get_notif_slot types
  io_uring/net: checks errors of zc mem accounting
  io_uring/net: make page accounting more consistent
  io_uring/net: use unsigned for flags

 io_uring/net.c   |  8 +++++---
 io_uring/notif.c |  9 ++++-----
 io_uring/notif.h | 21 ++++++++++++++++++++-
 io_uring/rsrc.c  | 12 ++++--------
 io_uring/rsrc.h  |  9 +++++++++
 5 files changed, 42 insertions(+), 17 deletions(-)

Comments

Jens Axboe July 25, 2022, 3:49 p.m. UTC | #1
On Mon, 25 Jul 2022 10:52:02 +0100, Pavel Begunkov wrote:
> It mainly fixes net/zc memory accounting error handling and then makes
> it more consistent with registered buffers mem accounting.
> 
> Pavel Begunkov (4):
>   io_uring/net: improve io_get_notif_slot types
>   io_uring/net: checks errors of zc mem accounting
>   io_uring/net: make page accounting more consistent
>   io_uring/net: use unsigned for flags
> 
> [...]

Applied, thanks!

[1/4] io_uring/net: improve io_get_notif_slot types
      commit: cb309ae49da7a7c28f0051deea13970291134fac
[2/4] io_uring/net: checks errors of zc mem accounting
      commit: 2e32ba5607ee2b668baa8831dd74f7cc867a1f7e
[3/4] io_uring/net: make page accounting more consistent
      commit: 6a9ce66f4d0872861e0bbc67eee6ce5dca5dd886
[4/4] io_uring/net: use unsigned for flags
      commit: 293402e564a7391f38541c7694e736f5fde20aea

Best regards,