public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH RESEND v4 0/2] splice helpers + tests
@ 2020-02-24 16:03 Pavel Begunkov
  2020-02-24 16:03 ` [PATCH v4 1/2] splice: add splice(2) helpers Pavel Begunkov
  2020-02-24 16:03 ` [PATCH v4 2/2] test/splice: add basic splice tests Pavel Begunkov
  0 siblings, 2 replies; 4+ messages in thread
From: Pavel Begunkov @ 2020-02-24 16:03 UTC (permalink / raw)
  To: Jens Axboe, io-uring

Add splice prep helpers and some basic tests.

v2: minor: fix comment, add inline, remove newline

v3: type changes (Stefan Metzmacher)
    update io_uring.h

v4: rebase

Pavel Begunkov (2):
  splice: add splice(2) helpers
  test/splice: add basic splice tests

 src/include/liburing.h          |  12 +++
 src/include/liburing/io_uring.h |  14 +++-
 test/Makefile                   |   5 +-
 test/splice.c                   | 138 ++++++++++++++++++++++++++++++++
 4 files changed, 166 insertions(+), 3 deletions(-)
 create mode 100644 test/splice.c

-- 
2.24.0


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

end of thread, other threads:[~2020-02-24 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24 16:03 [PATCH RESEND v4 0/2] splice helpers + tests Pavel Begunkov
2020-02-24 16:03 ` [PATCH v4 1/2] splice: add splice(2) helpers Pavel Begunkov
2020-02-24 16:03 ` [PATCH v4 2/2] test/splice: add basic splice tests Pavel Begunkov
2020-02-24 16:07   ` Jens Axboe

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