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=204012 (12731 MB) txc=0 zc=n
# 2.05 [+0.40] rx=96420 (12731 MB)
# 2.05 [+0.00] ipv4 tcp -z -t 1
# 3.52 [+1.47] tx=107331 (6697 MB) txc=107331 zc=n
# 3.88 [+0.36] rx=53381 (6697 MB)
# 3.88 [+0.00] ok
# 4.11 [+0.23] ipv6 tcp -t 1
# 5.54 [+1.43] tx=199046 (12421 MB) txc=0 zc=n
# 5.94 [+0.40] rx=90775 (12421 MB)
# 5.94 [+0.00] ipv6 tcp -z -t 1
# 7.41 [+1.47] tx=112491 (7019 MB) txc=112491 zc=n
# 7.77 [+0.36] rx=55677 (7019 MB)
# 7.77 [+0.00] ok
# 8.00 [+0.23] ipv4 udp -t 1
# 9.43 [+1.43] tx=233699 (14583 MB) txc=0 zc=n
# 9.93 [+0.50] rx=233682 (14582 MB)
# 9.93 [+0.00] ipv4 udp -z -t 1
# 11.36 [+1.42] tx=104179 (6501 MB) txc=104179 zc=n
# 11.86 [+0.50] rx=104155 (6499 MB)
# 11.86 [+0.00] ok
# 12.06 [+0.21] ipv6 udp -t 1
# 13.49 [+1.43] tx=210076 (13109 MB) txc=0 zc=n
# 13.99 [+0.50] rx=210076 (13109 MB)
# 14.00 [+0.00] ipv6 udp -z -t 1
# 15.42 [+1.43] tx=90463 (5645 MB) txc=90463 zc=n
# 15.92 [+0.50] rx=90411 (5641 MB)
# 15.92 [+0.00] ok
# 15.95 [+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__->