aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-08-01 10:34:34 +0200
committerTibor Frank <tifrank@cisco.com>2022-08-01 09:11:06 +0000
commit211ba29b2496ba94ea38867aa8b4a78b23857a6e (patch)
treea8ee62262759c82d1efd4e76cc3237b0643eaa20 /resources
parent65a4c00b778da8df76faed1a025ecac1cfb9d0de (diff)
Report: Add 2n-tx2 LXC/DRC Container Memif graphs
- Packet Throughput - Speedup Multi-Core - Packet Latency Change-Id: Ia98a44a5fad8676832d8c5beb687e1fd68e30d41 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d448485d152d3273fe4ef4db28566d99e23efd30)
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/specifications/report/elements.yaml27
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
2 files changed, 28 insertions, 1 deletions
diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml
index ebb3d2f649..73ea925b1f 100644
--- a/resources/tools/presentation/specifications/report/elements.yaml
+++ b/resources/tools/presentation/specifications/report/elements.yaml
@@ -10680,6 +10680,20 @@
title: "2n-tx2-xl710-64b-{core}-features-l2switching-base-{test_type}"
layout: "plot-throughput"
+- type: "plot"
+ title: "Throughput: 2n-tx2-xl710-64b-{core}-memif-base-dpdk-{test_type}"
+ algorithm: "plot_ndrpdr_box_name"
+ output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-memif-base-dpdk-{test_type}"
+ data: "vpp-2n-tx2-curr-iter"
+ core: ["1t1c", ]
+ include:
+ - "Tests.Vpp.Perf.Container Memif.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
+ - "Tests.Vpp.Perf.Container Memif.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
+ - "Tests.Vpp.Perf.Container Memif.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
+ layout:
+ title: "2n-tx2-xl710-64b-{core}-memif-base-{test_type}"
+ layout: "plot-throughput"
+
# 3n-alt
- type: "plot"
@@ -12232,6 +12246,19 @@
title: "2n-tx2-xl710-64b-features-l2switching-base-{test_type}"
layout: "plot-throughput-speedup-analysis"
+- type: "plot"
+ title: "Speedup: 2n-tx2-xl710-64b-memif-base-dpdk-{test_type}-tsa"
+ algorithm: "plot_tsa_name"
+ output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-memif-base-dpdk-{test_type}-tsa"
+ data: "vpp-2n-tx2-curr-iter"
+ include:
+ - "Tests.Vpp.Perf.Container Memif.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
+ - "Tests.Vpp.Perf.Container Memif.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
+ - "Tests.Vpp.Perf.Container Memif.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
+ layout:
+ title: "2n-tx2-xl710-64b-memif-base-{test_type}"
+ layout: "plot-throughput-speedup-analysis"
+
################################################################################
# Packet Throughput - DPDK
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index 3615846427..4fbbebfbb0 100644
--- a/resources/tools/presentation/sphinx_conf/report/conf.py
+++ b/resources/tools/presentation/sphinx_conf/report/conf.py
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
master_doc = u'index'
# General information about the project.
-report_week = u'30'
+report_week = u'31'
project = u'FD.io CSIT-2206.{week}'.format(week=report_week)
copyright = u'2022, FD.io'
author = u'FD.io CSIT'