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=150089 (9366 MB) txc=0 zc=n
# 2.06 [+0.40] rx=63404 (9366 MB)
# 2.06 [+0.00] ipv4 tcp -z -t 1
# 3.52 [+1.47] tx=101234 (6317 MB) txc=101234 zc=n
# 3.88 [+0.36] rx=50462 (6317 MB)
# 3.88 [+0.00] ok
# 4.12 [+0.23] ipv6 tcp -t 1
# 5.55 [+1.43] tx=202262 (12621 MB) txc=0 zc=n
# 5.95 [+0.40] rx=94996 (12621 MB)
# 5.95 [+0.00] ipv6 tcp -z -t 1
# 7.41 [+1.47] tx=114142 (7122 MB) txc=114142 zc=n
# 7.77 [+0.36] rx=56341 (7122 MB)
# 7.77 [+0.00] ok
# 8.00 [+0.23] ipv4 udp -t 1
# 9.43 [+1.43] tx=223314 (13935 MB) txc=0 zc=n
# 9.93 [+0.50] rx=223305 (13935 MB)
# 9.93 [+0.00] ipv4 udp -z -t 1
# 11.35 [+1.42] tx=113188 (7063 MB) txc=113188 zc=n
# 11.85 [+0.50] rx=113170 (7062 MB)
# 11.85 [+0.00] ok
# 12.10 [+0.25] ipv6 udp -t 1
# 13.53 [+1.43] tx=230944 (14411 MB) txc=0 zc=n
# 14.03 [+0.50] rx=230942 (14411 MB)
# 14.03 [+0.00] ipv6 udp -z -t 1
# 15.46 [+1.43] tx=113901 (7107 MB) txc=113901 zc=n
# 15.96 [+0.50] rx=113891 (7107 MB)
# 15.96 [+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__->