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.19 [+0.19] ipv4 tcp -t 1
# 1.63 [+1.43] tx=141918 (8856 MB) txc=0 zc=n
# 2.03 [+0.40] rx=68725 (8856 MB)
# 2.03 [+0.00] ipv4 tcp -z -t 1
# 3.50 [+1.47] tx=93538 (5837 MB) txc=93538 zc=n
# 3.86 [+0.36] rx=46676 (5837 MB)
# 3.86 [+0.00] ok
# 4.09 [+0.23] ipv6 tcp -t 1
# 5.51 [+1.43] tx=207702 (12961 MB) txc=0 zc=n
# 5.91 [+0.40] rx=103664 (12961 MB)
# 5.92 [+0.00] ipv6 tcp -z -t 1
# 7.38 [+1.46] tx=123830 (7727 MB) txc=123830 zc=n
# 7.74 [+0.36] rx=61494 (7727 MB)
# 7.74 [+0.00] ok
# 7.97 [+0.23] ipv4 udp -t 1
# 9.40 [+1.43] tx=252128 (15733 MB) txc=0 zc=n
# 9.90 [+0.50] rx=252126 (15733 MB)
# 9.90 [+0.00] ipv4 udp -z -t 1
# 11.32 [+1.43] tx=115447 (7204 MB) txc=115447 zc=n
# 11.83 [+0.50] rx=115434 (7203 MB)
# 11.83 [+0.00] ok
# 12.05 [+0.22] ipv6 udp -t 1
# 13.47 [+1.43] tx=251503 (15694 MB) txc=0 zc=n
# 13.97 [+0.50] rx=251500 (15694 MB)
# 13.97 [+0.00] ipv6 udp -z -t 1
# 15.40 [+1.42] tx=113412 (7077 MB) txc=113412 zc=n
# 15.90 [+0.50] rx=113397 (7076 MB)
# 15.90 [+0.00] ok
# 15.92 [+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__->