* [PATCH liburing] man/io_uring_setup.2: document IORING_SETUP_NO_SQARRAY
@ 2024-03-03 23:59 Pavel Begunkov
2024-03-04 12:29 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Begunkov @ 2024-03-03 23:59 UTC (permalink / raw)
To: io-uring; +Cc: Jens Axboe, asml.silence
Signed-off-by: Pavel Begunkov <[email protected]>
---
man/io_uring_setup.2 | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/man/io_uring_setup.2 b/man/io_uring_setup.2
index c86f2e7..f65c1f2 100644
--- a/man/io_uring_setup.2
+++ b/man/io_uring_setup.2
@@ -327,6 +327,18 @@ when calling
.BR io_uring_register (2).
Available since 6.5.
+.TP
+.B IORING_SETUP_NO_SQARRAY
+If this flag is set, entries in the submission queue will be submitted in order,
+wrapping around to the first entry after reaching the end of the queue. In other
+words, there will be no more indirection via the array of submission entries,
+and the queue will be indexed directly by the submission queue tail and the
+range of indexed represented by it modulo queue size. Subsequently, the user
+should not map the array of submission queue entries, and the corresponding
+offset in
+.I struct io_sqring_offsets
+will be set to zero. Available since 6.6.
+
.PP
If no flags are specified, the io_uring instance is setup for
interrupt driven I/O. I/O may be submitted using
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH liburing] man/io_uring_setup.2: document IORING_SETUP_NO_SQARRAY
2024-03-03 23:59 [PATCH liburing] man/io_uring_setup.2: document IORING_SETUP_NO_SQARRAY Pavel Begunkov
@ 2024-03-04 12:29 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2024-03-04 12:29 UTC (permalink / raw)
To: io-uring, Pavel Begunkov
On Sun, 03 Mar 2024 23:59:17 +0000, Pavel Begunkov wrote:
>
Applied, thanks!
[1/1] man/io_uring_setup.2: document IORING_SETUP_NO_SQARRAY
commit: 7dccf035cbca029f2ca863aaa074aa75a9d61fec
Best regards,
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-04 12:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 23:59 [PATCH liburing] man/io_uring_setup.2: document IORING_SETUP_NO_SQARRAY Pavel Begunkov
2024-03-04 12:29 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox