public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH 0/6] completion path optimisations
@ 2022-03-21 22:02 Pavel Begunkov
  2022-03-21 22:02 ` [PATCH 1/6] io_uring: small optimisation of tctx_task_work Pavel Begunkov
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Pavel Begunkov @ 2022-03-21 22:02 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

Small optimisations and clean ups. 5/6 in particular removes some overhead
from io_free_batch_list(), which is hot enough to care about it.

Pavel Begunkov (6):
  io_uring: small optimisation of tctx_task_work
  io_uring: remove extra ifs around io_commit_cqring
  io_uring: refactor io_req_find_next
  io_uring: optimise io_free_batch_list
  io_uring: move poll recycling later in compl flushing
  io_uring: clean up io_queue_next()

 fs/io_uring.c | 64 +++++++++++++++++++++++++++------------------------
 1 file changed, 34 insertions(+), 30 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-22  2:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-21 22:02 [PATCH 0/6] completion path optimisations Pavel Begunkov
2022-03-21 22:02 ` [PATCH 1/6] io_uring: small optimisation of tctx_task_work Pavel Begunkov
2022-03-21 22:02 ` [PATCH 2/6] io_uring: remove extra ifs around io_commit_cqring Pavel Begunkov
2022-03-21 22:02 ` [PATCH 3/6] io_uring: refactor io_req_find_next Pavel Begunkov
2022-03-21 22:02 ` [PATCH 4/6] io_uring: optimise io_free_batch_list Pavel Begunkov
2022-03-21 22:02 ` [PATCH 5/6] io_uring: move poll recycling later in compl flushing Pavel Begunkov
2022-03-21 22:02 ` [PATCH 6/6] io_uring: clean up io_queue_next() Pavel Begunkov
2022-03-22  2:52 ` [PATCH 0/6] completion path optimisations Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox