diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2022-09-26 13:35:36 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-09-27 17:59:57 +0300 |
commit | 7bcd9683e51575c72c9289c05213150245d1c186 (patch) | |
tree | 0a793871ab6faae795d216c6dc06c4e9f194dcfb /tools | |
parent | 9257f69273748635d5cb269ffac59d36db37bcde (diff) | |
download | linux-7bcd9683e51575c72c9289c05213150245d1c186.tar.xz |
selftests/net: enable io_uring sendzc testing
d8b6171bd58a5 ("selftests/io_uring: test zerocopy send") added io_uring
zerocopy tests but forgot to enable it in make runs. Add missing
io_uring_zerocopy_tx.sh into TEST_PROGS.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/28e743602cdd54ffc49f68bbcbcbafc59ba22dc2.1664142210.git.asml.silence@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools')
-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 d87e8739bb30..2a6b0bc648c4 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -66,6 +66,7 @@ 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_PROGS += io_uring_zerocopy_tx.sh TEST_GEN_FILES += bind_bhash TEST_GEN_PROGS += sk_bind_sendto_listen TEST_GEN_PROGS += sk_connect_zero_addr |