From: Pavel Begunkov <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: [PATCH liburing v2 0/4] vectored registered buffer support and tests
Date: Fri, 7 Mar 2025 18:28:52 +0000 [thread overview]
Message-ID: <[email protected]> (raw)
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
next reply other threads:[~2025-03-07 18:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-07 18:28 Pavel Begunkov [this message]
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
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 \
[email protected] \
[email protected] \
[email protected] \
/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