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=209848 (13095 MB) txc=0 zc=n
# rx=99822 (13095 MB)
# ipv4 tcp -z -t 1
# tx=120078 (7493 MB) txc=120078 zc=n
# rx=59966 (7493 MB)
# ok
# ipv6 tcp -t 1
# tx=211881 (13222 MB) txc=0 zc=n
# rx=103975 (13222 MB)
# ipv6 tcp -z -t 1
# tx=112947 (7048 MB) txc=112947 zc=n
# rx=56424 (7048 MB)
# ok
# ipv4 udp -t 1
# tx=244091 (15232 MB) txc=0 zc=n
# rx=244091 (15232 MB)
# ipv4 udp -z -t 1
# tx=106696 (6658 MB) txc=106696 zc=n
# rx=106664 (6656 MB)
# ok
# ipv6 udp -t 1
# tx=242270 (15118 MB) txc=0 zc=n
# rx=242270 (15118 MB)
# ipv6 udp -z -t 1
# tx=114128 (7122 MB) txc=114128 zc=n
# rx=114115 (7121 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__->