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=204424 (12756 MB) txc=0 zc=n
# 2.03 [+0.40] rx=100749 (12756 MB)
# 2.03 [+0.00] ipv4 tcp -z -t 1
# 3.49 [+1.46] tx=119993 (7488 MB) txc=119993 zc=n
# 3.85 [+0.36] rx=59647 (7488 MB)
# 3.85 [+0.00] ok
# 4.05 [+0.20] ipv6 tcp -t 1
# 5.48 [+1.42] tx=199822 (12469 MB) txc=0 zc=n
# 5.88 [+0.40] rx=98451 (12469 MB)
# 5.88 [+0.00] ipv6 tcp -z -t 1
# 7.34 [+1.46] tx=108625 (6778 MB) txc=108625 zc=n
# 7.70 [+0.36] rx=53962 (6778 MB)
# 7.70 [+0.00] ok
# 7.93 [+0.22] ipv4 udp -t 1
# 9.35 [+1.43] tx=218124 (13611 MB) txc=0 zc=n
# 9.85 [+0.50] rx=218109 (13610 MB)
# 9.85 [+0.00] ipv4 udp -z -t 1
# 11.28 [+1.43] tx=103515 (6459 MB) txc=103515 zc=n
# 11.78 [+0.50] rx=103475 (6457 MB)
# 11.78 [+0.00] ok
# 12.03 [+0.25] ipv6 udp -t 1
# 13.46 [+1.43] tx=195390 (12193 MB) txc=0 zc=n
# 13.96 [+0.50] rx=195382 (12192 MB)
# 13.96 [+0.00] ipv6 udp -z -t 1
# 15.39 [+1.43] tx=104477 (6519 MB) txc=104477 zc=n
# 15.89 [+0.50] rx=104439 (6517 MB)
# 15.89 [+0.00] ok
# 15.92 [+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__->