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=206571 (12890 MB) txc=0 zc=n # rx=92987 (12890 MB) # ipv4 tcp -z -t 1 # tx=121032 (7552 MB) txc=121032 zc=n # rx=60073 (7552 MB) # ok # ipv6 tcp -t 1 # tx=204467 (12759 MB) txc=0 zc=n # rx=98951 (12759 MB) # ipv6 tcp -z -t 1 # tx=113301 (7070 MB) txc=113301 zc=n # rx=56285 (7070 MB) # ok # ipv4 udp -t 1 # tx=242935 (15160 MB) txc=0 zc=n # rx=242930 (15159 MB) # ipv4 udp -z -t 1 # tx=111886 (6982 MB) txc=111886 zc=n # rx=111872 (6981 MB) # ok # ipv6 udp -t 1 # tx=229997 (14352 MB) txc=0 zc=n # rx=229997 (14352 MB) # ipv6 udp -z -t 1 # tx=111349 (6948 MB) txc=111349 zc=n # rx=111315 (6946 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__->