aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-05-09 10:16:34 +0200
committerTibor Frank <tifrank@cisco.com>2019-05-09 10:38:46 +0000
commite2e1301bfd19ca29faa4f3d2a1b1b2495b65ab7f (patch)
tree2e182c4ebb9de4ab3802816d0856a93a98568fce
parent19382178e3c3170066da3e70c8ff1b70f83726f4 (diff)
Report: Remove Ligato
Change-Id: Ia530ef2fb21968852a5366a1bf1c4d0521002c5b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 1c207fa820cc52be70737b61090287b0eb7030af)
-rw-r--r--docs/report/csit_framework_documentation/csit_design.rst1
-rw-r--r--docs/report/index.html.template5
-rw-r--r--docs/report/introduction/introduction.rst6
-rw-r--r--docs/report/introduction/methodology.rst2
-rw-r--r--docs/report/introduction/test_scenarios_overview.rst11
-rw-r--r--docs/report/vpp_performance_tests/packet_latency_graphs/index.rst2
-rw-r--r--docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst4
-rw-r--r--docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst4
-rw-r--r--resources/tools/presentation/specification.yaml2125
9 files changed, 1079 insertions, 1081 deletions
diff --git a/docs/report/csit_framework_documentation/csit_design.rst b/docs/report/csit_framework_documentation/csit_design.rst
index 418850f5d5..43dfc343de 100644
--- a/docs/report/csit_framework_documentation/csit_design.rst
+++ b/docs/report/csit_framework_documentation/csit_design.rst
@@ -108,7 +108,6 @@ A brief bottom-up description is provided here:
- DPDK-Testpmd;
- DPDK-L3Fwd;
- Honeycomb;
- - VPP Container K8s orchestrated topologies;
- Tools:
diff --git a/docs/report/index.html.template b/docs/report/index.html.template
index f9fd527e84..591be4c8dc 100644
--- a/docs/report/index.html.template
+++ b/docs/report/index.html.template
@@ -94,13 +94,13 @@ CSIT-1904
detailed_test_results/vpp_performance_results/index
detailed_test_results/vpp_mrr_results/index
- detailed_test_results/cot_performance_results/index
detailed_test_results/dpdk_performance_results/index
detailed_test_results/vpp_functional_results/index
detailed_test_results/vpp_device_results_ubuntu/index
detailed_test_results/honeycomb_functional_results/index
detailed_test_results/dmm_functional_results/index
..
+ detailed_test_results/cot_performance_results/index
detailed_test_results/nshsfc_functional_results/index
.. toctree::
@@ -109,9 +109,10 @@ CSIT-1904
test_configuration/vpp_performance_configuration/index
test_configuration/vpp_mrr_configuration/index
- test_configuration/cot_performance_configuration/index
test_configuration/vpp_functional_configuration/index
test_configuration/vpp_device_configuration_ubuntu/index
+..
+ test_configuration/cot_performance_configuration/index
.. toctree::
:maxdepth: 2
diff --git a/docs/report/introduction/introduction.rst b/docs/report/introduction/introduction.rst
index e9e69359bd..1ed69aaa3f 100644
--- a/docs/report/introduction/introduction.rst
+++ b/docs/report/introduction/introduction.rst
@@ -40,8 +40,7 @@ available for download.
- **Throughput Trending**: References to continuous VPP performance
trending.
- **Test Environment**: Performance test environment configuration.
- - **Documentation**: Documentation of K8s Pod/Container orchestration
- in CSIT and pointers to CSIT source code documentation for VPP
+ - **Documentation**: Pointers to CSIT source code documentation for VPP
performance tests.
#. DPDK PERFORMANCE: DPDK performance tests executed in physical
@@ -110,8 +109,6 @@ available for download.
- **VPP Performance NDR/PDR**: VPP NDR/PDR throughput and latency.
- **VPP Performance MRR**: VPP MRR throughput.
- - **VPP K8s Container Memif**: VPP K8s Container/Pod topologies
- NDR/PDR throughput.
- **DPDK Performance**: DPDK Testpmd and L3fwd NDR/PDR throughput
and latency.
- **VPP Functional**: Detailed VPP functional results.
@@ -124,7 +121,6 @@ available for download.
- **VPP Performance NDR/PDR**: Configuration data.
- **VPP Performance MRR**: Configuration data.
- - **VPP K8s Container Memif**: Configuration data.
- **VPP Functional**: Configuration data.
#. TEST OPERATIONAL DATA: VPP DUT operational data auto-generated
diff --git a/docs/report/introduction/methodology.rst b/docs/report/introduction/methodology.rst
index 45cd6bc598..37ff946ff7 100644
--- a/docs/report/introduction/methodology.rst
+++ b/docs/report/introduction/methodology.rst
@@ -18,11 +18,11 @@ Test Methodology
methodology_vpp_startup_settings
methodology_kvm_vms_vhost_user
methodology_lxc_drc_container_memif
- methodology_k8s_container_memif
methodology_nfv_service_density
methodology_vpp_device_functional
methodology_ipsec_on_intel_qat
methodology_trex_traffic_generator
..
+ methodology_k8s_container_memif
methodology_http_tcp_with_wrk_tool
diff --git a/docs/report/introduction/test_scenarios_overview.rst b/docs/report/introduction/test_scenarios_overview.rst
index 2bf066e829..58af206b7d 100644
--- a/docs/report/introduction/test_scenarios_overview.rst
+++ b/docs/report/introduction/test_scenarios_overview.rst
@@ -35,12 +35,6 @@ Brief overview of test scenarios covered in this report:
run across a range of configurations. TRex is used as a traffic
generator.
-#. **K8s Container/Pod Topologies Performance**: VPP container
- performance tests using memif for interconnecting VPP-in-
- Container/Pod instances orchestrated by K8s integrated with `Ligato
- <https://github.com/ligato>`_ for container networking. TRex is
- used as a traffic generator.
-
#. **DPDK Performance**: VPP uses DPDK to drive the NICs and physical
interfaces. DPDK performance tests are used as a baseline to
profile performance of the DPDK sub-system. Two DPDK applications
@@ -66,6 +60,11 @@ Brief overview of test scenarios covered in this report:
stack.
..
+ #. **K8s Container/Pod Topologies Performance**: VPP container
+ performance tests using memif for interconnecting VPP-in-
+ Container/Pod instances orchestrated by K8s integrated with `Ligato
+ <https://github.com/ligato>`_ for container networking. TRex is
+ used as a traffic generator.
#. **NSH_SFC Functional**: NSH_SFC functional tests are executed in
virtual FD.io testbeds focusing on VPP nsh-plugin data plane
functionality. Scapy is used as a traffic generator.
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 912b499327..73798a5f1f 100644
--- a/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst
+++ b/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst
@@ -55,8 +55,8 @@ Additional information about graph data:
ip6_tunnels
vm_vhost
container_memif
- container_orchestrated
ipsec
..
+ container_orchestrated
vts
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 4dea96f575..48f66d1b78 100644
--- a/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst
+++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst
@@ -65,6 +65,8 @@ Additional information about graph data:
ip6_tunnels
vm_vhost
container_memif
- container_orchestrated
ipsec
vts
+
+..
+ container_orchestrated
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 b3504010f3..f31bfe6012 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
@@ -55,6 +55,8 @@ Additional information about graph data:
ip6_tunnels
vm_vhost
container_memif
- container_orchestrated
ipsec
vts
+
+..
+ container_orchestrated
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 83d69e26fd..d4d927aed5 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -157,20 +157,20 @@
- 36 # WRK
- 37 # WRK
- plot-ligato-throughput-lat-tsa-3n-hsw:
- # TODO: Replace with 1904 data
- # csit-ligato-perf-verify-1904-3n-hsw:
- csit-ligato-perf-verify-1901-3n-hsw:
- - 8 # NDRPDR sel
- - 9 # NDRPDR sel
- - 11 # NDRPDR sel
- - 12 # NDRPDR sel
- - 13 # NDRPDR sel
- - 14 # NDRPDR sel
- - 15 # NDRPDR sel
- - 16 # NDRPDR sel
- - 17 # NDRPDR sel
- - 18 # NDRPDR sel
+# plot-ligato-throughput-lat-tsa-3n-hsw:
+# # TODO: Replace with 1904 data
+# # csit-ligato-perf-verify-1904-3n-hsw:
+# csit-ligato-perf-verify-1901-3n-hsw:
+# - 8 # NDRPDR sel
+# - 9 # NDRPDR sel
+# - 11 # NDRPDR sel
+# - 12 # NDRPDR sel
+# - 13 # NDRPDR sel
+# - 14 # NDRPDR sel
+# - 15 # NDRPDR sel
+# - 16 # NDRPDR sel
+# - 17 # NDRPDR sel
+# - 18 # NDRPDR sel
plot-dpdk-throughput-latency-3n-hsw:
csit-dpdk-perf-verify-1904-3n-hsw:
@@ -385,12 +385,12 @@
csit-vpp-device-1904-ubuntu1804-1n-skx:
- 33
- # VPP Ligato
- ligato-perf-results-3n-hsw:
- # TODO: Replace with 1904 data
- # csit-ligato-perf-verify-1904-3n-hsw:
- csit-ligato-perf-verify-1901-3n-hsw:
- - 10 # NDRPDR full
+# # VPP Ligato
+# ligato-perf-results-3n-hsw:
+# # TODO: Replace with 1904 data
+# # csit-ligato-perf-verify-1904-3n-hsw:
+# csit-ligato-perf-verify-1901-3n-hsw:
+# - 10 # NDRPDR full
dpdk-perf-results-3n-hsw:
csit-dpdk-perf-verify-1904-3n-hsw:
@@ -1472,22 +1472,21 @@
- 61 # NFV NDRPDR IMIX
- 63 # NFV NDRPDR IMIX
- # TODO: Remove
- csit-ligato-perf-verify-1901-3n-hsw:
- - 10 # NDRPDR full
- - 8 # NDRPDR sel
- - 9 # NDRPDR sel
- - 11 # NDRPDR sel
- - 12 # NDRPDR sel
- - 13 # NDRPDR sel
- - 14 # NDRPDR sel
- - 15 # NDRPDR sel
- - 16 # NDRPDR sel
- - 17 # NDRPDR sel
- - 18 # NDRPDR sel
- # TODO: Add 1904 data
-# csit-ligato-perf-verify-1904-3n-hsw:
-# -
+# csit-ligato-perf-verify-1901-3n-hsw:
+# - 10 # NDRPDR full
+# - 8 # NDRPDR sel
+# - 9 # NDRPDR sel
+# - 11 # NDRPDR sel
+# - 12 # NDRPDR sel
+# - 13 # NDRPDR sel
+# - 14 # NDRPDR sel
+# - 15 # NDRPDR sel
+# - 16 # NDRPDR sel
+# - 17 # NDRPDR sel
+# - 18 # NDRPDR sel
+# # TODO: Add 1904 data
+## csit-ligato-perf-verify-1904-3n-hsw:
+## -
csit-dpdk-perf-verify-1810-3n-hsw:
- 1 # NDRPDR sel
@@ -3386,24 +3385,24 @@
- "name"
- "conf-history"
-# Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
-- type: "table"
- title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
- algorithm: "table_details"
- output-file-ext: ".csv"
- output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
- columns:
- - title: "Name"
- data: "data name"
- - title: "Status"
- data: "data msg"
- rows: "generated"
- data: "ligato-perf-results-3n-hsw"
- filter: "all"
- parameters:
- - "name"
- - "parent"
- - "msg"
+## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
+#- type: "table"
+# title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
+# algorithm: "table_details"
+# output-file-ext: ".csv"
+# output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
+# columns:
+# - title: "Name"
+# data: "data name"
+# - title: "Status"
+# data: "data msg"
+# rows: "generated"
+# data: "ligato-perf-results-3n-hsw"
+# filter: "all"
+# parameters:
+# - "name"
+# - "parent"
+# - "msg"
# Detailed Test Results - VPP Device Results - Ubuntu
- type: "table"
@@ -4369,22 +4368,22 @@
- "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 <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\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
+## 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 <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\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"
@@ -9223,537 +9222,537 @@
################################################################################
-# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
- layout: "plot-throughput"
-
-# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
- layout: "plot-throughput"
-
-# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
- layout: "plot-throughput"
-
-# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
- layout: "plot-throughput"
-
-- type: "plot"
- title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
- algorithm: "plot_performance_box"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- traces:
- hoverinfo: "x+y"
- boxpoints: "outliers"
- whiskerwidth: 0
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
- layout: "plot-throughput"
+## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
+# layout: "plot-throughput"
+#
+## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
+# layout: "plot-throughput"
+#
+## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
+# layout: "plot-throughput"
+#
+## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
+# layout: "plot-throughput"
+#
+#- type: "plot"
+# title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
+# algorithm: "plot_performance_box"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# traces:
+# hoverinfo: "x+y"
+# boxpoints: "outliers"
+# whiskerwidth: 0
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
+# layout: "plot-throughput"
################################################################################
@@ -19394,241 +19393,241 @@
################################################################################
-# Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
-- type: "plot"
- title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
- algorithm: "plot_latency_error_bars"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "latency"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
- layout: "plot-latency"
-
-- type: "plot"
- title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
- algorithm: "plot_latency_error_bars"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "latency"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
- layout: "plot-latency"
-
-# Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
-- type: "plot"
- title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
- algorithm: "plot_latency_error_bars"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "latency"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
- layout: "plot-latency"
-
-- type: "plot"
- title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
- algorithm: "plot_latency_error_bars"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "latency"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
- layout: "plot-latency"
-
-# Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
-- type: "plot"
- title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
- algorithm: "plot_latency_error_bars"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "latency"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
- layout: "plot-latency"
-
-- type: "plot"
- title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
- algorithm: "plot_latency_error_bars"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "latency"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
- layout: "plot-latency"
-
-# Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
-- type: "plot"
- title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
- algorithm: "plot_latency_error_bars"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '1T1C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "latency"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
- layout: "plot-latency"
-
-- type: "plot"
- title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
- algorithm: "plot_latency_error_bars"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- '2T2C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "latency"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
- layout: "plot-latency"
+## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
+#- type: "plot"
+# title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
+# algorithm: "plot_latency_error_bars"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "latency"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
+# layout: "plot-latency"
+#
+#- type: "plot"
+# title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
+# algorithm: "plot_latency_error_bars"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "latency"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
+# layout: "plot-latency"
+#
+## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
+#- type: "plot"
+# title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
+# algorithm: "plot_latency_error_bars"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "latency"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
+# layout: "plot-latency"
+#
+#- type: "plot"
+# title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
+# algorithm: "plot_latency_error_bars"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "latency"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
+# layout: "plot-latency"
+#
+## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
+#- type: "plot"
+# title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
+# algorithm: "plot_latency_error_bars"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "latency"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
+# layout: "plot-latency"
+#
+#- type: "plot"
+# title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
+# algorithm: "plot_latency_error_bars"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "latency"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
+# layout: "plot-latency"
+#
+## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
+#- type: "plot"
+# title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
+# algorithm: "plot_latency_error_bars"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '1T1C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "latency"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
+# layout: "plot-latency"
+#
+#- type: "plot"
+# title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
+# algorithm: "plot_latency_error_bars"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# '2T2C' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "latency"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
+# layout: "plot-latency"
################################################################################
@@ -23475,233 +23474,233 @@
################################################################################
-# Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
-- type: "plot"
- title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
- algorithm: "plot_throughput_speedup_analysis"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
- layout: "plot-throughput-speedup-analysis"
-
-- type: "plot"
- title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
- algorithm: "plot_throughput_speedup_analysis"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
- layout: "plot-throughput-speedup-analysis"
-
-# Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
-- type: "plot"
- title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
- algorithm: "plot_throughput_speedup_analysis"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
- layout: "plot-throughput-speedup-analysis"
-
-- type: "plot"
- title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
- algorithm: "plot_throughput_speedup_analysis"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
- layout: "plot-throughput-speedup-analysis"
-
-# Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
-- type: "plot"
- title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
- algorithm: "plot_throughput_speedup_analysis"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
- layout: "plot-throughput-speedup-analysis"
-
-- type: "plot"
- title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
- algorithm: "plot_throughput_speedup_analysis"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- 'L2XCFWD' and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
- layout: "plot-throughput-speedup-analysis"
-
-# Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
-- type: "plot"
- title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
- algorithm: "plot_throughput_speedup_analysis"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
- layout: "plot-throughput-speedup-analysis"
-
-- type: "plot"
- title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
- algorithm: "plot_throughput_speedup_analysis"
- output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
- data: "plot-ligato-throughput-lat-tsa-3n-hsw"
- filter: "'NIC_Intel-X710' and
- '64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- ('L2BDMACSTAT' or 'L2BDMACLRN') and
- not 'VHOST' and
- not 'NF_DENSITY' and
- 'MEMIF'"
- parameters:
- - "throughput"
- - "parent"
- - "tags"
- sort:
- - "1VNF"
- - "2VNF"
- - "4VNF"
- - "2VNF"
- - "4VNF"
- layout:
- title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
- layout: "plot-throughput-speedup-analysis"
+## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
+#- type: "plot"
+# title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
+# algorithm: "plot_throughput_speedup_analysis"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
+# layout: "plot-throughput-speedup-analysis"
+#
+#- type: "plot"
+# title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
+# algorithm: "plot_throughput_speedup_analysis"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
+# layout: "plot-throughput-speedup-analysis"
+#
+## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
+#- type: "plot"
+# title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
+# algorithm: "plot_throughput_speedup_analysis"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
+# layout: "plot-throughput-speedup-analysis"
+#
+#- type: "plot"
+# title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
+# algorithm: "plot_throughput_speedup_analysis"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X520-DA2' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
+# layout: "plot-throughput-speedup-analysis"
+#
+## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
+#- type: "plot"
+# title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
+# algorithm: "plot_throughput_speedup_analysis"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
+# layout: "plot-throughput-speedup-analysis"
+#
+#- type: "plot"
+# title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
+# algorithm: "plot_throughput_speedup_analysis"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# 'L2XCFWD' and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
+# layout: "plot-throughput-speedup-analysis"
+#
+## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
+#- type: "plot"
+# title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
+# algorithm: "plot_throughput_speedup_analysis"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
+# layout: "plot-throughput-speedup-analysis"
+#
+#- type: "plot"
+# title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
+# algorithm: "plot_throughput_speedup_analysis"
+# output-file-type: ".html"
+# output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
+# data: "plot-ligato-throughput-lat-tsa-3n-hsw"
+# filter: "'NIC_Intel-X710' and
+# '64B' and
+# ('BASE' or 'SCALE') and
+# 'NDRPDR' and
+# ('L2BDMACSTAT' or 'L2BDMACLRN') and
+# not 'VHOST' and
+# not 'NF_DENSITY' and
+# 'MEMIF'"
+# parameters:
+# - "throughput"
+# - "parent"
+# - "tags"
+# sort:
+# - "1VNF"
+# - "2VNF"
+# - "4VNF"
+# - "2VNF"
+# - "4VNF"
+# layout:
+# title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
+# layout: "plot-throughput-speedup-analysis"
################################################################################