From 1c207fa820cc52be70737b61090287b0eb7030af Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 9 May 2019 10:16:34 +0200 Subject: [PATCH] Report: Remove Ligato Change-Id: Ia530ef2fb21968852a5366a1bf1c4d0521002c5b Signed-off-by: Tibor Frank --- .../csit_framework_documentation/csit_design.rst | 1 - docs/report/index.html.template | 5 +- docs/report/introduction/introduction.rst | 6 +- docs/report/introduction/methodology.rst | 2 +- .../introduction/test_scenarios_overview.rst | 11 +- .../packet_latency_graphs/index.rst | 2 +- .../packet_throughput_graphs/index.rst | 4 +- .../throughput_speedup_multi_core/index.rst | 4 +- resources/tools/presentation/specification.yaml | 2489 ++++++++++---------- 9 files changed, 1261 insertions(+), 1263 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 - `_ 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 + `_ 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
\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 +## 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" @@ -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,242 +19393,242 @@ ################################################################################ -# 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" + ################################################################################ # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale @@ -23062,216 +23061,69 @@ data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'BASE' and - 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" - parameters: - - "latency" - - "parent" - - "tags" - layout: - title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr" - layout: "plot-latency" - -# Packet Latency - DPDK testpmd 2n-skx-xxv710 -- type: "plot" - title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_error_bars" - output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and - 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" - parameters: - - "latency" - - "parent" - - "tags" - layout: - title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" - layout: "plot-latency" - -- type: "plot" - title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_error_bars" - output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and - 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" - parameters: - - "latency" - - "parent" - - "tags" - layout: - title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" - layout: "plot-latency" - -################################################################################ - -# Speedup - VPP Container Memif 3n-hsw-x520 -- type: "plot" - title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa" - algorithm: "plot_throughput_speedup_analysis" - output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa" - data: "plot-vpp-throughput-lat-tsa-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - ('BASE' or 'SCALE') and - 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and - not 'VHOST' and - 'MEMIF'" - parameters: - - "throughput" - - "parent" - - "tags" - sort: - - "L2XCFWD" - - "L2XCFWD" - - "L2XCFWD" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "IP4FWD" - layout: - title: "memif-3n-hsw-x520-64b-base_and_features-ndr" - layout: "plot-throughput-speedup-analysis" - -- type: "plot" - title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa" - algorithm: "plot_throughput_speedup_analysis" - output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa" - data: "plot-vpp-throughput-lat-tsa-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - ('BASE' or 'SCALE') and - 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and - not 'VHOST' and - 'MEMIF'" - parameters: - - "throughput" - - "parent" - - "tags" - sort: - - "L2XCFWD" - - "L2XCFWD" - - "L2XCFWD" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "IP4FWD" - layout: - title: "memif-3n-hsw-x520-64b-base_and_features-pdr" - layout: "plot-throughput-speedup-analysis" - -# Speedup - VPP Container Memif 3n-hsw-x710 -- type: "plot" - title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa" - algorithm: "plot_throughput_speedup_analysis" - output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa" - data: "plot-vpp-throughput-lat-tsa-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - ('BASE' or 'SCALE') and + 'BASE' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and - not 'VHOST' and - 'MEMIF'" + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - - "throughput" + - "latency" - "parent" - "tags" - sort: - - "L2XCFWD" - - "L2XCFWD" - - "L2XCFWD" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "IP4FWD" layout: - title: "memif-3n-hsw-x710-64b-base_and_features-ndr" - layout: "plot-throughput-speedup-analysis" + title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-latency" +# Packet Latency - DPDK testpmd 2n-skx-xxv710 - type: "plot" - title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa" - algorithm: "plot_throughput_speedup_analysis" + title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa" - data: "plot-vpp-throughput-lat-tsa-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - ('BASE' or 'SCALE') and + 'BASE' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and - not 'VHOST' and - 'MEMIF'" + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - - "throughput" + - "latency" - "parent" - "tags" - sort: - - "L2XCFWD" - - "L2XCFWD" - - "L2XCFWD" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "IP4FWD" layout: - title: "memif-3n-hsw-x710-64b-base_and_features-pdr" - layout: "plot-throughput-speedup-analysis" + title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-latency" -# Speedup - VPP Container Memif 3n-hsw-xl710 - type: "plot" - title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa" - algorithm: "plot_throughput_speedup_analysis" + title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa" - data: "plot-vpp-throughput-lat-tsa-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - ('BASE' or 'SCALE') and + 'BASE' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and - not 'VHOST' and - 'MEMIF'" + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - - "throughput" + - "latency" - "parent" - "tags" - sort: - - "L2XCFWD" - - "L2XCFWD" - - "L2XCFWD" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "L2BDMACLRN" - - "IP4FWD" layout: - title: "memif-3n-hsw-xl710-64b-base_and_features-ndr" - layout: "plot-throughput-speedup-analysis" + title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-latency" +################################################################################ + +# Speedup - VPP Container Memif 3n-hsw-x520 - type: "plot" - title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa" + title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa" data: "plot-vpp-throughput-lat-tsa-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and @@ -23291,17 +23143,16 @@ - "L2BDMACLRN" - "IP4FWD" layout: - title: "memif-3n-hsw-xl710-64b-base_and_features-pdr" + title: "memif-3n-hsw-x520-64b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 3n-skx-x710 - type: "plot" - title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa" + title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa" - data: "plot-vpp-throughput-lat-tsa-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and @@ -23321,15 +23172,16 @@ - "L2BDMACLRN" - "IP4FWD" layout: - title: "memif-3n-skx-x710-64b-base_and_features-ndr" + title: "memif-3n-hsw-x520-64b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP Container Memif 3n-hsw-x710 - type: "plot" - title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa" + title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa" - data: "plot-vpp-throughput-lat-tsa-3n-skx" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and @@ -23350,23 +23202,21 @@ - "L2BDMACLRN" - "IP4FWD" layout: - title: "memif-3n-skx-x710-64b-base_and_features-pdr" + title: "memif-3n-hsw-x710-64b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 2n-skx-x710 - type: "plot" - title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa" + title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa" - data: "plot-vpp-throughput-lat-tsa-2n-skx" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and not 'VHOST' and - not 'NF_DENSITY' and 'MEMIF'" parameters: - "throughput" @@ -23381,22 +23231,22 @@ - "L2BDMACLRN" - "IP4FWD" layout: - title: "memif-2n-skx-x710-64b-base_and_features-ndr" + title: "memif-3n-hsw-x710-64b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP Container Memif 3n-hsw-xl710 - type: "plot" - title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa" + title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa" - data: "plot-vpp-throughput-lat-tsa-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and not 'VHOST' and - not 'NF_DENSITY' and 'MEMIF'" parameters: - "throughput" @@ -23411,253 +23261,109 @@ - "L2BDMACLRN" - "IP4FWD" layout: - title: "memif-2n-skx-x710-64b-base_and_features-pdr" - layout: "plot-throughput-speedup-analysis" - -## Speedup - VPP Container Memif 2n-skx-xxv710 -#- type: "plot" -# title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa" -# algorithm: "plot_throughput_speedup_analysis" -# output-file-type: ".html" -# output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa" -# data: "plot-vpp-throughput-lat-tsa-2n-skx" -# filter: "'NIC_Intel-XXV710' and -# '64B' and -# ('BASE' or 'SCALE') and -# 'NDRPDR' and -# ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and -# not 'VHOST' and -# 'MEMIF'" -# parameters: -# - "throughput" -# - "parent" -# - "tags" -# sort: -# - "L2XCFWD" -# - "L2XCFWD" -# - "L2XCFWD" -# - "L2BDMACLRN" -# - "L2BDMACLRN" -# - "L2BDMACLRN" -# - "IP4FWD" -# layout: -# title: "memif-2n-skx-xxv710-64b-base_and_features-ndr" -# layout: "plot-throughput-speedup-analysis" -# -#- type: "plot" -# title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa" -# algorithm: "plot_throughput_speedup_analysis" -# output-file-type: ".html" -# output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa" -# data: "plot-vpp-throughput-lat-tsa-2n-skx" -# filter: "'NIC_Intel-XXV710' and -# '64B' and -# ('BASE' or 'SCALE') and -# 'NDRPDR' and -# ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and -# not 'VHOST' and -# 'MEMIF'" -# parameters: -# - "throughput" -# - "parent" -# - "tags" -# sort: -# - "L2XCFWD" -# - "L2XCFWD" -# - "L2XCFWD" -# - "L2BDMACLRN" -# - "L2BDMACLRN" -# - "L2BDMACLRN" -# - "IP4FWD" -# layout: -# title: "memif-2n-skx-xxv710-64b-base_and_features-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" + title: "memif-3n-hsw-xl710-64b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa" + title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-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 + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN') and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and not 'VHOST' and - not 'NF_DENSITY' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - - "1VNF" - - "2VNF" - - "4VNF" - - "2VNF" - - "4VNF" + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "IP4FWD" layout: - title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr" + title: "memif-3n-hsw-xl710-64b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 3n-hsw-x710 - l2xc +# Speedup - VPP Container Memif 3n-skx-x710 - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa" + title: "Speedup: memif-3n-skx-x710-64b-base_and_features-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" + output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'L2XCFWD' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and not 'VHOST' and - not 'NF_DENSITY' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - - "1VNF" - - "2VNF" - - "4VNF" - - "2VNF" - - "4VNF" + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "IP4FWD" layout: - title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr" + title: "memif-3n-skx-x710-64b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa" + title: "Speedup: memif-3n-skx-x710-64b-base_and_features-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" + output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'L2XCFWD' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and not 'VHOST' and - not 'NF_DENSITY' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - - "1VNF" - - "2VNF" - - "4VNF" - - "2VNF" - - "4VNF" + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "IP4FWD" layout: - title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr" + title: "memif-3n-skx-x710-64b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 3n-hsw-x710 - l2bd +# Speedup - VPP Container Memif 2n-skx-x710 - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa" + title: "Speedup: memif-2n-skx-x710-64b-base_and_features-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" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa" + data: "plot-vpp-throughput-lat-tsa-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN') and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and not 'VHOST' and not 'NF_DENSITY' and 'MEMIF'" @@ -23666,26 +23372,28 @@ - "parent" - "tags" sort: - - "1VNF" - - "2VNF" - - "4VNF" - - "2VNF" - - "4VNF" + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "IP4FWD" layout: - title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr" + title: "memif-2n-skx-x710-64b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa" + title: "Speedup: memif-2n-skx-x710-64b-base_and_features-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" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa" + data: "plot-vpp-throughput-lat-tsa-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN') and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and not 'VHOST' and not 'NF_DENSITY' and 'MEMIF'" @@ -23694,15 +23402,306 @@ - "parent" - "tags" sort: - - "1VNF" - - "2VNF" - - "4VNF" - - "2VNF" - - "4VNF" + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "IP4FWD" layout: - title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr" + title: "memif-2n-skx-x710-64b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" +## Speedup - VPP Container Memif 2n-skx-xxv710 +#- type: "plot" +# title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa" +# algorithm: "plot_throughput_speedup_analysis" +# output-file-type: ".html" +# output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa" +# data: "plot-vpp-throughput-lat-tsa-2n-skx" +# filter: "'NIC_Intel-XXV710' and +# '64B' and +# ('BASE' or 'SCALE') and +# 'NDRPDR' and +# ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and +# not 'VHOST' and +# 'MEMIF'" +# parameters: +# - "throughput" +# - "parent" +# - "tags" +# sort: +# - "L2XCFWD" +# - "L2XCFWD" +# - "L2XCFWD" +# - "L2BDMACLRN" +# - "L2BDMACLRN" +# - "L2BDMACLRN" +# - "IP4FWD" +# layout: +# title: "memif-2n-skx-xxv710-64b-base_and_features-ndr" +# layout: "plot-throughput-speedup-analysis" +# +#- type: "plot" +# title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa" +# algorithm: "plot_throughput_speedup_analysis" +# output-file-type: ".html" +# output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa" +# data: "plot-vpp-throughput-lat-tsa-2n-skx" +# filter: "'NIC_Intel-XXV710' and +# '64B' and +# ('BASE' or 'SCALE') and +# 'NDRPDR' and +# ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and +# not 'VHOST' and +# 'MEMIF'" +# parameters: +# - "throughput" +# - "parent" +# - "tags" +# sort: +# - "L2XCFWD" +# - "L2XCFWD" +# - "L2XCFWD" +# - "L2BDMACLRN" +# - "L2BDMACLRN" +# - "L2BDMACLRN" +# - "IP4FWD" +# layout: +# title: "memif-2n-skx-xxv710-64b-base_and_features-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" + ################################################################################ # Speedup - VPP IPv4 3n-hsw-x520 base and scale -- 2.16.6