Report 2005: Add data, review graphs 20/27820/2
authorTibor Frank <tifrank@cisco.com>
Thu, 9 Jul 2020 09:16:19 +0000 (11:16 +0200)
committerTibor Frank <tifrank@cisco.com>
Thu, 9 Jul 2020 09:23:17 +0000 (11:23 +0200)
Change-Id: I2913ed579369a26a1226cfbe958432d1b3e11789
Signed-off-by: Tibor Frank <tifrank@cisco.com>
28 files changed:
docs/report/dpdk_performance_tests/test_environment.rst
docs/report/introduction/test_environment_intro.rst
docs/report/introduction/test_environment_pre_test_server_calib.rst [new file with mode: 0644]
docs/report/introduction/test_environment_sut_calib_clx.rst
docs/report/introduction/test_environment_sut_calib_dnv.rst
docs/report/introduction/test_environment_sut_calib_hsw.rst
docs/report/introduction/test_environment_sut_calib_skx.rst
docs/report/introduction/test_environment_sut_calib_tsh.rst
docs/report/vpp_performance_tests/packet_latency/container_memif-3n-tsh-x520.rst
docs/report/vpp_performance_tests/packet_latency/ip6-3n-tsh-x520.rst
docs/report/vpp_performance_tests/packet_latency/l2-3n-skx-xxv710.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-xxv710.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-xxv710.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost.rst
docs/report/vpp_performance_tests/test_environment.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-xxv710.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-clx-x710.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-xxv710.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost.rst
resources/tools/presentation/specification.yaml

index 3ea7bdc..a910632 100644 (file)
@@ -7,16 +7,6 @@
 
 .. include:: ../introduction/test_environment_intro.rst
 
-.. include:: ../introduction/test_environment_sut_calib_skx.rst
-
-.. include:: ../introduction/test_environment_sut_calib_clx.rst
-
-.. include:: ../introduction/test_environment_sut_calib_hsw.rst
-
-.. include:: ../introduction/test_environment_sut_calib_dnv.rst
-
-.. include:: ../introduction/test_environment_sut_calib_tsh.rst
-
 .. include:: ../introduction/test_environment_sut_conf_1.rst
 
 
@@ -58,3 +48,15 @@ Startup command template:
     l3fwd -v -l $$CORE_LIST -w $$INT1 -w $$INT2 --master-lcore 0 --in-memory -- --parse-ptype --eth-dest="0,${adj_mac0}" --eth-dest="1,${adj_mac1}" --config="${port_config}" [--enable-jumbo] -P -L -p 0x3
 
 .. include:: ../introduction/test_environment_tg.rst
+
+.. include:: ../introduction/test_environment_pre_test_server_calib.rst
+
+.. include:: ../introduction/test_environment_sut_calib_skx.rst
+
+.. include:: ../introduction/test_environment_sut_calib_clx.rst
+
+.. include:: ../introduction/test_environment_sut_calib_hsw.rst
+
+.. include:: ../introduction/test_environment_sut_calib_dnv.rst
+
+.. include:: ../introduction/test_environment_sut_calib_tsh.rst
index da817f2..7c4d5df 100644 (file)
@@ -28,30 +28,3 @@ physical testbeds are maintained in FD.io CSIT repository:
 `FD.io CSIT testbeds - Xeon Cascade Lake`_,
 `FD.io CSIT testbeds - Xeon Skylake, Arm, Atom`_ and
 `FD.io CSIT Testbeds - Xeon Haswell`_.
-
-Pre-Test Server Calibration
----------------------------
-
-Number of SUT server sub-system runtime parameters have been identified
-as impacting data plane performance tests. Calibrating those parameters
-is part of FD.io CSIT pre-test activities, and includes measuring and
-reporting following:
-
-#. System level core jitter - measure duration of core interrupts by
-   Linux in clock cycles and how often interrupts happen. Using
-   `CPU core jitter tool <https://git.fd.io/pma_tools/tree/jitter>`_.
-
-#. Memory bandwidth - measure bandwidth with `Intel MLC tool
-   <https://software.intel.com/en-us/articles/intelr-memory-latency-checker>`_.
-
-#. Memory latency - measure memory latency with Intel MLC tool.
-
-#. Cache latency at all levels (L1, L2, and Last Level Cache) - measure
-   cache latency with Intel MLC tool.
-
-Measured values of listed parameters are especially important for
-repeatable zero packet loss throughput measurements across multiple
-system instances. Generally they come useful as a background data for
-comparing data plane performance results across disparate servers.
-
-Following sections include measured calibration data for testbeds.
diff --git a/docs/report/introduction/test_environment_pre_test_server_calib.rst b/docs/report/introduction/test_environment_pre_test_server_calib.rst
new file mode 100644 (file)
index 0000000..325c61b
--- /dev/null
@@ -0,0 +1,26 @@
+Pre-Test Server Calibration
+---------------------------
+
+Number of SUT server sub-system runtime parameters have been identified
+as impacting data plane performance tests. Calibrating those parameters
+is part of FD.io CSIT pre-test activities, and includes measuring and
+reporting following:
+
+#. System level core jitter - measure duration of core interrupts by
+   Linux in clock cycles and how often interrupts happen. Using
+   `CPU core jitter tool <https://git.fd.io/pma_tools/tree/jitter>`_.
+
+#. Memory bandwidth - measure bandwidth with `Intel MLC tool
+   <https://software.intel.com/en-us/articles/intelr-memory-latency-checker>`_.
+
+#. Memory latency - measure memory latency with Intel MLC tool.
+
+#. Cache latency at all levels (L1, L2, and Last Level Cache) - measure
+   cache latency with Intel MLC tool.
+
+Measured values of listed parameters are especially important for
+repeatable zero packet loss throughput measurements across multiple
+system instances. Generally they come useful as a background data for
+comparing data plane performance results across disparate servers.
+
+Following sections include measured calibration data for testbeds.
index e12b0af..ed44eb9 100644 (file)
@@ -1,5 +1,5 @@
-Calibration Data - Cascade Lake
--------------------------------
+Cascade Lake
+~~~~~~~~~~~~
 
 Following sections include sample calibration data measured on
 s32-t27-sut1 server running in one of the Intel Xeon Skylake testbeds as
@@ -10,7 +10,7 @@ shows the same or similar values.
 
 
 Linux cmdline
-~~~~~~~~~~~~~
+^^^^^^^^^^^^^
 
 ::
 
@@ -18,7 +18,7 @@ Linux cmdline
     BOOT_IMAGE=/boot/vmlinuz-4.15.0-72-generic root=UUID=1d03969e-a2a0-41b2-a97e-1cc171b07e88 ro isolcpus=1-23,25-47,49-71,73-95 nohz_full=1-23,25-47,49-71,73-95 rcu_nocbs=1-23,25-47,49-71,73-95 numa_balancing=disable intel_pstate=disable intel_iommu=on iommu=pt nmi_watchdog=0 audit=0 nosoftlockup processor.max_cstate=1 intel_idle.max_cstate=1 hpet=disable tsc=reliable mce=off console=tty0 console=ttyS0,115200n8
 
 Linux uname
-~~~~~~~~~~~
+^^^^^^^^^^^
 
 ::
 
@@ -27,7 +27,7 @@ Linux uname
 
 
 System-level Core Jitter
-~~~~~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 ::
 
@@ -82,7 +82,7 @@ System-level Core Jitter
 
 
 Memory Bandwidth
-~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^
 
 ::
 
@@ -139,7 +139,7 @@ Memory Bandwidth
 
 
 Memory Latency
-~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^
 
 ::
 
@@ -199,7 +199,7 @@ Memory Latency
 
 
 L1/L2/LLC Latency
-~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^
 
 ::
 
index 3365552..13f9806 100644 (file)
@@ -1,5 +1,5 @@
-Calibration Data - Denverton
-----------------------------
+Denverton
+~~~~~~~~~
 
 Following sections include sample calibration data measured on
 Denverton server at Intel SH labs.
@@ -9,7 +9,7 @@ adhering to FD.io CSIT best practices.
 
 
 Linux cmdline
-~~~~~~~~~~~~~
+^^^^^^^^^^^^^
 
 ::
 
@@ -18,7 +18,7 @@ Linux cmdline
 
 
 Linux uname
-~~~~~~~~~~~
+^^^^^^^^^^^
 
 ::
 
@@ -27,7 +27,7 @@ Linux uname
 
 
 System-level Core Jitter
-~~~~~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 ::
 
@@ -72,7 +72,7 @@ System-level Core Jitter
 
 
 Memory Bandwidth
-~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^
 
 ::
 
@@ -128,7 +128,7 @@ Memory Bandwidth
 
 
 Memory Latency
-~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^
 
 ::
 
@@ -188,7 +188,7 @@ Memory Latency
 
 
 L1/L2/LLC Latency
-~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^
 
 ::
 
index fe89d99..d2e8d3d 100644 (file)
@@ -1,5 +1,5 @@
-Calibration Data - Haswell
---------------------------
+Haswell
+~~~~~~~
 
 Following sections include sample calibration data measured on t1-sut1
 server running in one of the Intel Xeon Haswell testbeds as specified in
@@ -9,7 +9,7 @@ Calibration data obtained from all other servers in Haswell testbeds
 shows the same or similar values.
 
 Linux cmdline
-~~~~~~~~~~~~~
+^^^^^^^^^^^^^
 
 ::
 
@@ -18,7 +18,7 @@ Linux cmdline
 
 
 Linux uname
-~~~~~~~~~~~
+^^^^^^^^^^^
 
 ::
 
@@ -27,7 +27,7 @@ Linux uname
 
 
 System-level Core Jitter
-~~~~~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 ::
 
@@ -81,7 +81,7 @@ System-level Core Jitter
 
 
 Memory Bandwidth
-~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^
 
 ::
 
@@ -138,7 +138,7 @@ Memory Bandwidth
 
 
 Memory Latency
-~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^
 
 ::
 
@@ -198,7 +198,7 @@ Memory Latency
 
 
 L1/L2/LLC Latency
-~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^
 
 ::
 
index 16f7ae0..e3038a2 100644 (file)
@@ -1,5 +1,5 @@
-Calibration Data - Skylake
---------------------------
+Skylake
+~~~~~~~
 
 Following sections include sample calibration data measured on
 s11-t31-sut1 server running in one of the Intel Xeon Skylake testbeds as
@@ -10,7 +10,7 @@ shows the same or similar values.
 
 
 Linux cmdline
-~~~~~~~~~~~~~
+^^^^^^^^^^^^^
 
 ::
 
@@ -19,7 +19,7 @@ Linux cmdline
 
 
 Linux uname
-~~~~~~~~~~~
+^^^^^^^^^^^
 
 ::
 
@@ -28,7 +28,7 @@ Linux uname
 
 
 System-level Core Jitter
-~~~~~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 ::
 
@@ -72,7 +72,7 @@ System-level Core Jitter
 
 
 Memory Bandwidth
-~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^
 
 ::
 
@@ -129,7 +129,7 @@ Memory Bandwidth
 
 
 Memory Latency
-~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^
 
 ::
 
@@ -189,7 +189,7 @@ Memory Latency
 
 
 L1/L2/LLC Latency
-~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^
 
 ::
 
index 00447b9..a503a42 100644 (file)
@@ -1,5 +1,5 @@
-Calibration Data - TaiShan
---------------------------
+TaiShan
+~~~~~~~
 
 Following sections include sample calibration data measured on
 s17-t33-sut1 server running in one of the Cortex-A72 testbeds.
@@ -9,7 +9,7 @@ same or similar values.
 
 
 Linux cmdline
-~~~~~~~~~~~~~
+^^^^^^^^^^^^^
 
 ::
 
@@ -17,7 +17,7 @@ Linux cmdline
     BOOT_IMAGE=/boot/vmlinuz-4.15.0-54-generic root=/dev/mapper/huawei--1--vg-root ro isolcpus=1-15,17-31,33-47,49-63 nohz_full=1-15     17-31,33-47,49-63 rcu_nocbs=1-15     17-31,33-47,49-63 intel_iommu=on nmi_watchdog=0 audit=0 nosoftlockup processor.max_cstate=1 console=ttyAMA0,115200n8
 
 Linux uname
-~~~~~~~~~~~
+^^^^^^^^^^^
 
 ::
 
@@ -26,7 +26,7 @@ Linux uname
 
 
 System-level Core Jitter
-~~~~~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 ::
 
index f910c9c..056c80b 100644 (file)
             \label{fig:hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1dcr}
     \end{figure}
 
-.. raw:: latex
+..
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1lxc.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1lxc.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1lxc.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1lxc.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1lxc}
-            \label{fig:hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1lxc}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1lxc}
+                \label{fig:hdrh-lat-percentile-3n-tsh-10ge2p1x520-64b-1t1c-eth-l2xcbase-eth-2memif-1lxc}
+        \end{figure}
 
 .. raw:: latex
 
index de8d25a..c830be8 100644 (file)
 78b-1t1c-ip6routing-base-scale-ixgbe
 ------------------------------------
 
-.. raw:: html
+..
+    .. raw:: html
 
-    <center>
-    <iframe id="hdrh-lat-percentile-3n-tsh-10ge2p1x520-78b-1t1c-dot1q-ip6base.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-3n-tsh-10ge2p1x520-78b-1t1c-dot1q-ip6base.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="hdrh-lat-percentile-3n-tsh-10ge2p1x520-78b-1t1c-dot1q-ip6base.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-3n-tsh-10ge2p1x520-78b-1t1c-dot1q-ip6base.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-3n-tsh-10ge2p1x520-78b-1t1c-dot1q-ip6base}
-            \label{fig:hdrh-lat-percentile-3n-tsh-10ge2p1x520-78b-1t1c-dot1q-ip6base}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-3n-tsh-10ge2p1x520-78b-1t1c-dot1q-ip6base}
+                \label{fig:hdrh-lat-percentile-3n-tsh-10ge2p1x520-78b-1t1c-dot1q-ip6base}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
 .. raw:: html
 
index 4e02cda..08152a0 100644 (file)
             \label{fig:hdrh-lat-percentile-3n-skx-25ge2p1xxv710-64b-2t1c-avf-eth-l2bdscale1mmaclrn}
     \end{figure}
 
-.. raw:: latex
+..
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-64b-2t1c-l2switching-features-avf
----------------------------------
+    64b-2t1c-l2switching-features-avf
+    ---------------------------------
 
-..
     .. raw:: html
 
         <center>
 
         \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="25ge2p1xxv710-64b-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-3n-skx-25ge2p1xxv710-64b-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="25ge2p1xxv710-64b-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-3n-skx-25ge2p1xxv710-64b-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-3n-skx-25ge2p1xxv710-64b-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows}
-            \label{fig:hdrh-lat-percentile-3n-skx-25ge2p1xxv710-64b-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-3n-skx-25ge2p1xxv710-64b-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows}
+                \label{fig:hdrh-lat-percentile-3n-skx-25ge2p1xxv710-64b-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows}
+        \end{figure}
 
 .. raw:: latex
 
index 57ddd9d..22ba2ef 100644 (file)
@@ -20,5 +20,8 @@ CSIT source code for the test cases used for plots can be found in
     container_memif-2n-skx-xxv710
     container_memif-3n-skx-xxv710
     container_memif-2n-clx-xxv710
-    container_memif-2n-clx-cx556a
     container_memif-3n-tsh-x520
+
+..
+    container_memif-2n-clx-cx556a
+
index fdcdfc5..6f40474 100644 (file)
             \label{fig:3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr}
     \end{figure}
 
-.. raw:: latex
+..
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-64b-2t1c-features-ip4routing-base-avf
--------------------------------------
+    64b-2t1c-features-ip4routing-base-avf
+    -------------------------------------
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="221" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="221" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr}
-            \label{fig:3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr}
+                \label{fig:3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="222" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="222" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr}
-            \label{fig:3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr}
+                \label{fig:3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-64b-2t1c-features-ip4routing-base-dpdk
---------------------------------------
+    64b-2t1c-features-ip4routing-base-dpdk
+    --------------------------------------
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="21" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="21" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr}
-            \label{fig:3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr}
+                \label{fig:3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="22" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="22" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr}
-            \label{fig:3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr}
+                \label{fig:3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr}
+        \end{figure}
index b8c8678..b7f546c 100644 (file)
@@ -23,10 +23,10 @@ CSIT source code for the test cases used for plots can be found in
     ip4-3n-skx-x710
     ip4-2n-clx-xxv710
     ip4-2n-clx-x710
-    ip4-2n-clx-cx556a
     ip4-3n-hsw-xl710
     ip4-3n-tsh-x520
 
 ..
+    ip4-2n-clx-cx556a
     ip4-2n-dnv-x553
     ip4-3n-dnv-x553
index 513b89b..7e34654 100644 (file)
@@ -23,10 +23,10 @@ CSIT source code for the test cases used for plots can be found in
     ip6-3n-skx-x710
     ip6-2n-clx-xxv710
     ip6-2n-clx-x710
-    ip6-2n-clx-cx556a
     ip6-3n-hsw-xl710
     ip6-3n-tsh-x520
 
 ..
+    ip6-2n-clx-cx556a
     ip6-2n-dnv-x553
     ip6-3n-dnv-x553
index c333d2b..d59972f 100644 (file)
             \label{fig:3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr}
     \end{figure}
 
-.. raw:: latex
+..
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-64b-2t1c-features-l2switching-base-avf
---------------------------------------
+    64b-2t1c-features-l2switching-base-avf
+    --------------------------------------
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="31" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="31" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr}
-            \label{fig:3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr}
+                \label{fig:3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="32" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="32" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr}
-            \label{fig:3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr}
+                \label{fig:3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr}
+        \end{figure}
 
 ..
     64b-2t1c-features-l2switching-base-dpdk
index 3650748..0bfd4ea 100644 (file)
@@ -23,10 +23,10 @@ CSIT source code for the test cases used for plots can be found in
     l2-3n-skx-x710
     l2-2n-clx-xxv710
     l2-2n-clx-x710
-    l2-2n-clx-cx556a
     l2-3n-hsw-xl710
     l2-3n-tsh-x520
 
 ..
+    l2-2n-clx-cx556a
     l2-2n-dnv-x553
     l2-3n-dnv-x553
index 660529a..dc8cfd7 100644 (file)
@@ -24,6 +24,8 @@ CSIT source code for the test cases used for plots can be found in
     vm_vhost-3n-skx-xxv710
     vm_vhost-3n-skx-x710
     vm_vhost-2n-clx-xxv710
-    vm_vhost-2n-clx-cx556a
     vm_vhost-3n-hsw-xl710
     vm_vhost-3n-tsh-x520
+
+..
+    vm_vhost-2n-clx-cx556a
index 5ef2489..2d71148 100644 (file)
@@ -7,16 +7,6 @@
 
 .. include:: ../introduction/test_environment_intro.rst
 
-.. include:: ../introduction/test_environment_sut_calib_skx.rst
-
-.. include:: ../introduction/test_environment_sut_calib_clx.rst
-
-.. include:: ../introduction/test_environment_sut_calib_hsw.rst
-
-.. include:: ../introduction/test_environment_sut_calib_dnv.rst
-
-.. include:: ../introduction/test_environment_sut_calib_tsh.rst
-
 .. include:: ../introduction/test_environment_sut_conf_1.rst
 
 
@@ -115,3 +105,15 @@ Description of VPP startup settings used in CSIT is provided in
 :ref:`test_methodology`.
 
 .. include:: ../introduction/test_environment_tg.rst
+
+.. include:: ../introduction/test_environment_pre_test_server_calib.rst
+
+.. include:: ../introduction/test_environment_sut_calib_skx.rst
+
+.. include:: ../introduction/test_environment_sut_calib_clx.rst
+
+.. include:: ../introduction/test_environment_sut_calib_hsw.rst
+
+.. include:: ../introduction/test_environment_sut_calib_dnv.rst
+
+.. include:: ../introduction/test_environment_sut_calib_tsh.rst
index 35ac972..a2acb2e 100644 (file)
@@ -22,5 +22,7 @@ CSIT source code for the test cases used for plots can be found in
     container_memif-2n-skx-xxv710
     container_memif-3n-skx-xxv710
     container_memif-2n-clx-xxv710
-    container_memif-2n-clx-cx556a
     container_memif-3n-tsh-x520
+
+..
+    container_memif-2n-clx-cx556a
index f7a58ee..b38010a 100644 (file)
             \label{fig:3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa}
     \end{figure}
 
-.. raw:: latex
+..
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-64b-features-ip4routing-base-avf
---------------------------------
+    64b-features-ip4routing-base-avf
+    --------------------------------
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="221" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="221" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa}
-            \label{fig:3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa}
+                \label{fig:3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="222" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="222" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa}
-            \label{fig:3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa}
+                \label{fig:3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-64b-features-ip4routing-base-dpdk
----------------------------------
+    64b-features-ip4routing-base-dpdk
+    ---------------------------------
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="21" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="21" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa}
-            \label{fig:3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa}
+                \label{fig:3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="22" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="22" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa}
-            \label{fig:3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa}
+                \label{fig:3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa}
+        \end{figure}
index 0153621..7a388cb 100644 (file)
@@ -25,10 +25,10 @@ CSIT source code for the test cases used for plots can be found in
     ip4-3n-skx-x710
     ip4-2n-clx-xxv710
     ip4-2n-clx-x710
-    ip4-2n-clx-cx556a
     ip4-3n-hsw-xl710
     ip4-3n-tsh-x520
 
 ..
+    ip4-2n-clx-cx556a
     ip4-2n-dnv-x553
     ip4-3n-dnv-x553
index 4eefb67..667c4a4 100644 (file)
@@ -25,10 +25,10 @@ CSIT source code for the test cases used for plots can be found in
     ip6-3n-skx-x710
     ip6-2n-clx-xxv710
     ip6-2n-clx-x710
-    ip6-2n-clx-cx556a
     ip6-3n-hsw-xl710
     ip6-3n-tsh-x520
 
 ..
+    ip6-2n-clx-cx556a
     ip6-2n-dnv-x553
     ip6-3n-dnv-x553
index d6f1407..e43b1ad 100644 (file)
             \label{fig:2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa}
     \end{figure}
 
-.. raw:: latex
+..
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-64b-l2switching-base-scale-dpdk
--------------------------------
+    64b-l2switching-base-scale-dpdk
+    -------------------------------
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="101" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="101" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa}
-            \label{fig:2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa}
+                \label{fig:2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="102" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="102" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa}
-            \label{fig:2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa}
+                \label{fig:2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa}
+        \end{figure}
index adf44d3..f4b8e9b 100644 (file)
             \label{fig:3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa}
     \end{figure}
 
-.. raw:: latex
+..
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-64b-features-l2switching-base-avf
----------------------------------
+    64b-features-l2switching-base-avf
+    ---------------------------------
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="31" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="31" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa}
-            \label{fig:3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa}
+                \label{fig:3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa}
+        \end{figure}
 
-.. raw:: latex
+    .. raw:: latex
 
-    \clearpage
+        \clearpage
 
-.. raw:: html
+    .. raw:: html
 
-    <center>
-    <iframe id="32" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa.html"></iframe>
-    <p><br></p>
-    </center>
+        <center>
+        <iframe id="32" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa.html"></iframe>
+        <p><br></p>
+        </center>
 
-.. raw:: latex
+    .. raw:: latex
 
-    \begin{figure}[H]
-        \centering
-            \graphicspath{{../_build/_static/vpp/}}
-            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa}
-            \label{fig:3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa}
-    \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_build/_static/vpp/}}
+                \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa}
+                \label{fig:3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa}
+        \end{figure}
index 1068cd1..824ad81 100644 (file)
@@ -25,10 +25,10 @@ CSIT source code for the test cases used for plots can be found in
     l2-3n-skx-x710
     l2-2n-clx-xxv710
     l2-2n-clx-x710
-    l2-2n-clx-cx556a
     l2-3n-hsw-xl710
     l2-3n-tsh-x520
 
 ..
+    l2-2n-clx-cx556a
     l2-2n-dnv-x553
     l2-3n-dnv-x553
index da85a81..b37cb7e 100644 (file)
@@ -23,6 +23,8 @@ CSIT source code for the test cases used for plots can be found in
     vm_vhost-3n-skx-xxv710
     vm_vhost-3n-skx-x710
     vm_vhost-2n-clx-xxv710
-    vm_vhost-2n-clx-cx556a
     vm_vhost-3n-hsw-xl710
     vm_vhost-3n-tsh-x520
+
+..
+    vm_vhost-2n-clx-cx556a
index 552d624..066ae2d 100644 (file)
 
     plot-dpdk-throughput-latency-3n-hsw:
       csit-dpdk-perf-report-iterative-2005-3n-hsw:
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
-        - 11  # NDRPDR sel
-        - 12  # NDRPDR sel
-        - 13  # NDRPDR sel
-        - 14  # NDRPDR sel
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
+        - 30  # NDRPDR iter
+        - 31  # NDRPDR iter
+        - 32  # NDRPDR iter
+        - 33  # NDRPDR iter
+        - 34  # NDRPDR iter
 
     plot-dpdk-hdrh-lat-3n-hsw:
       csit-dpdk-perf-report-iterative-2005-3n-hsw:
-        - 5   # NDRPDR sel
+        - 25  # NDRPDR iter
 
     # 3n-skx
 
 
     plot-dpdk-throughput-latency-3n-skx:
       csit-dpdk-perf-report-iterative-2005-3n-skx:
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 11  # NDRPDR sel
-        - 12  # NDRPDR sel
-        - 13  # NDRPDR sel
-        - 14  # NDRPDR sel
-        - 15  # NDRPDR sel
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
+        - 30  # NDRPDR iter
+        - 31  # NDRPDR iter
+        - 32  # NDRPDR iter
+        - 33  # NDRPDR iter
+        - 34  # NDRPDR iter
+        - 35  # NDRPDR iter
+        - 36  # NDRPDR iter
+        - 37  # NDRPDR iter
 
     plot-dpdk-hdrh-lat-3n-skx:
       csit-dpdk-perf-report-iterative-2005-3n-skx:
-        - 4   # NDRPDR sel
+        - 28  # NDRPDR iter
 
     # 2n-skx
 
 
     plot-dpdk-throughput-latency-2n-skx:
       csit-dpdk-perf-report-iterative-2005-2n-skx:
-        - 1   # NDRPDR sel
-        - 2   # NDRPDR sel
-        - 3   # NDRPDR sel
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
+        - 20  # NDRPDR iter
+        - 22  # NDRPDR iter
+        - 23  # NDRPDR iter
+        - 24  # NDRPDR iter
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
 
     plot-dpdk-hdrh-lat-2n-skx:
       csit-dpdk-perf-report-iterative-2005-2n-skx:
-        - 1   # NDRPDR sel
+        - 20  # NDRPDR iter
 
     # 2n-clx
 
 
     plot-dpdk-throughput-latency-2n-clx:
       csit-dpdk-perf-report-iterative-2005-2n-clx:
-        - 1   # NDRPDR sel
-        - 2   # NDRPDR sel
-        - 3   # NDRPDR sel
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
+        - 20  # NDRPDR iter
+        - 21  # NDRPDR iter
+        - 22  # NDRPDR iter
+        - 23  # NDRPDR iter
+        - 24  # NDRPDR iter
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
 
     plot-dpdk-hdrh-lat-2n-clx:
       csit-dpdk-perf-report-iterative-2005-2n-clx:
-        - 1   # NDRPDR sel
+        - 21  # NDRPDR iter
 
     # 3n-tsh
 
 
     dpdk-perf-results-3n-hsw:
       csit-dpdk-perf-report-iterative-2005-3n-hsw:
-        - 5   # NDRPDR sel
+        - 25  # NDRPDR iter
 
     dpdk-perf-results-3n-skx:
       csit-dpdk-perf-report-iterative-2005-3n-skx:
-        - 4   # NDRPDR sel
+        - 28  # NDRPDR iter
 
     dpdk-perf-results-2n-skx:
       csit-dpdk-perf-report-iterative-2005-2n-skx:
-        - 1   # NDRPDR sel
+        - 20  # NDRPDR iter
 
     dpdk-perf-results-2n-clx:
       csit-dpdk-perf-report-iterative-2005-2n-clx:
-        - 1   # NDRPDR sel
+        - 21  # NDRPDR iter
 
     dpdk-perf-results-2n-dnv:
       csit-dpdk-perf-report-iterative-2005-2n-dnv:
         - 24  # NDRPDR sel
     dpdk-performance-changes-3n-hsw-cmp:
       csit-dpdk-perf-report-iterative-2005-3n-hsw:
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
-        - 11  # NDRPDR sel
-        - 12  # NDRPDR sel
-        - 13  # NDRPDR sel
-        - 14  # NDRPDR sel
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
+        - 30  # NDRPDR iter
+        - 31  # NDRPDR iter
+        - 32  # NDRPDR iter
+        - 33  # NDRPDR iter
+        - 34  # NDRPDR iter
 
     dpdk-performance-changes-3n-skx-h1:
       csit-dpdk-perf-verify-1908-3n-skx:
         - 48  # NDRPDR sel x710
     dpdk-performance-changes-3n-skx-cmp:
       csit-dpdk-perf-report-iterative-2005-3n-skx:
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 11  # NDRPDR sel
-        - 12  # NDRPDR sel
-        - 13  # NDRPDR sel
-        - 14  # NDRPDR sel
-        - 15  # NDRPDR sel
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
+        - 30  # NDRPDR iter
+        - 31  # NDRPDR iter
+        - 32  # NDRPDR iter
+        - 33  # NDRPDR iter
+        - 34  # NDRPDR iter
+        - 35  # NDRPDR iter
+        - 36  # NDRPDR iter
+        - 37  # NDRPDR iter
 
     dpdk-performance-changes-2n-skx-h1:
       csit-dpdk-perf-verify-1908-2n-skx:
         - 54  # NDRPDR sel x710
     dpdk-performance-changes-2n-skx-cmp:
       csit-dpdk-perf-report-iterative-2005-2n-skx:
-        - 1   # NDRPDR sel
-        - 2   # NDRPDR sel
-        - 3   # NDRPDR sel
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
+        - 20  # NDRPDR iter
+        - 22  # NDRPDR iter
+        - 23  # NDRPDR iter
+        - 24  # NDRPDR iter
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
 
     dpdk-performance-changes-2n-clx-ref:
       csit-dpdk-perf-verify-2001-2n-clx:
         - 34  # NDRPDR sel
     dpdk-performance-changes-2n-clx-cmp:
       csit-dpdk-perf-report-iterative-2005-2n-clx:
-        - 1   # NDRPDR sel
-        - 2   # NDRPDR sel
-        - 3   # NDRPDR sel
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
+        - 20  # NDRPDR iter
+        - 21  # NDRPDR iter
+        - 22  # NDRPDR iter
+        - 23  # NDRPDR iter
+        - 24  # NDRPDR iter
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
 
     dpdk-performance-changes-2n-dnv-ref:
       csit-dpdk-perf-verify-2001-2n-dnv:
 
     dpdk-compare-testbeds-ref:
       csit-dpdk-perf-report-iterative-2005-3n-hsw:
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
-        - 11  # NDRPDR sel
-        - 12  # NDRPDR sel
-        - 13  # NDRPDR sel
-        - 14  # NDRPDR sel
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
+        - 30  # NDRPDR iter
+        - 31  # NDRPDR iter
+        - 32  # NDRPDR iter
+        - 33  # NDRPDR iter
+        - 34  # NDRPDR iter
     dpdk-compare-testbeds-cmp:
       csit-dpdk-perf-report-iterative-2005-3n-skx:
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 11  # NDRPDR sel
-        - 12  # NDRPDR sel
-        - 13  # NDRPDR sel
-        - 14  # NDRPDR sel
-        - 15  # NDRPDR sel
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
+        - 30  # NDRPDR iter
+        - 31  # NDRPDR iter
+        - 32  # NDRPDR iter
+        - 33  # NDRPDR iter
+        - 34  # NDRPDR iter
+        - 35  # NDRPDR iter
+        - 36  # NDRPDR iter
+        - 37  # NDRPDR iter
 
     dpdk-compare-testbeds-skx-clx-ref:
       csit-dpdk-perf-report-iterative-2005-2n-skx:
-        - 1   # NDRPDR sel
-        - 2   # NDRPDR sel
-        - 3   # NDRPDR sel
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
+        - 20  # NDRPDR iter
+        - 22  # NDRPDR iter
+        - 23  # NDRPDR iter
+        - 24  # NDRPDR iter
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
     dpdk-compare-testbeds-skx-clx-cmp:
       csit-dpdk-perf-report-iterative-2005-2n-clx:
-        - 1   # NDRPDR sel
-        - 2   # NDRPDR sel
-        - 3   # NDRPDR sel
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
+        - 20  # NDRPDR iter
+        - 21  # NDRPDR iter
+        - 22  # NDRPDR iter
+        - 23  # NDRPDR iter
+        - 24  # NDRPDR iter
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
 
     # Compare topologies
 
 
     dpdk-compare-topologies-ref:
       csit-dpdk-perf-report-iterative-2005-3n-skx:
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 11  # NDRPDR sel
-        - 12  # NDRPDR sel
-        - 13  # NDRPDR sel
-        - 14  # NDRPDR sel
-        - 15  # NDRPDR sel
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
+        - 30  # NDRPDR iter
+        - 31  # NDRPDR iter
+        - 32  # NDRPDR iter
+        - 33  # NDRPDR iter
+        - 34  # NDRPDR iter
+        - 35  # NDRPDR iter
+        - 36  # NDRPDR iter
+        - 37  # NDRPDR iter
     dpdk-compare-topologies-cmp:
       csit-dpdk-perf-report-iterative-2005-2n-skx:
-        - 1   # NDRPDR sel
-        - 2   # NDRPDR sel
-        - 3   # NDRPDR sel
-        - 4   # NDRPDR sel
-        - 5   # NDRPDR sel
-        - 6   # NDRPDR sel
-        - 7   # NDRPDR sel
-        - 8   # NDRPDR sel
-        - 9   # NDRPDR sel
-        - 10  # NDRPDR sel
+        - 20  # NDRPDR iter
+        - 22  # NDRPDR iter
+        - 23  # NDRPDR iter
+        - 24  # NDRPDR iter
+        - 25  # NDRPDR iter
+        - 26  # NDRPDR iter
+        - 27  # NDRPDR iter
+        - 28  # NDRPDR iter
+        - 29  # NDRPDR iter
 
   plot-layouts:
 
       - 23  # NDRPDR sel
       - 24  # NDRPDR sel
     csit-dpdk-perf-report-iterative-2005-3n-hsw:
-      - 5   # NDRPDR sel
-      - 6   # NDRPDR sel
-      - 7   # NDRPDR sel
-      - 8   # NDRPDR sel
-      - 9   # NDRPDR sel
-      - 10  # NDRPDR sel
-      - 11  # NDRPDR sel
-      - 12  # NDRPDR sel
-      - 13  # NDRPDR sel
-      - 14  # NDRPDR sel
+      - 25  # NDRPDR iter
+      - 26  # NDRPDR iter
+      - 27  # NDRPDR iter
+      - 28  # NDRPDR iter
+      - 29  # NDRPDR iter
+      - 30  # NDRPDR iter
+      - 31  # NDRPDR iter
+      - 32  # NDRPDR iter
+      - 33  # NDRPDR iter
+      - 34  # NDRPDR iter
 
     csit-dpdk-perf-verify-1908-3n-skx:
       - 3   # NDRPDR sel
       - 47  # NDRPDR sel x710
       - 48  # NDRPDR sel x710
     csit-dpdk-perf-report-iterative-2005-3n-skx:
-      - 4   # NDRPDR sel
-      - 5   # NDRPDR sel
-      - 6   # NDRPDR sel
-      - 7   # NDRPDR sel
-      - 8   # NDRPDR sel
-      - 11  # NDRPDR sel
-      - 12  # NDRPDR sel
-      - 13  # NDRPDR sel
-      - 14  # NDRPDR sel
-      - 15  # NDRPDR sel
+      - 28  # NDRPDR iter
+      - 29  # NDRPDR iter
+      - 30  # NDRPDR iter
+      - 31  # NDRPDR iter
+      - 32  # NDRPDR iter
+      - 33  # NDRPDR iter
+      - 34  # NDRPDR iter
+      - 35  # NDRPDR iter
+      - 36  # NDRPDR iter
+      - 37  # NDRPDR iter
 
     csit-dpdk-perf-verify-1908-2n-skx:
       - 2   # NDRPDR sel
       - 51  # NDRPDR sel x710
       - 54  # NDRPDR sel x710
     csit-dpdk-perf-report-iterative-2005-2n-skx:
-      - 1   # NDRPDR sel
-      - 2   # NDRPDR sel
-      - 3   # NDRPDR sel
-      - 4   # NDRPDR sel
-      - 5   # NDRPDR sel
-      - 6   # NDRPDR sel
-      - 7   # NDRPDR sel
-      - 8   # NDRPDR sel
-      - 9   # NDRPDR sel
-      - 10  # NDRPDR sel
+      - 20  # NDRPDR iter
+      - 22  # NDRPDR iter
+      - 23  # NDRPDR iter
+      - 24  # NDRPDR iter
+      - 25  # NDRPDR iter
+      - 26  # NDRPDR iter
+      - 27  # NDRPDR iter
+      - 28  # NDRPDR iter
+      - 29  # NDRPDR iter
 
     csit-dpdk-perf-verify-2001-2n-clx:
       - 15  # NDRPDR sel
       - 33  # NDRPDR sel
       - 34  # NDRPDR sel
     csit-dpdk-perf-report-iterative-2005-2n-clx:
-      - 1   # NDRPDR sel
-      - 2   # NDRPDR sel
-      - 3   # NDRPDR sel
-      - 4   # NDRPDR sel
-      - 5   # NDRPDR sel
-      - 6   # NDRPDR sel
-      - 7   # NDRPDR sel
-      - 8   # NDRPDR sel
-      - 9   # NDRPDR sel
-      - 10  # NDRPDR sel
+      - 20  # NDRPDR iter
+      - 21  # NDRPDR iter
+      - 22  # NDRPDR iter
+      - 23  # NDRPDR iter
+      - 24  # NDRPDR iter
+      - 25  # NDRPDR iter
+      - 26  # NDRPDR iter
+      - 27  # NDRPDR iter
+      - 28  # NDRPDR iter
+      - 29  # NDRPDR iter
 
     csit-dpdk-perf-verify-2001-2n-dnv:
       - 9   # NDRPDR sel
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
-#    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
-#    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
 
 # VPP Performance Changes 3n-hsw 2t2c ndr
 - type: "table"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca3.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca3.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca3.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca3.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca3.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca3.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca3.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca3.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
 
   legend:
     - ''
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca3.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca3.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca3.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 1
       compare: 2
-      rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 1
       compare: 2
-      rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 1
       compare: 2
-      rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 1
       compare: 2
-      rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 1
       compare: 2
-      rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca3.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 1
       compare: 2
-      rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca3.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 1
       compare: 2
-      rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca3.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 1
       compare: 2
-      rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca3.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca3.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca3.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca3.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 4
       compare: 5
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
     - title: "2001.0-4 vs 2001.0-2"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
     - title: "2005.0-4 vs 2001.0-4"
       reference: 3
       compare: 5
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca3.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-1t1c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-2t2c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-4t4c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-3n-hsw-4t4c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-2t1c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-2t1c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-4t2c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-4t2c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-8t4c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-3n-skx-8t4c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-2t1c-mrr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-2t1c-mrr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-4t2c-mrr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-4t2c-mrr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-8t4c-mrr-rca1.yaml"
+      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-2n-skx-8t4c-mrr-rca2.yaml"
+      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-2t1c-mrr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-2t1c-mrr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-4t2c-mrr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-4t2c-mrr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 2
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-8t4c-mrr-rca1.yaml"
+      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 1
       compare: 3
-      rca-file: "rca/rca-2005-2n-clx-8t4c-mrr-rca2.yaml"
+      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-1t1c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-2t2c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
     - title: "2005.0-4 vs 2005.0-3"
       reference: 3
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-4t4c-mrr-rca1.yaml"
+      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
     - title: "2005.0-4 vs 2001.0-2"
       reference: 2
       compare: 4
-      rca-file: "rca/rca-2005-3n-tsh-4t4c-mrr-rca2.yaml"
+      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
   legend:
     - ''
     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'