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=213473 (13321 MB) txc=0 zc=n # rx=102611 (13321 MB) # ipv4 tcp -z -t 1 # tx=125711 (7844 MB) txc=125711 zc=n # rx=62852 (7844 MB) # ok # ipv6 tcp -t 1 # tx=209634 (13081 MB) txc=0 zc=n # rx=103164 (13081 MB) # ipv6 tcp -z -t 1 # tx=126540 (7896 MB) txc=126540 zc=n # rx=63265 (7896 MB) # ok # ipv4 udp -t 1 # tx=216520 (13511 MB) txc=0 zc=n # rx=216517 (13511 MB) # ipv4 udp -z -t 1 # tx=103515 (6459 MB) txc=103515 zc=n # rx=103385 (6451 MB) # ok # ipv6 udp -t 1 # tx=240628 (15016 MB) txc=0 zc=n # rx=240542 (15010 MB) # ipv6 udp -z -t 1 # tx=110047 (6867 MB) txc=110047 zc=n # rx=110011 (6865 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__->