aboutsummaryrefslogtreecommitdiff
path: root/man/io_uring_sqring_wait.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_uring_sqring_wait.3')
-rw-r--r--man/io_uring_sqring_wait.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/io_uring_sqring_wait.3 b/man/io_uring_sqring_wait.3
index 10296be..d70cf40 100644
--- a/man/io_uring_sqring_wait.3
+++ b/man/io_uring_sqring_wait.3
@@ -21,7 +21,9 @@ param, which happens when the kernel side thread
has consumed one or more entries. If the SQ ring is currently non-full,
no action is taken.
-This feature can only be used when SQPOLL is enabled.
+This feature can only be used when the ring has been setup with
+.B IORING_SETUP_SQPOLL
+and hence is using an offloaded approach to request submissions.
.SH RETURN VALUE
On success it returns the free space. If the kernel does not support the