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=217391 (13565 MB) txc=0 zc=n
# 2.06 [+0.40] rx=108172 (13565 MB)
# 2.06 [+0.00] ipv4 tcp -z -t 1
# 3.53 [+1.47] tx=126254 (7878 MB) txc=126254 zc=n
# 3.89 [+0.36] rx=62636 (7878 MB)
# 3.89 [+0.00] ok
# 4.12 [+0.23] ipv6 tcp -t 1
# 5.54 [+1.43] tx=210492 (13135 MB) txc=0 zc=n
# 5.94 [+0.40] rx=104640 (13135 MB)
# 5.94 [+0.00] ipv6 tcp -z -t 1
# 7.42 [+1.47] tx=120452 (7516 MB) txc=120452 zc=n
# 7.78 [+0.36] rx=59726 (7516 MB)
# 7.78 [+0.00] ok
# 8.02 [+0.24] ipv4 udp -t 1
# 9.45 [+1.43] tx=218552 (13638 MB) txc=0 zc=n
# 9.95 [+0.50] rx=218552 (13638 MB)
# 9.95 [+0.00] ipv4 udp -z -t 1
# 11.38 [+1.43] tx=118924 (7421 MB) txc=118924 zc=n
# 11.88 [+0.50] rx=118919 (7420 MB)
# 11.88 [+0.00] ok
# 12.13 [+0.25] ipv6 udp -t 1
# 13.56 [+1.43] tx=258549 (16134 MB) txc=0 zc=n
# 14.06 [+0.50] rx=258520 (16132 MB)
# 14.06 [+0.00] ipv6 udp -z -t 1
# 15.49 [+1.43] tx=109892 (6857 MB) txc=109892 zc=n
# 15.99 [+0.50] rx=109859 (6855 MB)
# 15.99 [+0.00] ok
# 16.02 [+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__->