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=42934 (2679 MB) txc=0 zc=n # rx=35839 (2679 MB) # ipv4 tcp -z -t 1 # tx=35867 (2238 MB) txc=35867 zc=n # rx=31548 (2238 MB) # ok # ipv6 tcp -t 1 # tx=33078 (2064 MB) txc=0 zc=n # rx=27106 (2064 MB) # ipv6 tcp -z -t 1 # tx=28010 (1747 MB) txc=28010 zc=n # rx=25479 (1747 MB) # ok # ipv4 udp -t 1 # tx=95780 (5977 MB) txc=0 zc=n # rx=95780 (5977 MB) # ipv4 udp -z -t 1 # tx=49341 (3079 MB) txc=49341 zc=n # rx=49339 (3078 MB) # ok # ipv6 udp -t 1 # tx=90562 (5651 MB) txc=0 zc=n # rx=90562 (5651 MB) # ipv6 udp -z -t 1 # tx=52486 (3275 MB) txc=52486 zc=n # rx=52486 (3275 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__->