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