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 3600
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=139067 (8678 MB) txc=0 zc=n
# rx=76038 (8678 MB)
# ipv4 tcp -z -t 1
# tx=87200 (5441 MB) txc=87200 zc=n
# rx=72325 (5441 MB)
# ok
# ipv6 tcp -t 1
# tx=134834 (8414 MB) txc=0 zc=n
# rx=73844 (8414 MB)
# ipv6 tcp -z -t 1
# tx=87509 (5460 MB) txc=87509 zc=n
# rx=68403 (5460 MB)
# ok
# ipv4 udp -t 1
# tx=238656 (14893 MB) txc=0 zc=n
# rx=238656 (14893 MB)
# ipv4 udp -z -t 1
# tx=115874 (7230 MB) txc=115874 zc=n
# rx=115861 (7230 MB)
# ok
# ipv6 udp -t 1
# tx=230399 (14377 MB) txc=0 zc=n
# rx=230391 (14377 MB)
# ipv6 udp -z -t 1
# tx=111443 (6954 MB) txc=111443 zc=n
# rx=111392 (6951 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__->