diff options
-rw-r--r-- | docs/report/vpp_performance_tests/overview.rst | 11 | ||||
-rw-r--r-- | docs/report/vpp_performance_tests/test_environment.rst | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/docs/report/vpp_performance_tests/overview.rst b/docs/report/vpp_performance_tests/overview.rst index c1302866fc..3a1842021b 100644 --- a/docs/report/vpp_performance_tests/overview.rst +++ b/docs/report/vpp_performance_tests/overview.rst @@ -104,9 +104,14 @@ much higher dependency on intensive memory operations and sensitivity to Linux kernel scheduler settings and behaviour, this estimation may not always yield good enough accuracy. -For detailed :abbr:`LF (Linux Foundation)` FD.io test bed specification and -physical topology please refer to `LF FD.io CSIT testbed wiki page -<https://wiki.fd.io/view/CSIT/CSIT_LF_testbed>`_. +For detailed FD.io CSIT testbed specification and topology, as well as +configuration and setup of SUTs and DUTs testbeds please refer to +:ref:`test_environment`. + +Similar SUT compute node and DUT VPP settings can be arrived to in a +standalone VPP setup by using a `vpp-config configuration tool +<https://wiki.fd.io/view/VPP_Configuration_Tool>`_ developed within the +VPP project using CSIT recommended settings and scripts. Performance Tests Coverage -------------------------- diff --git a/docs/report/vpp_performance_tests/test_environment.rst b/docs/report/vpp_performance_tests/test_environment.rst index 705f98f7ca..7b2f7c4638 100644 --- a/docs/report/vpp_performance_tests/test_environment.rst +++ b/docs/report/vpp_performance_tests/test_environment.rst @@ -1,3 +1,5 @@ +.. _test_environment:
+
Test Environment
================
|