mbox series

[for-next,0/7] normal tw optimisation + refactoring

Message ID cover.1674484266.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series normal tw optimisation + refactoring | expand

Message

Pavel Begunkov Jan. 23, 2023, 2:37 p.m. UTC
1-5 are random refactoring patches
6 is a prep patch, which also helps to inline handle_tw_list
7 returns a link tw run optimisation for normal tw

Pavel Begunkov (7):
  io_uring: use user visible tail in io_uring_poll()
  io_uring: kill outdated comment about overflow flush
  io_uring: improve io_get_sqe
  io_uring: refactor req allocation
  io_uring: refactor io_put_task helpers
  io_uring: refactor tctx_task_work
  io_uring: return normal tw run linking optimisation

 io_uring/io_uring.c | 57 +++++++++++++++++++++++++++------------------
 io_uring/io_uring.h | 19 ++++++++-------
 io_uring/notif.c    |  3 +--
 3 files changed, 46 insertions(+), 33 deletions(-)

Comments

Jens Axboe Jan. 23, 2023, 9:14 p.m. UTC | #1
On Mon, 23 Jan 2023 14:37:12 +0000, Pavel Begunkov wrote:
> 1-5 are random refactoring patches
> 6 is a prep patch, which also helps to inline handle_tw_list
> 7 returns a link tw run optimisation for normal tw
> 
> Pavel Begunkov (7):
>   io_uring: use user visible tail in io_uring_poll()
>   io_uring: kill outdated comment about overflow flush
>   io_uring: improve io_get_sqe
>   io_uring: refactor req allocation
>   io_uring: refactor io_put_task helpers
>   io_uring: refactor tctx_task_work
>   io_uring: return normal tw run linking optimisation
> 
> [...]

Applied, thanks!

[1/7] io_uring: use user visible tail in io_uring_poll()
      commit: 10d6d8338e7b984897ceb905f4b63576aac5b721
[2/7] io_uring: kill outdated comment about overflow flush
      commit: 89126f155a5d13c178a3e5d97c6a805626f10406
[3/7] io_uring: improve io_get_sqe
      commit: d5a6846a1c5fc7b864b63e90d136a3af6034e37c
[4/7] io_uring: refactor req allocation
      commit: 3b70c8766b2a668664e64ee5921a4e300353d451
[5/7] io_uring: refactor io_put_task helpers
      commit: dfb27668173462154929f5b8da80cc4b1ba94672
[6/7] io_uring: refactor tctx_task_work
      commit: b5b57128d0cd58a487c6ffd04ed526f569232c03
[7/7] io_uring: return normal tw run linking optimisation
      commit: 73b62ca46fe7e10334f601643c2ccd4fca4a4874

Best regards,