public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
From: Pavel Begunkov <asml.silence@gmail.com>
To: io-uring@vger.kernel.org
Cc: asml.silence@gmail.com, axboe@kernel.dk
Subject: [PATCH liburing 2/2] tests: add SETUP_SQ_REWIND tests
Date: Wed, 21 Jan 2026 22:23:22 +0000	[thread overview]
Message-ID: <0756e58db8eca305ccdcb16949cbc49d0c931411.1769034107.git.asml.silence@gmail.com> (raw)
In-Reply-To: <cover.1769034107.git.asml.silence@gmail.com>

Add a couple of IORING_SETUP_SQ_REWIND configurations to the nop test.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
---
 test/test.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/test.h b/test/test.h
index e99a8d20..f6baf61d 100644
--- a/test/test.h
+++ b/test/test.h
@@ -20,6 +20,8 @@ static io_uring_test_config io_uring_test_configs[] = {
 	{ IORING_SETUP_SQE128, 				"large SQE"},
 	{ IORING_SETUP_CQE32, 				"large CQE"},
 	{ IORING_SETUP_SQE128 | IORING_SETUP_CQE32, 	"large SQE/CQE" },
+	{ IORING_SETUP_SQ_REWIND,			"rewind SQ"},
+	{ IORING_SETUP_SQ_REWIND | IORING_SETUP_SQE128,	"large rewind SQ"},
 };
 
 #define FOR_ALL_TEST_CONFIGS							\
-- 
2.52.0


  parent reply	other threads:[~2026-01-21 22:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-21 22:23 [PATCH liburing 0/2] Add support for IORING_SETUP_SQ_REWIND Pavel Begunkov
2026-01-21 22:23 ` [PATCH liburing 1/2] src/queue: Add support for non circular SQ Pavel Begunkov
2026-01-21 22:23 ` Pavel Begunkov [this message]
2026-01-22 22:59 ` [PATCH liburing 0/2] Add support for IORING_SETUP_SQ_REWIND Jens Axboe
2026-01-22 23:05   ` Jens Axboe
2026-01-23 14:14     ` Pavel Begunkov
2026-01-23 19:04       ` Jens Axboe
2026-01-24 10:44         ` Pavel Begunkov
2026-01-24 15:12           ` Jens Axboe
2026-01-24 16:37             ` Pavel Begunkov

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=0756e58db8eca305ccdcb16949cbc49d0c931411.1769034107.git.asml.silence@gmail.com \
    --to=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