From dfff0ee80f3912a6db3f4356254f4cb3e3a9450d Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 30 Nov 2018 11:29:40 +0100 Subject: CSIT-1374: Split the files with graphs int he Report - Packet Latency - Throughput Speedup Analysis - Packet Throughput Change-Id: If0df9fe8940eae08734f95c5150e10f2317c4927 Signed-off-by: Tibor Frank --- .../container_memif-2n-skx-x710.rst | 138 + .../container_memif-2n-skx-xxv710.rst | 138 + .../container_memif-3n-hsw-x520.rst | 138 + .../container_memif-3n-hsw-x710.rst | 138 + .../container_memif-3n-hsw-xl710.rst | 138 + .../container_memif-3n-skx-x710.rst | 138 + .../packet_throughput_graphs/container_memif.rst | 708 +---- .../container_orchestrated-3n-hsw-x520.rst | 248 ++ .../container_orchestrated-3n-hsw-x710.rst | 248 ++ .../container_orchestrated.rst | 472 +--- .../packet_throughput_graphs/ip4-2n-dnv-x553.rst | 140 + .../packet_throughput_graphs/ip4-2n-skx-x710.rst | 138 + .../packet_throughput_graphs/ip4-2n-skx-xxv710.rst | 138 + .../packet_throughput_graphs/ip4-3n-hsw-x520.rst | 578 +++++ .../packet_throughput_graphs/ip4-3n-hsw-x710.rst | 579 +++++ .../packet_throughput_graphs/ip4-3n-hsw-xl710.rst | 138 + .../packet_throughput_graphs/ip4-3n-skx-x710.rst | 579 +++++ .../packet_throughput_graphs/ip4.rst | 2146 +--------------- .../ip4_tunnels-3n-hsw-x520.rst | 249 ++ .../ip4_tunnels-3n-hsw-x710.rst | 248 ++ .../ip4_tunnels-3n-skx-x710.rst | 248 ++ .../packet_throughput_graphs/ip4_tunnels.rst | 700 +---- .../packet_throughput_graphs/ip6-2n-dnv-x553.rst | 140 + .../packet_throughput_graphs/ip6-2n-skx-x710.rst | 138 + .../packet_throughput_graphs/ip6-2n-skx-xxv710.rst | 138 + .../packet_throughput_graphs/ip6-3n-hsw-x520.rst | 248 ++ .../packet_throughput_graphs/ip6-3n-hsw-x710.rst | 248 ++ .../packet_throughput_graphs/ip6-3n-hsw-xl710.rst | 138 + .../packet_throughput_graphs/ip6-3n-skx-x710.rst | 249 ++ .../packet_throughput_graphs/ip6.rst | 1155 +-------- .../ip6_tunnels-3n-hsw-x520.rst | 138 + .../packet_throughput_graphs/ip6_tunnels.rst | 138 +- .../ipsec-3n-hsw-xl710.rst | 358 +++ .../packet_throughput_graphs/ipsec.rst | 333 +-- .../packet_throughput_graphs/l2-2n-dnv-x553.rst | 140 + .../packet_throughput_graphs/l2-2n-skx-x710.rst | 138 + .../packet_throughput_graphs/l2-2n-skx-xxv710.rst | 138 + .../packet_throughput_graphs/l2-3n-hsw-x520.rst | 248 ++ .../packet_throughput_graphs/l2-3n-hsw-x710.rst | 248 ++ .../packet_throughput_graphs/l2-3n-hsw-xl710.rst | 138 + .../packet_throughput_graphs/l2-3n-skx-x710.rst | 248 ++ .../packet_throughput_graphs/l2-3n-skx-xxv710.rst | 138 + .../packet_throughput_graphs/l2.rst | 1247 +-------- .../packet_throughput_graphs/srv6-3n-hsw-x520.rst | 138 + .../packet_throughput_graphs/srv6.rst | 113 +- .../vm_vhost-2n-skx-x710.rst | 468 ++++ .../vm_vhost-2n-skx-xxv710.rst | 468 ++++ .../vm_vhost-3n-hsw-x520.rst | 469 ++++ .../vm_vhost-3n-hsw-x710.rst | 468 ++++ .../vm_vhost-3n-hsw-xl710.rst | 469 ++++ .../vm_vhost-3n-skx-x710.rst | 468 ++++ .../packet_throughput_graphs/vm_vhost.rst | 2693 +------------------- .../packet_throughput_graphs/vts-3n-hsw-x520.rst | 138 + .../packet_throughput_graphs/vts.rst | 138 +- 54 files changed, 10733 insertions(+), 9786 deletions(-) create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-skx-xxv710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-xl710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated-3n-hsw-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-dnv-x553.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-skx-xxv710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-xl710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-hsw-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-dnv-x553.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-skx-xxv710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-xl710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6_tunnels-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-hsw-xl710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-dnv-x553.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-skx-xxv710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-xl710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-xxv710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/srv6-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-skx-xxv710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-x520.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-xl710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-skx-x710.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/vts-3n-hsw-x520.rst (limited to 'docs/report/vpp_performance_tests/packet_throughput_graphs') diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-skx-x710.rst new file mode 100644 index 0000000000..c3c9c69045 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-skx-x710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-skx-xxv710.rst new file mode 100644 index 0000000000..89846b555a --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-2n-skx-xxv710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-xxv710 +~~~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \label{fig:memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \label{fig:memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \label{fig:memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \label{fig:memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-x520.rst new file mode 100644 index 0000000000..4666ba78e7 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-x520.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \label{fig:memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \label{fig:memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \label{fig:memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \label{fig:memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-x710.rst new file mode 100644 index 0000000000..5ddac2a5ce --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-x710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x710 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \label{fig:memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \label{fig:memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \label{fig:memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \label{fig:memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-xl710.rst new file mode 100644 index 0000000000..6af70c9160 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-hsw-xl710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-xl710 +~~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} + \label{fig:memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} + \label{fig:memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} + \label{fig:memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} + \label{fig:memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-skx-x710.rst new file mode 100644 index 0000000000..42b1e14253 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif-3n-skx-x710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif.rst index 7e48bb4590..b0dcc36cca 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_memif.rst @@ -3,31 +3,6 @@ \clearpage -.. raw:: html - - - LXC/DRC Container Memif ======================= @@ -40,680 +15,11 @@ 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 `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -64b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \label{fig:memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \label{fig:memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \label{fig:memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \label{fig:memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-hsw-x710 -~~~~~~~~~~~ - -64b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \label{fig:memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \label{fig:memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \label{fig:memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \label{fig:memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-hsw-xl710 -~~~~~~~~~~~~ - -64b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} - \label{fig:memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} - \label{fig:memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} - \label{fig:memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} - \label{fig:memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-skx-x710 -~~~~~~~~~~~ - -64b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \label{fig:memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \label{fig:memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \label{fig:memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \label{fig:memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -2n-skx-x710 -~~~~~~~~~~~ - -64b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr} - \label{fig:memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr} - \label{fig:memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr} - \label{fig:memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr} - \label{fig:memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -2n-skx-xxv710 -~~~~~~~~~~~~~ - -64b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} - \label{fig:memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} - \label{fig:memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} - \label{fig:memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} - \label{fig:memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} - \end{figure} + container_memif-3n-hsw-x520 + container_memif-3n-hsw-x710 + container_memif-3n-hsw-xl710 + container_memif-3n-skx-x710 + container_memif-2n-skx-x710 + container_memif-2n-skx-xxv710 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated-3n-hsw-x520.rst new file mode 100644 index 0000000000..e96338ec12 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated-3n-hsw-x520.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale-l2xc +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr} + \label{fig:k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr} + \label{fig:k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale-l2xc +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr} + \label{fig:k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr} + \label{fig:k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-base_and_scale-l2bd +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr} + \label{fig:k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr} + \label{fig:k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale-l2bd +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr} + \label{fig:k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr} + \label{fig:k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated-3n-hsw-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated-3n-hsw-x710.rst new file mode 100644 index 0000000000..b3896c7153 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated-3n-hsw-x710.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x710 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale-l2xc +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr} + \label{fig:k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr} + \label{fig:k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale-l2xc +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr} + \label{fig:k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr} + \label{fig:k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-base_and_scale-l2bd +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr} + \label{fig:k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr} + \label{fig:k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale-l2bd +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr} + \label{fig:k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr} + \label{fig:k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated.rst index 42f93d4f5a..6106f4dbeb 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/container_orchestrated.rst @@ -3,31 +3,6 @@ \clearpage -.. raw:: html - - - K8s Container Memif =================== @@ -40,448 +15,7 @@ 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 `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -64b-1t1c-base_and_scale-l2xc ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr} - \label{fig:k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr} - \label{fig:k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale-l2xc ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr} - \label{fig:k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr} - \label{fig:k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-base_and_scale-l2bd ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr} - \label{fig:k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr} - \label{fig:k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale-l2bd ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr} - \label{fig:k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr} - \label{fig:k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-hsw-x710 -~~~~~~~~~~~ - -64b-1t1c-base_and_scale-l2xc ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr} - \label{fig:k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr} - \label{fig:k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale-l2xc ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr} - \label{fig:k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr} - \label{fig:k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-base_and_scale-l2bd ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr} - \label{fig:k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr} - \label{fig:k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale-l2bd ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr} - \label{fig:k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr} - \label{fig:k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr} - \end{figure} + container_orchestrated-3n-hsw-x520 + container_orchestrated-3n-hsw-x710 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-dnv-x553.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-dnv-x553.rst new file mode 100644 index 0000000000..7c3c41b811 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-dnv-x553.rst @@ -0,0 +1,140 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. _packet_throughput_graphs_ip4-2n-dnv-x553: + +2n-dnv-x553 +~~~~~~~~~~~ + +64b-1t1c-base +------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-dnv-x553-64b-1t1c-base-ndr} + \label{fig:ip4-2n-dnv-x553-64b-1t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-dnv-x553-64b-1t1c-base-pdr} + \label{fig:ip4-2n-dnv-x553-64b-1t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base +------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-dnv-x553-64b-2t2c-base-ndr} + \label{fig:ip4-2n-dnv-x553-64b-2t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-dnv-x553-64b-2t2c-base-pdr} + \label{fig:ip4-2n-dnv-x553-64b-2t2c-base-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-skx-x710.rst new file mode 100644 index 0000000000..cd2f613b80 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-skx-x710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-skx-xxv710.rst new file mode 100644 index 0000000000..071b4870e0 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-skx-xxv710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-xxv710 +~~~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-x520.rst new file mode 100644 index 0000000000..cdd2f38f6c --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-x520.rst @@ -0,0 +1,578 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-ndr} + \label{fig:ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-pdr} + \label{fig:ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-ndr} + \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-pdr} + \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-ndr} + \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-pdr} + \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-ndr} + \label{fig:ip4-3n-hsw-x520-64b-2t2c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-pdr} + \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-features} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-features-nat44 +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr` + +.. raw:: html + + + +



+
+ +.. 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} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-x710.rst new file mode 100644 index 0000000000..9ee7e84c6e --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-x710.rst @@ -0,0 +1,579 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x710 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-ndr} + \label{fig:ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-pdr} + \label{fig:ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-ndr} + \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-pdr} + \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-ndr} + \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-pdr} + \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-ndr} + \label{fig:ip4-3n-hsw-x710-64b-2t2c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-pdr} + \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-features} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-features-nat44 +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ + :index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr` + + .. raw:: html + + + +



+
+ + .. 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 + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr` + + .. raw:: html + + + +



+
+ + .. 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 + +
+ + :index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr` + + .. raw:: html + + + +



+
+ + .. 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 + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr` + + .. raw:: html + + + +



+
+ + .. 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} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-xl710.rst new file mode 100644 index 0000000000..59a5d0c8b6 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-hsw-xl710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-xl710 +~~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \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} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-x710.rst new file mode 100644 index 0000000000..c18a31670b --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-x710.rst @@ -0,0 +1,579 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-ndr} + \label{fig:ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-pdr} + \label{fig:ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-ndr} + \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-base_and_scale-pdr} + \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-ndr} + \label{fig:ip4-3n-skx-x710-64b-2t1c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-pdr} + \label{fig:ip4-3n-skx-x710-64b-2t1c-features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-ndr} + \label{fig:ip4-3n-skx-x710-64b-4t2c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-pdr} + \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-features} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-features-nat44 +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr` + +.. raw:: html + + + +



+
+ +.. 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 + +
+ + :index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr` + + .. raw:: html + + + +



+
+ + .. 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 + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr` + + .. raw:: html + + + +



+
+ + .. 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 + +
+ + :index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr` + + .. raw:: html + + + +



+
+ + .. 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 + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr` + + .. raw:: html + + + +



+
+ + .. 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} 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 c91e5d39bd..8491835e2d 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst @@ -3,31 +3,6 @@ \clearpage -.. raw:: html - - - IPv4 Routing ============ @@ -40,2117 +15,12 @@ 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 `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -64b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-ndr} - \label{fig:ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-pdr} - \label{fig:ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-ndr} - \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-pdr} - \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-features ------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr` - -.. raw:: html - - - -



-
- -.. 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-ndr} - \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr` - -.. raw:: html - - - -



-
- -.. 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-pdr} - \label{fig:ip4-3n-hsw-x520-64b-1t1c-features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-features ------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr` - -.. raw:: html - - - -



-
- -.. 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-ndr} - \label{fig:ip4-3n-hsw-x520-64b-2t2c-features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr` - -.. raw:: html - - - -



-
- -.. 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-pdr} - \label{fig:ip4-3n-hsw-x520-64b-2t2c-base_and_scale-features} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-features-nat44 ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr` - -.. raw:: html - - - -



-
- -.. 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 -~~~~~~~~~~~ - -64b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-ndr} - \label{fig:ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-pdr} - \label{fig:ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-ndr} - \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-pdr} - \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-features ------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr` - -.. raw:: html - - - -



-
- -.. 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-ndr} - \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr` - -.. raw:: html - - - -



-
- -.. 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-pdr} - \label{fig:ip4-3n-hsw-x710-64b-1t1c-features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-features ------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr` - -.. raw:: html - - - -



-
- -.. 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-ndr} - \label{fig:ip4-3n-hsw-x710-64b-2t2c-features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr` - -.. raw:: html - - - -



-
- -.. 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-pdr} - \label{fig:ip4-3n-hsw-x710-64b-2t2c-base_and_scale-features} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-features-nat44 ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- - :index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr` - - .. raw:: html - - - -



-
- - .. 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 - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr` - - .. raw:: html - - - -



-
- - .. 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 - -
- - :index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr` - - .. raw:: html - - - -



-
- - .. 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 - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr` - - .. raw:: html - - - -



-
- - .. 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 -~~~~~~~~~~~~ - -64b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: latex - - \clearpage - -3n-skx-x710 -~~~~~~~~~~~ - -64b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-ndr} - \label{fig:ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-pdr} - \label{fig:ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-ndr} - \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-base_and_scale-pdr} - \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-features ------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr` - -.. raw:: html - - - -



-
- -.. 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-ndr} - \label{fig:ip4-3n-skx-x710-64b-2t1c-features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr` - -.. raw:: html - - - -



-
- -.. 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-pdr} - \label{fig:ip4-3n-skx-x710-64b-2t1c-features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-features ------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr` - -.. raw:: html - - - -



-
- -.. 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-ndr} - \label{fig:ip4-3n-skx-x710-64b-4t2c-features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr` - -.. raw:: html - - - -



-
- -.. 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-pdr} - \label{fig:ip4-3n-skx-x710-64b-4t2c-base_and_scale-features} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-features-nat44 ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr` - -.. raw:: html - - - -



-
- -.. 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 - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr` - -.. raw:: html - - - -



-
- -.. 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 - -
- - :index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr` - - .. raw:: html - - - -



-
- - .. 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 - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr` - - .. raw:: html - - - -



-
- - .. 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 - -
- - :index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr` - - .. raw:: html - - - -



-
- - .. 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 - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr` - - .. raw:: html - - - -



-
- - .. 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 -~~~~~~~~~~~ - -64b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: latex - - \clearpage - -2n-skx-xxv710 -~~~~~~~~~~~~~ - -64b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \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} - -.. raw:: latex - - \clearpage - -.. _packet_throughput_graphs_ip4-2n-dnv-x553: - -2n-dnv-x553 -~~~~~~~~~~~ - -64b-1t1c-base -------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-dnv-x553-64b-1t1c-base-ndr} - \label{fig:ip4-2n-dnv-x553-64b-1t1c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-dnv-x553-64b-1t1c-base-pdr} - \label{fig:ip4-2n-dnv-x553-64b-1t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base -------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-dnv-x553-64b-2t2c-base-ndr} - \label{fig:ip4-2n-dnv-x553-64b-2t2c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4-2n-dnv-x553-64b-2t2c-base-pdr} - \label{fig:ip4-2n-dnv-x553-64b-2t2c-base-pdr} - \end{figure} + ip4-3n-hsw-x520 + ip4-3n-hsw-x710 + ip4-3n-hsw-xl710 + ip4-3n-skx-x710 + ip4-2n-skx-x710 + ip4-2n-skx-xxv710 + ip4-2n-dnv-x553 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-hsw-x520.rst new file mode 100644 index 0000000000..01c831c034 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-hsw-x520.rst @@ -0,0 +1,249 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +.. + 64b-1t1c-base_and_scale + ----------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \label{fig:ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \label{fig:ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-2t2c-base_and_scale + ----------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \label{fig:ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \label{fig:ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + +64b-1t1c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr} + \label{fig:ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr} + \label{fig:ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr} + \label{fig:ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr} + \label{fig:ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-hsw-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-hsw-x710.rst new file mode 100644 index 0000000000..236e35fa67 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-hsw-x710.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x710 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \label{fig:ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \label{fig:ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \label{fig:ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \label{fig:ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr} + \label{fig:ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr} + \label{fig:ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr} + \label{fig:ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr} + \label{fig:ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-skx-x710.rst new file mode 100644 index 0000000000..b49fe70889 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-skx-x710.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr} + \label{fig:ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr} + \label{fig:ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr} + \label{fig:ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr} + \label{fig:ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels.rst index 4c86cc265f..5f0cb53af7 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels.rst @@ -3,31 +3,6 @@ \clearpage -.. raw:: html - - - IPv4 Tunnels ============ @@ -40,675 +15,8 @@ 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 `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -.. - 64b-1t1c-base_and_scale - ----------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \label{fig:ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \label{fig:ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-2t2c-base_and_scale - ----------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \label{fig:ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \label{fig:ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - -64b-1t1c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr} - \label{fig:ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr} - \label{fig:ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr} - \label{fig:ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr} - \label{fig:ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-hsw-x710 -~~~~~~~~~~~ - -64b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \label{fig:ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \label{fig:ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \label{fig:ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \label{fig:ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-hsw-x710 -~~~~~~~~~~~ - -64b-1t1c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr} - \label{fig:ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr} - \label{fig:ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr} - \label{fig:ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr} - \label{fig:ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-skx-x710 -~~~~~~~~~~~ - -64b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \label{fig:ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \label{fig:ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \label{fig:ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \label{fig:ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr} - \label{fig:ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr} - \label{fig:ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr} - \label{fig:ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr} - \label{fig:ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr} - \end{figure} + ip4_tunnels-3n-hsw-x520 + ip4_tunnels-3n-hsw-x710 + ip4_tunnels-3n-skx-x710 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-dnv-x553.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-dnv-x553.rst new file mode 100644 index 0000000000..d1835953b9 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-dnv-x553.rst @@ -0,0 +1,140 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. _packet_throughput_graphs_ip6-2n-dnv-x553: + +2n-dnv-x553 +~~~~~~~~~~~ + +78b-1t1c-base +------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-dnv-x553-78b-1t1c-base-ndr} + \label{fig:ip6-2n-dnv-x553-78b-1t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-dnv-x553-78b-1t1c-base-pdr} + \label{fig:ip6-2n-dnv-x553-78b-1t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t2c-base +------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-dnv-x553-78b-2t2c-base-ndr} + \label{fig:ip6-2n-dnv-x553-78b-2t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-dnv-x553-78b-2t2c-base-pdr} + \label{fig:ip6-2n-dnv-x553-78b-2t2c-base-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-skx-x710.rst new file mode 100644 index 0000000000..fb369b64cf --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-skx-x710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-x710 +~~~~~~~~~~~ + +78b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr} + \label{fig:ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr} + \label{fig:ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr} + \label{fig:ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr} + \label{fig:ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-skx-xxv710.rst new file mode 100644 index 0000000000..51270c3241 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-skx-xxv710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-xxv710 +~~~~~~~~~~~~~ + +78b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr} + \label{fig:ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr} + \label{fig:ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr} + \label{fig:ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr} + \label{fig:ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-x520.rst new file mode 100644 index 0000000000..6bdd7f5c2b --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-x520.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +78b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-1t1c-base_and_scale-ndr} + \label{fig:ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-1t1c-base_and_scale-pdr} + \label{fig:ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-2t2c-base_and_scale-ndr} + \label{fig:ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-2t2c-base_and_scale-pdr} + \label{fig:ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-1t1c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-1t1c-base_and_features-ndr} + \label{fig:ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-1t1c-base_and_features-pdr} + \label{fig:ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t2c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-2t2c-base_and_features-ndr} + \label{fig:ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-2t2c-base_and_features-pdr} + \label{fig:ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-x710.rst new file mode 100644 index 0000000000..462253ab48 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-x710.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x710 +~~~~~~~~~~~ + +78b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-1t1c-base_and_scale-ndr} + \label{fig:ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-1t1c-base_and_scale-pdr} + \label{fig:ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-2t2c-base_and_scale-ndr} + \label{fig:ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-2t2c-base_and_scale-pdr} + \label{fig:ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-1t1c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-1t1c-base_and_features-ndr} + \label{fig:ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-1t1c-base_and_features-pdr} + \label{fig:ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t2c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-2t2c-base_and_features-ndr} + \label{fig:ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-2t2c-base_and_features-pdr} + \label{fig:ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-xl710.rst new file mode 100644 index 0000000000..5a4d2b4908 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-hsw-xl710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-xl710 +~~~~~~~~~~~~ + +78b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr} + \label{fig:ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr} + \label{fig:ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr} + \label{fig:ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr} + \label{fig:ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-skx-x710.rst new file mode 100644 index 0000000000..a391f91d10 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-skx-x710.rst @@ -0,0 +1,249 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-skx-x710 +~~~~~~~~~~~ + +78b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-2t1c-base_and_scale-ndr} + \label{fig:ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-2t1c-base_and_scale-pdr} + \label{fig:ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. 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-4t2c-base_and_scale-ndr} + \label{fig:ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. 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-4t2c-base_and_scale-pdr} + \label{fig:ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t1c-base_and_features +-------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr` + +.. raw:: html + + + +



+
+ +.. 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-2t1c-base_and_features-ndr} + \label{fig:ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-2t1c-base_and_features-pdr} + \label{fig:ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-4t2c-base_and_features +-------------------------- + +.. + .. raw:: html + +
+ + :index:`Packet Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr` + + .. raw:: html + + + +



+
+ + .. 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-4t2c-base_and_features-ndr} + \label{fig:ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr` + +.. raw:: html + + + +



+
+ +.. 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-4t2c-base_and_features-pdr} + \label{fig:ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst index 37849247d7..aa22ce5707 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst @@ -3,31 +3,6 @@ \clearpage -.. raw:: html - - - IPv6 Routing ============ @@ -40,1126 +15,12 @@ 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 `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -78b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-1t1c-base_and_scale-ndr} - \label{fig:ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-1t1c-base_and_scale-pdr} - \label{fig:ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-2t2c-base_and_scale-ndr} - \label{fig:ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-2t2c-base_and_scale-pdr} - \label{fig:ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-1t1c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. 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-1t1c-base_and_features-ndr} - \label{fig:ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. 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-1t1c-base_and_features-pdr} - \label{fig:ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t2c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. 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-2t2c-base_and_features-ndr} - \label{fig:ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. 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-2t2c-base_and_features-pdr} - \label{fig:ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-hsw-x710 -~~~~~~~~~~~ - -78b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-1t1c-base_and_scale-ndr} - \label{fig:ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-1t1c-base_and_scale-pdr} - \label{fig:ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-2t2c-base_and_scale-ndr} - \label{fig:ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-2t2c-base_and_scale-pdr} - \label{fig:ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-1t1c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. 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-1t1c-base_and_features-ndr} - \label{fig:ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. 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-1t1c-base_and_features-pdr} - \label{fig:ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t2c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. 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-2t2c-base_and_features-ndr} - \label{fig:ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. 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-2t2c-base_and_features-pdr} - \label{fig:ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-hsw-xl710 -~~~~~~~~~~~~ - -78b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr} - \label{fig:ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr} - \label{fig:ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr} - \label{fig:ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr} - \label{fig:ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-skx-x710 -~~~~~~~~~~~ - -78b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-2t1c-base_and_scale-ndr} - \label{fig:ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-2t1c-base_and_scale-pdr} - \label{fig:ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. 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-4t2c-base_and_scale-ndr} - \label{fig:ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. 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-4t2c-base_and_scale-pdr} - \label{fig:ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t1c-base_and_features --------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr` - -.. raw:: html - - - -



-
- -.. 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-2t1c-base_and_features-ndr} - \label{fig:ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. 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-2t1c-base_and_features-pdr} - \label{fig:ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-4t2c-base_and_features --------------------------- - -.. - .. raw:: html - -
- - :index:`Packet Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr` - - .. raw:: html - - - -



-
- - .. 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-4t2c-base_and_features-ndr} - \label{fig:ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr` - -.. raw:: html - - - -



-
- -.. 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-4t2c-base_and_features-pdr} - \label{fig:ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -2n-skx-x710 -~~~~~~~~~~~ - -78b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr} - \label{fig:ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr} - \label{fig:ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr} - \label{fig:ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr} - \label{fig:ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -2n-skx-xxv710 -~~~~~~~~~~~~~ - -78b-2t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr} - \label{fig:ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr} - \label{fig:ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-4t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr} - \label{fig:ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr} - \label{fig:ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -.. _packet_throughput_graphs_ip6-2n-dnv-x553: - -2n-dnv-x553 -~~~~~~~~~~~ - -78b-1t1c-base -------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-dnv-x553-78b-1t1c-base-ndr} - \label{fig:ip6-2n-dnv-x553-78b-1t1c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-dnv-x553-78b-1t1c-base-pdr} - \label{fig:ip6-2n-dnv-x553-78b-1t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t2c-base -------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-dnv-x553-78b-2t2c-base-ndr} - \label{fig:ip6-2n-dnv-x553-78b-2t2c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6-2n-dnv-x553-78b-2t2c-base-pdr} - \label{fig:ip6-2n-dnv-x553-78b-2t2c-base-pdr} - \end{figure} + ip6-3n-hsw-x520 + ip6-3n-hsw-x710 + ip6-3n-hsw-xl710 + ip6-3n-skx-x710 + ip6-2n-skx-x710 + ip6-2n-skx-xxv710 + ip6-2n-dnv-x553 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6_tunnels-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6_tunnels-3n-hsw-x520.rst new file mode 100644 index 0000000000..bfdce59a01 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6_tunnels-3n-hsw-x520.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +78b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr} + \label{fig:ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr} + \label{fig:ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr} + \label{fig:ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr} + \label{fig:ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6_tunnels.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6_tunnels.rst index cfd1be7eec..f6c255a52a 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6_tunnels.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6_tunnels.rst @@ -3,31 +3,6 @@ \clearpage -.. raw:: html - - - IPv6 Tunnels ============ @@ -40,115 +15,6 @@ 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 `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -78b-1t1c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr} - \label{fig:ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr} - \label{fig:ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t2c-base_and_scale ------------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr} - \label{fig:ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr} - \label{fig:ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr} - \end{figure} + ip6_tunnels-3n-hsw-x520 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-hsw-xl710.rst new file mode 100644 index 0000000000..6a02479abb --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-hsw-xl710.rst @@ -0,0 +1,358 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-xl710 +~~~~~~~~~~~~ + +64b-1t1c-base +------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-base-ndr} + \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-base-pdr} + \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base +------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-base-ndr} + \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-base-pdr} + \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-scale +-------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr} + \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr} + \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-scale +-------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr} + \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr} + \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-sw +----------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr} + \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr} + \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-sw +----------- + +.. raw:: html + +
+ +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr} + \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr} + \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec.rst index 31420b6845..57c36bbafc 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec.rst @@ -43,335 +43,6 @@ physical CPU core(s) placement. CSIT source code for the test cases used for plots can be found in `CSIT git repository `_. -.. raw:: latex - - \clearpage - -3n-hsw-xl710 -~~~~~~~~~~~~ - -64b-1t1c-base -------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-base-ndr} - \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-base-pdr} - \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base -------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-base-ndr} - \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-base-pdr} - \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-scale --------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr} - \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr} - \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-scale --------------- - -.. raw:: html - -
- -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr} - \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr} - \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-sw ------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr} - \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr} - \label{fig:ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-sw ------------ - -.. raw:: html - -
- -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr} - \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr} - \label{fig:ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr} - \end{figure} + ipsec-3n-hsw-xl710 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-dnv-x553.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-dnv-x553.rst new file mode 100644 index 0000000000..578b99edfc --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-dnv-x553.rst @@ -0,0 +1,140 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. _packet_throughput_graphs_l2sw-2n-dnv-x553: + +2n-dnv-x553 +~~~~~~~~~~~ + +64b-1t1c-base +------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-dnv-x553-64b-1t1c-base-ndr} + \label{fig:l2sw-2n-dnv-x553-64b-1t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-dnv-x553-64b-1t1c-base-pdr} + \label{fig:l2sw-2n-dnv-x553-64b-1t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base +------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-dnv-x553-64b-2t2c-base-ndr} + \label{fig:l2sw-2n-dnv-x553-64b-2t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-dnv-x553-64b-2t2c-base-pdr} + \label{fig:l2sw-2n-dnv-x553-64b-2t2c-base-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-skx-x710.rst new file mode 100644 index 0000000000..377e740d89 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-skx-x710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-skx-xxv710.rst new file mode 100644 index 0000000000..d2e0d2dfda --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-skx-xxv710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-xxv710 +~~~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \label{fig:l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \label{fig:l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \label{fig:l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \label{fig:l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-x520.rst new file mode 100644 index 0000000000..b6d0b8cac4 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-x520.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \label{fig:l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \label{fig:l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \label{fig:l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \label{fig:l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-1t1c-features-ndr} + \label{fig:l2sw-3n-hsw-x520-64b-1t1c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-1t1c-features-pdr} + \label{fig:l2sw-3n-hsw-x520-64b-1t1c-features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-2t2c-features-ndr} + \label{fig:l2sw-3n-hsw-x520-64b-2t2c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x520-64b-2t2c-features-pdr} + \label{fig:l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-features} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-x710.rst new file mode 100644 index 0000000000..81475a2d9f --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-x710.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x710 +~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \label{fig:l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \label{fig:l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \label{fig:l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \label{fig:l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-1t1c-features-ndr} + \label{fig:l2sw-3n-hsw-x710-64b-1t1c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-1t1c-features-pdr} + \label{fig:l2sw-3n-hsw-x710-64b-1t1c-features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-2t2c-features-ndr} + \label{fig:l2sw-3n-hsw-x710-64b-2t2c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-x710-64b-2t2c-features-pdr} + \label{fig:l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-features} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-xl710.rst new file mode 100644 index 0000000000..3817bfbff5 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-hsw-xl710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-xl710 +~~~~~~~~~~~~ + +64b-1t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} + \label{fig:l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} + \label{fig:l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} + \label{fig:l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} + \label{fig:l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-x710.rst new file mode 100644 index 0000000000..a33d1eac6e --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-x710.rst @@ -0,0 +1,248 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-2t1c-features-ndr} + \label{fig:l2sw-3n-skx-x710-64b-2t1c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-2t1c-features-pdr} + \label{fig:l2sw-3n-skx-x710-64b-2t1c-features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-4t2c-features-ndr} + \label{fig:l2sw-3n-skx-x710-64b-4t2c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-x710-64b-4t2c-features-pdr} + \label{fig:l2sw-3n-skx-x710-64b-4t2c-base_and_scale-features} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-xxv710.rst new file mode 100644 index 0000000000..e8571e5ae3 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-skx-xxv710.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-skx-xxv710 +~~~~~~~~~~~~~ + +64b-2t1c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \label{fig:l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \label{fig:l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale +----------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \label{fig:l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \label{fig:l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst index 28e7827ecc..78f86d931f 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst @@ -1,4 +1,8 @@ +.. raw:: latex + + \clearpage + .. raw:: html + +3n-hsw-x520 +~~~~~~~~~~~ + +78b-1t1c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{srv6-3n-hsw-x520-78b-1t1c-features-ndr} + \label{fig:srv6-3n-hsw-x520-78b-1t1c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{srv6-3n-hsw-x520-78b-1t1c-features-pdr} + \label{fig:srv6-3n-hsw-x520-78b-1t1c-features-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +78b-2t2c-features +----------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{srv6-3n-hsw-x520-78b-2t2c-features-ndr} + \label{fig:srv6-3n-hsw-x520-78b-2t2c-features-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{srv6-3n-hsw-x520-78b-2t2c-features-pdr} + \label{fig:srv6-3n-hsw-x520-78b-2t2c-features-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/srv6.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/srv6.rst index 5e11278df7..243ab33ffb 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/srv6.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/srv6.rst @@ -40,115 +40,6 @@ 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 `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -78b-1t1c-features ------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{srv6-3n-hsw-x520-78b-1t1c-features-ndr} - \label{fig:srv6-3n-hsw-x520-78b-1t1c-features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{srv6-3n-hsw-x520-78b-1t1c-features-pdr} - \label{fig:srv6-3n-hsw-x520-78b-1t1c-features-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -78b-2t2c-features ------------------ - -.. raw:: html - -
- -:index:`Packet Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{srv6-3n-hsw-x520-78b-2t2c-features-ndr} - \label{fig:srv6-3n-hsw-x520-78b-2t2c-features-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{srv6-3n-hsw-x520-78b-2t2c-features-pdr} - \label{fig:srv6-3n-hsw-x520-78b-2t2c-features-pdr} - \end{figure} + srv6-3n-hsw-x520 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-skx-x710.rst new file mode 100644 index 0000000000..02c11daeed --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-skx-x710.rst @@ -0,0 +1,468 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base_and_scale-l2sw +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale-l2sw +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr} + \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-skx-xxv710.rst new file mode 100644 index 0000000000..1397830675 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-2n-skx-xxv710.rst @@ -0,0 +1,468 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +2n-skx-xxv710 +~~~~~~~~~~~~~ + +64b-2t1c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base_and_scale-l2sw +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale-l2sw +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr} + \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \label{fig:vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \label{fig:vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \label{fig:vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \label{fig:vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-x520.rst new file mode 100644 index 0000000000..3b0de524e9 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-x520.rst @@ -0,0 +1,469 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +64b-1t1c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr} + \end{figure} + +.. + .. raw:: latex + + \clearpage + + 64b-1t1c-base_and_scale-l2sw + ---------------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-2t2c-base_and_scale-l2sw + ---------------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr} + \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \label{fig:vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \label{fig:vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \label{fig:vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \label{fig:vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-x710.rst new file mode 100644 index 0000000000..b29da5645e --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-x710.rst @@ -0,0 +1,468 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x710 +~~~~~~~~~~~ + +64b-1t1c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-base_and_scale-l2sw +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale-l2sw +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr} + \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \label{fig:vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \label{fig:vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \label{fig:vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \label{fig:vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-xl710.rst new file mode 100644 index 0000000000..a7f810a712 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-hsw-xl710.rst @@ -0,0 +1,469 @@ + +.. + .. raw:: latex + + \clearpage + +.. raw:: html + + + + 3n-hsw-xl710 + ~~~~~~~~~~~~ + + 64b-1t1c-base-l2sw + ------------------ + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-2t2c-base-l2sw + ------------------ + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-1t1c-base_and_scale-l2sw + ---------------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-2t2c-base_and_scale-l2sw + ---------------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-1t1c-base-vm-l2sw + --------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-2t2c-base-vm-l2sw + --------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr} + \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-1t1c-base_and_scale-ip4 + --------------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} + \label{fig:vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} + \label{fig:vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} + \end{figure} + + .. raw:: latex + + \clearpage + + 64b-2t2c-base_and_scale-ip4 + --------------------------- + + .. raw:: html + +
+ + :index:`Packet Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} + \label{fig:vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} + \end{figure} + + .. raw:: html + +
+ + .. raw:: latex + + \clearpage + + :index:`Packet Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` + + .. raw:: html + + + +



+
+ + .. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} + \label{fig:vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-skx-x710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-skx-x710.rst new file mode 100644 index 0000000000..f0acd2cfb7 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost-3n-skx-x710.rst @@ -0,0 +1,468 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-skx-x710 +~~~~~~~~~~~ + +64b-2t1c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base-l2sw +------------------ + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base_and_scale-l2sw +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale-l2sw +---------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base-vm-l2sw +--------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr} + \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t1c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \label{fig:vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \label{fig:vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-4t2c-base_and_scale-ip4 +--------------------------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \label{fig:vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \label{fig:vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost.rst index 83b4731248..2275372466 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vm_vhost.rst @@ -3,31 +3,6 @@ \clearpage -.. raw:: html - - - .. _KVM_VMs_vhost: KVM VMs vhost-user @@ -43,2666 +18,10 @@ and their physical CPU core(s) placement. CSIT source code for the test cases used for plots can be found in `CSIT git repository `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -64b-1t1c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr} - \end{figure} - -.. - .. raw:: latex - - \clearpage - - 64b-1t1c-base_and_scale-l2sw - ---------------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-2t2c-base_and_scale-l2sw - ---------------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr} - \label{fig:vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \label{fig:vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \label{fig:vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \label{fig:vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \label{fig:vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-hsw-x710 -~~~~~~~~~~~ - -64b-1t1c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-base_and_scale-l2sw ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale-l2sw ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr} - \label{fig:vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-1t1c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \label{fig:vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \label{fig:vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t2c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \label{fig:vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \label{fig:vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -.. - 3n-hsw-xl710 - ~~~~~~~~~~~~ - - 64b-1t1c-base-l2sw - ------------------ - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-2t2c-base-l2sw - ------------------ - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-1t1c-base_and_scale-l2sw - ---------------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-2t2c-base_and_scale-l2sw - ---------------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-1t1c-base-vm-l2sw - --------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-2t2c-base-vm-l2sw - --------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr} - \label{fig:vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-1t1c-base_and_scale-ip4 - --------------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} - \label{fig:vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} - \label{fig:vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr} - \end{figure} - - .. raw:: latex - - \clearpage - - 64b-2t2c-base_and_scale-ip4 - --------------------------- - - .. raw:: html - -
- - :index:`Packet Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} - \label{fig:vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr} - \end{figure} - - .. raw:: html - -
- - .. raw:: latex - - \clearpage - - :index:`Packet Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr` - - .. raw:: html - - - -



-
- - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} - \label{fig:vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -3n-skx-x710 -~~~~~~~~~~~ - -64b-2t1c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base_and_scale-l2sw ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale-l2sw ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr} - \label{fig:vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \label{fig:vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \label{fig:vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \label{fig:vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \label{fig:vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -2n-skx-x710 -~~~~~~~~~~~ - -64b-2t1c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base_and_scale-l2sw ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale-l2sw ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr} - \label{fig:vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr} - \label{fig:vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr} - \label{fig:vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr} - \label{fig:vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr} - \label{fig:vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -2n-skx-xxv710 -~~~~~~~~~~~~~ - -64b-2t1c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base-l2sw ------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base_and_scale-l2sw ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale-l2sw ----------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base-vm-l2sw ---------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr} - \label{fig:vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-2t1c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} - \label{fig:vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} - \label{fig:vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base_and_scale-ip4 ---------------------------- - -.. raw:: html - -
- -:index:`Packet Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} - \label{fig:vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} - \label{fig:vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr} - \end{figure} - -.. raw:: latex - - \clearpage + vm_vhost-3n-hsw-x520 + vm_vhost-3n-hsw-x710 + vm_vhost-3n-skx-x710 + vm_vhost-2n-skx-x710 + vm_vhost-2n-skx-xxv710 diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vts-3n-hsw-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vts-3n-hsw-x520.rst new file mode 100644 index 0000000000..72df5c1660 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vts-3n-hsw-x520.rst @@ -0,0 +1,138 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-hsw-x520 +~~~~~~~~~~~ + +114b-1t1c +--------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vts-3n-hsw-x520-114b-1t1c-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vts-3n-hsw-x520-114b-1t1c-ndr} + \label{fig:vts-3n-hsw-x520-114b-1t1c-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vts-3n-hsw-x520-114b-1t1c-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vts-3n-hsw-x520-114b-1t1c-pdr} + \label{fig:vts-3n-hsw-x520-114b-1t1c-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +114b-2t2c +--------- + +.. raw:: html + +
+ +:index:`Packet Throughput: vts-3n-hsw-x520-114b-2t2c-ndr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vts-3n-hsw-x520-114b-2t2c-ndr} + \label{fig:vts-3n-hsw-x520-114b-2t2c-ndr} + \end{figure} + +.. raw:: html + +
+ +.. raw:: latex + + \clearpage + +:index:`Packet Throughput: vts-3n-hsw-x520-114b-2t2c-pdr` + +.. raw:: html + + + +



+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vts-3n-hsw-x520-114b-2t2c-pdr} + \label{fig:vts-3n-hsw-x520-114b-2t2c-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/vts.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/vts.rst index b885fdc233..6553e39f45 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/vts.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/vts.rst @@ -3,31 +3,6 @@ \clearpage -.. raw:: html - - - VTS === @@ -41,115 +16,6 @@ and their physical CPU core(s) placement. CSIT source code for the test cases used for plots can be found in `CSIT git repository `_. -.. raw:: latex - - \clearpage - -3n-hsw-x520 -~~~~~~~~~~~ - -114b-1t1c ---------- - -.. raw:: html - -
- -:index:`Packet Throughput: vts-3n-hsw-x520-114b-1t1c-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vts-3n-hsw-x520-114b-1t1c-ndr} - \label{fig:vts-3n-hsw-x520-114b-1t1c-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vts-3n-hsw-x520-114b-1t1c-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vts-3n-hsw-x520-114b-1t1c-pdr} - \label{fig:vts-3n-hsw-x520-114b-1t1c-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -114b-2t2c ---------- - -.. raw:: html - -
- -:index:`Packet Throughput: vts-3n-hsw-x520-114b-2t2c-ndr` - -.. raw:: html - - - -



-
- -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vts-3n-hsw-x520-114b-2t2c-ndr} - \label{fig:vts-3n-hsw-x520-114b-2t2c-ndr} - \end{figure} - -.. raw:: html - -
- -.. raw:: latex - - \clearpage - -:index:`Packet Throughput: vts-3n-hsw-x520-114b-2t2c-pdr` - -.. raw:: html - - - -



-
- -.. raw:: latex +.. toctree:: - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/vpp/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{vts-3n-hsw-x520-114b-2t2c-pdr} - \label{fig:vts-3n-hsw-x520-114b-2t2c-pdr} - \end{figure} + vts-3n-hsw-x520 -- cgit 1.2.3-korg