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
# 0.22 [+0.22] ipv4 tcp -t 1
# 1.65 [+1.43] tx=183589 (11456 MB) txc=0 zc=n
# 2.05 [+0.40] rx=85443 (11456 MB)
# 2.05 [+0.00] ipv4 tcp -z -t 1
# 3.52 [+1.47] tx=96569 (6026 MB) txc=96569 zc=n
# 3.88 [+0.36] rx=48126 (6026 MB)
# 3.88 [+0.00] ok
# 4.11 [+0.23] ipv6 tcp -t 1
# 5.54 [+1.43] tx=146473 (9140 MB) txc=0 zc=n
# 5.94 [+0.40] rx=66752 (9140 MB)
# 5.94 [+0.00] ipv6 tcp -z -t 1
# 7.40 [+1.46] tx=120660 (7529 MB) txc=120660 zc=n
# 7.76 [+0.36] rx=59879 (7529 MB)
# 7.76 [+0.00] ok
# 7.97 [+0.21] ipv4 udp -t 1
# 9.39 [+1.43] tx=245511 (15320 MB) txc=0 zc=n
# 9.89 [+0.50] rx=245511 (15320 MB)
# 9.89 [+0.00] ipv4 udp -z -t 1
# 11.32 [+1.42] tx=115521 (7208 MB) txc=115521 zc=n
# 11.82 [+0.50] rx=115479 (7206 MB)
# 11.82 [+0.00] ok
# 12.02 [+0.20] ipv6 udp -t 1
# 13.44 [+1.42] tx=238556 (14886 MB) txc=0 zc=n
# 13.94 [+0.50] rx=238556 (14886 MB)
# 13.94 [+0.00] ipv6 udp -z -t 1
# 15.37 [+1.43] tx=108319 (6759 MB) txc=108319 zc=n
# 15.87 [+0.50] rx=108306 (6758 MB)
# 15.87 [+0.00] ok
# 15.89 [+0.02] 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__->