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=212440 (13257 MB) txc=0 zc=n # rx=91015 (13257 MB) # ipv4 tcp -z -t 1 # tx=119305 (7445 MB) txc=119305 zc=n # rx=59241 (7445 MB) # ok # ipv6 tcp -t 1 # tx=199499 (12449 MB) txc=0 zc=n # rx=93402 (12449 MB) # ipv6 tcp -z -t 1 # tx=118632 (7403 MB) txc=118632 zc=n # rx=58888 (7403 MB) # ok # ipv4 udp -t 1 # tx=237017 (14790 MB) txc=0 zc=n # rx=237009 (14790 MB) # ipv4 udp -z -t 1 # tx=119309 (7445 MB) txc=119309 zc=n # rx=119289 (7444 MB) # ok # ipv6 udp -t 1 # tx=242396 (15126 MB) txc=0 zc=n # rx=242396 (15126 MB) # ipv6 udp -z -t 1 # tx=107206 (6690 MB) txc=107206 zc=n # rx=107165 (6687 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__->