public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v3 0/2] liburing: multishot timeout support
@ 2023-04-14 22:55 David Wei
  2023-04-14 22:55 ` [PATCH v3 1/2] liburing: add " David Wei
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: David Wei @ 2023-04-14 22:55 UTC (permalink / raw)
  To: Jens Axboe, Pavel Begunkov; +Cc: io-uring, David Wei

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


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

end of thread, other threads:[~2023-04-19 18:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [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

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