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.22 [+0.22] ipv4 tcp -t 1
# 1.65 [+1.43] tx=207717 (12962 MB) txc=0 zc=n
# 2.05 [+0.40] rx=95090 (12962 MB)
# 2.05 [+0.00] ipv4 tcp -z -t 1
# 3.52 [+1.47] tx=116961 (7298 MB) txc=116961 zc=n
# 3.88 [+0.36] rx=57972 (7298 MB)
# 3.88 [+0.00] ok
# 4.12 [+0.24] ipv6 tcp -t 1
# 5.54 [+1.43] tx=201239 (12558 MB) txc=0 zc=n
# 5.94 [+0.40] rx=93738 (12558 MB)
# 5.95 [+0.00] ipv6 tcp -z -t 1
# 7.41 [+1.47] tx=115616 (7214 MB) txc=115616 zc=n
# 7.77 [+0.36] rx=57409 (7214 MB)
# 7.77 [+0.00] ok
# 7.98 [+0.21] ipv4 udp -t 1
# 9.41 [+1.42] tx=240685 (15019 MB) txc=0 zc=n
# 9.91 [+0.50] rx=240656 (15017 MB)
# 9.91 [+0.00] ipv4 udp -z -t 1
# 11.33 [+1.43] tx=111630 (6966 MB) txc=111630 zc=n
# 11.84 [+0.50] rx=111535 (6960 MB)
# 11.84 [+0.00] ok
# 12.03 [+0.19] ipv6 udp -t 1
# 13.45 [+1.43] tx=232833 (14529 MB) txc=0 zc=n
# 13.95 [+0.50] rx=232833 (14529 MB)
# 13.96 [+0.00] ipv6 udp -z -t 1
# 15.38 [+1.42] tx=112128 (6997 MB) txc=112128 zc=n
# 15.88 [+0.50] rx=112084 (6994 MB)
# 15.88 [+0.00] ok
# 15.91 [+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__->