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.42] tx=202664 (12646 MB) txc=0 zc=n
# 2.03 [+0.40] rx=95795 (12646 MB)
# 2.03 [+0.00] ipv4 tcp -z -t 1
# 3.49 [+1.47] tx=116363 (7261 MB) txc=116363 zc=n
# 3.85 [+0.36] rx=57751 (7261 MB)
# 3.85 [+0.00] ok
# 4.07 [+0.22] ipv6 tcp -t 1
# 5.50 [+1.43] tx=203557 (12702 MB) txc=0 zc=n
# 5.90 [+0.40] rx=92774 (12702 MB)
# 5.90 [+0.00] ipv6 tcp -z -t 1
# 7.36 [+1.47] tx=118888 (7419 MB) txc=118888 zc=n
# 7.72 [+0.36] rx=59042 (7419 MB)
# 7.72 [+0.00] ok
# 7.94 [+0.22] ipv4 udp -t 1
# 9.37 [+1.43] tx=244113 (15233 MB) txc=0 zc=n
# 9.87 [+0.50] rx=244078 (15231 MB)
# 9.87 [+0.00] ipv4 udp -z -t 1
# 11.30 [+1.43] tx=103572 (6463 MB) txc=103572 zc=n
# 11.80 [+0.50] rx=103493 (6458 MB)
# 11.80 [+0.00] ok
# 12.01 [+0.21] ipv6 udp -t 1
# 13.43 [+1.43] tx=214237 (13369 MB) txc=0 zc=n
# 13.94 [+0.50] rx=214220 (13368 MB)
# 13.94 [+0.00] ipv6 udp -z -t 1
# 15.36 [+1.43] tx=106657 (6655 MB) txc=106657 zc=n
# 15.86 [+0.50] rx=106642 (6654 MB)
# 15.86 [+0.00] ok
# 15.89 [+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__->