aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/vpp_performance_tests/packet_latency_graphs/l2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/report/vpp_performance_tests/packet_latency_graphs/l2.rst')
-rw-r--r--docs/report/vpp_performance_tests/packet_latency_graphs/l2.rst147
1 files changed, 86 insertions, 61 deletions
diff --git a/docs/report/vpp_performance_tests/packet_latency_graphs/l2.rst b/docs/report/vpp_performance_tests/packet_latency_graphs/l2.rst
index 80f63cd5d3..ca30ee470f 100644
--- a/docs/report/vpp_performance_tests/packet_latency_graphs/l2.rst
+++ b/docs/report/vpp_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>
+
L2 Ethernet Switching
=====================
@@ -13,7 +38,7 @@ VPP worker thread(s), a.k.a. VPP 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/vpp/perf/l2?h=rls1807>`_.
+`CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/l2?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: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-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/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-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: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-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/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat}
\end{figure}
@@ -83,12 +108,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat.html"></iframe>
+ <iframe id="ifrm03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -97,7 +122,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]{l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat}
\label{fig:l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat}
\end{figure}
@@ -112,12 +137,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat.html"></iframe>
+ <iframe id="ifrm04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -126,7 +151,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]{l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat}
\label{fig:l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat}
\end{figure}
@@ -144,12 +169,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm05" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -158,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]{l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat}
\end{figure}
@@ -173,12 +198,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm06" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -187,7 +212,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]{l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat}
\end{figure}
@@ -202,12 +227,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat.html"></iframe>
+ <iframe id="ifrm07" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -216,7 +241,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]{l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat}
\label{fig:l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat}
\end{figure}
@@ -231,12 +256,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat.html"></iframe>
+ <iframe id="ifrm08" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -245,7 +270,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]{l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat}
\label{fig:l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat}
\end{figure}
@@ -263,12 +288,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm09" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -277,7 +302,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]{l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat}
\end{figure}
@@ -292,12 +317,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm10" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -306,7 +331,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]{l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat}
\end{figure}
@@ -324,12 +349,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm11" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -338,7 +363,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]{l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat}
\end{figure}
@@ -353,12 +378,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm12" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -367,7 +392,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]{l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat}
\end{figure}
@@ -382,12 +407,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr`
+:index:`Packet Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat.html"></iframe>
+ <iframe id="ifrm13" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -396,7 +421,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]{l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat}
\label{fig:l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat}
\end{figure}
@@ -411,12 +436,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr`
+:index:`Packet Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat.html"></iframe>
+ <iframe id="ifrm14" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -425,7 +450,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]{l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat}
\label{fig:l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat}
\end{figure}
@@ -443,12 +468,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm15" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -457,7 +482,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]{l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat}
\end{figure}
@@ -472,12 +497,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm16" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -486,7 +511,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]{l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat}
\label{fig:l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat}
\end{figure}
@@ -504,12 +529,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm17" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -518,7 +543,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]{l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat}
\label{fig:l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat}
\end{figure}
@@ -533,12 +558,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm18" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -547,7 +572,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]{l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat}
\label{fig:l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat}
\end{figure}
@@ -565,12 +590,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm19" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -579,7 +604,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]{l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat}
\label{fig:l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat}
\end{figure}
@@ -594,12 +619,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr`
+:index:`Packet Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat.html"></iframe>
+ <iframe id="ifrm20" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat.html"></iframe>
<p><br><br></p>
</center>
@@ -608,6 +633,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]{l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat}
\label{fig:l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat}
\end{figure}