public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv6 0/6] liburing: support for mixed sqes
@ 2025-10-22 17:19 Keith Busch
  2025-10-22 17:19 ` [PATCHv6 1/6] liburing: provide uring_cmd prep function Keith Busch
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Keith Busch @ 2025-10-22 17:19 UTC (permalink / raw)
  To: io-uring, axboe, csander; +Cc: Keith Busch

From: Keith Busch <kbusch@kernel.org>

Changes from v5:

 - Fixed up braces and line code style

 - Added fdinfo mixed sqe tests

 - Fixed up errors when CONFIG_USE_SANITIZER is enabled

 - Changed api name to io_uring_get_sqe128 from
   io_uring_get_sqe128_mixed

Keith Busch (6):
  liburing: provide uring_cmd prep function
  Add support IORING_SETUP_SQE_MIXED
  test: add nop testing for IORING_SETUP_SQE_MIXED
  test: add mixed sqe test for uring commands
  test/fdinfo: flush sq prior to reading
  test/fdinfo: add mixed sqe option to fdinfo test

 src/include/liburing.h          |  84 ++++++++++++++++++-
 src/include/liburing/io_uring.h |   8 ++
 src/sanitize.c                  |   4 +-
 test/Makefile                   |   3 +
 test/fdinfo.c                   |  51 +++++++++---
 test/io_uring_passthrough.c     |  18 ++--
 test/sqe-mixed-bad-wrap.c       |  87 ++++++++++++++++++++
 test/sqe-mixed-nop.c            |  82 +++++++++++++++++++
 test/sqe-mixed-uring_cmd.c      | 140 ++++++++++++++++++++++++++++++++
 9 files changed, 448 insertions(+), 29 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


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

end of thread, other threads:[~2025-10-22 17:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 17:19 [PATCHv6 0/6] liburing: support for mixed sqes Keith Busch
2025-10-22 17:19 ` [PATCHv6 1/6] liburing: provide uring_cmd prep function Keith Busch
2025-10-22 17:19 ` [PATCHv6 2/6] Add support IORING_SETUP_SQE_MIXED Keith Busch
2025-10-22 17:35   ` Jens Axboe
2025-10-22 17:19 ` [PATCHv6 3/6] test: add nop testing for IORING_SETUP_SQE_MIXED Keith Busch
2025-10-22 17:19 ` [PATCHv6 4/6] test: add mixed sqe test for uring commands Keith Busch
2025-10-22 17:19 ` [PATCHv6 5/6] test/fdinfo: flush sq prior to reading Keith Busch
2025-10-22 17:19 ` [PATCHv6 6/6] test/fdinfo: add mixed sqe option to fdinfo test Keith Busch
2025-10-22 17:40 ` [PATCHv6 0/6] liburing: support for mixed sqes Jens Axboe

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