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=112167 (6999 MB) txc=0 zc=n
# rx=73184 (6999 MB)
# ipv4 tcp -z -t 1
# tx=90265 (5632 MB) txc=90265 zc=n
# rx=56309 (5632 MB)
# ok
# ipv6 tcp -t 1
# tx=130335 (8133 MB) txc=0 zc=n
# rx=72393 (8133 MB)
# ipv6 tcp -z -t 1
# tx=86302 (5385 MB) txc=86302 zc=n
# rx=66997 (5385 MB)
# ok
# ipv4 udp -t 1
# tx=256027 (15977 MB) txc=0 zc=n
# rx=255873 (15967 MB)
# ipv4 udp -z -t 1
# tx=98861 (6169 MB) txc=98861 zc=n
# rx=98843 (6168 MB)
# ok
# ipv6 udp -t 1
# tx=221091 (13796 MB) txc=0 zc=n
# rx=221048 (13794 MB)
# ipv6 udp -z -t 1
# tx=104685 (6532 MB) txc=104685 zc=n
# rx=104547 (6524 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__->