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=204113 (12737 MB) txc=0 zc=n # rx=101858 (12737 MB) # ipv4 tcp -z -t 1 # tx=118800 (7413 MB) txc=118800 zc=n # rx=58788 (7413 MB) # ok # ipv6 tcp -t 1 # tx=205307 (12811 MB) txc=0 zc=n # rx=102568 (12811 MB) # ipv6 tcp -z -t 1 # tx=121774 (7599 MB) txc=121774 zc=n # rx=60300 (7599 MB) # ok # ipv4 udp -t 1 # tx=244975 (15287 MB) txc=0 zc=n # rx=244974 (15287 MB) # ipv4 udp -z -t 1 # tx=112531 (7022 MB) txc=112531 zc=n # rx=112502 (7020 MB) # ok # ipv6 udp -t 1 # tx=241111 (15046 MB) txc=0 zc=n # rx=241111 (15046 MB) # ipv6 udp -z -t 1 # tx=108467 (6768 MB) txc=108467 zc=n # rx=108427 (6766 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__->