make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_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=58482 (3649 MB) txc=0 zc=n
# rx=53893 (3649 MB)
# ipv4 tcp -z -t 1
# tx=36286 (2264 MB) txc=36286 zc=n
# rx=35203 (2264 MB)
# ok
# ipv6 tcp -t 1
# tx=46215 (2883 MB) txc=0 zc=n
# rx=42665 (2883 MB)
# ipv6 tcp -z -t 1
# tx=26743 (1668 MB) txc=26743 zc=n
# rx=26146 (1668 MB)
# ok
# ipv4 udp -t 1
# tx=113135 (7060 MB) txc=0 zc=n
# rx=113131 (7059 MB)
# ipv4 udp -z -t 1
# tx=48674 (3037 MB) txc=48674 zc=n
# rx=48672 (3037 MB)
# ok
# ipv6 udp -t 1
# tx=115100 (7182 MB) txc=0 zc=n
# rx=115099 (7182 MB)
# ipv6 udp -z -t 1
# tx=57223 (3570 MB) txc=57223 zc=n
# rx=57220 (3570 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__->