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=215958 (13476 MB) txc=0 zc=n
# rx=106036 (13476 MB)
# ipv4 tcp -z -t 1
# tx=124553 (7772 MB) txc=124553 zc=n
# rx=62275 (7772 MB)
# ok
# ipv6 tcp -t 1
# tx=204168 (12740 MB) txc=0 zc=n
# rx=100110 (12740 MB)
# ipv6 tcp -z -t 1
# tx=124982 (7799 MB) txc=124982 zc=n
# rx=62469 (7799 MB)
# ok
# ipv4 udp -t 1
# tx=248258 (15492 MB) txc=0 zc=n
# rx=248258 (15492 MB)
# ipv4 udp -z -t 1
# tx=118415 (7389 MB) txc=118415 zc=n
# rx=118394 (7388 MB)
# ok
# ipv6 udp -t 1
# tx=193866 (12097 MB) txc=0 zc=n
# rx=193825 (12095 MB)
# ipv6 udp -z -t 1
# tx=93808 (5853 MB) txc=93808 zc=n
# rx=93758 (5850 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__->