make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=163587 (10208 MB) txc=0 zc=n
# rx=66697 (10208 MB)
# ipv4 tcp -z -t 1
# tx=105997 (6614 MB) txc=105997 zc=n
# rx=52886 (6614 MB)
# ok
# ipv6 tcp -t 1
# tx=155646 (9712 MB) txc=0 zc=n
# rx=68348 (9712 MB)
# ipv6 tcp -z -t 1
# tx=108913 (6796 MB) txc=108913 zc=n
# rx=54332 (6796 MB)
# ok
# ipv4 udp -t 1
# tx=239441 (14941 MB) txc=0 zc=n
# rx=239431 (14941 MB)
# ipv4 udp -z -t 1
# tx=113341 (7072 MB) txc=113341 zc=n
# rx=113336 (7072 MB)
# ok
# ipv6 udp -t 1
# tx=241483 (15069 MB) txc=0 zc=n
# rx=241478 (15069 MB)
# ipv6 udp -z -t 1
# tx=112554 (7023 MB) txc=112554 zc=n
# rx=112532 (7022 MB)
# ok
# OK. All tests passed
ok 1 selftests: net: msg_zerocopy.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->