io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Wei <davidhwei@meta.com>
To: Jens Axboe <axboe@kernel.dk>, Pavel Begunkov <asml.silence@gmail.com>
Cc: <io-uring@vger.kernel.org>, David Wei <davidhwei@meta.com>
Subject: [PATCH v3 0/2] liburing: multishot timeout support
Date: Fri, 14 Apr 2023 15:55:04 -0700	[thread overview]
Message-ID: <20230414225506.4108955-1-davidhwei@meta.com> (raw)

Changes on the liburing side to support multishot timeouts.

Changes since v2:

* Edited man page for io_uring_prep_timeout.3

David Wei (2):
  liburing: add multishot timeout support
  liburing: update man page for multishot timeouts

 man/io_uring_prep_timeout.3     |   7 +
 src/include/liburing/io_uring.h |   1 +
 test/timeout.c                  | 263 ++++++++++++++++++++++++++++++++
 3 files changed, 271 insertions(+)

-- 
2.34.1


             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 David Wei [this message]
2023-04-14 22:55 ` [PATCH v3 1/2] liburing: add multishot timeout support David Wei
2023-04-14 22:55 ` [PATCH v3 2/2] liburing: update man page for multishot timeouts David Wei
2023-04-19  1:43 ` [PATCH v3 0/2] liburing: multishot timeout support 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 \
    --in-reply-to=20230414225506.4108955-1-davidhwei@meta.com \
    --to=davidhwei@meta.com \
    --cc=asml.silence@gmail.com \
    --cc=axboe@kernel.dk \
    --cc=io-uring@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).