make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_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 6000
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=53377 (3330 MB) txc=0 zc=n
# rx=49568 (3330 MB)
# ipv4 tcp -z -t 1
# tx=37862 (2362 MB) txc=37862 zc=n
# rx=37368 (2362 MB)
# ok
# ipv6 tcp -t 1
# tx=47594 (2970 MB) txc=0 zc=n
# rx=46563 (2970 MB)
# ipv6 tcp -z -t 1
# tx=35077 (2188 MB) txc=35077 zc=n
# rx=34080 (2188 MB)
# ok
# ipv4 udp -t 1
# tx=129088 (8055 MB) txc=0 zc=n
# rx=129085 (8055 MB)
# ipv4 udp -z -t 1
# tx=61059 (3810 MB) txc=61059 zc=n
# rx=61025 (3808 MB)
# ok
# ipv6 udp -t 1
# tx=116633 (7278 MB) txc=0 zc=n
# rx=116633 (7278 MB)
# ipv6 udp -z -t 1
# tx=61502 (3837 MB) txc=61502 zc=n
# rx=61500 (3837 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__->