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=181446 (11322 MB) txc=0 zc=n # rx=90658 (11322 MB) # ipv4 tcp -z -t 1 # tx=113622 (7090 MB) txc=113622 zc=n # rx=55839 (7090 MB) # ok # ipv6 tcp -t 1 # tx=202725 (12650 MB) txc=0 zc=n # rx=101286 (12650 MB) # ipv6 tcp -z -t 1 # tx=122371 (7636 MB) txc=122371 zc=n # rx=60586 (7636 MB) # ok # ipv4 udp -t 1 # tx=252201 (15738 MB) txc=0 zc=n # rx=252201 (15738 MB) # ipv4 udp -z -t 1 # tx=83379 (5203 MB) txc=83379 zc=n # rx=83370 (5202 MB) # ok # ipv6 udp -t 1 # tx=162133 (10117 MB) txc=0 zc=n # rx=162127 (10117 MB) # ipv6 udp -z -t 1 # tx=82352 (5139 MB) txc=82352 zc=n # rx=82333 (5137 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__->