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=206311 (12874 MB) txc=0 zc=n # rx=102671 (12874 MB) # ipv4 tcp -z -t 1 # tx=127043 (7927 MB) txc=127043 zc=n # rx=63519 (7927 MB) # ok # ipv6 tcp -t 1 # tx=212224 (13243 MB) txc=0 zc=n # rx=105424 (13243 MB) # ipv6 tcp -z -t 1 # tx=126524 (7895 MB) txc=126524 zc=n # rx=63259 (7895 MB) # ok # ipv4 udp -t 1 # tx=258999 (16162 MB) txc=0 zc=n # rx=258995 (16162 MB) # ipv4 udp -z -t 1 # tx=114441 (7141 MB) txc=114441 zc=n # rx=114411 (7139 MB) # ok # ipv6 udp -t 1 # tx=250357 (15623 MB) txc=0 zc=n # rx=250357 (15623 MB) # ipv6 udp -z -t 1 # tx=113686 (7094 MB) txc=113686 zc=n # rx=113659 (7092 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__->