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=211879 (13222 MB) txc=0 zc=n
# rx=101169 (13222 MB)
# ipv4 tcp -z -t 1
# tx=121850 (7603 MB) txc=121850 zc=n
# rx=60924 (7603 MB)
# ok
# ipv6 tcp -t 1
# tx=209209 (13055 MB) txc=0 zc=n
# rx=93030 (13055 MB)
# ipv6 tcp -z -t 1
# tx=113603 (7089 MB) txc=113603 zc=n
# rx=56792 (7089 MB)
# ok
# ipv4 udp -t 1
# tx=247665 (15455 MB) txc=0 zc=n
# rx=247665 (15455 MB)
# ipv4 udp -z -t 1
# tx=108216 (6753 MB) txc=108216 zc=n
# rx=108208 (6752 MB)
# ok
# ipv6 udp -t 1
# tx=243859 (15217 MB) txc=0 zc=n
# rx=243859 (15217 MB)
# ipv6 udp -z -t 1
# tx=111027 (6928 MB) txc=111027 zc=n
# rx=110952 (6923 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__->