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.20 [+0.20] ipv4 tcp -t 1
# 1.63 [+1.43] tx=201741 (12589 MB) txc=0 zc=n
# 2.03 [+0.40] rx=97474 (12589 MB)
# 2.03 [+0.00] ipv4 tcp -z -t 1
# 3.50 [+1.47] tx=119010 (7426 MB) txc=119010 zc=n
# 3.86 [+0.36] rx=58787 (7426 MB)
# 3.86 [+0.00] ok
# 4.08 [+0.23] ipv6 tcp -t 1
# 5.51 [+1.43] tx=197511 (12325 MB) txc=0 zc=n
# 5.91 [+0.40] rx=90979 (12325 MB)
# 5.91 [+0.00] ipv6 tcp -z -t 1
# 7.38 [+1.47] tx=116532 (7272 MB) txc=116532 zc=n
# 7.74 [+0.36] rx=57538 (7272 MB)
# 7.74 [+0.00] ok
# 7.94 [+0.20] ipv4 udp -t 1
# 9.36 [+1.43] tx=254383 (15874 MB) txc=0 zc=n
# 9.86 [+0.50] rx=254379 (15874 MB)
# 9.86 [+0.00] ipv4 udp -z -t 1
# 11.29 [+1.43] tx=113725 (7096 MB) txc=113725 zc=n
# 11.79 [+0.50] rx=113696 (7095 MB)
# 11.79 [+0.00] ok
# 12.02 [+0.23] ipv6 udp -t 1
# 13.45 [+1.43] tx=226148 (14112 MB) txc=0 zc=n
# 13.95 [+0.50] rx=226061 (14107 MB)
# 13.95 [+0.00] ipv6 udp -z -t 1
# 15.38 [+1.42] tx=112133 (6997 MB) txc=112133 zc=n
# 15.88 [+0.50] rx=112106 (6995 MB)
# 15.88 [+0.00] ok
# 15.90 [+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__->