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=224178 (13989 MB) txc=0 zc=n
# rx=104814 (13989 MB)
# ipv4 tcp -z -t 1
# tx=123882 (7730 MB) txc=123882 zc=n
# rx=61830 (7730 MB)
# ok
# ipv6 tcp -t 1
# tx=204048 (12733 MB) txc=0 zc=n
# rx=98204 (12733 MB)
# ipv6 tcp -z -t 1
# tx=123416 (7701 MB) txc=123416 zc=n
# rx=61125 (7701 MB)
# ok
# ipv4 udp -t 1
# tx=234208 (14615 MB) txc=0 zc=n
# rx=234193 (14614 MB)
# ipv4 udp -z -t 1
# tx=99136 (6186 MB) txc=99136 zc=n
# rx=99020 (6179 MB)
# ok
# ipv6 udp -t 1
# tx=198052 (12359 MB) txc=0 zc=n
# rx=198052 (12359 MB)
# ipv6 udp -z -t 1
# tx=95577 (5964 MB) txc=95577 zc=n
# rx=95517 (5960 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__->