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=213527 (13324 MB) txc=0 zc=n # rx=105385 (13324 MB) # ipv4 tcp -z -t 1 # tx=121414 (7576 MB) txc=121414 zc=n # rx=60387 (7576 MB) # ok # ipv6 tcp -t 1 # tx=202541 (12639 MB) txc=0 zc=n # rx=99696 (12639 MB) # ipv6 tcp -z -t 1 # tx=121003 (7551 MB) txc=121003 zc=n # rx=60153 (7551 MB) # ok # ipv4 udp -t 1 # tx=252796 (15775 MB) txc=0 zc=n # rx=252796 (15775 MB) # ipv4 udp -z -t 1 # tx=113045 (7054 MB) txc=113045 zc=n # rx=113044 (7054 MB) # ok # ipv6 udp -t 1 # tx=247865 (15467 MB) txc=0 zc=n # rx=247861 (15467 MB) # ipv6 udp -z -t 1 # tx=117827 (7352 MB) txc=117827 zc=n # rx=117816 (7352 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__->