make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_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
# ipv4 tcp -t 1
# tx=149334 (9318 MB) txc=0 zc=n
# rx=76321 (9318 MB)
# ipv4 tcp -z -t 1
# tx=84481 (5271 MB) txc=84481 zc=n
# rx=80432 (5271 MB)
# ok
# ipv6 tcp -t 1
# tx=144255 (9002 MB) txc=0 zc=n
# rx=75985 (9002 MB)
# ipv6 tcp -z -t 1
# tx=85221 (5318 MB) txc=85221 zc=n
# rx=74307 (5318 MB)
# ok
# ipv4 udp -t 1
# tx=246287 (15369 MB) txc=0 zc=n
# rx=246287 (15369 MB)
# ipv4 udp -z -t 1
# tx=112360 (7011 MB) txc=112360 zc=n
# rx=112285 (7006 MB)
# ok
# ipv6 udp -t 1
# tx=227089 (14171 MB) txc=0 zc=n
# rx=227088 (14171 MB)
# ipv6 udp -z -t 1
# tx=92838 (5793 MB) txc=92838 zc=n
# rx=92710 (5785 MB)
# ok
# 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__->