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=210978 (13165 MB) txc=0 zc=n # rx=95756 (13165 MB) # ipv4 tcp -z -t 1 # tx=122422 (7639 MB) txc=122422 zc=n # rx=60463 (7639 MB) # ok # ipv6 tcp -t 1 # tx=215123 (13424 MB) txc=0 zc=n # rx=90367 (13424 MB) # ipv6 tcp -z -t 1 # tx=118008 (7364 MB) txc=118008 zc=n # rx=58547 (7364 MB) # ok # ipv4 udp -t 1 # tx=252051 (15728 MB) txc=0 zc=n # rx=252051 (15728 MB) # ipv4 udp -z -t 1 # tx=104785 (6538 MB) txc=104785 zc=n # rx=104766 (6537 MB) # ok # ipv6 udp -t 1 # tx=252999 (15788 MB) txc=0 zc=n # rx=252954 (15785 MB) # ipv6 udp -z -t 1 # tx=117555 (7335 MB) txc=117555 zc=n # rx=117510 (7333 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__->