aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/dpdk_performance_tests/packet_latency
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-02-12 10:00:19 +0100
committerTibor Frank <tifrank@cisco.com>2020-02-12 10:00:19 +0100
commitc3abfc9d604770a10a658d1a7f780c3761fe15f4 (patch)
treec973b5900835b7588e14b3a063da2baa5f5de4b3 /docs/report/dpdk_performance_tests/packet_latency
parent952a7b6aaec6f34f6f508799916b5f925726c9c5 (diff)
Report: Add HDRH Lat for DPDK, part 1
Change-Id: Iedff108d6c470aa1b8d7b3955c65943ba4541695 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/dpdk_performance_tests/packet_latency')
-rw-r--r--docs/report/dpdk_performance_tests/packet_latency/3n-hsw-xl710.rst65
-rw-r--r--docs/report/dpdk_performance_tests/packet_latency/index.rst33
2 files changed, 98 insertions, 0 deletions
diff --git a/docs/report/dpdk_performance_tests/packet_latency/3n-hsw-xl710.rst b/docs/report/dpdk_performance_tests/packet_latency/3n-hsw-xl710.rst
new file mode 100644
index 0000000000..4e6e7551ef
--- /dev/null
+++ b/docs/report/dpdk_performance_tests/packet_latency/3n-hsw-xl710.rst
@@ -0,0 +1,65 @@
+
+.. 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>
+
+3n-hsw-xl710
+~~~~~~~~~~~~
+
+.. todo::
+ Introduction
+
+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="" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/"></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]{}
+ \label{fig:}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
diff --git a/docs/report/dpdk_performance_tests/packet_latency/index.rst b/docs/report/dpdk_performance_tests/packet_latency/index.rst
new file mode 100644
index 0000000000..9331855816
--- /dev/null
+++ b/docs/report/dpdk_performance_tests/packet_latency/index.rst
@@ -0,0 +1,33 @@
+
+.. raw:: latex
+
+ \clearpage
+
+Packet Latency
+==============
+
+.. todo::
+ Introduction
+
+.. note::
+
+ 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
+ result files csit-dpdk-perf-|srelease|-\*.zip
+ `archived here <../../_static/archive/>`_.
+ Required per test case data set size is **10** and for DPDK tests
+ this is the actual size, as all scheduled test executions completed
+ successfully.
+
+.. toctree::
+ :maxdepth: 3
+
+ 3n-hsw-xl710
+
+..
+ 2n-skx-xxv710
+ 3n-skx-xxv710
+ 2n-clx-xxv710