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=208973 (13040 MB) txc=0 zc=n
# rx=103701 (13040 MB)
# ipv4 tcp -z -t 1
# tx=115231 (7190 MB) txc=115231 zc=n
# rx=57147 (7190 MB)
# ok
# ipv6 tcp -t 1
# tx=202448 (12633 MB) txc=0 zc=n
# rx=101115 (12633 MB)
# ipv6 tcp -z -t 1
# tx=120318 (7508 MB) txc=120318 zc=n
# rx=59687 (7508 MB)
# ok
# ipv4 udp -t 1
# tx=245773 (15337 MB) txc=0 zc=n
# rx=245761 (15336 MB)
# ipv4 udp -z -t 1
# tx=111278 (6944 MB) txc=111278 zc=n
# rx=111214 (6940 MB)
# ok
# ipv6 udp -t 1
# tx=245045 (15291 MB) txc=0 zc=n
# rx=245042 (15291 MB)
# ipv6 udp -z -t 1
# tx=116751 (7285 MB) txc=116751 zc=n
# rx=116733 (7284 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__->