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=193738 (12089 MB) txc=0 zc=n
# 2.06 [+0.40] rx=96327 (12089 MB)
# 2.06 [+0.00] ipv4 tcp -z -t 1
# 3.52 [+1.47] tx=116664 (7280 MB) txc=116664 zc=n
# 3.88 [+0.36] rx=57839 (7280 MB)
# 3.88 [+0.00] ok
# 4.13 [+0.24] ipv6 tcp -t 1
# 5.55 [+1.43] tx=190967 (11917 MB) txc=0 zc=n
# 5.95 [+0.40] rx=92737 (11917 MB)
# 5.95 [+0.00] ipv6 tcp -z -t 1
# 7.42 [+1.47] tx=114240 (7128 MB) txc=114240 zc=n
# 7.78 [+0.36] rx=56539 (7128 MB)
# 7.78 [+0.00] ok
# 8.04 [+0.25] ipv4 udp -t 1
# 9.47 [+1.43] tx=191828 (11970 MB) txc=0 zc=n
# 9.97 [+0.50] rx=191828 (11970 MB)
# 9.97 [+0.00] ipv4 udp -z -t 1
# 11.40 [+1.43] tx=91462 (5707 MB) txc=91462 zc=n
# 11.90 [+0.50] rx=91400 (5703 MB)
# 11.90 [+0.00] ok
# 12.14 [+0.24] ipv6 udp -t 1
# 13.57 [+1.43] tx=168851 (10536 MB) txc=0 zc=n
# 14.07 [+0.50] rx=168848 (10536 MB)
# 14.07 [+0.00] ipv6 udp -z -t 1
# 15.49 [+1.42] tx=109712 (6846 MB) txc=109712 zc=n
# 15.99 [+0.50] rx=109701 (6845 MB)
# 15.99 [+0.00] ok
# 16.02 [+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__->