aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-02-08 10:07:40 +0100
committerTibor Frank <tifrank@cisco.com>2022-02-10 09:02:08 +0100
commit113ff4499daceefec04a3a25e594ee5554e80738 (patch)
tree23e5095ec37a4541f35bc772a1f072e07d9f6351
parent1ec63f657dff7ce76eefa7787089866e9b99717c (diff)
Report: Add 2n-icx GSO
Change-Id: I171980a4ec67b85c3d0f2a680ebff29a2e6afcf2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/vpp_performance_tests/gso_testing/2n-icx.rst96
-rw-r--r--docs/report/vpp_performance_tests/gso_testing/index.rst1
-rw-r--r--resources/tools/presentation/specifications/report/data_sets.yaml4
-rw-r--r--resources/tools/presentation/specifications/report/elements.yaml15
4 files changed, 116 insertions, 0 deletions
diff --git a/docs/report/vpp_performance_tests/gso_testing/2n-icx.rst b/docs/report/vpp_performance_tests/gso_testing/2n-icx.rst
new file mode 100644
index 0000000000..e2f6823d54
--- /dev/null
+++ b/docs/report/vpp_performance_tests/gso_testing/2n-icx.rst
@@ -0,0 +1,96 @@
+
+.. raw:: latex
+
+ \clearpage
+
+.. raw:: html
+
+ <script type="text/javascript">
+
+ function getDocHeight(doc) {
+ doc = doc || document;
+ var body = doc.body, html = doc.documentElement;
+ var height = Math.max( body.scrollHeight, body.offsetHeight,
+ html.clientHeight, html.scrollHeight, html.offsetHeight );
+ return height;
+ }
+
+ function setIframeHeight(id) {
+ var ifrm = document.getElementById(id);
+ var doc = ifrm.contentDocument? ifrm.contentDocument:
+ ifrm.contentWindow.document;
+ ifrm.style.visibility = 'hidden';
+ ifrm.style.height = "10px"; // reset to minimal height ...
+ // IE opt. for bing/msn needs a bit added or scrollbar appears
+ ifrm.style.height = getDocHeight( doc ) + 4 + "px";
+ ifrm.style.visibility = 'visible';
+ }
+
+ </script>
+
+2n-icx
+~~~~~~
+
+.. todo::
+ Add introduction
+
+.. raw:: latex
+
+ \clearpage
+
+1t1c
+----
+
+.. raw:: html
+
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/2n-icx-128kb-1t1c-ip4routing-iperf3.html"></iframe>
+
+.. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-icx-128kb-1t1c-ip4routing-iperf3}
+ \label{fig:2n-icx-128kb-1t1c-ip4routing-iperf3}
+ \end{figure}
+
+..
+ .. raw:: latex
+
+ \clearpage
+
+ 2t2c
+ ----
+
+ .. raw:: html
+
+ <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/2n-icx-128kb-2t2c-ip4routing-iperf3.html"></iframe>
+
+ .. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-icx-128kb-2t2c-ip4routing-iperf3}
+ \label{fig:2n-icx-128kb-2t2c-ip4routing-iperf3}
+ \end{figure}
+
+ .. raw:: latex
+
+ \clearpage
+
+ 4t4c
+ ----
+
+ .. raw:: html
+
+ <iframe id="ifrm03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/2n-icx-128kb-4t4c-ip4routing-iperf3.html"></iframe>
+
+ .. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-icx-128kb-4t4c-ip4routing-iperf3}
+ \label{fig:2n-icx-128kb-4t4c-ip4routing-iperf3}
+ \end{figure}
diff --git a/docs/report/vpp_performance_tests/gso_testing/index.rst b/docs/report/vpp_performance_tests/gso_testing/index.rst
index 5caca9f21d..d7de0b5468 100644
--- a/docs/report/vpp_performance_tests/gso_testing/index.rst
+++ b/docs/report/vpp_performance_tests/gso_testing/index.rst
@@ -3,6 +3,7 @@ GSO Testing
.. toctree::
+ 2n-icx
2n-skx
2n-clx
2n-zn2
diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml
index 662f1f96c6..c323bb64ee 100644
--- a/resources/tools/presentation/specifications/report/data_sets.yaml
+++ b/resources/tools/presentation/specifications/report/data_sets.yaml
@@ -1077,6 +1077,10 @@
- 2 # rls2202.rc1 NDRPDR iter env 9
- 7 # rls2202.rc1 soak env 9 REPLACE
+ vpp-2n-icx-curr-iter-gso:
+ csit-vpp-perf-report-iterative-2202-2n-icx:
+ - 3 # rls2202.rc1 MRR GSO iter env 9 REPLACE
+
vpp-2n-icx-curr-cov:
# csit-vpp-perf-report-coverage-2202-2n-icx:
csit-vpp-perf-report-iterative-2202-2n-icx:
diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml
index 85b3e6a6b1..13fcc9778e 100644
--- a/resources/tools/presentation/specifications/report/elements.yaml
+++ b/resources/tools/presentation/specifications/report/elements.yaml
@@ -14068,6 +14068,21 @@
# GSO
- type: "plot"
+ title: "Throughput: 2n-icx-128kb-{core}-ip4routing-iperf3"
+ algorithm: "plot_mrr_box_name"
+ output-file: "{DIR[STATIC,VPP]}/2n-icx-128kb-{core}-ip4routing-iperf3"
+ data: "vpp-2n-icx-curr-gso"
+ core: ["1t1c", "2t2c", "4t4c"]
+ include:
+ - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
+ - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
+ - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
+ - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
+ layout:
+ title: "2n-icx-128kb-{core}-ip4routing-iperf3"
+ layout: "plot-throughput-gbps"
+
+- type: "plot"
title: "Throughput: 2n-skx-128kb-{core}-ip4routing-iperf3"
algorithm: "plot_mrr_box_name"
output-file: "{DIR[STATIC,VPP]}/2n-skx-128kb-{core}-ip4routing-iperf3"