From 99219815466588419bd6705ff2ad8a9d9fc90dff Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 5 Sep 2019 14:01:09 +0200 Subject: [PATCH] Report: Add 2n-dnv plots and tables Change-Id: Ibbd1775bec26817a4c193bc67ba03b29b8ddfff7 Signed-off-by: Tibor Frank --- .../vpp_performance_results/index.rst | 2 - .../vpp_performance_results_2n_dnv/index.rst | 8 +- .../vpp_performance_configuration/index.rst | 2 - .../vpp_performance_configuration_2n_dnv/index.rst | 7 +- .../vpp_performance_operational_data/index.rst | 3 - .../index.rst | 4 +- .../packet_latency_graphs/index.rst | 7 +- .../packet_latency_graphs/ip4-3n-skx-xxv710.rst | 6 +- .../packet_latency_graphs/ip4-3n-tsh-x520.rst | 6 +- .../packet_latency_graphs/l2-3n-skx-xxv710.rst | 6 +- .../packet_latency_graphs/l2-3n-tsh-x520.rst | 6 +- .../packet_throughput_graphs/index.rst | 6 +- .../packet_throughput_graphs/ip4-2n-dnv-x553.rst | 143 +++++++++ .../packet_throughput_graphs/ip4-3n-skx-xxv710.rst | 2 +- .../packet_throughput_graphs/ip4-3n-tsh-x520.rst | 2 +- .../packet_throughput_graphs/ip4.rst | 1 + .../packet_throughput_graphs/ip6-2n-dnv-x553.rst | 86 ++++++ .../packet_throughput_graphs/ip6.rst | 1 + .../packet_throughput_graphs/l2-2n-dnv-x553.rst | 142 +++++++++ .../packet_throughput_graphs/l2-3n-skx-xxv710.rst | 2 +- .../packet_throughput_graphs/l2-3n-tsh-x520.rst | 2 +- .../packet_throughput_graphs/l2.rst | 1 + .../container_memif-2n-skx-xxv710.rst | 2 +- .../container_memif-3n-skx-xxv710.rst | 2 +- .../throughput_speedup_multi_core/index.rst | 7 +- .../ip4-2n-dnv-x553.rst | 143 +++++++++ .../ip4-2n-skx-x710.rst | 2 +- .../ip4-2n-skx-xxv710.rst | 6 +- .../ip4-3n-hsw-xl710.rst | 2 +- .../ip4-3n-skx-x710.rst | 2 +- .../ip4-3n-skx-xxv710.rst | 6 +- .../ip4-3n-tsh-x520.rst | 2 +- .../throughput_speedup_multi_core/ip4.rst | 1 + .../ip4_tunnels-3n-hsw-xl710.rst | 2 +- .../ip4_tunnels-3n-skx-xxv710.rst | 2 +- .../ip6-2n-dnv-x553.rst | 86 ++++++ .../ip6-2n-skx-x710.rst | 2 +- .../ip6-2n-skx-xxv710.rst | 2 +- .../ip6-3n-hsw-xl710.rst | 2 +- .../ip6-3n-skx-x710.rst | 2 +- .../ip6-3n-skx-xxv710.rst | 2 +- .../throughput_speedup_multi_core/ip6.rst | 1 + .../ipsec-3n-hsw-xl710.rst | 4 +- .../ipsec-3n-skx-xxv710.rst | 2 +- .../l2-2n-dnv-x553.rst | 142 +++++++++ .../l2-2n-skx-x710.rst | 2 +- .../l2-2n-skx-xxv710.rst | 6 +- .../l2-3n-hsw-xl710.rst | 2 +- .../l2-3n-skx-x710.rst | 2 +- .../l2-3n-skx-xxv710.rst | 8 +- .../l2-3n-tsh-x520.rst | 2 +- .../throughput_speedup_multi_core/l2.rst | 1 + .../srv6-3n-hsw-xl710.rst | 2 +- .../srv6-3n-skx-xxv710.rst | 2 +- .../vm_vhost-2n-skx-xxv710.rst | 2 +- .../vm_vhost-3n-hsw-xl710.rst | 2 +- .../vm_vhost-3n-skx-x710.rst | 2 +- .../vm_vhost-3n-skx-xxv710.rst | 4 +- .../vts-3n-hsw-xl710.rst | 2 +- .../vts-3n-skx-xxv710.rst | 2 +- resources/tools/presentation/specification.yaml | 323 +++++++++++++++++++-- 61 files changed, 1130 insertions(+), 103 deletions(-) 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/ip6-2n-dnv-x553.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/throughput_speedup_multi_core/ip4-2n-dnv-x553.rst create mode 100644 docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-dnv-x553.rst create mode 100644 docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-dnv-x553.rst 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 61a90b4d41..6270e1c59e 100644 --- a/docs/report/detailed_test_results/vpp_performance_results/index.rst +++ b/docs/report/detailed_test_results/vpp_performance_results/index.rst @@ -7,6 +7,4 @@ VPP Throughput ../vpp_performance_results_3n_skx/index ../vpp_performance_results_3n_hsw/index ../vpp_performance_results_3n_tsh/index - -.. ../vpp_performance_results_2n_dnv/index diff --git a/docs/report/detailed_test_results/vpp_performance_results_2n_dnv/index.rst b/docs/report/detailed_test_results/vpp_performance_results_2n_dnv/index.rst index 8d250bcd4b..d6b927bd4a 100644 --- a/docs/report/detailed_test_results/vpp_performance_results_2n_dnv/index.rst +++ b/docs/report/detailed_test_results/vpp_performance_results_2n_dnv/index.rst @@ -1,13 +1,11 @@ - -.. _vpp_performance_results_2n_dnv: - 2n-dnv ------ .. note:: - Data sources for reported test results: - i) archived FD.io jobs test result `output files <../../_static/archive/>`_. + Data sources for reported test results: i) `FD.io test executor vpp + performance job 2n-dnv`_, 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 975e03282d..c4bc1731a9 100644 --- a/docs/report/test_configuration/vpp_performance_configuration/index.rst +++ b/docs/report/test_configuration/vpp_performance_configuration/index.rst @@ -7,6 +7,4 @@ VPP Throughput ../vpp_performance_configuration_3n_skx/index ../vpp_performance_configuration_3n_hsw/index ../vpp_performance_configuration_3n_tsh/index - -.. ../vpp_performance_configuration_2n_dnv/index diff --git a/docs/report/test_configuration/vpp_performance_configuration_2n_dnv/index.rst b/docs/report/test_configuration/vpp_performance_configuration_2n_dnv/index.rst index 6c8977bb35..50e1a47a27 100644 --- a/docs/report/test_configuration/vpp_performance_configuration_2n_dnv/index.rst +++ b/docs/report/test_configuration/vpp_performance_configuration_2n_dnv/index.rst @@ -1,13 +1,10 @@ - -.. _vpp_perf_configurations_2n_dnv: - 2n-dnv ------ .. note:: - Data sources for reported test configurations: - i) archived FD.io jobs test result `output files + Data sources for reported test configurations: i) `FD.io test executor vpp + performance job 2n-dnv`_, 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 18b58687c6..4035e8136c 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 @@ -7,7 +7,4 @@ VPP Throughput ../vpp_performance_operational_data_3n_skx/index ../vpp_performance_operational_data_3n_hsw/index ../vpp_performance_operational_data_3n_tsh/index - - -.. ../vpp_performance_operational_data_2n_dnv/index diff --git a/docs/report/test_operational_data/vpp_performance_operational_data_2n_dnv/index.rst b/docs/report/test_operational_data/vpp_performance_operational_data_2n_dnv/index.rst index 8fac56114d..a14a2679b9 100644 --- a/docs/report/test_operational_data/vpp_performance_operational_data_2n_dnv/index.rst +++ b/docs/report/test_operational_data/vpp_performance_operational_data_2n_dnv/index.rst @@ -6,8 +6,8 @@ .. note:: - Data sources for reported test operational data: - i) archived FD.io jobs test result `output files + Data sources for reported test operational data: i) `FD.io test executor vpp + performance job 2n-dnv`_, ii) archived FD.io jobs test result `output files <../../_static/archive/>`_. .. toctree:: diff --git a/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst b/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst index b48265a5d3..a7ed1c9745 100644 --- a/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst +++ b/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst @@ -38,9 +38,10 @@ Additional information about graph data: .. note:: Test results have been generated by - `FD.io test executor vpp performance job 3n-hsw`_, - `FD.io test executor vpp performance job 3n-skx`_ and - `FD.io test executor vpp performance job 2n-skx`_ with RF + `FD.io test executor vpp performance job 2n-skx`_, + `FD.io test executor vpp performance job 3n-skx`_, + `FD.io test executor vpp performance job 3n-hsw`_ and + `FD.io test executor vpp performance job 3n-tsh`_ with RF result files csit-vpp-perf-|srelease|-\*.zip `archived here <../../_static/archive/>`_. diff --git a/docs/report/vpp_performance_tests/packet_latency_graphs/ip4-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_latency_graphs/ip4-3n-skx-xxv710.rst index 4a675250a2..061334ea52 100644 --- a/docs/report/vpp_performance_tests/packet_latency_graphs/ip4-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/packet_latency_graphs/ip4-3n-skx-xxv710.rst @@ -193,7 +193,7 @@ \clearpage 64b-2t1c-features-ip4routing-base-i40e -------------------------------------- +-------------------------------------- .. raw:: html @@ -216,7 +216,7 @@ \clearpage 64b-4t2c-features-ip4routing-base-i40e -------------------------------------- +-------------------------------------- .. raw:: html @@ -239,7 +239,7 @@ \clearpage 64b-8t4c-features-ip4routing-base-i40e -------------------------------------- +-------------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/packet_latency_graphs/ip4-3n-tsh-x520.rst b/docs/report/vpp_performance_tests/packet_latency_graphs/ip4-3n-tsh-x520.rst index a0e9fe6bc2..d59e891183 100644 --- a/docs/report/vpp_performance_tests/packet_latency_graphs/ip4-3n-tsh-x520.rst +++ b/docs/report/vpp_performance_tests/packet_latency_graphs/ip4-3n-tsh-x520.rst @@ -130,7 +130,7 @@ \clearpage 64b-1t1c-features-ip4routing-base-ixgbe --------------------------------------- +--------------------------------------- .. raw:: html @@ -153,7 +153,7 @@ \clearpage 64b-2t2c-features-ip4routing-base-ixgbe --------------------------------------- +--------------------------------------- .. raw:: html @@ -176,7 +176,7 @@ \clearpage 64b-4t4c-features-ip4routing-base-ixgbe --------------------------------------- +--------------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/packet_latency_graphs/l2-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_latency_graphs/l2-3n-skx-xxv710.rst index 0c84fa8a53..c63a944456 100644 --- a/docs/report/vpp_performance_tests/packet_latency_graphs/l2-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/packet_latency_graphs/l2-3n-skx-xxv710.rst @@ -268,7 +268,7 @@ \clearpage 64b-2t1c-features-l2switching-base-i40e --------------------------------------- +--------------------------------------- .. raw:: html @@ -292,7 +292,7 @@ 64b-4t2c-features-l2switching-base-i40e --------------------------------------- +--------------------------------------- .. raw:: html @@ -316,7 +316,7 @@ 64b-8t4c-features-l2switching-base-i40e --------------------------------------- +--------------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/packet_latency_graphs/l2-3n-tsh-x520.rst b/docs/report/vpp_performance_tests/packet_latency_graphs/l2-3n-tsh-x520.rst index 960afaf088..1e7769e6c0 100644 --- a/docs/report/vpp_performance_tests/packet_latency_graphs/l2-3n-tsh-x520.rst +++ b/docs/report/vpp_performance_tests/packet_latency_graphs/l2-3n-tsh-x520.rst @@ -213,7 +213,7 @@ \clearpage 64b-1t1c-features-l2switching-base-ixgbe ---------------------------------------- +---------------------------------------- .. raw:: html @@ -236,7 +236,7 @@ \clearpage 64b-2t2c-features-l2switching-base-ixgbe ---------------------------------------- +---------------------------------------- .. raw:: html @@ -259,7 +259,7 @@ \clearpage 64b-4t4c-features-l2switching-base-ixgbe ---------------------------------------- +---------------------------------------- .. raw:: html 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 145948ba43..396d54e477 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst @@ -129,10 +129,12 @@ Additional information about graph data: .. note:: Test results have been generated by - `FD.io test executor vpp performance job 2n-skx`_ + `FD.io test executor vpp performance job 2n-skx`_, `FD.io test executor vpp performance job 3n-skx`_, `FD.io test executor vpp performance job 3n-hsw`_, - `FD.io test executor vpp performance job 3n-tsh`_ and with RF + `FD.io test executor vpp performance job 3n-tsh`_, + `FD.io test executor vpp performance job 2n-dnv`_ and + `FD.io test executor vpp performance job 3n-dnv`_ with RF result files csit-vpp-perf-|srelease|-\*.zip `archived here <../../_static/archive/>`_. Required per test case data set size is **10**, but for VPP tests 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..f4e58657f8 --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-2n-dnv-x553.rst @@ -0,0 +1,143 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. + ### 64b-?t?c-ip4routing-base-scale-ixgbe + 10ge2p1x520-dot1q-ip4base-ndrpdr + 10ge2p1x520-ethip4-ip4base-ndrpdr + 10ge2p1x520-ethip4-ip4scale20k-ndrpdr + 10ge2p1x520-ethip4-ip4scale200k-ndrpdr + 10ge2p1x520-ethip4-ip4scale2m-ndrpdr + + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr + + ### 64b-?t?c-features-ip4routing-base-ixgbe + 10ge2p1x520-ethip4-ip4base-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-nat44-ndrpdr + + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr + +2n-dnv-x553 +~~~~~~~~~~~ + +64b-1t1c-ip4routing-base-scale-ixgbe +------------------------------------ + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr} + \label{fig:2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-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]{2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr} + \label{fig:2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-features-ip4routing-base-ixgbe +--------------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr} + \label{fig:2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-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]{2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr} + \label{fig:2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr} + \end{figure} diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-xxv710.rst index 8a41e21229..62ad50e5d1 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-skx-xxv710.rst @@ -159,7 +159,7 @@ \clearpage 64b-2t1c-features-ip4routing-base-i40e -------------------------------------- +-------------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-tsh-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-tsh-x520.rst index 0d79aef736..8dcf5544fc 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-tsh-x520.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4-3n-tsh-x520.rst @@ -104,7 +104,7 @@ \clearpage 64b-1t1c-features-ip4routing-base-ixgbe --------------------------------------- +--------------------------------------- .. raw:: html 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 4802872b8d..738043d617 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip4.rst @@ -23,3 +23,4 @@ CSIT source code for the test cases used for plots can be found in ip4-3n-skx-x710 ip4-3n-hsw-xl710 ip4-3n-tsh-x520 + ip4-2n-dnv-x553 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..82a58ca17b --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6-2n-dnv-x553.rst @@ -0,0 +1,86 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. + ## 2n-dnv-x553 + ### 78b-?t?c-ip6routing-base-scale-ixgbe + 10ge2p1x520-dot1q-ip6base-ndrpdr + 10ge2p1x520-ethip6-ip6base-ndrpdr + 10ge2p1x520-ethip6-ip6scale20k-ndrpdr + 10ge2p1x520-ethip6-ip6scale200k-ndrpdr + 10ge2p1x520-ethip6-ip6scale2m-ndrpdr + + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr + +2n-dnv-x553 +~~~~~~~~~~~ + +78b-1t1c-ip6routing-base-scale-ixgbe +------------------------------------ + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr} + \label{fig:2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-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]{2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr} + \label{fig:2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-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 5ed9e22ae1..6ac4423253 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst @@ -23,3 +23,4 @@ CSIT source code for the test cases used for plots can be found in ip6-3n-skx-x710 ip6-3n-hsw-xl710 ip6-3n-tsh-x520 + ip6-2n-dnv-x553 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..867692da8e --- /dev/null +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-2n-dnv-x553.rst @@ -0,0 +1,142 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. + ## 2n-dnv-x553 + ### 64b-?t?c-l2switching-base-ixgbe + 10ge2p1x520-dot1q-l2xcbase-ndrpdr + 10ge2p1x520-eth-l2xcbase-ndrpdr + 10ge2p1x520-dot1q-l2bdbasemaclrn-ndrpdr + 10ge2p1x520-eth-l2bdbasemaclrn-ndrpdr + + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr + + ### 64b-?t?c-l2switching-base-scale-ixgbe + 10ge2p1x520-eth-l2patch-ndrpdr + 10ge2p1x520-eth-l2xcbase-ndrpdr + 10ge2p1x520-eth-l2bdbasemaclrn-ndrpdr + 10ge2p1x520-eth-l2bdscale10kmaclrn-ndrpdr + 10ge2p1x520-eth-l2bdscale100kmaclrn-ndrpdr + 10ge2p1x520-eth-l2bdscale1mmaclrn-ndrpdr + + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr + +2n-dnv-x553 +~~~~~~~~~~~ + +64b-1t1c-l2switching-base-ixgbe +------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr} + \label{fig:2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-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]{2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr} + \label{fig:2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-1t1c-l2switching-base-scale-ixgbe +------------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr} + \label{fig:2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-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]{2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr} + \label{fig:2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr} + \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 index 18ddb7680e..5604806740 100644 --- 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 @@ -213,7 +213,7 @@ \clearpage 64b-2t1c-features-l2switching-base-i40e --------------------------------------- +--------------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-tsh-x520.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-tsh-x520.rst index b0b8625fc4..309dfd10e2 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-tsh-x520.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2-3n-tsh-x520.rst @@ -161,7 +161,7 @@ \clearpage 64b-1t1c-features-l2switching-base-ixgbe ---------------------------------------- +---------------------------------------- .. raw:: html 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 e875d78424..c03b7abd51 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst @@ -23,3 +23,4 @@ CSIT source code for the test cases used for plots can be found in l2-3n-skx-x710 l2-3n-hsw-xl710 l2-3n-tsh-x520 + l2-2n-dnv-x553 diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-2n-skx-xxv710.rst index 865ed78e25..5389869916 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-2n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-2n-skx-xxv710.rst @@ -40,7 +40,7 @@ ~~~~~~~~~~~~~ 64b-memif-base-i40e ------------------------- +------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-3n-skx-xxv710.rst index 8d079aa50e..7d7e8b6248 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/container_memif-3n-skx-xxv710.rst @@ -41,7 +41,7 @@ ~~~~~~~~~~~~~ 64b-memif-base-i40e ------------------------- +------------------- .. raw:: html 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 30a16dad93..71a02f856c 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 @@ -36,9 +36,12 @@ Additional information about graph data: .. note:: Test results have been generated by + `FD.io test executor vpp performance job 2n-skx`_, + `FD.io test executor vpp performance job 3n-skx`_, `FD.io test executor vpp performance job 3n-hsw`_, - `FD.io test executor vpp performance job 3n-skx`_ and - `FD.io test executor vpp performance job 2n-skx`_ with RF + `FD.io test executor vpp performance job 3n-tsh`_, + `FD.io test executor vpp performance job 2n-dnv`_ and + `FD.io test executor vpp performance job 3n-dnv`_ with RF result files csit-vpp-perf-|srelease|-\*.zip `archived here <../../_static/archive/>`_. Required per test case data set size is **10**, but for VPP tests diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-dnv-x553.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-dnv-x553.rst new file mode 100644 index 0000000000..f0ba7bf9f0 --- /dev/null +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-dnv-x553.rst @@ -0,0 +1,143 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. + ### 64b-?t?c-ip4routing-base-scale-ixgbe + 10ge2p1x520-dot1q-ip4base-ndrpdr + 10ge2p1x520-ethip4-ip4base-ndrpdr + 10ge2p1x520-ethip4-ip4scale20k-ndrpdr + 10ge2p1x520-ethip4-ip4scale200k-ndrpdr + 10ge2p1x520-ethip4-ip4scale2m-ndrpdr + + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr + + ### 64b-?t?c-features-ip4routing-base-ixgbe + 10ge2p1x520-ethip4-ip4base-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr + 10ge2p1x520-ethip4udp-ip4base-nat44-ndrpdr + + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr + Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr + +2n-dnv-x553 +~~~~~~~~~~~ + +64b-ip4routing-base-scale-ixgbe +------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa} + \label{fig:2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-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]{2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa} + \label{fig:2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-features-ip4routing-base-ixgbe +---------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa} + \label{fig:2n-dnv-x553-64b-features-ip4routing-base-ixgbe-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]{2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa} + \label{fig:2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa} + \end{figure} diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-skx-x710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-skx-x710.rst index 085b73236c..27ed221b14 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-skx-x710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-skx-x710.rst @@ -41,7 +41,7 @@ ~~~~~~~~~~~ 64b-ip4routing-base-scale-avf-i40e ---------------------------------------- +---------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-skx-xxv710.rst index 33d7a28570..b987eb1428 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-2n-skx-xxv710.rst @@ -56,7 +56,7 @@ ~~~~~~~~~~~~~ 64b-ip4routing-base-scale-avf ----------------------------------- +----------------------------- .. raw:: html @@ -99,7 +99,7 @@ \clearpage 64b-ip4routing-base-scale-i40e ------------------------------------ +------------------------------ .. raw:: html @@ -142,7 +142,7 @@ \clearpage 64b-features-ip4routing-base-i40e --------------------------------------- +--------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-hsw-xl710.rst index 93e59ba4ba..3bf871313c 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-hsw-xl710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-hsw-xl710.rst @@ -39,7 +39,7 @@ ~~~~~~~~~~~~ 64b-ip4routing-base-scale-i40e ------------------------------------ +------------------------------ .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-x710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-x710.rst index f622d00983..29f9dd944a 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-x710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-x710.rst @@ -41,7 +41,7 @@ ~~~~~~~~~~~ 64b-ip4routing-base-scale-avf-i40e ---------------------------------------- +---------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-xxv710.rst index f5ab279ec2..418d41457a 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-skx-xxv710.rst @@ -55,7 +55,7 @@ ~~~~~~~~~~~~~ 64b-ip4routing-base-scale-avf ----------------------------------- +----------------------------- .. raw:: html @@ -98,7 +98,7 @@ \clearpage 64b-ip4routing-base-scale-i40e ------------------------------------ +------------------------------ .. raw:: html @@ -141,7 +141,7 @@ \clearpage 64b-features-ip4routing-base-i40e -------------------------------------- +--------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-tsh-x520.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-tsh-x520.rst index 779736ef4f..51e4a58a36 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-tsh-x520.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4-3n-tsh-x520.rst @@ -104,7 +104,7 @@ \clearpage 64b-features-ip4routing-base-ixgbe ---------------------------------- +---------------------------------- .. raw:: html 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 56f86f1f1f..665f33d35b 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 @@ -25,3 +25,4 @@ CSIT source code for the test cases used for plots can be found in ip4-3n-skx-x710 ip4-3n-hsw-xl710 ip4-3n-tsh-x520 + ip4-2n-dnv-x553 diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-hsw-xl710.rst index 12dbf5def4..cbd855d16b 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-hsw-xl710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-hsw-xl710.rst @@ -38,7 +38,7 @@ ~~~~~~~~~~~~ 64b-ip4tunnel-base-i40e ----------------------------- +----------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-skx-xxv710.rst index 7dd8082105..e40d9e0b37 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip4_tunnels-3n-skx-xxv710.rst @@ -39,7 +39,7 @@ ~~~~~~~~~~~~~ 64b-ip4tunnel-base-scale-i40e ----------------------------------- +----------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-dnv-x553.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-dnv-x553.rst new file mode 100644 index 0000000000..565d0d5f5a --- /dev/null +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-dnv-x553.rst @@ -0,0 +1,86 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. + ## 2n-dnv-x553 + ### 78b-?t?c-ip6routing-base-scale-ixgbe + 10ge2p1x520-dot1q-ip6base-ndrpdr + 10ge2p1x520-ethip6-ip6base-ndrpdr + 10ge2p1x520-ethip6-ip6scale20k-ndrpdr + 10ge2p1x520-ethip6-ip6scale200k-ndrpdr + 10ge2p1x520-ethip6-ip6scale2m-ndrpdr + + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr + Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr + +2n-dnv-x553 +~~~~~~~~~~~ + +78b-ip6routing-base-scale-ixgbe +------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa} + \label{fig:2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-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]{2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa} + \label{fig:2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa} + \end{figure} diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-skx-x710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-skx-x710.rst index 923e8ab5b4..841368092f 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-skx-x710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-skx-x710.rst @@ -38,7 +38,7 @@ ~~~~~~~~~~~ 78b-ip6routing-base-scale-i40e ------------------------------------ +------------------------------ .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-skx-xxv710.rst index 4564020b5b..5d29026454 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-2n-skx-xxv710.rst @@ -41,7 +41,7 @@ ~~~~~~~~~~~~~ 78b-ip6routing-base-scale-i40e ------------------------------------ +------------------------------ .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-hsw-xl710.rst index 38300ff931..5039dce364 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-hsw-xl710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-hsw-xl710.rst @@ -39,7 +39,7 @@ ~~~~~~~~~~~~ 78b-ip6routing-base-scale-i40e ------------------------------------ +------------------------------ .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-skx-x710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-skx-x710.rst index 723c03d421..229e08f565 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-skx-x710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-skx-x710.rst @@ -38,7 +38,7 @@ ~~~~~~~~~~~ 78b-ip6routing-base-scale-i40e ------------------------------------ +------------------------------ .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-skx-xxv710.rst index 2df53029aa..ad83b7b60e 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6-3n-skx-xxv710.rst @@ -41,7 +41,7 @@ ~~~~~~~~~~~~~ 78b-ip6routing-base-scale-i40e ------------------------------------ +------------------------------ .. raw:: html 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 7d46233a5f..bc216abe6b 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 @@ -25,3 +25,4 @@ CSIT source code for the test cases used for plots can be found in ip6-3n-skx-x710 ip6-3n-hsw-xl710 ip6-3n-tsh-x520 + ip6-2n-dnv-x553 diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-hsw-xl710.rst index 3b20e97dfd..6b93534ca9 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-hsw-xl710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-hsw-xl710.rst @@ -48,7 +48,7 @@ ~~~~~~~~~~~~ imix-ipsec-ip4routing-base-scale-sw-i40e ---------------------------------------------- +---------------------------------------- .. raw:: html @@ -91,7 +91,7 @@ imix-ipsec-ip4routing-base-scale-sw-i40e \clearpage imix-ipsec-ip4routing-base-scale-hw-i40e ---------------------------------------------- +---------------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-skx-xxv710.rst index 4a0bd43926..1aa38afe61 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ipsec-3n-skx-xxv710.rst @@ -42,7 +42,7 @@ ~~~~~~~~~~~~~ imix-ipsec-ip4routing-base-scale-i40e ------------------------------------------- +------------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-dnv-x553.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-dnv-x553.rst new file mode 100644 index 0000000000..cbbb3bea40 --- /dev/null +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-dnv-x553.rst @@ -0,0 +1,142 @@ + +.. raw:: latex + + \clearpage + +.. raw:: html + + + +.. + ## 2n-dnv-x553 + ### 64b-?t?c-l2switching-base-ixgbe + 10ge2p1x520-dot1q-l2xcbase-ndrpdr + 10ge2p1x520-eth-l2xcbase-ndrpdr + 10ge2p1x520-dot1q-l2bdbasemaclrn-ndrpdr + 10ge2p1x520-eth-l2bdbasemaclrn-ndrpdr + + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr + + ### 64b-?t?c-l2switching-base-scale-ixgbe + 10ge2p1x520-eth-l2patch-ndrpdr + 10ge2p1x520-eth-l2xcbase-ndrpdr + 10ge2p1x520-eth-l2bdbasemaclrn-ndrpdr + 10ge2p1x520-eth-l2bdscale10kmaclrn-ndrpdr + 10ge2p1x520-eth-l2bdscale100kmaclrn-ndrpdr + 10ge2p1x520-eth-l2bdscale1mmaclrn-ndrpdr + + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr + Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr + +2n-dnv-x553 +~~~~~~~~~~~ + +64b-l2switching-base-ixgbe +-------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa} + \label{fig:2n-dnv-x553-64b-l2switching-base-ixgbe-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]{2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa} + \label{fig:2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa} + \end{figure} + +.. raw:: latex + + \clearpage + +64b-l2switching-base-scale-ixgbe +-------------------------------- + +.. raw:: html + +
+ +


+
+ +.. raw:: latex + + \begin{figure}[H] + \centering + \graphicspath{{../_build/_static/vpp/}} + \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa} + \label{fig:2n-dnv-x553-64b-l2switching-base-scale-ixgbe-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]{2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa} + \label{fig:2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa} + \end{figure} diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-skx-x710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-skx-x710.rst index cd01c42878..a2af1d4beb 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-skx-x710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-skx-x710.rst @@ -42,7 +42,7 @@ ~~~~~~~~~~~ 64b-l2switching-base-scale-avf-i40e ----------------------------------------- +----------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-skx-xxv710.rst index 153d0cf6c3..a5f948e329 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-2n-skx-xxv710.rst @@ -54,7 +54,7 @@ ~~~~~~~~~~~~~ 64b-l2switching-base-avf ------------------------------ +------------------------ .. raw:: html @@ -97,7 +97,7 @@ \clearpage 64b-l2switching-base-i40e ------------------------------- +------------------------- .. raw:: html @@ -140,7 +140,7 @@ \clearpage 64b-l2switching-base-scale-i40e ------------------------------------- +------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-hsw-xl710.rst index 06643a5337..8017f74d79 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-hsw-xl710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-hsw-xl710.rst @@ -42,7 +42,7 @@ ~~~~~~~~~~~~ 64b-l2switching-base-scale-i40e ------------------------------------- +------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-x710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-x710.rst index 1bf16ee062..29176a0e81 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-x710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-x710.rst @@ -42,7 +42,7 @@ ~~~~~~~~~~~ 64b-l2switching-base-scale-avf-i40e ----------------------------------------- +----------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-xxv710.rst index c667feb61a..16556249ac 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-skx-xxv710.rst @@ -61,7 +61,7 @@ ~~~~~~~~~~~~~ 64b-l2switching-base-avf ------------------------------ +------------------------ .. raw:: html @@ -104,7 +104,7 @@ \clearpage 64b-l2switching-base-i40e ------------------------------- +------------------------- .. raw:: html @@ -147,7 +147,7 @@ \clearpage 64b-l2switching-base-scale-i40e ------------------------------------- +------------------------------- .. raw:: html @@ -190,7 +190,7 @@ \clearpage 64b-features-l2switching-base-i40e --------------------------------------- +---------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-tsh-x520.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-tsh-x520.rst index 089d24ea46..34c301db20 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-tsh-x520.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/l2-3n-tsh-x520.rst @@ -161,7 +161,7 @@ \clearpage 64b-features-l2switching-base-ixgbe ----------------------------------- +----------------------------------- .. raw:: html 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 12439c4bb0..913f24941c 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 @@ -25,3 +25,4 @@ CSIT source code for the test cases used for plots can be found in l2-3n-skx-x710 l2-3n-hsw-xl710 l2-3n-tsh-x520 + l2-2n-dnv-x553 diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/srv6-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/srv6-3n-hsw-xl710.rst index ee5a2ad80d..ea8eaf698f 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/srv6-3n-hsw-xl710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/srv6-3n-hsw-xl710.rst @@ -42,7 +42,7 @@ ~~~~~~~~~~~~ 78b-srv6-ip6routing-base-i40e ----------------------------------- +----------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/srv6-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/srv6-3n-skx-xxv710.rst index 2027fa68c3..7ed389c2c9 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/srv6-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/srv6-3n-skx-xxv710.rst @@ -42,7 +42,7 @@ ~~~~~~~~~~~~~ 78b-srv6-ip6routing-base-i40e ----------------------------------- +----------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-2n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-2n-skx-xxv710.rst index 853787f1d1..b79c47c862 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-2n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-2n-skx-xxv710.rst @@ -40,7 +40,7 @@ ~~~~~~~~~~~~~ 64b-vhost-base-i40e ------------------------- +------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-hsw-xl710.rst index 9dbb4ea086..c3f87ae35d 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-hsw-xl710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-hsw-xl710.rst @@ -40,7 +40,7 @@ ~~~~~~~~~~~~ 64b-vhost-base-i40e ------------------------- +------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-skx-x710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-skx-x710.rst index 6160447b1c..9baaa208d3 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-skx-x710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-skx-x710.rst @@ -42,7 +42,7 @@ ~~~~~~~~~~~ 64b-link-bonding-vhost-base-i40e -------------------------------------- +-------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-skx-xxv710.rst index b6a0611582..a4c7c93324 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vm_vhost-3n-skx-xxv710.rst @@ -49,7 +49,7 @@ ~~~~~~~~~~~~~ 64b-vhost-base-i40e ------------------------- +------------------- .. raw:: html @@ -92,7 +92,7 @@ \clearpage 64b-link-bonding-vhost-base-i40e -------------------------------------- +-------------------------------- .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vts-3n-hsw-xl710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vts-3n-hsw-xl710.rst index 06a73cb0ff..c68fb268c4 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vts-3n-hsw-xl710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vts-3n-hsw-xl710.rst @@ -39,7 +39,7 @@ ~~~~~~~~~~~~ 114b-vts-l2switching-base-i40e ------------------------------------ +------------------------------ .. raw:: html diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vts-3n-skx-xxv710.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vts-3n-skx-xxv710.rst index 72beefb6e7..980519b39d 100644 --- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vts-3n-skx-xxv710.rst +++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/vts-3n-skx-xxv710.rst @@ -39,7 +39,7 @@ ~~~~~~~~~~~~~ 114b-vts-l2switching-base-i40e ------------------------------------ +------------------------------ .. raw:: html diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 5487ebb4fa..5746d4dc02 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -80,8 +80,6 @@ urls: URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job" URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job" - # URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip" - # URL[VIRL,DNV]: "http://download.it/from/nexus" URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1" URL[NEXUS,DOC]: "https://docs.fd.io/csit" DIR[NEXUS,DOC]: "report/_static/archive" @@ -4307,23 +4305,6 @@ - "parent" data-start-level: 2 -## Container Orchestrated Performance Results 3n-hsw -#- type: "file" -# title: "Container Orchestrated Performance Results 3n-hsw" -# algorithm: "file_test_results" -# output-file-ext: ".rst" -# output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw" -# file-header: "\n.. |br| raw:: html\n\n
\n\n\n.. |prein| raw:: html\n\n
\n\n\n.. |preout| raw:: html\n\n    
\n\n" -# dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}" -# data: "ligato-perf-results-3n-hsw" -# filter: "all" -# parameters: -# - "name" -# - "doc" -# - "level" -# - "parent" -# data-start-level: 3 - # DPDK Performance Results 3n-hsw - type: "file" title: "DPDK Performance Results 3n-hsw" @@ -6645,6 +6626,68 @@ title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr" layout: "plot-throughput" +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr" + layout: + title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr" + layout: + title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr" + layout: + title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr" + layout: + title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr" + layout: "plot-throughput" + - type: "plot" title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr" algorithm: "plot_performance_name_box" @@ -6893,6 +6936,36 @@ title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr" layout: "plot-throughput" +- type: "plot" + title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr" + layout: + title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr" + layout: + title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr" + layout: "plot-throughput" + - type: "plot" title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr" algorithm: "plot_performance_name_box" @@ -7407,6 +7480,66 @@ title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr" layout: "plot-throughput" +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr" + layout: + title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr" + layout: + title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr" + layout: + title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr" + layout: + title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr" + layout: "plot-throughput" + - type: "plot" title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr" algorithm: "plot_performance_name_box" @@ -11684,6 +11817,158 @@ title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr" layout: "plot-throughput-speedup-analysis" +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr" + layout: + title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr" + layout: + title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr" + layout: + title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr" + layout: + title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr" + layout: + title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr" + layout: + title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr" + layout: + title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr" + layout: + title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr" + layout: + title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa" + layout: "plot-throughput" + +- type: "plot" + title: "Throughput: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa" + algorithm: "plot_performance_name_box" + output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-tsh" + include: + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr" + layout: + title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa" + layout: "plot-throughput" + ################################################################################ # Packet Throughput - DPDK l3fwd 3n-hsw-x520 -- 2.16.6