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=195364 (12191 MB) txc=0 zc=n # rx=92834 (12191 MB) # ipv4 tcp -z -t 1 # tx=110451 (6892 MB) txc=110451 zc=n # rx=54744 (6892 MB) # ok # ipv6 tcp -t 1 # tx=206469 (12884 MB) txc=0 zc=n # rx=88978 (12884 MB) # ipv6 tcp -z -t 1 # tx=116549 (7273 MB) txc=116549 zc=n # rx=57991 (7273 MB) # ok # ipv4 udp -t 1 # tx=231743 (14461 MB) txc=0 zc=n # rx=231743 (14461 MB) # ipv4 udp -z -t 1 # tx=107438 (6704 MB) txc=107438 zc=n # rx=107422 (6703 MB) # ok # ipv6 udp -t 1 # tx=233800 (14589 MB) txc=0 zc=n # rx=233786 (14589 MB) # ipv6 udp -z -t 1 # tx=105546 (6586 MB) txc=105546 zc=n # rx=105534 (6585 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__->