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=210081 (13109 MB) txc=0 zc=n # rx=100866 (13109 MB) # ipv4 tcp -z -t 1 # tx=127447 (7953 MB) txc=127447 zc=n # rx=63511 (7953 MB) # ok # ipv6 tcp -t 1 # tx=205092 (12798 MB) txc=0 zc=n # rx=97892 (12798 MB) # ipv6 tcp -z -t 1 # tx=114169 (7124 MB) txc=114169 zc=n # rx=57033 (7124 MB) # ok # ipv4 udp -t 1 # tx=175345 (10942 MB) txc=0 zc=n # rx=175336 (10941 MB) # ipv4 udp -z -t 1 # tx=90757 (5663 MB) txc=90757 zc=n # rx=90713 (5660 MB) # ok # ipv6 udp -t 1 # tx=180442 (11260 MB) txc=0 zc=n # rx=180442 (11260 MB) # ipv6 udp -z -t 1 # tx=88100 (5497 MB) txc=88100 zc=n # rx=88095 (5497 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__->