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=201994 (12605 MB) txc=0 zc=n
# rx=98604 (12605 MB)
# ipv4 tcp -z -t 1
# tx=123910 (7732 MB) txc=123910 zc=n
# rx=61955 (7732 MB)
# ok
# ipv6 tcp -t 1
# tx=210867 (13158 MB) txc=0 zc=n
# rx=103792 (13158 MB)
# ipv6 tcp -z -t 1
# tx=123702 (7719 MB) txc=123702 zc=n
# rx=61845 (7719 MB)
# ok
# ipv4 udp -t 1
# tx=243036 (15166 MB) txc=0 zc=n
# rx=243036 (15166 MB)
# ipv4 udp -z -t 1
# tx=99731 (6223 MB) txc=99731 zc=n
# rx=99626 (6217 MB)
# ok
# ipv6 udp -t 1
# tx=212247 (13244 MB) txc=0 zc=n
# rx=212246 (13244 MB)
# ipv6 udp -z -t 1
# tx=96792 (6040 MB) txc=96792 zc=n
# rx=96724 (6035 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__->