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 6000 # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=42869 (2675 MB) txc=0 zc=n # rx=37845 (2675 MB) # ipv4 tcp -z -t 1 # tx=34988 (2183 MB) txc=34988 zc=n # rx=33430 (2183 MB) # ok # ipv6 tcp -t 1 # tx=46928 (2928 MB) txc=0 zc=n # rx=45185 (2928 MB) # ipv6 tcp -z -t 1 # tx=34743 (2168 MB) txc=34743 zc=n # rx=33444 (2168 MB) # ok # ipv4 udp -t 1 # tx=115205 (7189 MB) txc=0 zc=n # rx=115205 (7189 MB) # ipv4 udp -z -t 1 # tx=47170 (2943 MB) txc=47170 zc=n # rx=47168 (2943 MB) # ok # ipv6 udp -t 1 # tx=89354 (5576 MB) txc=0 zc=n # rx=89354 (5576 MB) # ipv6 udp -z -t 1 # tx=45740 (2854 MB) txc=45740 zc=n # rx=45727 (2853 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__->