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=152856 (9538 MB) txc=0 zc=n # rx=72418 (9538 MB) # ipv4 tcp -z -t 1 # tx=109333 (6822 MB) txc=109333 zc=n # rx=54568 (6822 MB) # ok # ipv6 tcp -t 1 # tx=199542 (12452 MB) txc=0 zc=n # rx=95706 (12452 MB) # ipv6 tcp -z -t 1 # tx=125819 (7851 MB) txc=125819 zc=n # rx=62683 (7851 MB) # ok # ipv4 udp -t 1 # tx=265098 (16543 MB) txc=0 zc=n # rx=265076 (16541 MB) # ipv4 udp -z -t 1 # tx=116773 (7287 MB) txc=116773 zc=n # rx=116760 (7286 MB) # ok # ipv6 udp -t 1 # tx=225051 (14044 MB) txc=0 zc=n # rx=225015 (14041 MB) # ipv6 udp -z -t 1 # tx=96921 (6048 MB) txc=96921 zc=n # rx=96869 (6044 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__->