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=214406 (13379 MB) txc=0 zc=n
# rx=103885 (13379 MB)
# ipv4 tcp -z -t 1
# tx=127439 (7952 MB) txc=127439 zc=n
# rx=63712 (7952 MB)
# ok
# ipv6 tcp -t 1
# tx=206391 (12879 MB) txc=0 zc=n
# rx=102468 (12879 MB)
# ipv6 tcp -z -t 1
# tx=125573 (7836 MB) txc=125573 zc=n
# rx=62774 (7836 MB)
# ok
# ipv4 udp -t 1
# tx=248498 (15507 MB) txc=0 zc=n
# rx=248487 (15506 MB)
# ipv4 udp -z -t 1
# tx=120263 (7504 MB) txc=120263 zc=n
# rx=120257 (7504 MB)
# ok
# ipv6 udp -t 1
# tx=260154 (16234 MB) txc=0 zc=n
# rx=260153 (16234 MB)
# ipv6 udp -z -t 1
# tx=109858 (6855 MB) txc=109858 zc=n
# rx=109844 (6854 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__->