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=201819 (12594 MB) txc=0 zc=n
# rx=99922 (12594 MB)
# ipv4 tcp -z -t 1
# tx=127245 (7940 MB) txc=127245 zc=n
# rx=63532 (7940 MB)
# ok
# ipv6 tcp -t 1
# tx=210521 (13137 MB) txc=0 zc=n
# rx=104147 (13137 MB)
# ipv6 tcp -z -t 1
# tx=122435 (7640 MB) txc=122435 zc=n
# rx=61154 (7640 MB)
# ok
# ipv4 udp -t 1
# tx=228810 (14278 MB) txc=0 zc=n
# rx=228810 (14278 MB)
# ipv4 udp -z -t 1
# tx=106530 (6647 MB) txc=106530 zc=n
# rx=106513 (6646 MB)
# ok
# ipv6 udp -t 1
# tx=226962 (14163 MB) txc=0 zc=n
# rx=226962 (14163 MB)
# ipv6 udp -z -t 1
# tx=116187 (7250 MB) txc=116187 zc=n
# rx=116171 (7249 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__->