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=183515 (11452 MB) txc=0 zc=n # rx=91289 (11452 MB) # ipv4 tcp -z -t 1 # tx=123755 (7722 MB) txc=123755 zc=n # rx=61859 (7722 MB) # ok # ipv6 tcp -t 1 # tx=207054 (12920 MB) txc=0 zc=n # rx=102924 (12920 MB) # ipv6 tcp -z -t 1 # tx=124929 (7796 MB) txc=124929 zc=n # rx=62458 (7796 MB) # ok # ipv4 udp -t 1 # tx=182662 (11398 MB) txc=0 zc=n # rx=182661 (11398 MB) # ipv4 udp -z -t 1 # tx=94992 (5927 MB) txc=94992 zc=n # rx=94926 (5923 MB) # ok # ipv6 udp -t 1 # tx=178505 (11139 MB) txc=0 zc=n # rx=178497 (11138 MB) # ipv6 udp -z -t 1 # tx=92498 (5772 MB) txc=92498 zc=n # rx=92445 (5768 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__->