public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH for-next 0/6] clean up __io_fill_cqe_req()
@ 2022-06-17  8:47 Pavel Begunkov
  2022-06-17  8:48 ` [PATCH for-next 1/6] io_uring: don't expose io_fill_cqe_aux() Pavel Begunkov
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Pavel Begunkov @ 2022-06-17  8:47 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

Clean up __io_fill_cqe_req() after recent changes

Pavel Begunkov (6):
  io_uring: don't expose io_fill_cqe_aux()
  io_uring: don't inline __io_get_cqe()
  io_uring: introduce io_req_cqe_overflow()
  io_uring: deduplicate __io_fill_cqe_req tracing
  io_uring: deduplicate io_get_cqe() calls
  io_uring: change ->cqe_cached invariant for CQE32

 io_uring/io_uring.c |  73 +++++++++++++++++++++++++++++--
 io_uring/io_uring.h | 104 ++++++++++----------------------------------
 io_uring/msg_ring.c |  11 +----
 io_uring/net.c      |  20 +++------
 io_uring/poll.c     |  24 ++++------
 io_uring/rsrc.c     |  14 +++---
 6 files changed, 110 insertions(+), 136 deletions(-)

-- 
2.36.1


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

end of thread, other threads:[~2022-06-17 13:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-17  8:47 [PATCH for-next 0/6] clean up __io_fill_cqe_req() Pavel Begunkov
2022-06-17  8:48 ` [PATCH for-next 1/6] io_uring: don't expose io_fill_cqe_aux() Pavel Begunkov
2022-06-17  8:48 ` [PATCH for-next 2/6] io_uring: don't inline __io_get_cqe() Pavel Begunkov
2022-06-17  8:48 ` [PATCH for-next 3/6] io_uring: introduce io_req_cqe_overflow() Pavel Begunkov
2022-06-17  8:48 ` [PATCH for-next 4/6] io_uring: deduplicate __io_fill_cqe_req tracing Pavel Begunkov
2022-06-17  8:48 ` [PATCH for-next 5/6] io_uring: deduplicate io_get_cqe() calls Pavel Begunkov
2022-06-17  8:48 ` [PATCH for-next 6/6] io_uring: change ->cqe_cached invariant for CQE32 Pavel Begunkov
2022-06-17 13:35 ` [PATCH for-next 0/6] clean up __io_fill_cqe_req() Jens Axboe

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