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=209366 (13065 MB) txc=0 zc=n # rx=103366 (13065 MB) # ipv4 tcp -z -t 1 # tx=106835 (6666 MB) txc=106835 zc=n # rx=53408 (6666 MB) # ok # ipv6 tcp -t 1 # tx=167525 (10454 MB) txc=0 zc=n # rx=79104 (10454 MB) # ipv6 tcp -z -t 1 # tx=112542 (7023 MB) txc=112542 zc=n # rx=55974 (7023 MB) # ok # ipv4 udp -t 1 # tx=250656 (15641 MB) txc=0 zc=n # rx=250641 (15640 MB) # ipv4 udp -z -t 1 # tx=115651 (7217 MB) txc=115651 zc=n # rx=115633 (7215 MB) # ok # ipv6 udp -t 1 # tx=253959 (15847 MB) txc=0 zc=n # rx=253959 (15847 MB) # ipv6 udp -z -t 1 # tx=112239 (7004 MB) txc=112239 zc=n # rx=112239 (7004 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__->