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=207921 (12975 MB) txc=0 zc=n # rx=101303 (12975 MB) # ipv4 tcp -z -t 1 # tx=118876 (7418 MB) txc=118876 zc=n # rx=58920 (7418 MB) # ok # ipv6 tcp -t 1 # tx=201368 (12566 MB) txc=0 zc=n # rx=95006 (12566 MB) # ipv6 tcp -z -t 1 # tx=117223 (7315 MB) txc=117223 zc=n # rx=58269 (7315 MB) # ok # ipv4 udp -t 1 # tx=243760 (15211 MB) txc=0 zc=n # rx=243749 (15210 MB) # ipv4 udp -z -t 1 # tx=108993 (6801 MB) txc=108993 zc=n # rx=108974 (6800 MB) # ok # ipv6 udp -t 1 # tx=247697 (15457 MB) txc=0 zc=n # rx=247694 (15457 MB) # ipv6 udp -z -t 1 # tx=113015 (7052 MB) txc=113015 zc=n # rx=112966 (7049 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__->