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.16 [+0.16] ipv4 tcp -t 1
# 1.58 [+1.42] tx=212287 (13247 MB) txc=0 zc=n
# 1.98 [+0.40] rx=98700 (13247 MB)
# 1.99 [+0.00] ipv4 tcp -z -t 1
# 3.45 [+1.46] tx=123502 (7706 MB) txc=123502 zc=n
# 3.81 [+0.36] rx=61272 (7706 MB)
# 3.81 [+0.00] ok
# 3.97 [+0.16] ipv6 tcp -t 1
# 5.39 [+1.42] tx=198792 (12405 MB) txc=0 zc=n
# 5.79 [+0.40] rx=90463 (12405 MB)
# 5.79 [+0.00] ipv6 tcp -z -t 1
# 7.25 [+1.46] tx=105644 (6592 MB) txc=105644 zc=n
# 7.61 [+0.36] rx=52442 (6592 MB)
# 7.61 [+0.00] ok
# 7.79 [+0.18] ipv4 udp -t 1
# 9.21 [+1.42] tx=242271 (15118 MB) txc=0 zc=n
# 9.71 [+0.50] rx=242271 (15118 MB)
# 9.71 [+0.00] ipv4 udp -z -t 1
# 11.13 [+1.42] tx=104491 (6520 MB) txc=104491 zc=n
# 11.63 [+0.50] rx=104483 (6520 MB)
# 11.63 [+0.00] ok
# 11.82 [+0.19] ipv6 udp -t 1
# 13.25 [+1.42] tx=238855 (14905 MB) txc=0 zc=n
# 13.75 [+0.50] rx=238855 (14905 MB)
# 13.75 [+0.00] ipv6 udp -z -t 1
# 15.17 [+1.42] tx=98356 (6137 MB) txc=98356 zc=n
# 15.67 [+0.50] rx=98321 (6135 MB)
# 15.67 [+0.00] ok
# 15.69 [+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__->