All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/2] random for-next io_uring patches
@ 2022-11-24 19:46 Pavel Begunkov
  2022-11-24 19:46 ` [PATCH for-next 1/2] io_uring: don't use complete_post in kbuf Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2022-11-24 19:46 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

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(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-11-25 13:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24 19:46 [PATCH for-next 0/2] random for-next io_uring patches Pavel Begunkov
2022-11-24 19:46 ` [PATCH for-next 1/2] io_uring: don't use complete_post in kbuf Pavel Begunkov
2022-11-24 19:46 ` [PATCH for-next 2/2] io_uring: keep unlock_post inlined in hot path Pavel Begunkov
2022-11-25 13:13 ` [PATCH for-next 0/2] random for-next io_uring patches Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.