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=111809 (6977 MB) txc=0 zc=n
# rx=73986 (6977 MB)
# ipv4 tcp -z -t 1
# tx=78900 (4923 MB) txc=78900 zc=n
# rx=58620 (4923 MB)
# ok
# ipv6 tcp -t 1
# tx=131973 (8235 MB) txc=0 zc=n
# rx=73683 (8235 MB)
# ipv6 tcp -z -t 1
# tx=85607 (5342 MB) txc=85607 zc=n
# rx=60265 (5342 MB)
# ok
# ipv4 udp -t 1
# tx=256433 (16002 MB) txc=0 zc=n
# rx=256419 (16001 MB)
# ipv4 udp -z -t 1
# tx=107213 (6690 MB) txc=107213 zc=n
# rx=107150 (6686 MB)
# ok
# ipv6 udp -t 1
# tx=224527 (14011 MB) txc=0 zc=n
# rx=224527 (14011 MB)
# ipv6 udp -z -t 1
# tx=80415 (5018 MB) txc=80415 zc=n
# rx=80381 (5016 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__->