aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
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/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
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/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst')
-rw-r--r--docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst268
1 files changed, 231 insertions, 37 deletions
diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
index e25b098b8c..81bc1fa8fa 100644
--- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
+++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.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>
+
IPv6 Routing
============
@@ -15,7 +40,11 @@ IPv6 Routed-Forwarding, including NDR throughput (zero packet loss) and
PDR throughput (<0.5% packet loss).
CSIT source code for the test cases used for plots can be found in
-`CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip6?h=rls1807>`_.
+`CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip6?h=rls1810>`_.
+
+.. raw:: latex
+
+ \clearpage
3n-hsw-x520
~~~~~~~~~~~
@@ -27,12 +56,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr`
+:index:`Speedup Multi-core: ip6-3n-hsw-x520-78b-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa.html"></iframe>
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -41,7 +70,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa}
\label{fig:ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa}
\end{figure}
@@ -53,12 +82,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr`
+:index:`Speedup Multi-core: ip6-3n-hsw-x520-78b-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa.html"></iframe>
+ <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -67,7 +96,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa}
\label{fig:ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa}
\end{figure}
@@ -75,6 +104,61 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
+78b-base_and_features
+---------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Speedup Multi-core: ip6-3n-hsw-x520-78b-base_and_features-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+.. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa}
+ \label{fig:ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Speedup Multi-core: ip6-3n-hsw-x520-78b-base_and_features-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+.. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa}
+ \label{fig:ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
3n-hsw-x710
~~~~~~~~~~~
@@ -85,12 +169,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr`
+:index:`Speedup Multi-core: ip6-3n-hsw-x710-78b-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa.html"></iframe>
+ <iframe id="ifrm05" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -99,7 +183,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa}
\label{fig:ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa}
\end{figure}
@@ -111,12 +195,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr`
+:index:`Speedup Multi-core: ip6-3n-hsw-x710-78b-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa.html"></iframe>
+ <iframe id="ifrm06" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -125,7 +209,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa}
\label{fig:ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa}
\end{figure}
@@ -133,6 +217,61 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
+78b-base_and_features
+---------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Speedup Multi-core: ip6-3n-hsw-x710-78b-base_and_features-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm07" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+.. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa}
+ \label{fig:ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Speedup Multi-core: ip6-3n-hsw-x710-78b-base_and_features-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm08" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+.. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa}
+ \label{fig:ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
3n-hsw-xl710
~~~~~~~~~~~~
@@ -143,12 +282,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr`
+:index:`Speedup Multi-core: ip6-3n-hsw-xl710-78b-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa.html"></iframe>
+ <iframe id="ifrm09" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -157,7 +296,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa}
\label{fig:ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa}
\end{figure}
@@ -169,12 +308,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr`
+:index:`Speedup Multi-core: ip6-3n-hsw-xl710-78b-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa.html"></iframe>
+ <iframe id="ifrm10" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -183,7 +322,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa}
\label{fig:ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa}
\end{figure}
@@ -201,12 +340,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr`
+:index:`Speedup Multi-core: ip6-3n-skx-x710-78b-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa.html"></iframe>
+ <iframe id="ifrm11" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -215,7 +354,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa}
\label{fig:ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa}
\end{figure}
@@ -227,12 +366,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr`
+:index:`Speedup Multi-core: ip6-3n-skx-x710-78b-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa.html"></iframe>
+ <iframe id="ifrm12" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -241,7 +380,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa}
\label{fig:ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa}
\end{figure}
@@ -249,6 +388,61 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
+78b-base_and_features
+---------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Speedup Multi-core: ip6-3n-skx-x710-78b-base_and_features-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm13" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+.. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-skx-x710-78b-base_and_features-ndr-tsa}
+ \label{fig:ip6-3n-skx-x710-78b-base_and_features-ndr-tsa}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Speedup Multi-core: ip6-3n-skx-x710-78b-base_and_features-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm14" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+.. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-skx-x710-78b-base_and_features-pdr-tsa}
+ \label{fig:ip6-3n-skx-x710-78b-base_and_features-pdr-tsa}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
2n-skx-x710
~~~~~~~~~~~
@@ -259,12 +453,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr`
+:index:`Speedup Multi-core: ip6-2n-skx-x710-78b-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa.html"></iframe>
+ <iframe id="ifrm15" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -273,7 +467,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa}
\label{fig:ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa}
\end{figure}
@@ -285,12 +479,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr`
+:index:`Speedup Multi-core: ip6-2n-skx-x710-78b-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa.html"></iframe>
+ <iframe id="ifrm16" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -299,7 +493,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa}
\label{fig:ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa}
\end{figure}
@@ -317,12 +511,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr`
+:index:`Speedup Multi-core: ip6-2n-skx-xxv710-78b-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa.html"></iframe>
+ <iframe id="ifrm17" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -331,7 +525,7 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa}
\label{fig:ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa}
\end{figure}
@@ -343,12 +537,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr`
+:index:`Speedup Multi-core: ip6-2n-skx-xxv710-78b-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa.html"></iframe>
+ <iframe id="ifrm18" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa.html"></iframe>
<p><br><br></p>
</center>
@@ -357,6 +551,6 @@ CSIT source code for the test cases used for plots can be found in
\begin{figure}[H]
\centering
\graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa}
\label{fig:ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa}
\end{figure}