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=211963 (13227 MB) txc=0 zc=n # rx=102895 (13227 MB) # ipv4 tcp -z -t 1 # tx=127261 (7941 MB) txc=127261 zc=n # rx=63626 (7941 MB) # ok # ipv6 tcp -t 1 # tx=200310 (12500 MB) txc=0 zc=n # rx=98040 (12500 MB) # ipv6 tcp -z -t 1 # tx=121963 (7610 MB) txc=121963 zc=n # rx=60967 (7610 MB) # ok # ipv4 udp -t 1 # tx=233197 (14552 MB) txc=0 zc=n # rx=233137 (14548 MB) # ipv4 udp -z -t 1 # tx=113455 (7080 MB) txc=113455 zc=n # rx=113347 (7073 MB) # ok # ipv6 udp -t 1 # tx=246644 (15391 MB) txc=0 zc=n # rx=246625 (15390 MB) # ipv6 udp -z -t 1 # tx=102633 (6404 MB) txc=102633 zc=n # rx=102629 (6404 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__->