mbox series

[0/3] net mshot fixes and improvements

Message ID cover.1709905727.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series net mshot fixes and improvements | expand

Message

Pavel Begunkov March 8, 2024, 1:55 p.m. UTC
The first patch fixes multishot interaction with io-wq for net
opcodes, followed by a couple of clean ups.

Pavel Begunkov (3):
  io_uring: fix mshot io-wq checks
  io_uring: refactor DEFER_TASKRUN multishot checks
  io_uring/net: dedup io_recv_finish req completion

 io_uring/io_uring.c | 20 ++++++++++++++++++++
 io_uring/net.c      | 37 ++++---------------------------------
 io_uring/rw.c       |  2 --
 3 files changed, 24 insertions(+), 35 deletions(-)

Comments

Jens Axboe March 8, 2024, 3:47 p.m. UTC | #1
On Fri, 08 Mar 2024 13:55:55 +0000, Pavel Begunkov wrote:
> The first patch fixes multishot interaction with io-wq for net
> opcodes, followed by a couple of clean ups.
> 
> Pavel Begunkov (3):
>   io_uring: fix mshot io-wq checks
>   io_uring: refactor DEFER_TASKRUN multishot checks
>   io_uring/net: dedup io_recv_finish req completion
> 
> [...]

Applied, thanks!

[1/3] io_uring: fix mshot io-wq checks
      commit: 3a96378e22cc46c7c49b5911f6c8631527a133a9
[2/3] io_uring: refactor DEFER_TASKRUN multishot checks
      commit: e0e4ab52d17096d96c21a6805ccd424b283c3c6d
[3/3] io_uring/net: dedup io_recv_finish req completion
      commit: 1af04699c59713a7693cc63d80b29152579e61c3

Best regards,