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=208404 (13005 MB) txc=0 zc=n
# rx=102839 (13005 MB)
# ipv4 tcp -z -t 1
# tx=122731 (7658 MB) txc=122731 zc=n
# rx=61336 (7658 MB)
# ok
# ipv6 tcp -t 1
# tx=214578 (13390 MB) txc=0 zc=n
# rx=104114 (13390 MB)
# ipv6 tcp -z -t 1
# tx=124501 (7769 MB) txc=124501 zc=n
# rx=62164 (7769 MB)
# ok
# ipv4 udp -t 1
# tx=229168 (14300 MB) txc=0 zc=n
# rx=229168 (14300 MB)
# ipv4 udp -z -t 1
# tx=115798 (7226 MB) txc=115798 zc=n
# rx=115769 (7224 MB)
# ok
# ipv6 udp -t 1
# tx=178406 (11133 MB) txc=0 zc=n
# rx=178406 (11133 MB)
# ipv6 udp -z -t 1
# tx=118291 (7381 MB) txc=118291 zc=n
# rx=118284 (7381 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__->