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=210842 (13157 MB) txc=0 zc=n
# rx=99193 (13157 MB)
# ipv4 tcp -z -t 1
# tx=119355 (7448 MB) txc=119355 zc=n
# rx=58992 (7448 MB)
# ok
# ipv6 tcp -t 1
# tx=206084 (12860 MB) txc=0 zc=n
# rx=96735 (12860 MB)
# ipv6 tcp -z -t 1
# tx=118324 (7383 MB) txc=118324 zc=n
# rx=58413 (7383 MB)
# ok
# ipv4 udp -t 1
# tx=210817 (13155 MB) txc=0 zc=n
# rx=210815 (13155 MB)
# ipv4 udp -z -t 1
# tx=97511 (6085 MB) txc=97511 zc=n
# rx=97417 (6079 MB)
# ok
# ipv6 udp -t 1
# tx=213110 (13298 MB) txc=0 zc=n
# rx=213109 (13298 MB)
# ipv6 udp -z -t 1
# tx=116902 (7295 MB) txc=116902 zc=n
# rx=116829 (7290 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__->