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=161503 (10078 MB) txc=0 zc=n
# rx=72110 (10078 MB)
# ipv4 tcp -z -t 1
# tx=107150 (6686 MB) txc=107150 zc=n
# rx=53521 (6686 MB)
# ok
# ipv6 tcp -t 1
# tx=155732 (9718 MB) txc=0 zc=n
# rx=64000 (9718 MB)
# ipv6 tcp -z -t 1
# tx=100943 (6299 MB) txc=100943 zc=n
# rx=49931 (6299 MB)
# ok
# ipv4 udp -t 1
# tx=218640 (13643 MB) txc=0 zc=n
# rx=218631 (13643 MB)
# ipv4 udp -z -t 1
# tx=90481 (5646 MB) txc=90481 zc=n
# rx=90415 (5642 MB)
# ok
# ipv6 udp -t 1
# tx=175950 (10979 MB) txc=0 zc=n
# rx=175932 (10978 MB)
# ipv6 udp -z -t 1
# tx=82935 (5175 MB) txc=82935 zc=n
# rx=82920 (5174 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__->