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=214112 (13361 MB) txc=0 zc=n
# rx=106819 (13361 MB)
# ipv4 tcp -z -t 1
# tx=111017 (6927 MB) txc=111017 zc=n
# rx=55236 (6927 MB)
# ok
# ipv6 tcp -t 1
# tx=148666 (9277 MB) txc=0 zc=n
# rx=66024 (9277 MB)
# ipv6 tcp -z -t 1
# tx=92548 (5775 MB) txc=92548 zc=n
# rx=45976 (5775 MB)
# ok
# ipv4 udp -t 1
# tx=182368 (11380 MB) txc=0 zc=n
# rx=182365 (11380 MB)
# ipv4 udp -z -t 1
# tx=112058 (6992 MB) txc=112058 zc=n
# rx=112054 (6992 MB)
# ok
# ipv6 udp -t 1
# tx=230336 (14373 MB) txc=0 zc=n
# rx=230335 (14373 MB)
# ipv6 udp -z -t 1
# tx=116128 (7246 MB) txc=116128 zc=n
# rx=116100 (7245 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__->