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=200462 (12509 MB) txc=0 zc=n # rx=96041 (12509 MB) # ipv4 tcp -z -t 1 # tx=123029 (7677 MB) txc=123029 zc=n # rx=61221 (7677 MB) # ok # ipv6 tcp -t 1 # tx=189252 (11810 MB) txc=0 zc=n # rx=90786 (11810 MB) # ipv6 tcp -z -t 1 # tx=112142 (6998 MB) txc=112142 zc=n # rx=55785 (6998 MB) # ok # ipv4 udp -t 1 # tx=252354 (15747 MB) txc=0 zc=n # rx=252354 (15747 MB) # ipv4 udp -z -t 1 # tx=108527 (6772 MB) txc=108527 zc=n # rx=108507 (6771 MB) # ok # ipv6 udp -t 1 # tx=170793 (10658 MB) txc=0 zc=n # rx=170785 (10657 MB) # ipv6 udp -z -t 1 # tx=87434 (5456 MB) txc=87434 zc=n # rx=87386 (5453 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__->