public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] zcrx and SQ/CQ queries
@ 2025-11-13 10:48 Pavel Begunkov
  2025-11-13 10:48 ` [PATCH 1/2] io_uring/query: introduce zcrx query Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2025-11-13 10:48 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Note: depends on the 6.19 zcrx updates, and based on top of a
recent 6.18 query patch.

Introduce zcrx and SQ/CQ layout queries. The former returns what
zcrx features are available. And both return the ring size
information to help with allocation size calculation for user
provided rings like IORING_SETUP_NO_MMAP and.
IORING_MEM_REGION_TYPE_USER

Pavel Begunkov (2):
  io_uring/query: introduce zcrx query
  io_uring/query: introduce rings info query

 include/uapi/linux/io_uring/query.h | 24 ++++++++++++++++++++++
 io_uring/query.c                    | 32 +++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

-- 
2.49.0


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

end of thread, other threads:[~2025-11-13 18:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 10:48 [PATCH 0/2] zcrx and SQ/CQ queries Pavel Begunkov
2025-11-13 10:48 ` [PATCH 1/2] io_uring/query: introduce zcrx query Pavel Begunkov
2025-11-13 10:48 ` [PATCH 2/2] io_uring/query: introduce rings info query Pavel Begunkov
2025-11-13 18:38 ` [PATCH 0/2] zcrx and SQ/CQ queries Jens Axboe

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