mbox series

[for-next,0/2] random for-next io_uring patches

Message ID cover.1669310258.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series random for-next io_uring patches | expand

Message

Pavel Begunkov Nov. 24, 2022, 7:46 p.m. UTC
1/2 removes two spots io_req_complete_post() in favour of the generic
infra. 2/2 inlines io_cq_unlock_post() back.

Pavel Begunkov (2):
  io_uring: don't use complete_post in kbuf
  io_uring: keep unlock_post inlined in hot path

 io_uring/io_uring.c | 11 +++++++++--
 io_uring/kbuf.c     | 14 +++++---------
 2 files changed, 14 insertions(+), 11 deletions(-)

Comments

Jens Axboe Nov. 25, 2022, 1:13 p.m. UTC | #1
On Thu, 24 Nov 2022 19:46:39 +0000, Pavel Begunkov wrote:
> 1/2 removes two spots io_req_complete_post() in favour of the generic
> infra. 2/2 inlines io_cq_unlock_post() back.
> 
> Pavel Begunkov (2):
>   io_uring: don't use complete_post in kbuf
>   io_uring: keep unlock_post inlined in hot path
> 
> [...]

Applied, thanks!

[1/2] io_uring: don't use complete_post in kbuf
      commit: c3b490930dbe6a6c98d3820f445757ddec1efb08
[2/2] io_uring: keep unlock_post inlined in hot path
      commit: 5d772916855f593672de55c437925daccc8ecd73

Best regards,