diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2022-07-12 22:52:51 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-25 02:41:07 +0200 |
commit | d8b6171bd58a5ffb9ad1dcfa60372db1b4db6d0d (patch) | |
tree | ee004ec912130d0afc74b74a2da47d5c23200bc7 /tools/testing/selftests/net/Makefile | |
parent | io_uring: enable managed frags with register buffers (diff) | |
download | linux-d8b6171bd58a5ffb9ad1dcfa60372db1b4db6d0d.tar.xz linux-d8b6171bd58a5ffb9ad1dcfa60372db1b4db6d0d.zip |
selftests/io_uring: test zerocopy send
Add selftests for io_uring zerocopy sends and io_uring's notification
infrastructure. It's largely influenced by msg_zerocopy and uses it on
the receive side.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/03d5ec78061cf52db420f88ed0b48eb8f47ce9f7.1657643355.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r-- | tools/testing/selftests/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index db05b3764b77..9a4b30bd3a9e 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -59,6 +59,7 @@ TEST_GEN_FILES += toeplitz TEST_GEN_FILES += cmsg_sender TEST_GEN_FILES += stress_reuseport_listen TEST_PROGS += test_vxlan_vnifiltering.sh +TEST_GEN_FILES += io_uring_zerocopy_tx TEST_FILES := settings |