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=96198 (6003 MB) txc=0 zc=n
# rx=59932 (6003 MB)
# ipv4 tcp -z -t 1
# tx=70086 (4373 MB) txc=70086 zc=n
# rx=41992 (4373 MB)
# ok
# ipv6 tcp -t 1
# tx=106175 (6625 MB) txc=0 zc=n
# rx=64637 (6625 MB)
# ipv6 tcp -z -t 1
# tx=69356 (4328 MB) txc=69356 zc=n
# rx=44841 (4328 MB)
# ok
# ipv4 udp -t 1
# tx=244708 (15270 MB) txc=0 zc=n
# rx=244656 (15267 MB)
# ipv4 udp -z -t 1
# tx=115937 (7234 MB) txc=115937 zc=n
# rx=115931 (7234 MB)
# ok
# ipv6 udp -t 1
# tx=227484 (14195 MB) txc=0 zc=n
# rx=227467 (14194 MB)
# ipv6 udp -z -t 1
# tx=103075 (6432 MB) txc=103075 zc=n
# rx=103016 (6428 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__->