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=206437 (12882 MB) txc=0 zc=n
# rx=100020 (12882 MB)
# ipv4 tcp -z -t 1
# tx=116710 (7283 MB) txc=116710 zc=n
# rx=58340 (7283 MB)
# ok
# ipv6 tcp -t 1
# tx=195950 (12228 MB) txc=0 zc=n
# rx=93553 (12228 MB)
# ipv6 tcp -z -t 1
# tx=118860 (7417 MB) txc=118860 zc=n
# rx=59413 (7417 MB)
# ok
# ipv4 udp -t 1
# tx=212062 (13233 MB) txc=0 zc=n
# rx=212028 (13231 MB)
# ipv4 udp -z -t 1
# tx=101535 (6336 MB) txc=101535 zc=n
# rx=101532 (6335 MB)
# ok
# ipv6 udp -t 1
# tx=252325 (15746 MB) txc=0 zc=n
# rx=252317 (15745 MB)
# ipv6 udp -z -t 1
# tx=116795 (7288 MB) txc=116795 zc=n
# rx=116788 (7288 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__->