From 9cb94f89f0c88c4cefdd4e6bf495a0e0363104c4 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 17 Oct 2022 15:59:43 +0200 Subject: Report: Add 3n-snr Signed-off-by: Tibor Frank Change-Id: I9e72bae01997b145f058002e75dd2ace37c80b08 (cherry picked from commit be7cc1c166ee756981b9159e3deccecd74df453b) --- .../dpdk_performance_results/index.rst | 1 + .../dpdk_performance_results_3n_snr/index.rst | 12 ++ .../vpp_mrr_results/index.rst | 1 + .../vpp_mrr_results_3n_snr/index.rst | 12 ++ .../vpp_performance_results/index.rst | 1 + .../vpp_performance_results_3n_snr/index.rst | 12 ++ .../packet_throughput_graphs/3n-snr-e822cq.rst | 125 +++++++++++++ .../packet_throughput_graphs/index.rst | 2 + .../3n-snr-e822cq.rst | 78 ++++++++ .../throughput_speedup_multi_core/index.rst | 2 + .../vpp_mrr_configuration/index.rst | 1 + .../vpp_mrr_configuration_3n_snr/index.rst | 12 ++ .../vpp_performance_configuration/index.rst | 1 + .../vpp_performance_configuration_3n_snr/index.rst | 12 ++ .../vpp_performance_operational_data/index.rst | 1 + .../index.rst | 12 ++ .../packet_throughput_graphs/index.rst | 2 + .../packet_throughput_graphs/ip4-3n-snr-e822cq.rst | 71 ++++++++ .../packet_throughput_graphs/ip4.rst | 1 + .../ip4_tunnels-3n-snr-e822cq.rst | 71 ++++++++ .../packet_throughput_graphs/ip4_tunnels.rst | 1 + .../packet_throughput_graphs/ip6-3n-snr-e822cq.rst | 71 ++++++++ .../packet_throughput_graphs/ip6.rst | 1 + .../ipsec-3n-snr-e822cq.rst | 201 +++++++++++++++++++++ .../packet_throughput_graphs/ipsec.rst | 1 + .../packet_throughput_graphs/l2-3n-dnv-x553.rst | 4 - .../packet_throughput_graphs/l2-3n-snr-e822cq.rst | 71 ++++++++ .../packet_throughput_graphs/l2.rst | 1 + .../throughput_speedup_multi_core/index.rst | 1 + .../ip4-3n-snr-e822cq.rst | 71 ++++++++ .../throughput_speedup_multi_core/ip4.rst | 1 + .../ip4_tunnels-3n-snr-e822cq.rst | 71 ++++++++ .../throughput_speedup_multi_core/ip4_tunnels.rst | 1 + .../ip6-3n-snr-e822cq.rst | 71 ++++++++ .../throughput_speedup_multi_core/ip6.rst | 1 + .../ipsec-3n-snr-e822cq.rst | 200 ++++++++++++++++++++ .../throughput_speedup_multi_core/ipsec.rst | 1 + .../l2-3n-snr-e822cq.rst | 75 ++++++++ .../throughput_speedup_multi_core/l2.rst | 1 + 39 files changed, 1271 insertions(+), 4 deletions(-) create mode 100644 docs/report/detailed_test_results/dpdk_performance_results_3n_snr/index.rst create mode 100644 docs/report/detailed_test_results/vpp_mrr_results_3n_snr/index.rst create mode 100644 docs/report/detailed_test_results/vpp_performance_results_3n_snr/index.rst create mode 100644 docs/report/dpdk_performance_tests/packet_throughput_graphs/3n-snr-e822cq.rst create mode 100644 docs/report/dpdk_performance_tests/throughput_speedup_multi_core/3n-snr-e822cq.rst create mode 100644 docs/report/test_configuration/vpp_mrr_configuration_3n_snr/index.rst create mode 100644 docs/report/test_configuration/vpp_performance_configuration_3n_snr/index.rst create mode 100644 docs/report/test_operational_data/vpp_performance_operational_data_3n_snr/index.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-snr-e822cq.rst create mode 100644 docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-snr-e822cq.rst (limited to 'docs/report') diff --git a/docs/report/detailed_test_results/dpdk_performance_results/index.rst b/docs/report/detailed_test_results/dpdk_performance_results/index.rst index 102aeec168..d4d50f797d 100644 --- a/docs/report/detailed_test_results/dpdk_performance_results/index.rst +++ b/docs/report/detailed_test_results/dpdk_performance_results/index.rst @@ -9,6 +9,7 @@ DPDK Throughput ../dpdk_performance_results_3n_alt/index ../dpdk_performance_results_3n_tsh/index ../dpdk_performance_results_2n_tx2/index + ../dpdk_performance_results_3n_snr/index .. ../dpdk_performance_results_2n_dnv/index diff --git a/docs/report/detailed_test_results/dpdk_performance_results_3n_snr/index.rst b/docs/report/detailed_test_results/dpdk_performance_results_3n_snr/index.rst new file mode 100644 index 0000000000..0eac868588 --- /dev/null +++ b/docs/report/detailed_test_results/dpdk_performance_results_3n_snr/index.rst @@ -0,0 +1,12 @@ +3n-snr +------ + +.. note:: + + Data sources for reported test results: + i) `build logs from FD.io dpdk coverage job 3n-snr`_, + ii) archived FD.io jobs test result `output files + <../../_static/archive/>`_. + +.. toctree:: + diff --git a/docs/report/detailed_test_results/vpp_mrr_results/index.rst b/docs/report/detailed_test_results/vpp_mrr_results/index.rst index 7aac9e47b1..4d9e891be9 100644 --- a/docs/report/detailed_test_results/vpp_mrr_results/index.rst +++ b/docs/report/detailed_test_results/vpp_mrr_results/index.rst @@ -13,6 +13,7 @@ VPP MRR `build logs from FD.io vpp iterative job 2n-tx2`_, `build logs from FD.io vpp iterative job 2n-dnv`_, `build logs from FD.io vpp iterative job 3n-dnv`_, + `build logs from FD.io vpp iterative job 3n-snr`_, `build logs from FD.io vpp iterative job 2n-aws`_, ii) archived FD.io jobs test results `output files <../../_static/archive/>`_. diff --git a/docs/report/detailed_test_results/vpp_mrr_results_3n_snr/index.rst b/docs/report/detailed_test_results/vpp_mrr_results_3n_snr/index.rst new file mode 100644 index 0000000000..2d5698d663 --- /dev/null +++ b/docs/report/detailed_test_results/vpp_mrr_results_3n_snr/index.rst @@ -0,0 +1,12 @@ +3n-snr +------ + +.. note:: + + Data sources for reported test results: + i) `build logs from FD.io vpp coverage job 3n-snr`_, + ii) archived FD.io jobs test result `output files + <../../_static/archive/>`_. + +.. toctree:: + diff --git a/docs/report/detailed_test_results/vpp_performance_results/index.rst b/docs/report/detailed_test_results/vpp_performance_results/index.rst index 12cc29f82f..368285cf74 100644 --- a/docs/report/detailed_test_results/vpp_performance_results/index.rst +++ b/docs/report/detailed_test_results/vpp_performance_results/index.rst @@ -13,6 +13,7 @@ VPP Throughput `build logs from FD.io vpp coverage job 2n-tx2`_, `build logs from FD.io vpp coverage job 2n-dnv`_, `build logs from FD.io vpp coverage job 3n-dnv`_, + `build logs from FD.io vpp coverage job 3n-snr`_, `build logs from FD.io vpp coverage job 2n-aws`_, ii) archived FD.io jobs test results `output files <../../_static/archive/>`_. diff --git a/docs/report/detailed_test_results/vpp_performance_results_3n_snr/index.rst b/docs/report/detailed_test_results/vpp_performance_results_3n_snr/index.rst new file mode 100644 index 0000000000..2d5698d663 --- /dev/null +++ b/docs/report/detailed_test_results/vpp_performance_results_3n_snr/index.rst @@ -0,0 +1,12 @@ +3n-snr +------ + +.. note:: + + Data sources for reported test results: + i) `build logs from FD.io vpp coverage job 3n-snr`_, + ii) archived FD.io jobs test result `output files + <../../_static/archive/>`_. + +.. toctree:: + diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/3n-snr-e822cq.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/3n-snr-e822cq.rst new file mode 100644 index 0000000000..9a00a972ea --- /dev/null +++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/3n-snr-e822cq.rst @@ -0,0 +1,125 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +Following sections include summary graphs of Phy-to-Phy performance with +packet routed forwarding, including NDR throughput (zero packet loss) +and PDR throughput (<0.5% packet loss). + +CSIT source code for the test cases used for plots can be found in +`CSIT git repository `_. + +.. raw:: latex + + \clearpage + +64b-1t1c-base +------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/dpdk/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-1t1c-base-ndr} + \label{fig:3n-snr-e822cq-64b-1t1c-base-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/dpdk/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-1t1c-base-pdr} + \label{fig:3n-snr-e822cq-64b-1t1c-base-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-2t2c-base +------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/dpdk/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-2t2c-base-ndr} + \label{fig:3n-snr-e822cq-64b-2t2c-base-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/dpdk/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-2t2c-base-pdr} + \label{fig:3n-snr-e822cq-64b-2t2c-base-pdr} + \end{figure} diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst index dcfae4e680..335dc94da4 100644 --- a/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst +++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst @@ -51,6 +51,7 @@ Additional information about graph data: `build logs from FD.io dpdk performance job 2n-zn2`_, `build logs from FD.io dpdk performance job 3n-alt`_, `build logs from FD.io dpdk performance job 3n-tsh`_, + `build logs from FD.io dpdk performance job 3n-snr`_, `build logs from FD.io dpdk performance job 2n-tx2`_ with RF result files csit-dpdk-perf-|srelease|-\*.zip `archived here <../../_static/archive/>`_. @@ -70,6 +71,7 @@ Additional information about graph data: 3n-alt-xl710 3n-tsh-x520 2n-tx2-xl710 + 3n-snr-e822cq .. 2n-dnv-x553 diff --git a/docs/report/dpdk_performance_tests/throughput_speedup_multi_core/3n-snr-e822cq.rst b/docs/report/dpdk_performance_tests/throughput_speedup_multi_core/3n-snr-e822cq.rst new file mode 100644 index 0000000000..5b767443a6 --- /dev/null +++ b/docs/report/dpdk_performance_tests/throughput_speedup_multi_core/3n-snr-e822cq.rst @@ -0,0 +1,78 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +CSIT source code for the test cases used for plots can be found in +`CSIT git repository `_. + +.. raw:: latex + + \clearpage + +64b-base +-------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/dpdk/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-base-ndr-tsa} + \label{fig:3n-snr-e822cq-64b-base-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/dpdk/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-base-pdr-tsa} + \label{fig:3n-snr-e822cq-64b-base-pdr-tsa} + \end{figure} diff --git a/docs/report/dpdk_performance_tests/throughput_speedup_multi_core/index.rst b/docs/report/dpdk_performance_tests/throughput_speedup_multi_core/index.rst index b911ac71e6..9dd56522c5 100644 --- a/docs/report/dpdk_performance_tests/throughput_speedup_multi_core/index.rst +++ b/docs/report/dpdk_performance_tests/throughput_speedup_multi_core/index.rst @@ -43,6 +43,7 @@ Additional information about graph data: `build logs from FD.io dpdk performance job 2n-zn2`_, `build logs from FD.io dpdk performance job 3n-alt`_, `build logs from FD.io dpdk performance job 3n-tsh`_, + `build logs from FD.io dpdk performance job 3n-snr`_, `build logs from FD.io dpdk performance job 2n-tx2`_ with RF result files csit-vpp-perf-|srelease|-\*.zip `archived here <../../_static/archive/>`_. @@ -61,3 +62,4 @@ Additional information about graph data: 3n-alt-xl710 3n-tsh-x520 2n-tx2-xl710 + 3n-snr-e822cq diff --git a/docs/report/test_configuration/vpp_mrr_configuration/index.rst b/docs/report/test_configuration/vpp_mrr_configuration/index.rst index 7aac9e47b1..4d9e891be9 100644 --- a/docs/report/test_configuration/vpp_mrr_configuration/index.rst +++ b/docs/report/test_configuration/vpp_mrr_configuration/index.rst @@ -13,6 +13,7 @@ VPP MRR `build logs from FD.io vpp iterative job 2n-tx2`_, `build logs from FD.io vpp iterative job 2n-dnv`_, `build logs from FD.io vpp iterative job 3n-dnv`_, + `build logs from FD.io vpp iterative job 3n-snr`_, `build logs from FD.io vpp iterative job 2n-aws`_, ii) archived FD.io jobs test results `output files <../../_static/archive/>`_. diff --git a/docs/report/test_configuration/vpp_mrr_configuration_3n_snr/index.rst b/docs/report/test_configuration/vpp_mrr_configuration_3n_snr/index.rst new file mode 100644 index 0000000000..e9bf0522f1 --- /dev/null +++ b/docs/report/test_configuration/vpp_mrr_configuration_3n_snr/index.rst @@ -0,0 +1,12 @@ +3n-snr +------ + +.. note:: + + Data sources for reported test configurations: + i) `build logs from FD.io vpp coverage job 3n-snr`_, + ii) archived FD.io jobs test result `output files + <../../_static/archive/>`_. + +.. toctree:: + diff --git a/docs/report/test_configuration/vpp_performance_configuration/index.rst b/docs/report/test_configuration/vpp_performance_configuration/index.rst index 12cc29f82f..368285cf74 100644 --- a/docs/report/test_configuration/vpp_performance_configuration/index.rst +++ b/docs/report/test_configuration/vpp_performance_configuration/index.rst @@ -13,6 +13,7 @@ VPP Throughput `build logs from FD.io vpp coverage job 2n-tx2`_, `build logs from FD.io vpp coverage job 2n-dnv`_, `build logs from FD.io vpp coverage job 3n-dnv`_, + `build logs from FD.io vpp coverage job 3n-snr`_, `build logs from FD.io vpp coverage job 2n-aws`_, ii) archived FD.io jobs test results `output files <../../_static/archive/>`_. diff --git a/docs/report/test_configuration/vpp_performance_configuration_3n_snr/index.rst b/docs/report/test_configuration/vpp_performance_configuration_3n_snr/index.rst new file mode 100644 index 0000000000..e9bf0522f1 --- /dev/null +++ b/docs/report/test_configuration/vpp_performance_configuration_3n_snr/index.rst @@ -0,0 +1,12 @@ +3n-snr +------ + +.. note:: + + Data sources for reported test configurations: + i) `build logs from FD.io vpp coverage job 3n-snr`_, + ii) archived FD.io jobs test result `output files + <../../_static/archive/>`_. + +.. toctree:: + diff --git a/docs/report/test_operational_data/vpp_performance_operational_data/index.rst b/docs/report/test_operational_data/vpp_performance_operational_data/index.rst index 275e31ab09..e84edca21b 100644 --- a/docs/report/test_operational_data/vpp_performance_operational_data/index.rst +++ b/docs/report/test_operational_data/vpp_performance_operational_data/index.rst @@ -18,6 +18,7 @@ at 100% PDR. `build logs from FD.io vpp coverage job 2n-tx2`_, `build logs from FD.io vpp coverage job 2n-dnv`_, `build logs from FD.io vpp coverage job 3n-dnv`_, + `build logs from FD.io vpp coverage job 3n-snr`_, `build logs from FD.io vpp coverage job 2n-aws`_, ii) archived FD.io jobs test results `output files <../../_static/archive/>`_. diff --git a/docs/report/test_operational_data/vpp_performance_operational_data_3n_snr/index.rst b/docs/report/test_operational_data/vpp_performance_operational_data_3n_snr/index.rst new file mode 100644 index 0000000000..27efed9e4f --- /dev/null +++ b/docs/report/test_operational_data/vpp_performance_operational_data_3n_snr/index.rst @@ -0,0 +1,12 @@ +3n-snr +------ + +.. note:: + + Data sources for reported test operational data: + i) `build logs from FD.io vpp coverage job 3n-snr`_, + ii) archived FD.io jobs test result `output files + <../../_static/archive/>`_. + +.. toctree:: + diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst index 7a7464e51c..1d5cf867cf 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst @@ -49,6 +49,7 @@ Graphs are split into sections as follows: - 2n-tx2: 2-node Arm ThunderX2 - 2n-dnv: 2-node Atom Denverton - 3n-dnv: 3-node Atom Denverton + - 3n-snr: 3-node Atom Snowridge - **nic_model**: @@ -142,6 +143,7 @@ Additional information about graph data: `build logs from FD.io vpp performance job 3n-alt`_, `build logs from FD.io vpp performance job 3n-tsh`_, `build logs from FD.io vpp performance job 2n-tx2`_, + `build logs from FD.io vpp performance job 3n-snr`_, `build logs from FD.io vpp performance job 2n-dnv`_ and `build logs from FD.io vpp performance job 3n-dnv`_ with RF result files csit-vpp-perf-|srelease|-\*.zip diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-snr-e822cq.rst new file mode 100644 index 0000000000..742cff1260 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-snr-e822cq.rst @@ -0,0 +1,71 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +64b-1t1c-ip4routing-base-scale +------------------------------ + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-1t1c-ip4routing-base-scale-ndr} + \label{fig:3n-snr-e822cq-64b-1t1c-ip4routing-base-scale-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-1t1c-ip4routing-base-scale-pdr} + \label{fig:3n-snr-e822cq-64b-1t1c-ip4routing-base-scale-pdr} + \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 280d8c3a53..c2c1500c0b 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst @@ -31,4 +31,5 @@ CSIT source code for the test cases used for plots can be found in ip4-2n-tx2-xl710 ip4-2n-dnv-x553 ip4-3n-dnv-x553 + ip4-3n-snr-e822cq ip4-2n-aws-nitro50g diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-snr-e822cq.rst new file mode 100644 index 0000000000..97d0cb49c0 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4_tunnels-3n-snr-e822cq.rst @@ -0,0 +1,71 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +64b-1t1c-ip4tunnel-base +----------------------- + +.. raw:: html + +
+ +


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


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-1t1c-ip4tunnel-base-pdr} + \label{fig:3n-snr-e822cq-64b-1t1c-ip4tunnel-base-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 02ad900966..ca09baa326 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 @@ -25,3 +25,4 @@ CSIT source code for the test cases used for plots can be found in ip4_tunnels-3n-alt-xl710 ip4_tunnels-3n-tsh-x520 ip4_tunnels-3n-dnv-x553 + ip4_tunnels-3n-snr-e822cq diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-snr-e822cq.rst new file mode 100644 index 0000000000..ab8aa1ea81 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-3n-snr-e822cq.rst @@ -0,0 +1,71 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +78b-1t1c-ip6routing-base-scale +------------------------------ + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-78b-1t1c-ip6routing-base-scale-ndr} + \label{fig:3n-snr-e822cq-78b-1t1c-ip6routing-base-scale-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-78b-1t1c-ip6routing-base-scale-pdr} + \label{fig:3n-snr-e822cq-78b-1t1c-ip6routing-base-scale-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 57884a3206..e009724438 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst @@ -31,4 +31,5 @@ CSIT source code for the test cases used for plots can be found in ip6-2n-tx2-xl710 ip6-2n-dnv-x553 ip6-3n-dnv-x553 + ip6-3n-snr-e822cq ip6-2n-aws-nitro50g diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-snr-e822cq.rst new file mode 100644 index 0000000000..d787308fd6 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-snr-e822cq.rst @@ -0,0 +1,201 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +imix-1t1c-ipsec-ip4routing-scale-sw +----------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-imix-1t1c-ipsec-ip4routing-scale-sw-ndr} + \label{fig:3n-snr-e822cq-imix-1t1c-ipsec-ip4routing-base-sw-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-imix-1t1c-ipsec-ip4routing-scale-sw-pdr} + \label{fig:3n-snr-e822cq-imix-1t1c-ipsec-ip4routing-scale-sw-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +1518b-1t1c-ipsec-ip4routing-scale-sw +------------------------------------ + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-1518b-1t1c-ipsec-ip4routing-scale-sw-ndr} + \label{fig:3n-snr-e822cq-1518b-1t1c-ipsec-ip4routing-base-sw-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-1518b-1t1c-ipsec-ip4routing-scale-sw-pdr} + \label{fig:3n-snr-e822cq-1518b-1t1c-ipsec-ip4routing-scale-sw-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +imix-1t1c-ipsec-ip4routing-scale-scheduler +------------------------------------------ + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-imix-1t1c-ipsec-ip4routing-scale-scheduler-ndr} + \label{fig:3n-snr-e822cq-imix-1t1c-ipsec-ip4routing-base-scheduler-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-imix-1t1c-ipsec-ip4routing-scale-scheduler-pdr} + \label{fig:3n-snr-e822cq-imix-1t1c-ipsec-ip4routing-scale-scheduler-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +1518b-1t1c-ipsec-ip4routing-scale-scheduler +------------------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-1518b-1t1c-ipsec-ip4routing-scale-scheduler-ndr} + \label{fig:3n-snr-e822cq-1518b-1t1c-ipsec-ip4routing-base-scheduler-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-1518b-1t1c-ipsec-ip4routing-scale-scheduler-pdr} + \label{fig:3n-snr-e822cq-1518b-1t1c-ipsec-ip4routing-scale-scheduler-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 4f869895a1..5acb0d36e3 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec.rst @@ -25,3 +25,4 @@ CSIT source code for the test cases used for plots can be found in ipsec-3n-tsh-x520 ipsec-2n-tx2-xl710 ipsec-3n-dnv-x553 + ipsec-3n-snr-e822cq diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-dnv-x553.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-dnv-x553.rst index 71af0723bd..d74017cfcd 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-dnv-x553.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-dnv-x553.rst @@ -69,7 +69,3 @@ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr} \label{fig:3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr} \end{figure} - -.. raw:: latex - - \clearpage diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-snr-e822cq.rst new file mode 100644 index 0000000000..77ffb869bc --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-snr-e822cq.rst @@ -0,0 +1,71 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +64b-1t1c-l2switching-base-scale +------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-1t1c-l2switching-base-scale-ndr} + \label{fig:3n-snr-e822cq-64b-1t1c-l2switching-base-scale-ndr} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-1t1c-l2switching-base-scale-pdr} + \label{fig:3n-snr-e822cq-64b-1t1c-l2switching-base-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 01c885cb0b..8120c488fb 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst @@ -31,3 +31,4 @@ CSIT source code for the test cases used for plots can be found in l2-2n-tx2-xl710 l2-2n-dnv-x553 l2-3n-dnv-x553 + l2-3n-snr-e822cq diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst index 89fc9b342f..58650c4163 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst @@ -46,6 +46,7 @@ Additional information about graph data: `build logs from FD.io vpp performance job 3n-alt`_, `build logs from FD.io vpp performance job 3n-tsh`_, `build logs from FD.io vpp performance job 2n-tx2`_, + `build logs from FD.io vpp performance job 3n-snr`_, `build logs from FD.io vpp performance job 2n-dnv`_ and `build logs from FD.io vpp performance job 3n-dnv`_ with RF result files csit-vpp-perf-|srelease|-\*.zip diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-snr-e822cq.rst new file mode 100644 index 0000000000..60c268d6e6 --- /dev/null +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-snr-e822cq.rst @@ -0,0 +1,71 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +64b-ip4routing-base-scale +------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-ip4routing-base-scale-ndr-tsa} + \label{fig:3n-snr-e822cq-64b-ip4routing-base-scale-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-ip4routing-base-scale-pdr-tsa} + \label{fig:3n-snr-e822cq-64b-ip4routing-base-scale-pdr-tsa} + \end{figure} diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4.rst index f870c724ec..ce316261e4 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4.rst @@ -33,3 +33,4 @@ CSIT source code for the test cases used for plots can be found in ip4-2n-tx2-xl710 ip4-2n-dnv-x553 ip4-3n-dnv-x553 + ip4-3n-snr-e822cq diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-snr-e822cq.rst new file mode 100644 index 0000000000..849087730f --- /dev/null +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-snr-e822cq.rst @@ -0,0 +1,71 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +64b-ip4tunnel-base +------------------ + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-ip4tunnel-base-ndr-tsa} + \label{fig:3n-snr-e822cq-64b-ip4tunnel-base-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-ip4tunnel-base-pdr-tsa} + \label{fig:3n-snr-e822cq-64b-ip4tunnel-base-pdr-tsa} + \end{figure} diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels.rst index 470c2e3c96..33b77e6c9f 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels.rst @@ -27,3 +27,4 @@ CSIT source code for the test cases used for plots can be found in ip4_tunnels-3n-alt-xl710 ip4_tunnels-3n-tsh-x520 ip4_tunnels-3n-dnv-x553 + ip4_tunnels-3n-snr-e822cq diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-snr-e822cq.rst new file mode 100644 index 0000000000..e8349c0283 --- /dev/null +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-snr-e822cq.rst @@ -0,0 +1,71 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +78b-ip6routing-base-scale +------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-78b-ip6routing-base-scale-ndr-tsa} + \label{fig:3n-snr-e822cq-78b-ip6routing-base-scale-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-78b-ip6routing-base-scale-pdr-tsa} + \label{fig:3n-snr-e822cq-78b-ip6routing-base-scale-pdr-tsa} + \end{figure} diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst index 77333cdb43..0a017c021f 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst @@ -33,3 +33,4 @@ CSIT source code for the test cases used for plots can be found in ip6-2n-tx2-xl710 ip6-2n-dnv-x553 ip6-3n-dnv-x553 + ip6-3n-snr-e822cq diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-snr-e822cq.rst new file mode 100644 index 0000000000..ef27c7ac65 --- /dev/null +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-snr-e822cq.rst @@ -0,0 +1,200 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +imix-ipsec-ip4routing-scale-sw +------------------------------ + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-imix-ipsec-ip4routing-scale-sw-ndr-tsa} + \label{fig:3n-snr-e822cq-imix-ipsec-ip4routing-scale-sw-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-imix-ipsec-ip4routing-scale-sw-pdr-tsa} + \label{fig:3n-snr-e822cq-imix-ipsec-ip4routing-scale-sw-pdr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +1518b-ipsec-ip4routing-scale-sw +------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-1518b-ipsec-ip4routing-scale-sw-ndr-tsa} + \label{fig:3n-snr-e822cq-1518b-ipsec-ip4routing-scale-sw-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-1518b-ipsec-ip4routing-scale-sw-pdr-tsa} + \label{fig:3n-snr-e822cq-1518b-ipsec-ip4routing-scale-sw-pdr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +imix-ipsec-ip4routing-scale-scheduler +------------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-imix-ipsec-ip4routing-scale-scheduler-ndr-tsa} + \label{fig:3n-snr-e822cq-imix-ipsec-ip4routing-scale-scheduler-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-imix-ipsec-ip4routing-scale-scheduler-pdr-tsa} + \label{fig:3n-snr-e822cq-imix-ipsec-ip4routing-scale-scheduler-pdr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +1518b-ipsec-ip4routing-scale-scheduler +-------------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-1518b-ipsec-ip4routing-scale-scheduler-ndr-tsa} + \label{fig:3n-snr-e822cq-1518b-ipsec-ip4routing-scale-scheduler-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-1518b-ipsec-ip4routing-scale-scheduler-pdr-tsa} + \label{fig:3n-snr-e822cq-1518b-ipsec-ip4routing-scale-scheduler-pdr-tsa} + \end{figure} diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec.rst index 184e04ab55..fac15f394d 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec.rst @@ -26,3 +26,4 @@ CSIT source code for the test cases used for plots can be found in ipsec-3n-tsh-x520 ipsec-2n-tx2-xl710 ipsec-3n-dnv-x553 + ipsec-3n-snr-e822cq diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-snr-e822cq.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-snr-e822cq.rst new file mode 100644 index 0000000000..1404d3e633 --- /dev/null +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-snr-e822cq.rst @@ -0,0 +1,75 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +3n-snr-e822cq +~~~~~~~~~~~~~ + +64b-l2switching-base +-------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-l2switching-base-ndr-tsa} + \label{fig:3n-snr-e822cq-64b-l2switching-base-ndr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-snr-e822cq-64b-l2switching-base-pdr-tsa} + \label{fig:3n-snr-e822cq-64b-l2switching-base-pdr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2.rst index 57627d3b58..4ba5c4e552 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2.rst @@ -33,3 +33,4 @@ CSIT source code for the test cases used for plots can be found in l2-2n-tx2-xl710 l2-2n-dnv-x553 l2-3n-dnv-x553 + l2-3n-snr-e822cq -- cgit 1.2.3-korg