public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing v2 0/2] cqe skip tests
@ 2021-11-24 20:58 Pavel Begunkov
  2021-11-24 20:58 ` [PATCH liburing v2 1/2] io_uring.h: update to reflect cqe-skip feature Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2021-11-24 20:58 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

add tests for IOSQE_CQE_SKIP_SUCCESS

v2: rebase
    update io_uring.h
    use IORING_FEAT_CQE_SKIP for compat checks

Pavel Begunkov (2):
  io_uring.h: update to reflect cqe-skip feature
  tests: add tests for IOSQE_CQE_SKIP_SUCCESS

 .gitignore                      |   1 +
 src/include/liburing/io_uring.h |   4 +
 test/Makefile                   |   1 +
 test/skip-cqe.c                 | 338 ++++++++++++++++++++++++++++++++
 4 files changed, 344 insertions(+)
 create mode 100644 test/skip-cqe.c

-- 
2.34.0


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

end of thread, other threads:[~2021-11-24 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-24 20:58 [PATCH liburing v2 0/2] cqe skip tests Pavel Begunkov
2021-11-24 20:58 ` [PATCH liburing v2 1/2] io_uring.h: update to reflect cqe-skip feature Pavel Begunkov
2021-11-24 20:58 ` [PATCH liburing v2 2/2] tests: add tests for IOSQE_CQE_SKIP_SUCCESS Pavel Begunkov
2021-11-24 21:27 ` [PATCH liburing v2 0/2] cqe skip tests Jens Axboe

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