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=104013 (6490 MB) txc=0 zc=n
# rx=62913 (6490 MB)
# ipv4 tcp -z -t 1
# tx=75993 (4742 MB) txc=75993 zc=n
# rx=45043 (4742 MB)
# ok
# ipv6 tcp -t 1
# tx=112137 (6997 MB) txc=0 zc=n
# rx=59334 (6997 MB)
# ipv6 tcp -z -t 1
# tx=80010 (4992 MB) txc=80010 zc=n
# rx=45006 (4992 MB)
# ok
# ipv4 udp -t 1
# tx=248083 (15481 MB) txc=0 zc=n
# rx=248055 (15479 MB)
# ipv4 udp -z -t 1
# tx=110550 (6898 MB) txc=110550 zc=n
# rx=110531 (6897 MB)
# ok
# ipv6 udp -t 1
# tx=244249 (15242 MB) txc=0 zc=n
# rx=244201 (15239 MB)
# ipv6 udp -z -t 1
# tx=116097 (7244 MB) txc=116097 zc=n
# rx=116088 (7244 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__->