From: David Wei <[email protected]>
To: Jens Axboe <[email protected]>, Pavel Begunkov <[email protected]>
Cc: <[email protected]>, David Wei <[email protected]>
Subject: [PATCH v3 2/2] liburing: update man page for multishot timeouts
Date: Fri, 14 Apr 2023 15:55:06 -0700 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
Signed-off-by: David Wei <[email protected]>
---
man/io_uring_prep_timeout.3 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/man/io_uring_prep_timeout.3 b/man/io_uring_prep_timeout.3
index bfb8791..f4036e6 100644
--- a/man/io_uring_prep_timeout.3
+++ b/man/io_uring_prep_timeout.3
@@ -51,6 +51,13 @@ Normally a timeout that triggers would return in a
CQE
.I res
value.
+.TP
+.B IORING_TIMEOUT_MULTISHOT
+The request will return multiple timeout completions. The completion flag
+IORING_CQE_F_MORE is set if more timeouts are expected. The value specified in
+.I count
+is the number of repeats. A value of 0 means the timeout is indefinite and can
+only be stopped by a removal request.
.PP
The timeout completion event will trigger if either the specified timeout
has occurred, or the specified number of events to wait for have been posted
--
2.34.1
next prev parent reply other threads:[~2023-04-14 22:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-14 22:55 [PATCH v3 0/2] liburing: multishot timeout support David Wei
2023-04-14 22:55 ` [PATCH v3 1/2] liburing: add " David Wei
2023-04-14 22:55 ` David Wei [this message]
2023-04-19 1:43 ` [PATCH v3 0/2] liburing: " Jens Axboe
2023-04-19 18:56 ` David Wei
2023-04-19 2:16 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox