From: Keith Busch <kbusch@meta.com>
To: <io-uring@vger.kernel.org>, <axboe@kernel.dk>, <csander@purestorage.com>
Cc: Keith Busch <kbusch@kernel.org>
Subject: [PATCHv5 0/4] liburing: support for mix sized sqe's
Date: Mon, 13 Oct 2025 11:00:05 -0700 [thread overview]
Message-ID: <20251013180011.134131-1-kbusch@meta.com> (raw)
From: Keith Busch <kbusch@kernel.org>
Changes from v3 and v4:
- Removed the old artifacts leaked from previous versions
- A prep patch introducing a helper for uring_cmd
Keith Busch (4):
liburing: provide uring_cmd prep function
Add support IORING_SETUP_SQE_MIXED
Add nop testing for IORING_SETUP_SQE_MIXED
Add mixed sqe test for uring commands
src/include/liburing.h | 82 ++++++++++++++++++-
src/include/liburing/io_uring.h | 8 ++
test/Makefile | 3 +
test/io_uring_passthrough.c | 14 +---
test/sqe-mixed-bad-wrap.c | 87 ++++++++++++++++++++
test/sqe-mixed-nop.c | 82 +++++++++++++++++++
test/sqe-mixed-uring_cmd.c | 140 ++++++++++++++++++++++++++++++++
7 files changed, 402 insertions(+), 14 deletions(-)
create mode 100644 test/sqe-mixed-bad-wrap.c
create mode 100644 test/sqe-mixed-nop.c
create mode 100644 test/sqe-mixed-uring_cmd.c
--
2.47.3
next reply other threads:[~2025-10-13 18:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-13 18:00 Keith Busch [this message]
2025-10-13 18:00 ` [PATCHv5 0/1] io_uring: mixed submission queue entries sizes Keith Busch
2025-10-13 18:00 ` [PATCHv5 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED Keith Busch
2025-10-14 22:33 ` Caleb Sander Mateos
2025-10-15 2:03 ` Keith Busch
2025-10-16 18:06 ` Keith Busch
2025-10-13 18:00 ` [PATCHv5 1/4] liburing: provide uring_cmd prep function Keith Busch
2025-10-19 16:24 ` Caleb Sander Mateos
2025-10-21 16:45 ` Keith Busch
2025-10-13 18:00 ` [PATCHv5 2/4] Add support IORING_SETUP_SQE_MIXED Keith Busch
2025-10-13 18:00 ` [PATCHv5 3/4] Add nop testing for IORING_SETUP_SQE_MIXED Keith Busch
2025-10-13 18:00 ` [PATCHv5 4/4] Add mixed sqe test for uring commands Keith Busch
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=20251013180011.134131-1-kbusch@meta.com \
--to=kbusch@meta.com \
--cc=axboe@kernel.dk \
--cc=csander@purestorage.com \
--cc=io-uring@vger.kernel.org \
--cc=kbusch@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