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=212950 (13288 MB) txc=0 zc=n
# rx=105035 (13288 MB)
# ipv4 tcp -z -t 1
# tx=113987 (7113 MB) txc=113987 zc=n
# rx=56986 (7113 MB)
# ok
# ipv6 tcp -t 1
# tx=203964 (12728 MB) txc=0 zc=n
# rx=99523 (12728 MB)
# ipv6 tcp -z -t 1
# tx=127296 (7943 MB) txc=127296 zc=n
# rx=63629 (7943 MB)
# ok
# ipv4 udp -t 1
# tx=231823 (14466 MB) txc=0 zc=n
# rx=231810 (14465 MB)
# ipv4 udp -z -t 1
# tx=113903 (7107 MB) txc=113903 zc=n
# rx=113894 (7107 MB)
# ok
# ipv6 udp -t 1
# tx=224327 (13998 MB) txc=0 zc=n
# rx=224255 (13994 MB)
# ipv6 udp -z -t 1
# tx=110422 (6890 MB) txc=110422 zc=n
# rx=110358 (6886 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__->