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=166013 (10359 MB) txc=0 zc=n # rx=65118 (10359 MB) # ipv4 tcp -z -t 1 # tx=120482 (7518 MB) txc=120482 zc=n # rx=60211 (7518 MB) # ok # ipv6 tcp -t 1 # tx=202612 (12643 MB) txc=0 zc=n # rx=99681 (12643 MB) # ipv6 tcp -z -t 1 # tx=121137 (7559 MB) txc=121137 zc=n # rx=60564 (7559 MB) # ok # ipv4 udp -t 1 # tx=237308 (14808 MB) txc=0 zc=n # rx=237308 (14808 MB) # ipv4 udp -z -t 1 # tx=114580 (7150 MB) txc=114580 zc=n # rx=114570 (7149 MB) # ok # ipv6 udp -t 1 # tx=236096 (14733 MB) txc=0 zc=n # rx=236093 (14733 MB) # ipv6 udp -z -t 1 # tx=112153 (6998 MB) txc=112153 zc=n # rx=112153 (6998 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__->