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=167665 (10462 MB) txc=0 zc=n # rx=58235 (10462 MB) # ipv4 tcp -z -t 1 # tx=103161 (6437 MB) txc=103161 zc=n # rx=51409 (6437 MB) # ok # ipv6 tcp -t 1 # tx=153562 (9582 MB) txc=0 zc=n # rx=56245 (9582 MB) # ipv6 tcp -z -t 1 # tx=95998 (5990 MB) txc=95998 zc=n # rx=47379 (5990 MB) # ok # ipv4 udp -t 1 # tx=182674 (11399 MB) txc=0 zc=n # rx=182674 (11399 MB) # ipv4 udp -z -t 1 # tx=99090 (6183 MB) txc=99090 zc=n # rx=98943 (6174 MB) # ok # ipv6 udp -t 1 # tx=181300 (11313 MB) txc=0 zc=n # rx=181300 (11313 MB) # ipv6 udp -z -t 1 # tx=95691 (5971 MB) txc=95691 zc=n # rx=95641 (5968 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__->