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=212666 (13271 MB) txc=0 zc=n # rx=95300 (13271 MB) # ipv4 tcp -z -t 1 # tx=116076 (7243 MB) txc=116076 zc=n # rx=57490 (7243 MB) # ok # ipv6 tcp -t 1 # tx=203124 (12675 MB) txc=0 zc=n # rx=96921 (12675 MB) # ipv6 tcp -z -t 1 # tx=111146 (6935 MB) txc=111146 zc=n # rx=54891 (6935 MB) # ok # ipv4 udp -t 1 # tx=224348 (14000 MB) txc=0 zc=n # rx=224342 (13999 MB) # ipv4 udp -z -t 1 # tx=106323 (6634 MB) txc=106323 zc=n # rx=106304 (6633 MB) # ok # ipv6 udp -t 1 # tx=227908 (14222 MB) txc=0 zc=n # rx=227908 (14222 MB) # ipv6 udp -z -t 1 # tx=100811 (6290 MB) txc=100811 zc=n # rx=100789 (6289 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__->