Report: Add 2n-clx latency 1 97/25297/1
authorTibor Frank <tifrank@cisco.com>
Thu, 20 Feb 2020 08:56:32 +0000 (09:56 +0100)
committerTibor Frank <tifrank@cisco.com>
Thu, 20 Feb 2020 08:56:32 +0000 (09:56 +0100)
Change-Id: Iadc49e2cff4bfd0e695654aa48aaf8d2cba10f2d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
18 files changed:
docs/report/dpdk_performance_tests/packet_latency/2n-clx-xxv710.rst [new file with mode: 0644]
docs/report/vpp_performance_tests/packet_latency/container_memif-2n-clx-xxv710.rst [new file with mode: 0644]
docs/report/vpp_performance_tests/packet_latency/container_memif.rst
docs/report/vpp_performance_tests/packet_latency/ip4.rst
docs/report/vpp_performance_tests/packet_latency/ip6.rst
docs/report/vpp_performance_tests/packet_latency/l2.rst
docs/report/vpp_performance_tests/packet_latency/vm_vhost.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-clx-cx556a.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-2n-clx-cx556a.rst
resources/tools/presentation/specification.yaml

diff --git a/docs/report/dpdk_performance_tests/packet_latency/2n-clx-xxv710.rst b/docs/report/dpdk_performance_tests/packet_latency/2n-clx-xxv710.rst
new file mode 100644 (file)
index 0000000..ea16bdb
--- /dev/null
@@ -0,0 +1,78 @@
+
+.. raw:: latex
+
+    \clearpage
+
+.. raw:: html
+
+    <script type="text/javascript">
+
+        function getDocHeight(doc) {
+            doc = doc || document;
+            var body = doc.body, html = doc.documentElement;
+            var height = Math.max( body.scrollHeight, body.offsetHeight,
+                html.clientHeight, html.scrollHeight, html.offsetHeight );
+            return height;
+        }
+
+        function setIframeHeight(id) {
+            var ifrm = document.getElementById(id);
+            var doc = ifrm.contentDocument? ifrm.contentDocument:
+                ifrm.contentWindow.document;
+            ifrm.style.visibility = 'hidden';
+            ifrm.style.height = "10px"; // reset to minimal height ...
+            // IE opt. for bing/msn needs a bit added or scrollbar appears
+            ifrm.style.height = getDocHeight( doc ) + 4 + "px";
+            ifrm.style.visibility = 'visible';
+        }
+
+    </script>
+
+2n-clx-xxv710
+~~~~~~~~~~~~~
+
+CSIT source code for the test cases used for plots can be found in
+`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls2001>`_.
+
+.. raw:: latex
+
+    \clearpage
+
+64b-2t1c-base
+-------------
+
+.. raw:: html
+
+    <center>
+    <iframe id="hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-testpmd.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-testpmd.html"></iframe>
+    <p><br></p>
+    </center>
+
+.. raw:: latex
+
+    \begin{figure}[H]
+        \centering
+            \graphicspath{{../_build/_static/dpdk/}}
+            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-testpmd}
+            \label{fig:hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-testpmd}
+    \end{figure}
+
+.. raw:: latex
+
+    \clearpage
+
+.. raw:: html
+
+    <center>
+    <iframe id="hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-ethip4-ip4base-l3fwd.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-ethip4-ip4base-l3fwd.html"></iframe>
+    <p><br></p>
+    </center>
+
+.. raw:: latex
+
+    \begin{figure}[H]
+        \centering
+            \graphicspath{{../_build/_static/dpdk/}}
+            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-ethip4-ip4base-l3fwd}
+            \label{fig:hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-ethip4-ip4base-l3fwd}
+    \end{figure}
diff --git a/docs/report/vpp_performance_tests/packet_latency/container_memif-2n-clx-xxv710.rst b/docs/report/vpp_performance_tests/packet_latency/container_memif-2n-clx-xxv710.rst
new file mode 100644 (file)
index 0000000..571ca9b
--- /dev/null
@@ -0,0 +1,131 @@
+
+.. raw:: latex
+
+    \clearpage
+
+.. raw:: html
+
+    <script type="text/javascript">
+
+        function getDocHeight(doc) {
+            doc = doc || document;
+            var body = doc.body, html = doc.documentElement;
+            var height = Math.max( body.scrollHeight, body.offsetHeight,
+                html.clientHeight, html.scrollHeight, html.offsetHeight );
+            return height;
+        }
+
+        function setIframeHeight(id) {
+            var ifrm = document.getElementById(id);
+            var doc = ifrm.contentDocument? ifrm.contentDocument:
+                ifrm.contentWindow.document;
+            ifrm.style.visibility = 'hidden';
+            ifrm.style.height = "10px"; // reset to minimal height ...
+            // IE opt. for bing/msn needs a bit added or scrollbar appears
+            ifrm.style.height = getDocHeight( doc ) + 4 + "px";
+            ifrm.style.visibility = 'visible';
+        }
+
+    </script>
+
+2n-clx-xxv710
+~~~~~~~~~~~~~
+
+64b-2t1c-memif-base-dpdk
+------------------------
+
+.. raw:: html
+
+    <center>
+    <iframe id="hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr.html"></iframe>
+    <p><br></p>
+    </center>
+
+.. raw:: latex
+
+    \begin{figure}[H]
+        \centering
+            \graphicspath{{../_build/_static/vpp/}}
+            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr}
+            \label{fig:hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr}
+    \end{figure}
+
+.. raw:: latex
+
+    \clearpage
+
+.. raw:: html
+
+    <center>
+    <iframe id="hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-eth-2memif-1dcr.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-eth-2memif-1dcr.html"></iframe>
+    <p><br></p>
+    </center>
+
+.. raw:: latex
+
+    \begin{figure}[H]
+        \centering
+            \graphicspath{{../_build/_static/vpp/}}
+            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-eth-2memif-1dcr}
+            \label{fig:hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-eth-2memif-1dcr}
+    \end{figure}
+
+.. raw:: latex
+
+    \clearpage
+
+.. raw:: html
+
+    <center>
+    <iframe id="hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-eth-2memif-1lxc.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-eth-2memif-1lxc.html"></iframe>
+    <p><br></p>
+    </center>
+
+.. raw:: latex
+
+    \begin{figure}[H]
+        \centering
+            \graphicspath{{../_build/_static/vpp/}}
+            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-eth-2memif-1lxc}
+            \label{fig:hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2xcbase-eth-2memif-1lxc}
+    \end{figure}
+
+.. raw:: latex
+
+    \clearpage
+
+.. raw:: html
+
+    <center>
+    <iframe id="hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc.html"></iframe>
+    <p><br></p>
+    </center>
+
+.. raw:: latex
+
+    \begin{figure}[H]
+        \centering
+            \graphicspath{{../_build/_static/vpp/}}
+            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc}
+            \label{fig:hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc}
+    \end{figure}
+
+.. raw:: latex
+
+    \clearpage
+
+.. raw:: html
+
+    <center>
+    <iframe id="hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-ethip4-ip4base-eth-2memif-1dcr.html" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-ethip4-ip4base-eth-2memif-1dcr.html"></iframe>
+    <p><br></p>
+    </center>
+
+.. raw:: latex
+
+    \begin{figure}[H]
+        \centering
+            \graphicspath{{../_build/_static/vpp/}}
+            \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-ethip4-ip4base-eth-2memif-1dcr}
+            \label{fig:hdrh-lat-percentile-2n-clx-25ge2p1xxv710-64b-2t1c-ethip4-ip4base-eth-2memif-1dcr}
+    \end{figure}
index ad45863..47a86c3 100644 (file)
@@ -13,7 +13,6 @@ CSIT source code for the test cases used for plots can be found in
 
     container_memif-3n-tsh-x520
     container_memif-2n-clx-xxv710
-    container_memif-2n-clx-cx556a
 
 ..
     container_memif-2n-skx-xxv710
index 5e8a486..5ddf641 100644 (file)
@@ -14,11 +14,7 @@ CSIT source code for the test cases used for plots can be found in
     ip4-3n-hsw-xl710
     ip4-3n-tsh-x520
     ip4-2n-clx-xxv710
-    ip4-2n-clx-x710
-    ip4-2n-clx-cx556a
 
 ..
     ip4-2n-skx-xxv710
-    ip4-2n-skx-x710
     ip4-3n-skx-xxv710
-    ip4-3n-skx-x710
index ba6bc0e..eb25b1c 100644 (file)
@@ -14,11 +14,7 @@ CSIT source code for the test cases used for plots can be found in
     ip6-3n-hsw-xl710
     ip6-3n-tsh-x520
     ip6-2n-clx-xxv710
-    ip6-2n-clx-x710
-    ip6-2n-clx-cx556a
 
 ..
     ip6-2n-skx-xxv710
-    ip6-2n-skx-x710
     ip6-3n-skx-xxv710
-    ip6-3n-skx-x710
index 79ac56d..e46286c 100644 (file)
@@ -14,11 +14,7 @@ CSIT source code for the test cases used for plots can be found in
     l2-3n-hsw-xl710
     l2-3n-tsh-x520
     l2-2n-clx-xxv710
-    l2-2n-clx-x710
-    l2-2n-clx-cx556a
 
 ..
     l2-2n-skx-xxv710
-    l2-2n-skx-x710
     l2-3n-skx-xxv710
-    l2-3n-skx-x710
index 64cfca5..6ac5841 100644 (file)
@@ -16,7 +16,6 @@ CSIT source code for the test cases used for plots can be found in
     vm_vhost-3n-hsw-xl710
     vm_vhost-3n-tsh-x520
     vm_vhost-2n-clx-xxv710
-    vm_vhost-2n-clx-cx556a
 
 ..
     vm_vhost-2n-skx-xxv710
index e46308b..e619625 100644 (file)
@@ -31,8 +31,8 @@
 2n-clx-cx556a
 ~~~~~~~~~~~~~
 
-64b-2t1c-ip4routing-base
-------------------------
+64b-2t1c-ip4routing-base-rdma-core
+----------------------------------
 
 .. raw:: html
 
@@ -74,8 +74,8 @@
 
     \clearpage
 
-64b-2t1c-ip4routing-scale
--------------------------
+64b-2t1c-ip4routing-scale-rdma-core
+-----------------------------------
 
 .. raw:: html
 
index ba1bebf..cb8a970 100644 (file)
@@ -31,8 +31,8 @@
 2n-clx-cx556a
 ~~~~~~~~~~~~~
 
-78b-2t1c-ip6routing-base-scale
-------------------------------
+78b-2t1c-ip6routing-base-scale-rdma-core
+----------------------------------------
 
 .. raw:: html
 
index 8ef93ea..9957483 100644 (file)
@@ -31,8 +31,8 @@
 2n-clx-cx556a
 ~~~~~~~~~~~~~
 
-64b-2t1c-l2switching-base
--------------------------
+64b-2t1c-l2switching-base-rdma-core
+-----------------------------------
 
 .. raw:: html
 
@@ -74,8 +74,8 @@
 
     \clearpage
 
-64b-2t1c-l2switching-scale
---------------------------
+64b-2t1c-l2switching-scale-rdma-core
+------------------------------------
 
 .. raw:: html
 
index 2983504..fee65be 100644 (file)
@@ -31,8 +31,8 @@
 2n-clx-cx556a
 ~~~~~~~~~~~~~
 
-64b-2t1c-vhost-base-testpmd
----------------------------
+64b-2t1c-vhost-base-rdma-core-testpmd
+-------------------------------------
 
 .. raw:: html
 
@@ -74,8 +74,8 @@
 
     \clearpage
 
-64b-2t1c-vhost-base-vpp
------------------------
+64b-2t1c-vhost-base-rdma-core-vpp
+---------------------------------
 
 .. raw:: html
 
index 4d6789e..73f9097 100644 (file)
@@ -31,8 +31,8 @@
 2n-clx-cx556a
 ~~~~~~~~~~~~~
 
-78b-2t1c-ip6routing-base-scale
-------------------------------
+78b-2t1c-ip6routing-base-scale-rdma-core
+----------------------------------------
 
 .. raw:: html
 
index 841d1a7..8e6cf5c 100644 (file)
@@ -31,8 +31,8 @@
 2n-clx-cx556a
 ~~~~~~~~~~~~~
 
-64b-2t1c-l2switching-base
--------------------------
+64b-2t1c-l2switching-base-rdma-core
+-----------------------------------
 
 .. raw:: html
 
index 8d914d3..84c7212 100644 (file)
@@ -31,8 +31,8 @@
 2n-clx-cx556a
 ~~~~~~~~~~~~~
 
-64b-2t1c-vhost-base-testpmd
----------------------------
+64b-2t1c-vhost-base-rdma-core-testpmd
+-------------------------------------
 
 .. raw:: html
 
@@ -74,8 +74,8 @@
 
     \clearpage
 
-64b-2t1c-vhost-base-vpp
------------------------
+64b-2t1c-vhost-base-rdma-core-vpp
+---------------------------------
 
 .. raw:: html
 
index 48095af..ff8b7a7 100644 (file)
   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
   target-links: "../../_static/vpp"
   data: "plot-vpp-hdrh-lat-2n-clx"
-  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
+  filter: "'2T1C' and 'NIC_Intel-XXV710'"
   layout:
     layout: "plot-hdrh-latency-by-percentile"
 
   layout:
     layout: "plot-hdrh-latency-by-percentile"
 
+- type: "plot"
+  title: "Latency by percentile: DPDK 2n-clx"
+  algorithm: "plot_hdrh_lat_by_percentile"
+  output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
+  output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
+  target-links: "../../_static/dpdk"
+  data: "plot-dpdk-hdrh-lat-2n-clx"
+  filter: "'2T1C' and 'NIC_Intel-XXV710'"
+  layout:
+    layout: "plot-hdrh-latency-by-percentile"
+
 - type: "plot"
   title: "Latency by percentile: DPDK 3n-hsw"
   algorithm: "plot_hdrh_lat_by_percentile"