All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH liburing v3 0/2] splice helpers + tests
@ 2020-02-18 19:12 Pavel Begunkov
  2020-02-18 19:12 ` [PATCH liburing v3 1/2] splice: add splice(2) helpers Pavel Begunkov
  2020-02-18 19:12 ` [PATCH liburing v3 2/2] test/splice: add basic splice tests Pavel Begunkov
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Begunkov @ 2020-02-18 19:12 UTC (permalink / raw)
  To: Jens Axboe, io-uring, Stefan Metzmacher

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

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                   |   4 +-
 test/splice.c                   | 138 ++++++++++++++++++++++++++++++++
 4 files changed, 165 insertions(+), 3 deletions(-)
 create mode 100644 test/splice.c

-- 
2.24.0


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

end of thread, other threads:[~2020-02-18 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 19:12 [PATCH liburing v3 0/2] splice helpers + tests Pavel Begunkov
2020-02-18 19:12 ` [PATCH liburing v3 1/2] splice: add splice(2) helpers Pavel Begunkov
2020-02-18 19:12 ` [PATCH liburing v3 2/2] test/splice: add basic splice tests Pavel Begunkov

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.