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=178286 (11125 MB) txc=0 zc=n # rx=88930 (11125 MB) # ipv4 tcp -z -t 1 # tx=115964 (7236 MB) txc=115964 zc=n # rx=57464 (7236 MB) # ok # ipv6 tcp -t 1 # tx=206649 (12895 MB) txc=0 zc=n # rx=101666 (12895 MB) # ipv6 tcp -z -t 1 # tx=122205 (7626 MB) txc=122205 zc=n # rx=60987 (7626 MB) # ok # ipv4 udp -t 1 # tx=243773 (15212 MB) txc=0 zc=n # rx=243771 (15212 MB) # ipv4 udp -z -t 1 # tx=110645 (6904 MB) txc=110645 zc=n # rx=110554 (6898 MB) # ok # ipv6 udp -t 1 # tx=196747 (12277 MB) txc=0 zc=n # rx=196737 (12277 MB) # ipv6 udp -z -t 1 # tx=97041 (6055 MB) txc=97041 zc=n # rx=96823 (6042 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__->