aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst')
-rw-r--r--docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst1233
1 files changed, 1124 insertions, 109 deletions
diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst
index ac1ee5e128..9aa1b10e3e 100644
--- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst
+++ b/docs/report/vpp_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>
+
IPv4 Routing
============
@@ -13,7 +38,7 @@ running in multiple configurations of 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/ip4?h=rls1807>`_.
+`CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip4?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: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-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/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr}
\label{fig:ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr}
\end{figure}
@@ -51,12 +76,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-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/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr}
\label{fig:ip4-3n-hsw-x520-64b-1t1c-base_and_scale-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: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-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/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr}
\label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr}
\end{figure}
@@ -106,12 +131,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-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/vpp/}}
- \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr}
\label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr}
\end{figure}
@@ -135,12 +160,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-ndr.html"></iframe>
+ <iframe id="ifrm05" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -149,7 +174,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]{ip4-3n-hsw-x520-64b-1t1c-features-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-1t1c-features-ndr}
\label{fig:ip4-3n-hsw-x520-64b-1t1c-features-ndr}
\end{figure}
@@ -161,12 +186,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-pdr.html"></iframe>
+ <iframe id="ifrm06" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -175,7 +200,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]{ip4-3n-hsw-x520-64b-1t1c-features-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-1t1c-features-pdr}
\label{fig:ip4-3n-hsw-x520-64b-1t1c-features-pdr}
\end{figure}
@@ -190,12 +215,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-ndr.html"></iframe>
+ <iframe id="ifrm07" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -204,7 +229,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]{ip4-3n-hsw-x520-64b-2t2c-features-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-2t2c-features-ndr}
\label{fig:ip4-3n-hsw-x520-64b-2t2c-features-ndr}
\end{figure}
@@ -216,12 +241,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-pdr.html"></iframe>
+ <iframe id="ifrm08" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -230,7 +255,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]{ip4-3n-hsw-x520-64b-2t2c-features-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x520-64b-2t2c-features-pdr}
\label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-features}
\end{figure}
@@ -238,6 +263,336 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
+64b-1t1c-features-nat44
+-----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm09" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr.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]{ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr}
+ \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm10" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr.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]{ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr}
+ \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t2c-features-nat44
+-----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm11" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr.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]{ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr}
+ \label{fig:ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm12" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr.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]{ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr}
+ \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-features-nat44}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-1t1c-features-iacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm13" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr.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]{ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr}
+ \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm14" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr.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]{ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr}
+ \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t2c-features-iacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm15" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr.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]{ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr}
+ \label{fig:ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm16" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr.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]{ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr}
+ \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-features-iacl}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-1t1c-features-oacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm17" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr.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]{ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr}
+ \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm18" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr.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]{ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr}
+ \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t2c-features-oacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm19" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr.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]{ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr}
+ \label{fig:ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm20" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr.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]{ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr}
+ \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-features-oacl}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
3n-hsw-x710
~~~~~~~~~~~
@@ -248,12 +603,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm21" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -262,7 +617,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]{ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr}
\label{fig:ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr}
\end{figure}
@@ -274,12 +629,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm22" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -288,7 +643,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]{ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr}
\label{fig:ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr}
\end{figure}
@@ -303,12 +658,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm23" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -317,7 +672,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]{ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr}
\label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr}
\end{figure}
@@ -329,12 +684,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm24" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -343,7 +698,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]{ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr}
\label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr}
\end{figure}
@@ -358,12 +713,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-ndr.html"></iframe>
+ <iframe id="ifrm25" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -372,7 +727,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]{ip4-3n-hsw-x710-64b-1t1c-features-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x710-64b-1t1c-features-ndr}
\label{fig:ip4-3n-hsw-x710-64b-1t1c-features-ndr}
\end{figure}
@@ -384,12 +739,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-pdr.html"></iframe>
+ <iframe id="ifrm26" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -398,7 +753,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]{ip4-3n-hsw-x710-64b-1t1c-features-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x710-64b-1t1c-features-pdr}
\label{fig:ip4-3n-hsw-x710-64b-1t1c-features-pdr}
\end{figure}
@@ -413,12 +768,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-ndr.html"></iframe>
+ <iframe id="ifrm27" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -427,7 +782,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]{ip4-3n-hsw-x710-64b-2t2c-features-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x710-64b-2t2c-features-ndr}
\label{fig:ip4-3n-hsw-x710-64b-2t2c-features-ndr}
\end{figure}
@@ -439,12 +794,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-pdr.html"></iframe>
+ <iframe id="ifrm28" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -453,7 +808,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]{ip4-3n-hsw-x710-64b-2t2c-features-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-x710-64b-2t2c-features-pdr}
\label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-features}
\end{figure}
@@ -461,6 +816,336 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
+64b-1t1c-features-nat44
+-----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm29" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr.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]{ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr}
+ \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm30" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr.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]{ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr}
+ \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t2c-features-nat44
+-----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm31" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr.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]{ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr}
+ \label{fig:ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm32" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr.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]{ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr}
+ \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-features-nat44}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-1t1c-features-iacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm33" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr.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]{ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr}
+ \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm34" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr.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]{ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr}
+ \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t2c-features-iacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm35" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr.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]{ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr}
+ \label{fig:ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm36" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr.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]{ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr}
+ \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-features-iacl}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-1t1c-features-oacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm37" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr.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]{ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr}
+ \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm38" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr.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]{ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr}
+ \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t2c-features-oacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm39" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr.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]{ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr}
+ \label{fig:ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm40" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr.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]{ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr}
+ \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-features-oacl}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
3n-hsw-xl710
~~~~~~~~~~~~
@@ -471,12 +1156,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm41" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -485,7 +1170,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]{ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr}
\label{fig:ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr}
\end{figure}
@@ -497,12 +1182,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm42" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -511,7 +1196,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]{ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr}
\label{fig:ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr}
\end{figure}
@@ -526,12 +1211,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm43" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -540,7 +1225,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]{ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr}
\label{fig:ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr}
\end{figure}
@@ -552,12 +1237,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm44" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -566,7 +1251,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]{ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr}
\label{fig:ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr}
\end{figure}
@@ -584,12 +1269,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm45" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -598,7 +1283,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]{ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr}
\label{fig:ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr}
\end{figure}
@@ -610,12 +1295,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm46" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -624,7 +1309,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]{ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr}
\label{fig:ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr}
\end{figure}
@@ -639,12 +1324,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm47" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -653,7 +1338,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]{ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr}
\label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr}
\end{figure}
@@ -665,12 +1350,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm48" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -679,7 +1364,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]{ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr}
\label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr}
\end{figure}
@@ -694,12 +1379,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr`
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-ndr.html"></iframe>
+ <iframe id="ifrm49" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -708,7 +1393,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]{ip4-3n-skx-x710-64b-2t1c-features-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-skx-x710-64b-2t1c-features-ndr}
\label{fig:ip4-3n-skx-x710-64b-2t1c-features-ndr}
\end{figure}
@@ -720,12 +1405,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr`
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-pdr.html"></iframe>
+ <iframe id="ifrm50" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -734,7 +1419,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]{ip4-3n-skx-x710-64b-2t1c-features-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-skx-x710-64b-2t1c-features-pdr}
\label{fig:ip4-3n-skx-x710-64b-2t1c-features-pdr}
\end{figure}
@@ -749,12 +1434,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr`
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-ndr.html"></iframe>
+ <iframe id="ifrm51" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -763,7 +1448,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]{ip4-3n-skx-x710-64b-4t2c-features-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-skx-x710-64b-4t2c-features-ndr}
\label{fig:ip4-3n-skx-x710-64b-4t2c-features-ndr}
\end{figure}
@@ -775,12 +1460,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr`
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-pdr.html"></iframe>
+ <iframe id="ifrm52" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -789,7 +1474,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]{ip4-3n-skx-x710-64b-4t2c-features-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-3n-skx-x710-64b-4t2c-features-pdr}
\label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-features}
\end{figure}
@@ -797,6 +1482,336 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
+64b-2t1c-features-nat44
+-----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm53" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr.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]{ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr}
+ \label{fig:ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm54" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr.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]{ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr}
+ \label{fig:ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-4t2c-features-nat44
+-----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm55" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr.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]{ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr}
+ \label{fig:ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm56" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr.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]{ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr}
+ \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-features-nat44}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t1c-features-iacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm57" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr.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]{ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr}
+ \label{fig:ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm58" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr.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]{ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr}
+ \label{fig:ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-4t2c-features-iacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm59" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr.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]{ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr}
+ \label{fig:ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm60" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr.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]{ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr}
+ \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-features-iacl}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-2t1c-features-oacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm61" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr.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]{ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr}
+ \label{fig:ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm62" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr.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]{ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr}
+ \label{fig:ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
+64b-4t2c-features-oacl
+----------------------
+
+.. raw:: html
+
+ <center><b>
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm63" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr.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]{ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr}
+ \label{fig:ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr}
+ \end{figure}
+
+.. raw:: html
+
+ <center><b>
+
+.. raw:: latex
+
+ \clearpage
+
+:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm64" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr.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]{ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr}
+ \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-features-oacl}
+ \end{figure}
+
+.. raw:: latex
+
+ \clearpage
+
2n-skx-x710
~~~~~~~~~~~
@@ -807,12 +1822,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm65" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -821,7 +1836,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]{ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr}
\label{fig:ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr}
\end{figure}
@@ -833,12 +1848,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm66" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -847,7 +1862,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]{ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr}
\label{fig:ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr}
\end{figure}
@@ -862,12 +1877,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm67" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -876,7 +1891,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]{ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr}
\label{fig:ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr}
\end{figure}
@@ -888,12 +1903,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm68" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -902,7 +1917,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]{ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr}
\label{fig:ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr}
\end{figure}
@@ -920,12 +1935,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm69" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -934,7 +1949,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]{ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr}
\label{fig:ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr}
\end{figure}
@@ -946,12 +1961,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm70" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -960,7 +1975,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]{ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr}
\label{fig:ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr}
\end{figure}
@@ -975,12 +1990,12 @@ CSIT source code for the test cases used for plots can be found in
<center><b>
-:index:`Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr`
+:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr.html"></iframe>
+ <iframe id="ifrm71" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr.html"></iframe>
<p><br><br></p>
</center>
@@ -989,7 +2004,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]{ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr}
\label{fig:ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr}
\end{figure}
@@ -1001,12 +2016,12 @@ CSIT source code for the test cases used for plots can be found in
\clearpage
-:index:`Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr`
+:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr`
.. raw:: html
</b>
- <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr.html"></iframe>
+ <iframe id="ifrm72" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr.html"></iframe>
<p><br><br></p>
</center>
@@ -1015,6 +2030,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]{ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr}
\label{fig:ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr}
\end{figure}