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.23 [+0.23] ipv4 tcp -t 1
# 1.66 [+1.43] tx=212135 (13238 MB) txc=0 zc=n
# 2.06 [+0.40] rx=105244 (13238 MB)
# 2.06 [+0.00] ipv4 tcp -z -t 1
# 3.53 [+1.47] tx=115347 (7198 MB) txc=115347 zc=n
# 3.89 [+0.36] rx=57239 (7198 MB)
# 3.89 [+0.00] ok
# 4.13 [+0.24] ipv6 tcp -t 1
# 5.56 [+1.43] tx=198888 (12411 MB) txc=0 zc=n
# 5.96 [+0.40] rx=99371 (12411 MB)
# 5.96 [+0.00] ipv6 tcp -z -t 1
# 7.43 [+1.47] tx=122067 (7617 MB) txc=122067 zc=n
# 7.79 [+0.36] rx=60567 (7617 MB)
# 7.79 [+0.00] ok
# 8.03 [+0.24] ipv4 udp -t 1
# 9.45 [+1.43] tx=224038 (13980 MB) txc=0 zc=n
# 9.95 [+0.50] rx=224030 (13980 MB)
# 9.95 [+0.00] ipv4 udp -z -t 1
# 11.38 [+1.43] tx=101610 (6340 MB) txc=101610 zc=n
# 11.88 [+0.50] rx=101302 (6321 MB)
# 11.88 [+0.00] ok
# 12.11 [+0.23] ipv6 udp -t 1
# 13.54 [+1.43] tx=203663 (12709 MB) txc=0 zc=n
# 14.04 [+0.50] rx=203663 (12709 MB)
# 14.04 [+0.00] ipv6 udp -z -t 1
# 15.47 [+1.43] tx=101556 (6337 MB) txc=101556 zc=n
# 15.97 [+0.50] rx=101401 (6327 MB)
# 15.97 [+0.00] ok
# 16.00 [+0.03] 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__->