io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <20251021213329.784558-5-kbusch@meta.com>]
  • * [PATCHv5 0/4] liburing: support for mix sized sqe's
    @ 2025-10-13 18:00 Keith Busch
      2025-10-13 18:00 ` [PATCHv5 4/4] Add mixed sqe test for uring commands Keith Busch
      0 siblings, 1 reply; 3+ messages in thread
    From: Keith Busch @ 2025-10-13 18:00 UTC (permalink / raw)
      To: io-uring, axboe, csander; +Cc: Keith Busch
    
    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
    
    
    ^ permalink raw reply	[flat|nested] 3+ messages in thread

    end of thread, other threads:[~2025-10-21 22:09 UTC | newest]
    
    Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20251021213329.784558-1-kbusch@meta.com>
         [not found] ` <20251021213329.784558-3-kbusch@meta.com>
    2025-10-21 22:08   ` [PATCHv5 2/4] Add support IORING_SETUP_SQE_MIXED Jens Axboe
         [not found] ` <20251021213329.784558-5-kbusch@meta.com>
    2025-10-21 22:09   ` [PATCHv5 4/4] Add mixed sqe test for uring commands Jens Axboe
    2025-10-13 18:00 [PATCHv5 0/4] liburing: support for mix sized sqe's Keith Busch
    2025-10-13 18:00 ` [PATCHv5 4/4] Add mixed sqe test for uring commands Keith Busch
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).