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=161464 (10075 MB) txc=0 zc=n
# rx=59599 (10075 MB)
# ipv4 tcp -z -t 1
# tx=103069 (6431 MB) txc=103069 zc=n
# rx=50491 (6431 MB)
# ok
# ipv6 tcp -t 1
# tx=161509 (10078 MB) txc=0 zc=n
# rx=60084 (10078 MB)
# ipv6 tcp -z -t 1
# tx=97184 (6064 MB) txc=97184 zc=n
# rx=47748 (6064 MB)
# ok
# ipv4 udp -t 1
# tx=213597 (13329 MB) txc=0 zc=n
# rx=213597 (13329 MB)
# ipv4 udp -z -t 1
# tx=98927 (6173 MB) txc=98927 zc=n
# rx=98905 (6172 MB)
# ok
# ipv6 udp -t 1
# tx=211210 (13180 MB) txc=0 zc=n
# rx=211198 (13179 MB)
# ipv6 udp -z -t 1
# tx=99698 (6221 MB) txc=99698 zc=n
# rx=99664 (6219 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__->