X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification_CPTA.yaml;h=8c5217bb2f85ef10232b3781e7765f2fe515a842;hp=b827e211fb3903eff620c8d1a2f065435231b0fd;hb=9b3acaab57323a01e3ccd0cc1fd7467350ffed75;hpb=eb5271b56cb94711420a1eb7372b0f4d5f275a40 diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index b827e211fb..8c5217bb2f 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -64,23 +64,134 @@ - type: "configuration" + mapping-file: "mapping_tc_names.yaml" + + ignore-list: "ignored_tcs.yaml" + + alerting: + + alerts: + +# As Jenkins slave is not configured to send emails, this is now only as +# a working example: +# +# # Send the list of failed tests vie email. +# # Pre-requisites: +# # - SMTP server is installed on the Jenkins slave +# # - SMTP server is configured to send emails. Default configuration is +# # sufficient. +# email-failed-tests: +# # Title is used in logs and also as the email subject. +# title: "Trending: Failed Tests" +# # Type of alert. +# type: "failed-tests" +# # How to send the alert. The used way must be specified in the +# # configuration part. +# way: "email" +# # Data to be included in the alert. +# # Here is used the list of tables generated by the function +# # "table_failed_tests_html". +# include: +# - "failed-tests-3n-hsw" +# - "failed-tests-3n-skx" +# - "failed-tests-2n-skx" +# # This url is used in the tables instead of the original one. The aim +# # is to make the links usable also from the email. +# url: "https://docs.fd.io/csit/master/trending/trending" + + # Jenkins job sends the email with failed tests. + # Pre-requisites: + # - Jenkins job is configured to send emails in "Post-build Actions" --> + # "Editable Email Notification". + jenkins-send-failed-tests: + title: "Trending: Failed Tests" + type: "failed-tests" + way: "jenkins" + include: + - "failed-tests-3n-hsw" + - "failed-tests-3n-skx" + - "failed-tests-2n-skx" + url: "https://docs.fd.io/csit/master/trending/trending" + + configurations: + # Configuration of the email notifications. + email: + # SMTP server + server: "localhost" + # List of recipients. + address-to: + - "csit-report@lists.fd.io" + # Sender + address-from: "testuser@testserver.com" + + # Configuration of notifications sent by Jenkins. + jenkins: + # The directory in the workspace where the generated data is stored and + # then read by Jenkins job. + output-dir: "_build/_static/vpp" + # The name of the output files. ASCII text and HTML formats are + # generated. + output-file: "jenkins-alert-failed-tests" + data-sets: - plot-performance-trending-all: + + # 3n-hsw + plot-performance-trending-all-3n-hsw: csit-vpp-perf-mrr-daily-master: - start: 15 + start: 120 end: "lastCompletedBuild" csit-dpdk-perf-mrr-weekly-master: start: 3 end: "lastCompletedBuild" - plot-performance-trending-vpp: + + plot-performance-trending-vpp-3n-hsw: csit-vpp-perf-mrr-daily-master: - start: 15 + start: 120 end: "lastCompletedBuild" - plot-performance-trending-dpdk: + + plot-performance-trending-dpdk-3n-hsw: csit-dpdk-perf-mrr-weekly-master: start: 3 end: "lastCompletedBuild" + # 3n-skx + plot-performance-trending-all-3n-skx: + csit-vpp-perf-mrr-daily-master-3n-skx: + start: 1 + end: "lastCompletedBuild" + csit-dpdk-perf-mrr-weekly-master-3n-skx: + start: 1 + end: "lastCompletedBuild" + + plot-performance-trending-vpp-3n-skx: + csit-vpp-perf-mrr-daily-master-3n-skx: + start: 1 + end: "lastCompletedBuild" + + plot-performance-trending-dpdk-3n-skx: + csit-dpdk-perf-mrr-weekly-master-3n-skx: + start: 1 + end: "lastCompletedBuild" + + # 2n-skx + plot-performance-trending-all-2n-skx: + csit-vpp-perf-mrr-daily-master-2n-skx: + start: 1 + end: "lastCompletedBuild" + csit-dpdk-perf-mrr-weekly-master-2n-skx: + start: 1 + end: "lastCompletedBuild" + + plot-performance-trending-vpp-2n-skx: + csit-vpp-perf-mrr-daily-master-2n-skx: + start: 1 + end: "lastCompletedBuild" + + plot-performance-trending-dpdk-2n-skx: + csit-dpdk-perf-mrr-weekly-master-2n-skx: + start: 1 + end: "lastCompletedBuild" + plot-layouts: plot-cpta: @@ -161,14 +272,33 @@ file-format: ".gz" download-path: "{job}/{build}/archives/{filename}" extract: "output.xml" + builds: + + # 3n-hsw csit-vpp-perf-mrr-daily-master: - start: 15 - end: "lastCompletedBuild" # take all from the 'start' + start: 120 + end: "lastCompletedBuild" csit-dpdk-perf-mrr-weekly-master: start: 3 end: "lastCompletedBuild" + # 3n-skx + csit-vpp-perf-mrr-daily-master-3n-skx: + start: 1 + end: "lastCompletedBuild" + csit-dpdk-perf-mrr-weekly-master-3n-skx: + start: 1 + end: "lastCompletedBuild" + + # 2n-skx + csit-vpp-perf-mrr-daily-master-2n-skx: + start: 1 + end: "lastCompletedBuild" + csit-dpdk-perf-mrr-weekly-master-2n-skx: + start: 1 + end: "lastCompletedBuild" + - type: "output" output: @@ -181,13 +311,15 @@ ### T A B L E S ### ################################################################################ +################################################################################ +# 3n-hsw - type: "table" - title: "Performance trending dashboard" + title: "Performance trending dashboard 1t1c-3n-hsw" algorithm: "table_performance_trending_dashboard" output-file-ext: ".csv" - output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c" - data: "plot-performance-trending-all" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw" + data: "plot-performance-trending-all-3n-hsw" filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'" parameters: - "name" @@ -204,11 +336,11 @@ - type: "table" - title: "Performance trending dashboard" + title: "Performance trending dashboard 2t2c-3n-hsw" algorithm: "table_performance_trending_dashboard" output-file-ext: ".csv" - output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c" - data: "plot-performance-trending-all" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw" + data: "plot-performance-trending-all-3n-hsw" filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'" parameters: - "name" @@ -225,11 +357,11 @@ - type: "table" - title: "Performance trending dashboard" + title: "Performance trending dashboard 4t4c-3n-hsw" algorithm: "table_performance_trending_dashboard" output-file-ext: ".csv" - output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c" - data: "plot-performance-trending-all" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw" + data: "plot-performance-trending-all-3n-hsw" filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'" parameters: - "name" @@ -246,32 +378,35 @@ - type: "table" - title: "HTML performance trending dashboard 1t1c" + title: "HTML performance trending dashboard 1t1c-3n-hsw" algorithm: "table_performance_trending_dashboard_html" - input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.csv" - output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.rst" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst" + testbed: "3n-hsw" - type: "table" - title: "HTML performance trending dashboard 2t2c" + title: "HTML performance trending dashboard 2t2c-3n-hsw" algorithm: "table_performance_trending_dashboard_html" - input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.csv" - output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.rst" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst" + testbed: "3n-hsw" - type: "table" - title: "HTML performance trending dashboard 4t4c" + title: "HTML performance trending dashboard 4t4c-3n-hsw" algorithm: "table_performance_trending_dashboard_html" - input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.csv" - output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.rst" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst" + testbed: "3n-hsw" - type: "table" - title: "Failed MRR tests" + title: "Failed MRR tests 3n-hsw" algorithm: "table_failed_tests" output-file-ext: ".csv" - output-file: "{DIR[STATIC,VPP]}/failed-tests" - data: "plot-performance-trending-all" + output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw" + data: "plot-performance-trending-all-3n-hsw" filter: "'MRR' and not 'NIC_Intel-XXV710'" parameters: - "name" @@ -285,10 +420,241 @@ - type: "table" - title: "HTML Failed MRR tests" + title: "HTML Failed MRR tests 3n-hsw" + algorithm: "table_failed_tests_html" + input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv" + output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst" + testbed: "3n-hsw" + +################################################################################ +# 3n-skx +- + type: "table" + title: "Performance trending dashboard 2t1c-3n-skx" + algorithm: "table_performance_trending_dashboard" + output-file-ext: ".csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx" + data: "plot-performance-trending-all-3n-skx" + filter: "'MRR' and '2T1C'" + parameters: + - "name" + - "parent" + - "result" + ignore-list: + # This test is "ndrdisc" test and was improperly tagged. It was fixed + # but it remains in the old output.xml files. + - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc" + outlier-const: 1.5 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + +- + type: "table" + title: "Performance trending dashboard 4t2c-3n-skx" + algorithm: "table_performance_trending_dashboard" + output-file-ext: ".csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx" + data: "plot-performance-trending-all-3n-skx" + filter: "'MRR' and '4T2C'" + parameters: + - "name" + - "parent" + - "result" + ignore-list: + # This test is "ndrdisc" test and was improperly tagged. It was fixed + # but it remains in the old output.xml files. + - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc" + outlier-const: 1.5 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + +- + type: "table" + title: "Performance trending dashboard 8t4c-3n-skx" + algorithm: "table_performance_trending_dashboard" + output-file-ext: ".csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx" + data: "plot-performance-trending-all-3n-skx" + filter: "'MRR' and '8T4C'" + parameters: + - "name" + - "parent" + - "result" + ignore-list: + # This test is "ndrdisc" test and was improperly tagged. It was fixed + # but it remains in the old output.xml files. + - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc" + outlier-const: 1.5 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + +- + type: "table" + title: "HTML performance trending dashboard 2t1c-3n-skx" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst" + testbed: "3n-skx" + +- + type: "table" + title: "HTML performance trending dashboard 4t2c-3n-skx" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst" + testbed: "3n-skx" + +- + type: "table" + title: "HTML performance trending dashboard 8t4c-3n-skx" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst" + testbed: "3n-skx" + +- + type: "table" + title: "Failed MRR tests 3n-skx" + algorithm: "table_failed_tests" + output-file-ext: ".csv" + output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx" + data: "plot-performance-trending-all-3n-skx" + filter: "'MRR'" + parameters: + - "name" + - "parent" + - "status" + ignore-list: + # This test is "ndrdisc" test and was improperly tagged. It was fixed + # but it remains in the old output.xml files. + - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc" + window: 14 + +- + type: "table" + title: "HTML Failed MRR tests 3n-skx" + algorithm: "table_failed_tests_html" + input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv" + output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst" + testbed: "3n-skx" + +################################################################################ +# 2n-skx +- + type: "table" + title: "Performance trending dashboard 2t1c-2n-skx" + algorithm: "table_performance_trending_dashboard" + output-file-ext: ".csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx" + data: "plot-performance-trending-all-2n-skx" + filter: "'MRR' and '2T1C'" + parameters: + - "name" + - "parent" + - "result" + ignore-list: + # This test is "ndrdisc" test and was improperly tagged. It was fixed + # but it remains in the old output.xml files. + - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc" + outlier-const: 1.5 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + +- + type: "table" + title: "Performance trending dashboard 4t2c-2n-skx" + algorithm: "table_performance_trending_dashboard" + output-file-ext: ".csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx" + data: "plot-performance-trending-all-2n-skx" + filter: "'MRR' and '4T2C'" + parameters: + - "name" + - "parent" + - "result" + ignore-list: + # This test is "ndrdisc" test and was improperly tagged. It was fixed + # but it remains in the old output.xml files. + - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc" + outlier-const: 1.5 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + +- + type: "table" + title: "Performance trending dashboard 8t4c-2n-skx" + algorithm: "table_performance_trending_dashboard" + output-file-ext: ".csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx" + data: "plot-performance-trending-all-2n-skx" + filter: "'MRR' and '8T4C'" + parameters: + - "name" + - "parent" + - "result" + ignore-list: + # This test is "ndrdisc" test and was improperly tagged. It was fixed + # but it remains in the old output.xml files. + - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc" + outlier-const: 1.5 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + +- + type: "table" + title: "HTML performance trending dashboard 2t1c-2n-skx" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst" + testbed: "2n-skx" + +- + type: "table" + title: "HTML performance trending dashboard 4t2c-2n-skx" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst" + testbed: "2n-skx" + +- + type: "table" + title: "HTML performance trending dashboard 8t4c-2n-skx" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst" + testbed: "2n-skx" + +- + type: "table" + title: "Failed MRR tests 2n-skx" + algorithm: "table_failed_tests" + output-file-ext: ".csv" + output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx" + data: "plot-performance-trending-all-2n-skx" + filter: "'MRR'" + parameters: + - "name" + - "parent" + - "status" + ignore-list: + # This test is "ndrdisc" test and was improperly tagged. It was fixed + # but it remains in the old output.xml files. + - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc" + window: 14 + +- + type: "table" + title: "HTML Failed MRR tests 2n-skx" algorithm: "table_failed_tests_html" - input-file: "{DIR[STATIC,VPP]}/failed-tests.csv" - output-file: "{DIR[STATIC,VPP]}/failed-tests.rst" + input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv" + output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst" + testbed: "2n-skx" ################################################################################ @@ -296,84 +662,137 @@ ################################################################################ # Plots VPP Continuous Performance Trending and Analysis + - type: "cpta" title: "Continuous Performance Trending and Analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/cpta" + plots: +################################################################################ +# 3n-hsw + # L2 - x520 - - title: "VPP 1T1C L2 64B Packet Throughput - Trending" - output-file-name: "l2-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B Packet Throughput - Trending" - output-file-name: "l2-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B Packet Throughput - Trending" - output-file-name: "l2-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C L2 64B Packet Throughput - Trending" - output-file-name: "l2-feature-1t1c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + - title: "VPP 1T1C L2 64B IACL MRR Trending 3n-hsw" + output-file-name: "l2-feature-1t1c-x520-3n-hsw-iacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C L2 64B IACL MRR Trending 3n-hsw" + output-file-name: "l2-feature-2t2c-x520-3n-hsw-iacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C L2 64B IACL MRR Trending 3n-hsw" + output-file-name: "l2-feature-4t4c-x520-3n-hsw-iacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 1T1C L2 64B OACL MRR Trending 3n-hsw" + output-file-name: "l2-feature-1t1c-x520-3n-hsw-oacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C L2 64B OACL MRR Trending 3n-hsw" + output-file-name: "l2-feature-2t2c-x520-3n-hsw-oacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C L2 64B OACL MRR Trending 3n-hsw" + output-file-name: "l2-feature-4t4c-x520-3n-hsw-oacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 1T1C L2 64B MACIP MRR Trending 3n-hsw" + output-file-name: "l2-feature-1t1c-x520-3n-hsw-macip" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B Packet Throughput - Trending" - output-file-name: "l2-feature-2t2c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + - title: "VPP 2T2C L2 64B MACIP MRR Trending 3n-hsw" + output-file-name: "l2-feature-2t2c-x520-3n-hsw-macip" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B Packet Throughput - Trending" - output-file-name: "l2-feature-4t4c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + - title: "VPP 4T4C L2 64B MACIP MRR Trending 3n-hsw" + output-file-name: "l2-feature-4t4c-x520-3n-hsw-macip" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" # L2 - xl710 - - title: "VPP 1T1C L2 64B Packet Throughput - Trending" - output-file-name: "l2-1t1c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B Packet Throughput - Trending" - output-file-name: "l2-2t2c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B Packet Throughput - Trending" - output-file-name: "l2-4t4c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" @@ -381,49 +800,49 @@ # L2 - x710 - - title: "VPP 1T1C L2 64B Packet Throughput - Trending" - output-file-name: "l2-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B Packet Throughput - Trending" - output-file-name: "l2-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B Packet Throughput - Trending" - output-file-name: "l2-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C L2 64B Packet Throughput - Trending" - output-file-name: "l2-feature-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-feature-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B Packet Throughput - Trending" - output-file-name: "l2-feature-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-feature-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B Packet Throughput - Trending" - output-file-name: "l2-feature-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw" + output-file-name: "l2-feature-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" @@ -431,75 +850,123 @@ # IPv4 - x520 - - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-feature-1t1c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + - title: "VPP 1T1C IPv4 64B IACL MRR Trending 3n-hsw" + output-file-name: "ip4-feature-1t1c-x520-3n-hsw-iacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'IACL' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C IPv4 64B IACL MRR Trending 3n-hsw" + output-file-name: "ip4-feature-2t2c-x520-3n-hsw-iacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'IACL' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C IPv4 64B IACL MRR Trending 3n-hsw" + output-file-name: "ip4-feature-4t4c-x520-3n-hsw-iacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'IACL' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 1T1C IPv4 64B OACL MRR Trending 3n-hsw" + output-file-name: "ip4-feature-1t1c-x520-3n-hsw-oacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'OACL' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C IPv4 64B OACL MRR Trending 3n-hsw" + output-file-name: "ip4-feature-2t2c-x520-3n-hsw-oacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'OACL' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C IPv4 64B OACL MRR Trending 3n-hsw" + output-file-name: "ip4-feature-4t4c-x520-3n-hsw-oacl" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'OACL' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-feature-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'OACL' and not 'IACL' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-feature-2t2c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-feature-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'OACL' and not 'IACL' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-feature-4t4c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-feature-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'OACL' and not 'IACL' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" # IPv4 - xl710 - - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-1t1c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-2t2c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-4t4c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" @@ -507,49 +974,49 @@ # IPv4 - x710 - - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-feature-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-feature-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-feature-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-feature-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending" - output-file-name: "ip4-feature-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + output-file-name: "ip4-feature-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" @@ -557,25 +1024,25 @@ # IPv4 Tunnels - x520 - - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - Trending" - output-file-name: "ip4-tunnels-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw" + output-file-name: "ip4-tunnels-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - Trending" - output-file-name: "ip4-tunnels-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw" + output-file-name: "ip4-tunnels-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - Trending" - output-file-name: "ip4-tunnels-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw" + output-file-name: "ip4-tunnels-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" parameters: - "result" @@ -583,25 +1050,25 @@ # IPv4 Tunnels - x710 - - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - Trending" - output-file-name: "ip4-tunnels-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw" + output-file-name: "ip4-tunnels-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - Trending" - output-file-name: "ip4-tunnels-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw" + output-file-name: "ip4-tunnels-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - Trending" - output-file-name: "ip4-tunnels-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw" + output-file-name: "ip4-tunnels-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" parameters: - "result" @@ -609,25 +1076,25 @@ # IPv6 - x520 - - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'" parameters: - "result" @@ -635,25 +1102,25 @@ # IPv6 - xl710 - - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-1t1c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-2t2c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-4t4c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" @@ -661,25 +1128,25 @@ # IPv6 - x710 - - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending" - output-file-name: "ip6-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw" + output-file-name: "ip6-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" @@ -687,25 +1154,25 @@ # Container memif - x520, 64B - - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" @@ -713,25 +1180,25 @@ # Container memif - x520, IMIX - - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" @@ -739,25 +1206,25 @@ # Container memif - xl710, 64B - - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-1t1c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-2t2c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-4t4c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" @@ -765,25 +1232,25 @@ # Container memif - xl710, IMIX - - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-1t1c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-2t2c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-4t4c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" @@ -791,51 +1258,51 @@ # Container memif - x710, 64B - - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending" - output-file-name: "container-memif-l2-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw" + output-file-name: "container-memif-l2-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" -# Container memif - x520, IMIX +# Container memif - x710, IMIX - - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending" - output-file-name: "container-memif-imix-l2-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw" + output-file-name: "container-memif-imix-l2-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" parameters: - "result" @@ -843,291 +1310,367 @@ # VM vhost - x520, ethip4, 64B - - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-ethip4-1t1c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-ethip4-2t2c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-ethip4-4t4c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" # VM vhost - x520, ethip4, IMIX - - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-ethip4-1t1c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-ethip4-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-ethip4-2t2c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-ethip4-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-ethip4-4t4c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-ethip4-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" # VM vhost - x520, eth, 64B - - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-1t1c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 1T1C VM vhost eth L2XC 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2xc" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-2t2c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 2T2C VM vhost eth L2XC 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2xc" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-4t4c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 4T4C VM vhost eth L2XC 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2xc" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" -# VM vhost - x520, eth, IMIX - - - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-1t1c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 1T1C VM vhost eth L2BD 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2bd" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-2t2c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 2T2C VM vhost eth L2BD 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2bd" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-4t4c-x520" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 4T4C VM vhost eth L2BD 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2bd" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" -# VM vhost - xl710, eth, 64B +# VM vhost - x520, eth, IMIX - - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-1t1c-xl710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 1T1C VM vhost eth L2XC IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2xc" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-2t2c-xl710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 2T2C VM vhost eth L2XC IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2xc" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-4t4c-xl710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 4T4C VM vhost eth L2XC IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2xc" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" -# VM vhost - xl710, eth, IMIX - - - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-1t1c-xl710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 1T1C VM vhost eth L2BD IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2bd" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-2t2c-xl710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 2T2C VM vhost eth L2BD IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2bd" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-4t4c-xl710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 4T4C VM vhost eth L2BD IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2bd" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" -# VM vhost - x710, ethip4, 64B +# VM vhost - xl710, eth, 64B + + - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" - - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-ethip4-1t1c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-ethip4-2t2c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-ethip4-4t4c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" -# VM vhost - x710, ethip4, IMIX +# VM vhost - xl710, eth, IMIX + + - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" - - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-ethip4-1t1c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-ethip4-2t2c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-ethip4-4t4c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'" + - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" -# VM vhost - x710, eth, 64B +# VM vhost - x710, ethip4, 64B - - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-1t1c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-ethip4-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-ethip4-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-ethip4-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, ethip4, IMIX + + - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-ethip4-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-ethip4-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-ethip4-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, eth, 64B + + - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-2t2c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending" - output-file-name: "vm-vhost-eth-4t4c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw" + output-file-name: "vm-vhost-eth-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" parameters: - "result" layout: "plot-cpta" # VM vhost - x710, eth, IMIX - - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-1t1c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw" + output-file-name: "vm-vhost-imix-eth-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VTS - x520, 114B + - title: "VPP 1T1C VTS 114B MRR Trending 3n-hsw" + output-file-name: "vts-114b-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '1T1C' and 'VHOST' and 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-2t2c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 2T2C VTS 114B MRR Trending 3n-hsw" + output-file-name: "vts-114b-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '2T2C' and 'VHOST' and 'VTS'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending" - output-file-name: "vm-vhost-imix-eth-4t4c-x710" - data: "plot-performance-trending-vpp" - filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" + - title: "VPP 4T4C VTS 114B 64B MRR Trending 3n-hsw" + output-file-name: "vts-114b-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '4T4C' and 'VHOST' and 'VTS'" parameters: - "result" layout: "plot-cpta" # IPSec - - title: "VPP 1T1C IPSec 64B Packet Throughput - Trending" - output-file-name: "ipsec-1t1c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C IPSec 64B MRR Trending 3n-hsw" + output-file-name: "ipsec-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPSec 64B Packet Throughput - Trending" - output-file-name: "ipsec-2t2c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C IPSec 64B MRR Trending 3n-hsw" + output-file-name: "ipsec-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPSec 64B Packet Throughput - Trending" - output-file-name: "ipsec-4t4c-xl710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C IPSec 64B MRR Trending 3n-hsw" + output-file-name: "ipsec-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "result" @@ -1135,49 +1678,49 @@ # SRv6 - x520 - - title: "VPP 1T1C SRv6 78B MRR Trending" - output-file-name: "srv6-78b-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C SRv6 78B MRR Trending 3n-hsw" + output-file-name: "srv6-78b-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C SRv6 78B MRR Trending" - output-file-name: "srv6-78b-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C SRv6 78B MRR Trending 3n-hsw" + output-file-name: "srv6-78b-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C SRv6 78B MRR Trending" - output-file-name: "srv6-78b-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C SRv6 78B MRR Trending 3n-hsw" + output-file-name: "srv6-78b-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C SRv6 IMIX MRR Trending" - output-file-name: "srv6-imix-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C SRv6 IMIX MRR Trending 3n-hsw" + output-file-name: "srv6-imix-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C SRv6 IMIX MRR Trending" - output-file-name: "srv6-imix-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C SRv6 IMIX MRR Trending 3n-hsw" + output-file-name: "srv6-imix-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C SRv6 IMIX MRR Trending" - output-file-name: "srv6-imix-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C SRv6 IMIX MRR Trending 3n-hsw" + output-file-name: "srv6-imix-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'" parameters: - "result" @@ -1185,49 +1728,49 @@ # Link Bonding - x520 - - title: "VPP 1T1C Link Bonding 64B MRR Trending" - output-file-name: "lb-64b-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw" + output-file-name: "lb-64b-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C Link Bonding 64B MRR Trending" - output-file-name: "lb-64b-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw" + output-file-name: "lb-64b-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C Link Bonding 64B MRR Trending" - output-file-name: "lb-64b-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw" + output-file-name: "lb-64b-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C Link Bonding IMIX MRR Trending" - output-file-name: "lb-imix-1t1c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw" + output-file-name: "lb-imix-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C Link Bonding IMIX MRR Trending" - output-file-name: "lb-imix-2t2c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw" + output-file-name: "lb-imix-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C Link Bonding IMIX MRR Trending" - output-file-name: "lb-imix-4t4c-x520" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw" + output-file-name: "lb-imix-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'" parameters: - "result" @@ -1235,49 +1778,49 @@ # Link Bonding - x710 - - title: "VPP 1T1C Link Bonding 64B MRR Trending" - output-file-name: "lb-64b-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw" + output-file-name: "lb-64b-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C Link Bonding 64B MRR Trending" - output-file-name: "lb-64b-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw" + output-file-name: "lb-64b-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C Link Bonding 64B MRR Trending" - output-file-name: "lb-64b-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw" + output-file-name: "lb-64b-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C Link Bonding IMIX MRR Trending" - output-file-name: "lb-imix-1t1c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw" + output-file-name: "lb-imix-1t1c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C Link Bonding IMIX MRR Trending" - output-file-name: "lb-imix-2t2c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw" + output-file-name: "lb-imix-2t2c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C Link Bonding IMIX MRR Trending" - output-file-name: "lb-imix-4t4c-x710" - data: "plot-performance-trending-vpp" + - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw" + output-file-name: "lb-imix-4t4c-x710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'" parameters: - "result" @@ -1285,25 +1828,25 @@ # DPDK - x520 - 64B - - title: "DPDK 1T1C 64B MRR Trending" - output-file-name: "dpdk-64b-1t1c-x520" - data: "plot-performance-trending-dpdk" + - title: "DPDK 1T1C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-1t1c-x520-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 2T2C 64B MRR Trending" - output-file-name: "dpdk-64b-2t2c-x520" - data: "plot-performance-trending-dpdk" + - title: "DPDK 2T2C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-2t2c-x520-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 4T4C 64B MRR Trending" - output-file-name: "dpdk-64b-4t4c-x520" - data: "plot-performance-trending-dpdk" + - title: "DPDK 4T4C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-4t4c-x520-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'" parameters: - "result" @@ -1311,25 +1854,25 @@ # DPDK - x710 - 64B - - title: "DPDK 1T1C 64B MRR Trending" - output-file-name: "dpdk-64b-1t1c-x710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 1T1C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-1t1c-x710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 2T2C 64B MRR Trending" - output-file-name: "dpdk-64b-2t2c-x710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 2T2C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-2t2c-x710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 4T4C 64B MRR Trending" - output-file-name: "dpdk-64b-4t4c-x710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 4T4C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-4t4c-x710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'" parameters: - "result" @@ -1337,25 +1880,25 @@ # DPDK - xl710 - 64B - - title: "DPDK 1T1C 64B MRR Trending" - output-file-name: "dpdk-64b-1t1c-xl710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 1T1C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 2T2C 64B MRR Trending" - output-file-name: "dpdk-64b-2t2c-xl710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 2T2C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 4T4C 64B MRR Trending" - output-file-name: "dpdk-64b-4t4c-xl710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 4T4C 64B MRR Trending 3n-hsw" + output-file-name: "dpdk-64b-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'" parameters: - "result" @@ -1363,25 +1906,25 @@ # DPDK - x520 - IMIX - - title: "DPDK 1T1C IMIX MRR Trending" - output-file-name: "dpdk-imix-1t1c-x520" - data: "plot-performance-trending-dpdk" + - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-1t1c-x520-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 2T2C IMIX MRR Trending" - output-file-name: "dpdk-imix-2t2c-x520" - data: "plot-performance-trending-dpdk" + - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-2t2c-x520-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 4T4C IMIX MRR Trending" - output-file-name: "dpdk-imix-4t4c-x520" - data: "plot-performance-trending-dpdk" + - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-4t4c-x520-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'" parameters: - "result" @@ -1389,25 +1932,25 @@ # DPDK - x710 - IMIX - - title: "DPDK 1T1C IMIX MRR Trending" - output-file-name: "dpdk-imix-1t1c-x710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-1t1c-x710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 2T2C IMIX MRR Trending" - output-file-name: "dpdk-imix-2t2c-x710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-2t2c-x710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 4T4C IMIX MRR Trending" - output-file-name: "dpdk-imix-4t4c-x710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-4t4c-x710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'" parameters: - "result" @@ -1415,26 +1958,1628 @@ # DPDK - xl710 - IMIX - - title: "DPDK 1T1C IMIX MRR Trending" - output-file-name: "dpdk-imix-1t1c-xl710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 2T2C IMIX MRR Trending" - output-file-name: "dpdk-imix-2t2c-xl710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "DPDK 4T4C IMIX MRR Trending" - output-file-name: "dpdk-imix-4t4c-xl710" - data: "plot-performance-trending-dpdk" + - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw" + output-file-name: "dpdk-imix-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-dpdk-3n-hsw" filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'" parameters: - "result" layout: "plot-cpta" + +################################################################################ +# 3n-skx + +# L2 - x710 + + - title: "VPP 2T1C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-feature-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-feature-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-feature-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + +# L2 - xxv710 + + - title: "VPP 2T1C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-feature-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-feature-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 64B MRR Trending 3n-skx" + output-file-name: "l2-feature-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv4 - x710 + + - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-feature-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-feature-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-feature-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv4 - xxv710 + + - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-feature-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-feature-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx" + output-file-name: "ip4-feature-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv4 Tunnels - x710 + + - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx" + output-file-name: "ip4-tunnels-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx" + output-file-name: "ip4-tunnels-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx" + output-file-name: "ip4-tunnels-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv4 Tunnels - xxv710 + + - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx" + output-file-name: "ip4-tunnels-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx" + output-file-name: "ip4-tunnels-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx" + output-file-name: "ip4-tunnels-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv6 - x710 + + - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx" + output-file-name: "ip6-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx" + output-file-name: "ip6-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx" + output-file-name: "ip6-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv6 - xxv710 + + - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx" + output-file-name: "ip6-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx" + output-file-name: "ip6-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx" + output-file-name: "ip6-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# Container memif - x710, 64B + + - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx" + output-file-name: "container-memif-l2-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx" + output-file-name: "container-memif-l2-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx" + output-file-name: "container-memif-l2-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# Container memif - xxv710, 64B + + - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx" + output-file-name: "container-memif-l2-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx" + output-file-name: "container-memif-l2-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx" + output-file-name: "container-memif-l2-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# Container memif - x710, IMIX + + - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx" + output-file-name: "container-memif-imix-l2-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx" + output-file-name: "container-memif-imix-l2-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx" + output-file-name: "container-memif-imix-l2-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# Container memif - xxv710, IMIX + + - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx" + output-file-name: "container-memif-imix-l2-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx" + output-file-name: "container-memif-imix-l2-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx" + output-file-name: "container-memif-imix-l2-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, ethip4, 64B + + - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-ethip4-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-ethip4-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-ethip4-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - xxv710, ethip4, 64B + + - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-ethip4-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-ethip4-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-ethip4-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, ethip4, IMIX + + - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - xxv710, ethip4, IMIX + + - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, eth, 64B + + - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-eth-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-eth-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-eth-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - xxv710, eth, 64B + + - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-eth-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-eth-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx" + output-file-name: "vm-vhost-eth-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, eth, IMIX + + - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-eth-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-eth-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-eth-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - xxv710, eth, IMIX + + - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx" + output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# Link Bonding - x710 + + - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx" + output-file-name: "lb-64b-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx" + output-file-name: "lb-64b-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx" + output-file-name: "lb-64b-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx" + output-file-name: "lb-imix-2t1c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx" + output-file-name: "lb-imix-4t2c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx" + output-file-name: "lb-imix-8t4c-x710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + +# Link Bonding - xxv710 + + - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx" + output-file-name: "lb-64b-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx" + output-file-name: "lb-64b-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx" + output-file-name: "lb-64b-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx" + output-file-name: "lb-imix-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx" + output-file-name: "lb-imix-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx" + output-file-name: "lb-imix-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-vpp-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + +# DPDK - x710 - 64B + + - title: "DPDK 2T1C 64B MRR Trending 3n-skx" + output-file-name: "dpdk-64b-2t1c-x710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 4T2C 64B MRR Trending 3n-skx" + output-file-name: "dpdk-64b-4t2c-x710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 8T4C 64B MRR Trending 3n-skx" + output-file-name: "dpdk-64b-8t4c-x710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + +# DPDK - x710 - IMIX + + - title: "DPDK 2T1C IMIX MRR Trending 3n-skx" + output-file-name: "dpdk-imix-2t1c-x710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 4T2C IMIX MRR Trending 3n-skx" + output-file-name: "dpdk-imix-4t2c-x710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 8T4C IMIX MRR Trending 3n-skx" + output-file-name: "dpdk-imix-8t4c-x710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + +# DPDK - xxv710 - 64B + + - title: "DPDK 2T1C 64B MRR Trending 3n-skx" + output-file-name: "dpdk-64b-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 4T2C 64B MRR Trending 3n-skx" + output-file-name: "dpdk-64b-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 8T4C 64B MRR Trending 3n-skx" + output-file-name: "dpdk-64b-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + +# DPDK - xxv710 - IMIX + + - title: "DPDK 2T1C IMIX MRR Trending 3n-skx" + output-file-name: "dpdk-imix-2t1c-xxv710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 4T2C IMIX MRR Trending 3n-skx" + output-file-name: "dpdk-imix-4t2c-xxv710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 8T4C IMIX MRR Trending 3n-skx" + output-file-name: "dpdk-imix-8t4c-xxv710-3n-skx" + data: "plot-performance-trending-dpdk-3n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + +################################################################################ +# 2n-skx + +# L2 - x710 + + - title: "VPP 2T1C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-feature-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-feature-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-feature-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + +# L2 - xxv710 + + - title: "VPP 2T1C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-feature-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-feature-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 64B MRR Trending 2n-skx" + output-file-name: "l2-feature-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv4 - x710 + + - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-feature-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-feature-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-feature-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv4 - xxv710 + + - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-feature-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-feature-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx" + output-file-name: "ip4-feature-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv4 Tunnels - x710 + + - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx" + output-file-name: "ip4-tunnels-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx" + output-file-name: "ip4-tunnels-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx" + output-file-name: "ip4-tunnels-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv4 Tunnels - xxv710 + + - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx" + output-file-name: "ip4-tunnels-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx" + output-file-name: "ip4-tunnels-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx" + output-file-name: "ip4-tunnels-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv6 - x710 + + - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx" + output-file-name: "ip6-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx" + output-file-name: "ip6-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx" + output-file-name: "ip6-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# IPv6 - xxv710 + + - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx" + output-file-name: "ip6-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx" + output-file-name: "ip6-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx" + output-file-name: "ip6-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# Container memif - x710, 64B + + - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx" + output-file-name: "container-memif-l2-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx" + output-file-name: "container-memif-l2-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx" + output-file-name: "container-memif-l2-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# Container memif - xxv710, 64B + + - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx" + output-file-name: "container-memif-l2-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx" + output-file-name: "container-memif-l2-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx" + output-file-name: "container-memif-l2-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, ethip4, 64B + + - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-ethip4-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-ethip4-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-ethip4-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - xxv710, ethip4, 64B + + - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-ethip4-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-ethip4-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-ethip4-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, ethip4, IMIX + + - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - xxv710, ethip4, IMIX + + - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, eth, 64B + + - title: "VPP 2T1C VM vhost eth 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-eth-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-eth-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-eth-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - xxv710, eth, 64B + + - title: "VPP 2T1C VM vhost eth 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-eth-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-eth-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx" + output-file-name: "vm-vhost-eth-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - x710, eth, IMIX + + - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-eth-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-eth-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-eth-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# VM vhost - xxv710, eth, IMIX + + - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx" + output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + +# Link Bonding - x710 + + - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx" + output-file-name: "lb-64b-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx" + output-file-name: "lb-64b-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx" + output-file-name: "lb-64b-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx" + output-file-name: "lb-imix-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx" + output-file-name: "lb-imix-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx" + output-file-name: "lb-imix-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + +# Link Bonding - xxv710 + + - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx" + output-file-name: "lb-64b-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx" + output-file-name: "lb-64b-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx" + output-file-name: "lb-64b-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx" + output-file-name: "lb-imix-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx" + output-file-name: "lb-imix-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx" + output-file-name: "lb-imix-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-vpp-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + +# DPDK - x710 - 64B + + - title: "DPDK 2T1C 64B MRR Trending 2n-skx" + output-file-name: "dpdk-64b-2t1c-x710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 4T2C 64B MRR Trending 2n-skx" + output-file-name: "dpdk-64b-4t2c-x710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 8T4C 64B MRR Trending 2n-skx" + output-file-name: "dpdk-64b-8t4c-x710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + +# DPDK - x710 - IMIX + + - title: "DPDK 2T1C IMIX MRR Trending 2n-skx" + output-file-name: "dpdk-imix-2t1c-x710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 4T2C IMIX MRR Trending 2n-skx" + output-file-name: "dpdk-imix-4t2c-x710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 8T4C IMIX MRR Trending 2n-skx" + output-file-name: "dpdk-imix-8t4c-x710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + +# DPDK - xxv710 - 64B + + - title: "DPDK 2T1C 64B MRR Trending 2n-skx" + output-file-name: "dpdk-64b-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 4T2C 64B MRR Trending 2n-skx" + output-file-name: "dpdk-64b-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 8T4C 64B MRR Trending 2n-skx" + output-file-name: "dpdk-64b-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + +# DPDK - xxv710 - IMIX + + - title: "DPDK 2T1C IMIX MRR Trending 2n-skx" + output-file-name: "dpdk-imix-2t1c-xxv710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 4T2C IMIX MRR Trending 2n-skx" + output-file-name: "dpdk-imix-4t2c-xxv710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "DPDK 8T4C IMIX MRR Trending 2n-skx" + output-file-name: "dpdk-imix-8t4c-xxv710-2n-skx" + data: "plot-performance-trending-dpdk-2n-skx" + filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'" + parameters: + - "result" + layout: "plot-cpta"