aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/dpdk_performance_tests
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-10-05 10:44:15 +0200
committerTibor Frank <tifrank@cisco.com>2018-10-31 13:45:15 +0100
commit8243ea78854683f2f80da53d8f197f10316e4801 (patch)
treeb67155f4abdd8e8cdec39427ad81d927378e1ec4 /docs/report/dpdk_performance_tests
parent810913a6967d080612a01463d39acdefc1e3e640 (diff)
CSIT-1332: Proposal of new layout of all graphs
Change-Id: Ib5d113fd2071e481bcc5e3d043a43a58947b8da1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/dpdk_performance_tests')
-rw-r--r--docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst2
-rw-r--r--docs/report/dpdk_performance_tests/packet_latency_graphs/ip4.rst111
-rw-r--r--docs/report/dpdk_performance_tests/packet_latency_graphs/l2.rst111
-rw-r--r--docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst2
-rw-r--r--docs/report/dpdk_performance_tests/packet_throughput_graphs/ip4.rst195
-rw-r--r--docs/report/dpdk_performance_tests/packet_throughput_graphs/l2.rst195
6 files changed, 358 insertions, 258 deletions
diff --git a/docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst b/docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst
index 7f2f237cd5..9805fa0dc4 100644
--- a/docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst
+++ b/docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst
@@ -39,7 +39,7 @@ Additional information about graph data:
`archived here <../../_static/archive/>`_.
.. toctree::
- :maxdepth: 1
+ :maxdepth: 3
l2
ip4
diff --git a/docs/report/dpdk_performance_tests/packet_latency_graphs/ip4.rst b/docs/report/dpdk_performance_tests/packet_latency_graphs/ip4.rst
index 22b37fb9bf..9dd2add5aa 100644
--- a/docs/report/dpdk_performance_tests/packet_latency_graphs/ip4.rst
+++ b/docs/report/dpdk_performance_tests/packet_latency_graphs/ip4.rst
@@ -3,6 +3,31 @@
\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>
+
L3fwd
=====
@@ -12,7 +37,7 @@ reported for L3FWD running in multiple configurations of L3FWD pmd thread(s),
a.k.a. L3FWD data plane thread(s), and their physical CPU core(s) placement.
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=rls1807>`_.
+`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls1810>`_.
3n-hsw-x520
~~~~~~~~~~~
@@ -24,12 +49,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -38,7 +63,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat}
\label{fig:l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat}
\end{figure}
@@ -53,12 +78,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -67,7 +92,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat}
\label{fig:l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat}
\end{figure}
@@ -85,12 +110,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -99,7 +124,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat}
\label{fig:l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat}
\end{figure}
@@ -114,12 +139,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -128,7 +153,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat}
\label{fig:l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat}
\end{figure}
@@ -146,12 +171,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm05" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -160,7 +185,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat}
\label{fig:l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat}
\end{figure}
@@ -175,12 +200,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm06" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -189,7 +214,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat}
\label{fig:l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat}
\end{figure}
@@ -207,12 +232,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm07" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -221,7 +246,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat}
\label{fig:l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat}
\end{figure}
@@ -236,12 +261,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm08" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -250,7 +275,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat}
\label{fig:l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat}
\end{figure}
@@ -268,12 +293,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm09" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -282,7 +307,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat}
\label{fig:l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat}
\end{figure}
@@ -297,12 +322,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr`
+:index:`Packet Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm10" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -311,7 +336,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat}
\label{fig:l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat}
\end{figure}
@@ -329,12 +354,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr`
+:index:`Packet Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm11" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -343,7 +368,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat}
\label{fig:l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat}
\end{figure}
@@ -358,12 +383,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr`
+:index:`Packet Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm12" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -372,7 +397,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat}
\label{fig:l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat}
\end{figure}
@@ -390,12 +415,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr`
+:index:`Packet Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm13" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -404,7 +429,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat}
\label{fig:l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat}
\end{figure}
@@ -419,12 +444,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr`
+:index:`Packet Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm14" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -433,6 +458,6 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat}
\label{fig:l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat}
\end{figure}
diff --git a/docs/report/dpdk_performance_tests/packet_latency_graphs/l2.rst b/docs/report/dpdk_performance_tests/packet_latency_graphs/l2.rst
index be291a8e3b..a673dc1318 100644
--- a/docs/report/dpdk_performance_tests/packet_latency_graphs/l2.rst
+++ b/docs/report/dpdk_performance_tests/packet_latency_graphs/l2.rst
@@ -3,6 +3,31 @@
\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>
+
Testpmd
=======
@@ -13,7 +38,7 @@ configurations of Testpmd pmd thread(s), a.k.a. Testpmd data plane
thread(s), and their physical CPU core(s) placement.
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=rls1807>`_.
+`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls1810>`_.
3n-hsw-x520
~~~~~~~~~~~
@@ -25,12 +50,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr`
+:index:`Packet Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -39,7 +64,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat}
\label{fig:testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat}
\end{figure}
@@ -54,12 +79,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr`
+:index:`Packet Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -68,7 +93,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat}
\label{fig:testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat}
\end{figure}
@@ -86,12 +111,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr`
+:index:`Packet Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -100,7 +125,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat}
\label{fig:testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat}
\end{figure}
@@ -115,12 +140,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr`
+:index:`Packet Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -129,7 +154,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat}
\label{fig:testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat}
\end{figure}
@@ -147,12 +172,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr`
+:index:`Packet Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm05" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -161,7 +186,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat}
\label{fig:testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat}
\end{figure}
@@ -176,12 +201,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr`
+:index:`Packet Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm06" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -190,7 +215,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat}
\label{fig:testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat}
\end{figure}
@@ -208,12 +233,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr`
+:index:`Packet Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm07" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -222,7 +247,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat}
\label{fig:testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat}
\end{figure}
@@ -237,12 +262,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr`
+:index:`Packet Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm08" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -251,7 +276,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat}
\label{fig:testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat}
\end{figure}
@@ -269,12 +294,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr`
+:index:`Packet Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm09" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -283,7 +308,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat}
\label{fig:testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat}
\end{figure}
@@ -298,12 +323,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr`
+:index:`Packet Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm10" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -312,7 +337,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat}
\label{fig:testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat}
\end{figure}
@@ -330,12 +355,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr`
+:index:`Packet Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm11" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -344,7 +369,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat}
\label{fig:testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat}
\end{figure}
@@ -359,12 +384,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr`
+:index:`Packet Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm12" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -373,7 +398,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat}
\label{fig:testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat}
\end{figure}
@@ -391,12 +416,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr`
+:index:`Packet Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm13" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -405,7 +430,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat}
\label{fig:testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat}
\end{figure}
@@ -420,12 +445,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr`
+:index:`Packet Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat.html"></iframe>
+ <iframe id="ifrm14" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -434,6 +459,6 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat}
\label{fig:testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat}
\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 37d6d6fc0c..7a7e79adfc 100644
--- a/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst
+++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst
@@ -46,7 +46,7 @@ Additional information about graph data:
successfully.
.. toctree::
- :maxdepth: 1
+ :maxdepth: 3
l2
ip4
diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/ip4.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/ip4.rst
index d5a8f3028c..77ed39ad32 100644
--- a/docs/report/dpdk_performance_tests/packet_throughput_graphs/ip4.rst
+++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/ip4.rst
@@ -3,6 +3,31 @@
\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>
+
L3fwd
=====
@@ -13,7 +38,7 @@ running in multiple configurations of L3FWD pmd thread(s), a.k.a. L3FWD
data plane thread(s), and their physical CPU core(s) placement.
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=rls1807>`_.
+`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls1810>`_.
3n-hsw-x520
~~~~~~~~~~~
@@ -25,12 +50,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -39,7 +64,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-1t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-1t1c-base-ndr}
\label{fig:l3fwd-3n-hsw-x520-64b-1t1c-base-ndr}
\end{figure}
@@ -51,12 +76,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -65,7 +90,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-1t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-1t1c-base-pdr}
\label{fig:l3fwd-3n-hsw-x520-64b-1t1c-base-pdr}
\end{figure}
@@ -80,12 +105,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -94,7 +119,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-2t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-2t2c-base-ndr}
\label{fig:l3fwd-3n-hsw-x520-64b-2t2c-base-ndr}
\end{figure}
@@ -106,12 +131,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -120,7 +145,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-2t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x520-64b-2t2c-base-pdr}
\label{fig:l3fwd-3n-hsw-x520-64b-2t2c-base-pdr}
\end{figure}
@@ -138,12 +163,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm05" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -152,7 +177,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-1t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-1t1c-base-ndr}
\label{fig:l3fwd-3n-hsw-x710-64b-1t1c-base-ndr}
\end{figure}
@@ -164,12 +189,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm06" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -178,7 +203,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-1t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-1t1c-base-pdr}
\label{fig:l3fwd-3n-hsw-x710-64b-1t1c-base-pdr}
\end{figure}
@@ -193,12 +218,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm07" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -207,7 +232,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-2t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-2t2c-base-ndr}
\label{fig:l3fwd-3n-hsw-x710-64b-2t2c-base-ndr}
\end{figure}
@@ -219,12 +244,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm08" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -233,7 +258,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-2t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-x710-64b-2t2c-base-pdr}
\label{fig:l3fwd-3n-hsw-x710-64b-2t2c-base-pdr}
\end{figure}
@@ -251,12 +276,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm09" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -265,7 +290,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr}
\label{fig:l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr}
\end{figure}
@@ -277,12 +302,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm10" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -291,7 +316,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr}
\label{fig:l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr}
\end{figure}
@@ -306,12 +331,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm11" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -320,7 +345,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr}
\label{fig:l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr}
\end{figure}
@@ -332,12 +357,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm12" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -346,7 +371,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr}
\label{fig:l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr}
\end{figure}
@@ -364,12 +389,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-2t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm13" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-2t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -378,7 +403,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-2t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-2t1c-base-ndr}
\label{fig:l3fwd-3n-skx-x710-64b-2t1c-base-ndr}
\end{figure}
@@ -390,12 +415,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-2t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm14" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-2t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -404,7 +429,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-2t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-2t1c-base-pdr}
\label{fig:l3fwd-3n-skx-x710-64b-2t1c-base-pdr}
\end{figure}
@@ -419,12 +444,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-4t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm15" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-4t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -433,7 +458,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-4t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-4t2c-base-ndr}
\label{fig:l3fwd-3n-skx-x710-64b-4t2c-base-ndr}
\end{figure}
@@ -445,12 +470,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-4t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm16" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-x710-64b-4t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -459,7 +484,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-4t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-x710-64b-4t2c-base-pdr}
\label{fig:l3fwd-3n-skx-x710-64b-4t2c-base-pdr}
\end{figure}
@@ -477,12 +502,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm17" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -491,7 +516,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr}
\label{fig:l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr}
\end{figure}
@@ -503,12 +528,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm18" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -517,7 +542,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr}
\label{fig:l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr}
\end{figure}
@@ -532,12 +557,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr`
+:index:`Packet Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm19" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -546,7 +571,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr}
\label{fig:l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr}
\end{figure}
@@ -558,12 +583,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr`
+:index:`Packet Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm20" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -572,7 +597,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr}
\label{fig:l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr}
\end{figure}
@@ -590,12 +615,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr`
+:index:`Packet Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-2t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm21" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-2t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -604,7 +629,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-2t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-2t1c-base-ndr}
\label{fig:l3fwd-2n-skx-x710-64b-2t1c-base-ndr}
\end{figure}
@@ -616,12 +641,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr`
+:index:`Packet Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-2t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm22" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-2t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -630,7 +655,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-2t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-2t1c-base-pdr}
\label{fig:l3fwd-2n-skx-x710-64b-2t1c-base-pdr}
\end{figure}
@@ -645,12 +670,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr`
+:index:`Packet Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-4t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm23" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-4t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -659,7 +684,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-4t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-4t2c-base-ndr}
\label{fig:l3fwd-2n-skx-x710-64b-4t2c-base-ndr}
\end{figure}
@@ -671,12 +696,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr`
+:index:`Packet Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-4t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm24" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-x710-64b-4t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -685,7 +710,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-4t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-x710-64b-4t2c-base-pdr}
\label{fig:l3fwd-2n-skx-x710-64b-4t2c-base-pdr}
\end{figure}
@@ -703,12 +728,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr`
+:index:`Packet Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm25" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -717,7 +742,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr}
\label{fig:l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr}
\end{figure}
@@ -729,12 +754,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr`
+:index:`Packet Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm26" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -743,7 +768,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr}
\label{fig:l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr}
\end{figure}
@@ -758,12 +783,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr`
+:index:`Packet Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm27" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -772,7 +797,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr}
\label{fig:l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr}
\end{figure}
@@ -784,12 +809,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr`
+:index:`Packet Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm28" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -798,6 +823,6 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr}
\label{fig:l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr}
\end{figure}
diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/l2.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/l2.rst
index 1a7e4c70f6..eeb4d652d5 100644
--- a/docs/report/dpdk_performance_tests/packet_throughput_graphs/l2.rst
+++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/l2.rst
@@ -3,6 +3,31 @@
\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>
+
Testpmd
=======
@@ -13,7 +38,7 @@ running in multiple configurations of Testpmd pmd thread(s), a.k.a. Testpmd
data plane thread(s), and their physical CPU core(s) placement.
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=rls1807>`_.
+`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls1810>`_.
3n-hsw-x520
~~~~~~~~~~~
@@ -25,12 +50,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-1t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-1t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -39,7 +64,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-1t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-1t1c-base-ndr}
\label{fig:testpmd-3n-hsw-x520-64b-1t1c-base-ndr}
\end{figure}
@@ -51,12 +76,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-1t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-1t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -65,7 +90,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-1t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-1t1c-base-pdr}
\label{fig:testpmd-3n-hsw-x520-64b-1t1c-base-pdr}
\end{figure}
@@ -80,12 +105,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-2t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-2t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -94,7 +119,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-2t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-2t2c-base-ndr}
\label{fig:testpmd-3n-hsw-x520-64b-2t2c-base-ndr}
\end{figure}
@@ -106,12 +131,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-2t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x520-64b-2t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -120,7 +145,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-2t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x520-64b-2t2c-base-pdr}
\label{fig:testpmd-3n-hsw-x520-64b-2t2c-base-pdr}
\end{figure}
@@ -138,12 +163,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-1t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm05" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-1t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -152,7 +177,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-1t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-1t1c-base-ndr}
\label{fig:testpmd-3n-hsw-x710-64b-1t1c-base-ndr}
\end{figure}
@@ -164,12 +189,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-1t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm06" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-1t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -178,7 +203,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-1t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-1t1c-base-pdr}
\label{fig:testpmd-3n-hsw-x710-64b-1t1c-base-pdr}
\end{figure}
@@ -193,12 +218,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-2t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm07" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-2t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -207,7 +232,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-2t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-2t2c-base-ndr}
\label{fig:testpmd-3n-hsw-x710-64b-2t2c-base-ndr}
\end{figure}
@@ -219,12 +244,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-2t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm08" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-x710-64b-2t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -233,7 +258,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-2t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-x710-64b-2t2c-base-pdr}
\label{fig:testpmd-3n-hsw-x710-64b-2t2c-base-pdr}
\end{figure}
@@ -251,12 +276,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm09" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -265,7 +290,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-1t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-1t1c-base-ndr}
\label{fig:testpmd-3n-hsw-xl710-64b-1t1c-base-ndr}
\end{figure}
@@ -277,12 +302,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm10" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -291,7 +316,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-1t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-1t1c-base-pdr}
\label{fig:testpmd-3n-hsw-xl710-64b-1t1c-base-pdr}
\end{figure}
@@ -306,12 +331,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm11" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -320,7 +345,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-2t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-2t2c-base-ndr}
\label{fig:testpmd-3n-hsw-xl710-64b-2t2c-base-ndr}
\end{figure}
@@ -332,12 +357,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm12" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -346,7 +371,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-2t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-hsw-xl710-64b-2t2c-base-pdr}
\label{fig:testpmd-3n-hsw-xl710-64b-2t2c-base-pdr}
\end{figure}
@@ -364,12 +389,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-2t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm13" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-2t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -378,7 +403,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-2t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-2t1c-base-ndr}
\label{fig:testpmd-3n-skx-x710-64b-2t1c-base-ndr}
\end{figure}
@@ -390,12 +415,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-2t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm14" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-2t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -404,7 +429,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-2t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-2t1c-base-pdr}
\label{fig:testpmd-3n-skx-x710-64b-2t1c-base-pdr}
\end{figure}
@@ -419,12 +444,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-4t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm15" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-4t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -433,7 +458,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-4t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-4t2c-base-ndr}
\label{fig:testpmd-3n-skx-x710-64b-4t2c-base-ndr}
\end{figure}
@@ -445,12 +470,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-4t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm16" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-x710-64b-4t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -459,7 +484,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-4t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-x710-64b-4t2c-base-pdr}
\label{fig:testpmd-3n-skx-x710-64b-4t2c-base-pdr}
\end{figure}
@@ -477,12 +502,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm17" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -491,7 +516,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-2t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-2t1c-base-ndr}
\label{fig:testpmd-3n-skx-xxv710-64b-2t1c-base-ndr}
\end{figure}
@@ -503,12 +528,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm18" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -517,7 +542,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-2t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-2t1c-base-pdr}
\label{fig:testpmd-3n-skx-xxv710-64b-2t1c-base-pdr}
\end{figure}
@@ -532,12 +557,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr`
+:index:`Packet Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm19" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -546,7 +571,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-4t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-4t2c-base-ndr}
\label{fig:testpmd-3n-skx-xxv710-64b-4t2c-base-ndr}
\end{figure}
@@ -558,12 +583,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr`
+:index:`Packet Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm20" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -572,7 +597,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-4t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-3n-skx-xxv710-64b-4t2c-base-pdr}
\label{fig:testpmd-3n-skx-xxv710-64b-4t2c-base-pdr}
\end{figure}
@@ -590,12 +615,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr`
+:index:`Packet Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-2t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm21" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-2t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -604,7 +629,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-2t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-2t1c-base-ndr}
\label{fig:testpmd-2n-skx-x710-64b-2t1c-base-ndr}
\end{figure}
@@ -616,12 +641,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr`
+:index:`Packet Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-2t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm22" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-2t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -630,7 +655,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-2t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-2t1c-base-pdr}
\label{fig:testpmd-2n-skx-x710-64b-2t1c-base-pdr}
\end{figure}
@@ -645,12 +670,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr`
+:index:`Packet Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-4t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm23" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-4t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -659,7 +684,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-4t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-4t2c-base-ndr}
\label{fig:testpmd-2n-skx-x710-64b-4t2c-base-ndr}
\end{figure}
@@ -671,12 +696,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr`
+:index:`Packet Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-4t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm24" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-x710-64b-4t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -685,7 +710,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-4t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-x710-64b-4t2c-base-pdr}
\label{fig:testpmd-2n-skx-x710-64b-4t2c-base-pdr}
\end{figure}
@@ -703,12 +728,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr`
+:index:`Packet Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr.html"></iframe>
+ <iframe id="ifrm25" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -717,7 +742,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-2t1c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-2t1c-base-ndr}
\label{fig:testpmd-2n-skx-xxv710-64b-2t1c-base-ndr}
\end{figure}
@@ -729,12 +754,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr`
+:index:`Packet Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr.html"></iframe>
+ <iframe id="ifrm26" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -743,7 +768,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-2t1c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-2t1c-base-pdr}
\label{fig:testpmd-2n-skx-xxv710-64b-2t1c-base-pdr}
\end{figure}
@@ -758,12 +783,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr`
+:index:`Packet Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr.html"></iframe>
+ <iframe id="ifrm27" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -772,7 +797,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-4t2c-base-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-4t2c-base-ndr}
\label{fig:testpmd-2n-skx-xxv710-64b-4t2c-base-ndr}
\end{figure}
@@ -784,12 +809,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr`
+:index:`Packet Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr.html"></iframe>
+ <iframe id="ifrm28" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -798,6 +823,6 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/dpdk/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-4t2c-base-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{testpmd-2n-skx-xxv710-64b-4t2c-base-pdr}
\label{fig:testpmd-2n-skx-xxv710-64b-4t2c-base-pdr}
\end{figure}