aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-02-12 12:01:42 +0100
committerTibor Frank <tifrank@cisco.com>2020-02-12 11:02:38 +0000
commit033efac58b327c56c6efd45994284d0a809ed021 (patch)
tree99b69c73a89a6765771fa3355c3024db0a8d29d7 /docs/report
parent34ec0f34987ceaec1f77cb56c4c672f01aa4dca4 (diff)
Report: Add HDRH Lat for DPDK, part 2
Change-Id: I4ea884f727853ef21c1247eb07a7f2e3a991d454 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report')
-rw-r--r--docs/report/detailed_test_results/dpdk_performance_results/index.rst2
-rw-r--r--docs/report/detailed_test_results/dpdk_performance_results_2n_dnv/index.rst12
-rw-r--r--docs/report/detailed_test_results/dpdk_performance_results_3n_dnv/index.rst12
-rw-r--r--docs/report/dpdk_performance_tests/index.rst2
-rw-r--r--docs/report/dpdk_performance_tests/packet_throughput_graphs/2n-dnv-x553.rst125
-rw-r--r--docs/report/dpdk_performance_tests/packet_throughput_graphs/3n-dnv-x553.rst125
-rw-r--r--docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst8
-rw-r--r--docs/report/index.html.template2
-rw-r--r--docs/report/vpp_performance_tests/packet_latency/index.rst4
9 files changed, 286 insertions, 6 deletions
diff --git a/docs/report/detailed_test_results/dpdk_performance_results/index.rst b/docs/report/detailed_test_results/dpdk_performance_results/index.rst
index 4e94f4cd30..c9c3fcd33a 100644
--- a/docs/report/detailed_test_results/dpdk_performance_results/index.rst
+++ b/docs/report/detailed_test_results/dpdk_performance_results/index.rst
@@ -4,6 +4,8 @@ DPDK Throughput
.. toctree::
../dpdk_performance_results_3n_hsw/index
+ ../dpdk_performance_results_2n_dnv/index
+ ../dpdk_performance_results_3n_dnv/index
..
../dpdk_performance_results_2n_skx/index
diff --git a/docs/report/detailed_test_results/dpdk_performance_results_2n_dnv/index.rst b/docs/report/detailed_test_results/dpdk_performance_results_2n_dnv/index.rst
new file mode 100644
index 0000000000..3435556e57
--- /dev/null
+++ b/docs/report/detailed_test_results/dpdk_performance_results_2n_dnv/index.rst
@@ -0,0 +1,12 @@
+2n-dnv
+------
+
+.. note::
+
+ Data sources for reported test results: i) `FD.io test executor dpdk
+ performance job 2n-dnv`_, ii) archived FD.io jobs test result `output files
+ <../../_static/archive/>`_.
+
+.. toctree::
+
+ dpdk_performance_results_2n_dnv
diff --git a/docs/report/detailed_test_results/dpdk_performance_results_3n_dnv/index.rst b/docs/report/detailed_test_results/dpdk_performance_results_3n_dnv/index.rst
new file mode 100644
index 0000000000..136a4a3783
--- /dev/null
+++ b/docs/report/detailed_test_results/dpdk_performance_results_3n_dnv/index.rst
@@ -0,0 +1,12 @@
+3n-dnv
+------
+
+.. note::
+
+ Data sources for reported test results: i) `FD.io test executor dpdk
+ performance job 3n-dnv`_, ii) archived FD.io jobs test result `output files
+ <../../_static/archive/>`_.
+
+.. toctree::
+
+ dpdk_performance_results_3n_dnv
diff --git a/docs/report/dpdk_performance_tests/index.rst b/docs/report/dpdk_performance_tests/index.rst
index c9c692c21d..5880ee25c0 100644
--- a/docs/report/dpdk_performance_tests/index.rst
+++ b/docs/report/dpdk_performance_tests/index.rst
@@ -6,7 +6,7 @@ DPDK Performance
overview
csit_release_notes
packet_throughput_graphs/index
- hdrh_packet_latency_by_percentile_graphs/index
+ packet_latency/index
comparisons/index
throughput_trending
test_environment
diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/2n-dnv-x553.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/2n-dnv-x553.rst
new file mode 100644
index 0000000000..33bd4ce2f2
--- /dev/null
+++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/2n-dnv-x553.rst
@@ -0,0 +1,125 @@
+
+.. 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-dnv-x553
+~~~~~~~~~~~
+
+Following sections include summary graphs of Phy-to-Phy performance with
+packet routed forwarding, including NDR throughput (zero packet loss)
+and PDR throughput (<0.5% packet loss).
+
+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-1t1c-base
+-------------
+
+.. raw:: html
+
+ <center>
+ <iframe id="01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-dnv-x553-64b-1t1c-base-ndr.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]{2n-dnv-x553-64b-1t1c-base-ndr}
+ \label{fig:2n-dnv-x553-64b-1t1c-base-ndr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+.. raw:: html
+
+ <center>
+ <iframe id="02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-dnv-x553-64b-1t1c-base-pdr.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]{2n-dnv-x553-64b-1t1c-base-pdr}
+ \label{fig:2n-dnv-x553-64b-1t1c-base-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t2c-base
+-------------
+
+.. raw:: html
+
+ <center>
+ <iframe id="03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-dnv-x553-64b-2t2c-base-ndr.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]{2n-dnv-x553-64b-2t2c-base-ndr}
+ \label{fig:2n-dnv-x553-64b-2t2c-base-ndr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+.. raw:: html
+
+ <center>
+ <iframe id="04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-dnv-x553-64b-2t2c-base-pdr.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]{2n-dnv-x553-64b-2t2c-base-pdr}
+ \label{fig:2n-dnv-x553-64b-2t2c-base-pdr}
+ \end{figure}
diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/3n-dnv-x553.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/3n-dnv-x553.rst
new file mode 100644
index 0000000000..a7892e80bb
--- /dev/null
+++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/3n-dnv-x553.rst
@@ -0,0 +1,125 @@
+
+.. 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>
+
+3n1t1c-base-pdr-dnv-x553
+~~~~~~~~~~~
+
+Following sections include summary graphs of Phy-to-Phy performance with
+packet routed forwarding, including NDR throughput (zero packet loss)
+and PDR throughput (<0.5% packet loss).
+
+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-1t1c-base
+-------------
+
+.. raw:: html
+
+ <center>
+ <iframe id="01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/3n1t1c-base-pdr-dnv-x553-64b-1t1c-base-ndr.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]{3n1t1c-base-pdr-dnv-x553-64b-1t1c-base-ndr}
+ \label{fig:3n1t1c-base-pdr-dnv-x553-64b-1t1c-base-ndr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+.. raw:: html
+
+ <center>
+ <iframe id="02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/3n1t1c-base-pdr-dnv-x553-64b-1t1c-base-pdr.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]{3n1t1c-base-pdr-dnv-x553-64b-1t1c-base-pdr}
+ \label{fig:3n1t1c-base-pdr-dnv-x553-64b-1t1c-base-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t2c-base
+-------------
+
+.. raw:: html
+
+ <center>
+ <iframe id="03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/3n1t1c-base-pdr-dnv-x553-64b-2t2c-base-ndr.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]{3n1t1c-base-pdr-dnv-x553-64b-2t2c-base-ndr}
+ \label{fig:3n1t1c-base-pdr-dnv-x553-64b-2t2c-base-ndr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+.. raw:: html
+
+ <center>
+ <iframe id="04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/3n1t1c-base-pdr-dnv-x553-64b-2t2c-base-pdr.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]{3n1t1c-base-pdr-dnv-x553-64b-2t2c-base-pdr}
+ \label{fig:3n1t1c-base-pdr-dnv-x553-64b-2t2c-base-pdr}
+ \end{figure}
diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst
index 251d612f13..48eca2fb61 100644
--- a/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst
+++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst
@@ -46,8 +46,10 @@ Additional information about graph data:
Test results have been generated by
`FD.io test executor dpdk performance job 2n-skx`_,
`FD.io test executor dpdk performance job 3n-skx`_,
- `FD.io test executor dpdk performance job 2n-clx`_ and
- `FD.io test executor dpdk performance job 3n-hsw`_ with RF
+ `FD.io test executor dpdk performance job 2n-clx`_,
+ `FD.io test executor dpdk performance job 3n-hsw`_,
+ `FD.io test executor dpdk performance job 2n-dnv`_ and
+ `FD.io test executor dpdk performance job 3n-dnv`_ with RF
result files csit-dpdk-perf-|srelease|-\*.zip
`archived here <../../_static/archive/>`_.
Required per test case data set size is **10** and for DPDK tests
@@ -59,6 +61,8 @@ Additional information about graph data:
3n-hsw-xl710
3n-hsw-x710
+ 2n-dnv-x553
+ 3n-dnv-x553
..
2n-skx-xxv710
diff --git a/docs/report/index.html.template b/docs/report/index.html.template
index 9ff3d44fe6..8ece180d95 100644
--- a/docs/report/index.html.template
+++ b/docs/report/index.html.template
@@ -38,7 +38,7 @@ CSIT-2001
dpdk_performance_tests/overview
dpdk_performance_tests/csit_release_notes
dpdk_performance_tests/packet_throughput_graphs/index
- dpdk_performance_tests/hdrh_packet_latency_percentile_graphs/index
+ dpdk_performance_tests/packet_latency/index
dpdk_performance_tests/comparisons/index
dpdk_performance_tests/throughput_trending
dpdk_performance_tests/test_environment
diff --git a/docs/report/vpp_performance_tests/packet_latency/index.rst b/docs/report/vpp_performance_tests/packet_latency/index.rst
index 86b08e2b28..8e25417148 100644
--- a/docs/report/vpp_performance_tests/packet_latency/index.rst
+++ b/docs/report/vpp_performance_tests/packet_latency/index.rst
@@ -4,8 +4,8 @@
.. _VPP_HDRH_Packet_Latency:
-HDRHistogram Packet Latency
-===========================
+Packet Latency
+==============
.. todo::
Introduction