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=210316 (13124 MB) txc=0 zc=n
# rx=103841 (13124 MB)
# ipv4 tcp -z -t 1
# tx=127202 (7937 MB) txc=127202 zc=n
# rx=63492 (7937 MB)
# ok
# ipv6 tcp -t 1
# tx=163294 (10190 MB) txc=0 zc=n
# rx=68004 (10190 MB)
# ipv6 tcp -z -t 1
# tx=125799 (7850 MB) txc=125799 zc=n
# rx=62844 (7850 MB)
# ok
# ipv4 udp -t 1
# tx=251113 (15670 MB) txc=0 zc=n
# rx=251106 (15669 MB)
# ipv4 udp -z -t 1
# tx=115321 (7196 MB) txc=115321 zc=n
# rx=115309 (7195 MB)
# ok
# ipv6 udp -t 1
# tx=231788 (14464 MB) txc=0 zc=n
# rx=231719 (14460 MB)
# ipv6 udp -z -t 1
# tx=112890 (7044 MB) txc=112890 zc=n
# rx=112860 (7042 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__->