All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH liburing v2 0/4] vectored registered buffer support and tests
@ 2025-03-07 18:28 Pavel Begunkov
  2025-03-07 18:28 ` [PATCH liburing v2 1/4] Add vectored registered buffer req init helpers Pavel Begunkov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pavel Begunkov @ 2025-03-07 18:28 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

It should give good coverage, I plan to extend read-write.c to
use it as well.

v2: Rename the new test
    Fix helpers opcodes
    Use the helper
    Update map

Pavel Begunkov (4):
  Add vectored registered buffer req init helpers
  test/sendzc: test registered vectored buffers
  tests/helpers: add t_create_socketpair_ip
  tests: targeted registered vector tests

 src/include/liburing.h |  31 +++
 src/liburing-ffi.map   |   3 +
 test/Makefile          |   1 +
 test/helpers.c         | 111 ++++++++
 test/helpers.h         |   5 +
 test/send-zerocopy.c   | 138 ++--------
 test/vec-regbuf.c      | 605 +++++++++++++++++++++++++++++++++++++++++
 7 files changed, 780 insertions(+), 114 deletions(-)
 create mode 100644 test/vec-regbuf.c

-- 
2.48.1


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

end of thread, other threads:[~2025-03-07 19:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 18:28 [PATCH liburing v2 0/4] vectored registered buffer support and tests Pavel Begunkov
2025-03-07 18:28 ` [PATCH liburing v2 1/4] Add vectored registered buffer req init helpers Pavel Begunkov
2025-03-07 18:28 ` [PATCH liburing v2 2/4] test/sendzc: test registered vectored buffers Pavel Begunkov
2025-03-07 18:28 ` [PATCH liburing v2 3/4] tests/helpers: add t_create_socketpair_ip Pavel Begunkov
2025-03-07 18:28 ` [PATCH liburing v2 4/4] tests: targeted registered vector tests Pavel Begunkov
2025-03-07 19:40 ` [PATCH liburing v2 0/4] vectored registered buffer support and tests Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.