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=208892 (13035 MB) txc=0 zc=n
# rx=100306 (13035 MB)
# ipv4 tcp -z -t 1
# tx=127808 (7975 MB) txc=127808 zc=n
# rx=63864 (7975 MB)
# ok
# ipv6 tcp -t 1
# tx=202044 (12608 MB) txc=0 zc=n
# rx=98728 (12608 MB)
# ipv6 tcp -z -t 1
# tx=105597 (6589 MB) txc=105597 zc=n
# rx=52695 (6589 MB)
# ok
# ipv4 udp -t 1
# tx=219159 (13676 MB) txc=0 zc=n
# rx=219111 (13673 MB)
# ipv4 udp -z -t 1
# tx=121181 (7562 MB) txc=121181 zc=n
# rx=121148 (7560 MB)
# ok
# ipv6 udp -t 1
# tx=250386 (15625 MB) txc=0 zc=n
# rx=250344 (15622 MB)
# ipv6 udp -z -t 1
# tx=109237 (6816 MB) txc=109237 zc=n
# rx=109214 (6815 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__->