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.24 [+0.24] ipv4 tcp -t 1
# 1.67 [+1.43] tx=167638 (10461 MB) txc=0 zc=n
# 2.07 [+0.40] rx=61718 (10461 MB)
# 2.07 [+0.00] ipv4 tcp -z -t 1
# 3.53 [+1.46] tx=99671 (6219 MB) txc=99671 zc=n
# 3.89 [+0.36] rx=47524 (6219 MB)
# 3.89 [+0.00] ok
# 4.13 [+0.24] ipv6 tcp -t 1
# 5.56 [+1.43] tx=168878 (10538 MB) txc=0 zc=n
# 5.96 [+0.40] rx=60808 (10538 MB)
# 5.96 [+0.00] ipv6 tcp -z -t 1
# 7.43 [+1.47] tx=100695 (6283 MB) txc=100695 zc=n
# 7.79 [+0.36] rx=49474 (6283 MB)
# 7.79 [+0.00] ok
# 8.07 [+0.28] ipv4 udp -t 1
# 9.50 [+1.43] tx=219160 (13676 MB) txc=0 zc=n
# 10.00 [+0.50] rx=219152 (13675 MB)
# 10.00 [+0.00] ipv4 udp -z -t 1
# 11.43 [+1.43] tx=87144 (5438 MB) txc=87144 zc=n
# 11.93 [+0.50] rx=86909 (5423 MB)
# 11.93 [+0.00] ok
# 12.18 [+0.25] ipv6 udp -t 1
# 13.61 [+1.43] tx=208282 (12997 MB) txc=0 zc=n
# 14.11 [+0.50] rx=208267 (12996 MB)
# 14.11 [+0.00] ipv6 udp -z -t 1
# 15.54 [+1.43] tx=99565 (6213 MB) txc=99565 zc=n
# 16.04 [+0.50] rx=99539 (6211 MB)
# 16.04 [+0.00] ok
# 16.06 [+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__->