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.18 [+0.18] ipv4 tcp -t 1
# 1.61 [+1.43] tx=213258 (13308 MB) txc=0 zc=n
# 2.01 [+0.40] rx=106413 (13308 MB)
# 2.01 [+0.00] ipv4 tcp -z -t 1
# 3.48 [+1.47] tx=104344 (6511 MB) txc=104344 zc=n
# 3.84 [+0.36] rx=52017 (6511 MB)
# 3.84 [+0.00] ok
# 4.06 [+0.22] ipv6 tcp -t 1
# 5.49 [+1.43] tx=209726 (13087 MB) txc=0 zc=n
# 5.89 [+0.40] rx=104818 (13087 MB)
# 5.89 [+0.00] ipv6 tcp -z -t 1
# 7.36 [+1.47] tx=117653 (7341 MB) txc=117653 zc=n
# 7.72 [+0.36] rx=58110 (7341 MB)
# 7.72 [+0.00] ok
# 7.94 [+0.21] ipv4 udp -t 1
# 9.36 [+1.42] tx=245002 (15289 MB) txc=0 zc=n
# 9.86 [+0.50] rx=245002 (15289 MB)
# 9.86 [+0.00] ipv4 udp -z -t 1
# 11.29 [+1.43] tx=111346 (6948 MB) txc=111346 zc=n
# 11.79 [+0.50] rx=111337 (6947 MB)
# 11.79 [+0.00] ok
# 12.02 [+0.23] ipv6 udp -t 1
# 13.45 [+1.43] tx=225453 (14069 MB) txc=0 zc=n
# 13.95 [+0.50] rx=225442 (14068 MB)
# 13.95 [+0.00] ipv6 udp -z -t 1
# 15.37 [+1.42] tx=118785 (7412 MB) txc=118785 zc=n
# 15.87 [+0.50] rx=118731 (7409 MB)
# 15.87 [+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__->