X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification_CPTA.yaml;h=418e8183b0422276c9b848078063f8399bebb284;hp=7bb7312b11e3408decb1f626d557c1985329d4be;hb=b7b863ad5f1504bc5d82a557c68dc0db39304698;hpb=8853921639f749a0e49e37759df2b973947977e3 diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 7bb7312b11..418e8183b0 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Cisco and/or its affiliates. +# Copyright (c) 2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -61,6 +61,17 @@ # All directories MUST be defined in "paths" section. - "DIR[BUILD,HTML]" + testbeds: + "10.30.51.45": "LF-2n-SKX-21" + "10.30.51.53": "LF-2n-SKX-22" + "10.30.51.55": "LF-2n-SKX-23" + "10.30.51.57": "LF-2n-SKX-24" + "10.30.51.16": "LF-3n-HSW-01" + "10.30.51.20": "LF-3n-HSW-02" + "10.30.51.24": "LF-3n-HSW-03" + "10.30.51.48": "LF-3n-SKX-31" + "10.30.51.60": "LF-3n-SKX-32" + - type: "configuration" @@ -68,70 +79,215 @@ 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: + - "last-failed-tests-3n-hsw" + - "last-failed-tests-3n-skx" + - "last-failed-tests-2n-skx" + urls: + - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master" + - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-skx" + - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-skx" + url-details: "https://docs.fd.io/csit/master/trending/introduction/failures.html" + + 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: "trending-failed-tests" + # If defined, all output files are zipped into this file. + zip-output: "failed-tests.tar.gz" + data-sets: + # Compressed failed tests (last builds) + table-last-failed-tests-3n-hsw: + csit-vpp-perf-mrr-daily-master: + - "lastCompletedBuild" + table-last-failed-tests-3n-skx: + csit-vpp-perf-mrr-daily-master-3n-skx: + - "lastCompletedBuild" + table-last-failed-tests-2n-skx: + csit-vpp-perf-mrr-daily-master-2n-skx: + - "lastCompletedBuild" + table-last-failed-tests-nf-2n-skx: + csit-vpp-perf-mrr-weekly-master-2n-skx: + - "lastCompletedBuild" + # 3n-hsw plot-performance-trending-all-3n-hsw: csit-vpp-perf-mrr-daily-master: - start: 100 + start: 670 end: "lastCompletedBuild" + skip: + - 673 csit-dpdk-perf-mrr-weekly-master: - start: 3 + start: 67 end: "lastCompletedBuild" plot-performance-trending-vpp-3n-hsw: csit-vpp-perf-mrr-daily-master: - start: 100 + start: 670 end: "lastCompletedBuild" + skip: + - 673 plot-performance-trending-dpdk-3n-hsw: csit-dpdk-perf-mrr-weekly-master: - start: 3 + start: 67 end: "lastCompletedBuild" # 3n-skx plot-performance-trending-all-3n-skx: csit-vpp-perf-mrr-daily-master-3n-skx: - start: 1 + start: 380 end: "lastCompletedBuild" + skip: + - 410 + - 412 + - 413 + - 416 + - 418 + - 423 csit-dpdk-perf-mrr-weekly-master-3n-skx: - start: 1 + start: 33 end: "lastCompletedBuild" + skip: + - 31 plot-performance-trending-vpp-3n-skx: csit-vpp-perf-mrr-daily-master-3n-skx: - start: 1 + start: 380 end: "lastCompletedBuild" + skip: + - 410 + - 412 + - 413 + - 416 + - 418 + - 423 plot-performance-trending-dpdk-3n-skx: csit-dpdk-perf-mrr-weekly-master-3n-skx: - start: 1 + start: 33 end: "lastCompletedBuild" + skip: + - 31 # 2n-skx plot-performance-trending-all-2n-skx: csit-vpp-perf-mrr-daily-master-2n-skx: - start: 1 + start: 380 end: "lastCompletedBuild" + skip: + - 380 + - 381 + - 396 + - 398 + - 403 + - 404 + - 405 + - 411 + - 413 + - 414 + - 419 + - 423 + - 424 csit-dpdk-perf-mrr-weekly-master-2n-skx: - start: 1 + start: 33 end: "lastCompletedBuild" plot-performance-trending-vpp-2n-skx: csit-vpp-perf-mrr-daily-master-2n-skx: - start: 1 + start: 380 end: "lastCompletedBuild" + skip: + - 380 + - 381 + - 396 + - 398 + - 403 + - 404 + - 405 + - 411 + - 413 + - 414 + - 419 + - 423 + - 424 plot-performance-trending-dpdk-2n-skx: csit-dpdk-perf-mrr-weekly-master-2n-skx: - start: 1 + start: 33 + end: "lastCompletedBuild" + + plot-performance-trending-vpp-nfv-2n-skx: + csit-vpp-perf-mrr-weekly-master-2n-skx: + start: 6 end: "lastCompletedBuild" + skip: + - 3 + - 5 plot-layouts: plot-cpta: title: "" - autosize: False + titlefont: + size: 16 + autosize: True showlegend: True width: 1100 height: 800 @@ -203,35 +359,68 @@ - type: "input" general: - file-name: "output.xml.gz" + file-name: "output_info.xml.gz" file-format: ".gz" download-path: "{job}/{build}/archives/{filename}" extract: "output.xml" + # Number of days from now to the past. Only files generated in this + # time period are used. + time-period: 90 builds: # 3n-hsw csit-vpp-perf-mrr-daily-master: - start: 100 + start: 670 end: "lastCompletedBuild" + skip: + - 673 csit-dpdk-perf-mrr-weekly-master: - start: 3 + start: 67 end: "lastCompletedBuild" # 3n-skx csit-vpp-perf-mrr-daily-master-3n-skx: - start: 1 + start: 380 end: "lastCompletedBuild" + skip: + - 410 + - 412 + - 413 + - 416 + - 418 + - 423 csit-dpdk-perf-mrr-weekly-master-3n-skx: - start: 1 + start: 33 end: "lastCompletedBuild" + skip: + - 31 # 2n-skx csit-vpp-perf-mrr-daily-master-2n-skx: - start: 1 + start: 380 + end: "lastCompletedBuild" + skip: + - 380 + - 381 + - 396 + - 398 + - 403 + - 404 + - 405 + - 411 + - 413 + - 414 + - 419 + - 423 + - 424 + csit-vpp-perf-mrr-weekly-master-2n-skx: + start: 6 end: "lastCompletedBuild" + skip: + - 5 csit-dpdk-perf-mrr-weekly-master-2n-skx: - start: 1 + start: 33 end: "lastCompletedBuild" - @@ -247,6 +436,47 @@ ################################################################################ ################################################################################ + +# Compressed failed tests (last build) +- + type: "table" + title: "Last failed tests (last builds) 3n-hsw" + algorithm: "table_last_failed_tests" + output-file-ext: ".txt" + output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-hsw" + data: "table-last-failed-tests-3n-hsw" + filter: "'MRR'" + parameters: + - "name" + - "parent" + - "status" + +- + type: "table" + title: "Last failed tests (last builds) 3n-skx" + algorithm: "table_last_failed_tests" + output-file-ext: ".txt" + output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-skx" + data: "table-last-failed-tests-3n-skx" + filter: "'MRR'" + parameters: + - "name" + - "parent" + - "status" + +- + type: "table" + title: "Last failed tests (last builds) 2n-skx" + algorithm: "table_last_failed_tests" + output-file-ext: ".txt" + output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-skx" + data: "table-last-failed-tests-2n-skx" + filter: "'MRR'" + parameters: + - "name" + - "parent" + - "status" + # 3n-hsw - type: "table" @@ -264,9 +494,7 @@ # 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-1t1c-eth-l2bdscale1mmaclrn-ndrdisc" - outlier-const: 1.5 window: 14 - evaluated-window: 14 long-trend-window: 180 - @@ -285,9 +513,7 @@ # 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-2t2c-eth-l2bdscale1mmaclrn-ndrdisc" - outlier-const: 1.5 window: 14 - evaluated-window: 14 long-trend-window: 180 - @@ -306,9 +532,7 @@ # 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-4t4c-eth-l2bdscale1mmaclrn-ndrdisc" - outlier-const: 1.5 window: 14 - evaluated-window: 14 long-trend-window: 180 - @@ -351,7 +575,7 @@ # 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-1t1c-eth-l2bdscale1mmaclrn-ndrdisc" - window: 14 + window: 7 # days - type: "table" @@ -379,9 +603,7 @@ # 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 - @@ -400,9 +622,7 @@ # 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 - @@ -421,9 +641,7 @@ # 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 - @@ -466,7 +684,7 @@ # 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 + window: 7 # days - type: "table" @@ -494,9 +712,7 @@ # 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 - @@ -515,9 +731,7 @@ # 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 - @@ -536,9 +750,7 @@ # 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 - @@ -581,7 +793,7 @@ # 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 + window: 7 # days - type: "table" @@ -606,160 +818,422 @@ plots: +################################################################################ +# NFV + + - title: "VPP 2T1C NF Service Density VNFc 64B MRR Trending 2n-skx" + output-file-name: "vnfc-eth-l2bd-64b-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Chain" + - "2 Chains" + - "4 Chains" + - "6 Chains" + - "8 Chains" + - "10 Chains" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + + - title: "VPP 4T2C NF Service Density VNFc 64B MRR Trending 2n-skx" + output-file-name: "vnfc-eth-l2bd-64b-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Chain" + - "2 Chains" + - "4 Chains" + - "6 Chains" + - "8 Chains" + - "10 Chains" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + + - title: "VPP 8T4C NF Service Density VNFc 64B MRR Trending 2n-skx" + output-file-name: "vnfc-eth-l2bd-64b-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Chain" + - "2 Chains" + - "4 Chains" + - "6 Chains" + - "8 Chains" + - "10 Chains" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + + - title: "VPP 2T1C NF Service Density CNFc 64B MRR Trending 2n-skx" + output-file-name: "cnfc-eth-l2bd-64b-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Chain" + - "2 Chains" + - "4 Chains" + - "6 Chains" + - "8 Chains" + - "10 Chains" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + + - title: "VPP 4T2C NF Service Density CNFc 64B MRR Trending 2n-skx" + output-file-name: "cnfc-eth-l2bd-64b-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Chain" + - "2 Chains" + - "4 Chains" + - "6 Chains" + - "8 Chains" + - "10 Chains" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + + - title: "VPP 8T4C NF Service Density CNFc 64B MRR Trending 2n-skx" + output-file-name: "cnfc-eth-l2bd-64b-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Chain" + - "2 Chains" + - "4 Chains" + - "6 Chains" + - "8 Chains" + - "10 Chains" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + + - title: "VPP 2T1C NF Service Density CNFp 64B MRR Trending 2n-skx" + output-file-name: "cnfp-eth-l2bd-64b-2t1c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Pipe" + - "2 Pipes" + - "4 Pipes" + - "6 Pipes" + - "8 Pipes" + - "10 Pipes" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + + - title: "VPP 4T2C NF Service Density CNFp 64B MRR Trending 2n-skx" + output-file-name: "cnfp-eth-l2bd-64b-4t2c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Pipe" + - "2 Pipes" + - "4 Pipes" + - "6 Pipes" + - "8 Pipes" + - "10 Pipes" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + + - title: "VPP 8T4C NF Service Density CNFp 64B MRR Trending 2n-skx" + output-file-name: "cnfp-eth-l2bd-64b-8t4c-x710-2n-skx" + data: "plot-performance-trending-vpp-nfv-2n-skx" + filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'" + groups: + - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"] + - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"] + - ["4R1C", "4R2C", "4R4C"] + - ["6R1C", "6R2C"] + - ["8R1C", "8R2C"] + - ["10R1C"] + group-names: + - "1 Pipe" + - "2 Pipes" + - "4 Pipes" + - "6 Pipes" + - "8 Pipes" + - "10 Pipes" + parameters: + - "result" + - "tags" + layout: "plot-cpta" + ################################################################################ # 3n-hsw +# L2 - VIC-1227 + + - title: "3n-hsw-vic1227-l2sw-64b-base-scale-1t1c" + output-file-name: "l2-1t1c-vic1227-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Cisco-VIC-1227' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "3n-hsw-vic1227-l2sw-64b-base-scale-2t2c" + output-file-name: "l2-2t2c-vic1227-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Cisco-VIC-1227' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "3n-hsw-vic1227-l2sw-64b-base-scale-4t4c" + output-file-name: "l2-4t4c-vic1227-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Cisco-VIC-1227' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" + parameters: + - "result" + layout: "plot-cpta" + +# L2 - VIC-1385 + + - title: "3n-hsw-vic1385-l2sw-64b-base-scale-1t1c" + output-file-name: "l2-1t1c-vic1385-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Cisco-VIC-1385' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "3n-hsw-vic1385-l2sw-64b-base-scale-2t2c" + output-file-name: "l2-2t2c-vic1385-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Cisco-VIC-1385' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "3n-hsw-vic1385-l2sw-64b-base-scale-4t4c" + output-file-name: "l2-4t4c-vic1385-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Cisco-VIC-1385' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" + parameters: + - "result" + layout: "plot-cpta" + # L2 - x520 - - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-base-scale-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-base-scale-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-base-scale-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C L2 64B IACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-iacl-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B IACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-iacl-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B IACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-iacl-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C L2 64B OACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-oacl-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B OACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-oacl-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B OACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-oacl-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C L2 64B MACIP MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-macip-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B MACIP MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-macip-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B MACIP MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-64b-features-macip-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" # L2 - xl710 - - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-64b-base-scale-1t1c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-64b-base-scale-2t2c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-64b-base-scale-4t4c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" # L2 - x710 - - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-64b-base-scale-1t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-64b-base-scale-2t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-64b-base-scale-4t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-64b-features-1t1c" 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'" @@ -767,7 +1241,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-64b-features-2t2c" 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'" @@ -775,7 +1249,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-64b-features-4t4c" 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'" @@ -785,155 +1259,155 @@ # IPv4 - x520 - - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-base-scale-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-base-scale-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-base-scale-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C IPv4 64B IACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-iacl-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B IACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-iacl-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B IACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-iacl-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C IPv4 64B OACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-oacl-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B OACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-oacl-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B OACL MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-oacl-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'NAT44' and('BASE' or 'SRC_USER_4000') and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'NAT44' and('BASE' or 'SRC_USER_4000') and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-64b-features-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'NAT44' and('BASE' or 'SRC_USER_4000') and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" # IPv4 - xl710 - - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip4-64b-base-scale-features-1t1c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip4-64b-base-scale-features-2t2c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip4-64b-base-scale-features-4t4c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" # IPv4 - x710 - - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-64b-base-scale-1t1c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-64b-base-scale-2t2c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-64b-base-scale-4t4c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-64b-features-1t1c" 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'" @@ -941,7 +1415,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-64b-features-2t2c" 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'" @@ -949,7 +1423,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-64b-features-4t4c" 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'" @@ -959,33 +1433,33 @@ # IPv4 Tunnels - x520 - - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4tun-64b-base-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and 'LISP' and 'IP6UNRLAY' and 'IP4OVRLAY' and not 'VHOST' and not 'IPSECHW'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4tun-64b-base-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and 'LISP' and 'IP6UNRLAY' and 'IP4OVRLAY' and not 'VHOST' and not 'IPSECHW'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4tun-64b-base-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and 'LISP' and 'IP6UNRLAY' and 'IP4OVRLAY' and not 'VHOST' and not 'IPSECHW'" parameters: - "result" layout: "plot-cpta" # IPv4 Tunnels - x710 - - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4tun-64b-base-1t1c" 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'" @@ -993,7 +1467,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4tun-64b-base-2t2c" 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'" @@ -1001,7 +1475,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4tun-64b-base-4t4c" 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'" @@ -1011,33 +1485,33 @@ # IPv6 - x520 - - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip6-78b-base-scale-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and 'BASE' and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip6-78b-base-scale-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and 'BASE' and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip6-78b-base-scale-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and 'BASE' and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" # IPv6 - xl710 - - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip6-78b-base-scale-1t1c" 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'" @@ -1045,7 +1519,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip6-78b-base-scale-2t2c" 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'" @@ -1053,7 +1527,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip6-78b-base-scale-4t4c" 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'" @@ -1063,399 +1537,399 @@ # IPv6 - x710 - - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip6-78b-base-scale-1t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip6-78b-base-scale-2t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip6-78b-base-scale-4t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" # Container memif - x520, 64B - - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-memif-64b-base-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-memif-64b-base-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-memif-64b-base-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # Container memif - x520, IMIX - - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-memif-imix-base-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-memif-imix-base-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-memif-imix-base-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # Container memif - xl710, 64B - - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-memif-64b-base-1t1c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-memif-64b-base-2t2c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-memif-64b-base-4t4c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # Container memif - xl710, IMIX - - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-memif-imix-base-1t1c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-memif-imix-base-2t2c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-l2sw-memif-imix-base-4t4c" 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'" + filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # Container memif - x710, 64B - - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-memif-64b-base-1t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-memif-64b-base-2t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-memif-64b-base-4t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # Container memif - x710, IMIX - - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-memif-imix-base-1t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-memif-imix-base-2t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-memif-imix-base-4t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # VM vhost - x520, ethip4, 64B - - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-vhost-64b-base-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-vhost-64b-base-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-vhost-64b-base-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" # VM vhost - x520, ethip4, IMIX - - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-vhost-imix-base-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-vhost-imix-base-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-ip4-vhost-imix-base-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" # VM vhost - x520, eth, 64B - - title: "VPP 1T1C VM vhost eth L2XC 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth L2XC 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth L2XC 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C VM vhost eth L2BD 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth L2BD 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth L2BD 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" # VM vhost - x520, eth, IMIX - - title: "VPP 1T1C VM vhost eth L2XC IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth L2XC IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth L2XC IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C VM vhost eth L2BD IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth L2BD IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth L2BD IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-4t4c" 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 - 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'" - - parameters: - - "result" - layout: "plot-cpta" - - - 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 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 - 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'" - - parameters: - - "result" - layout: "plot-cpta" - - - 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'" parameters: - "result" layout: "plot-cpta" - - 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 - xl710, eth, 64B +# +# - title: "3n-hsw-xl710-l2sw-vhost-64b-base-1t1c" +# 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'" +# +# parameters: +# - "result" +# layout: "plot-cpta" +# +# - title: "3n-hsw-xl710-l2sw-vhost-64b-base-2t2c" +# 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: "3n-hsw-xl710-l2sw-vhost-64b-base-4t4c" +# 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 - xl710, eth, IMIX +# +# - title: "3n-hsw-xl710-l2sw-vhost-imix-base-1t1c" +# 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'" +# +# parameters: +# - "result" +# layout: "plot-cpta" +# +# - title: "3n-hsw-xl710-l2sw-vhost-imix-base-2t2c" +# 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: "3n-hsw-xl710-l2sw-vhost-imix-base-4t4c" +# 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, ethip4, 64B - - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-vhost-64b-base-1t1c" 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'" @@ -1463,7 +1937,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-vhost-64b-base-2t2c" 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'" @@ -1471,7 +1945,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-vhost-64b-base-4t4c" 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'" @@ -1481,7 +1955,7 @@ # VM vhost - x710, ethip4, IMIX - - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-vhost-imix-base-1t1c" 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'" @@ -1489,7 +1963,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-vhost-imix-base-2t2c" 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'" @@ -1497,7 +1971,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-ip4-vhost-imix-base-4t4c" 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'" @@ -1507,7 +1981,7 @@ # VM vhost - x710, eth, 64B - - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-vhost-64b-base-1t1c" 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'" @@ -1516,7 +1990,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-vhost-64b-base-2t2c" 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'" @@ -1524,7 +1998,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-vhost-64b-base-4t4c" 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'" @@ -1534,7 +2008,7 @@ # VM vhost - x710, eth, IMIX - - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-vhost-imix-base-1t1c" 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'" @@ -1543,7 +2017,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-vhost-imix-base-2t2c" 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'" @@ -1551,7 +2025,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-l2sw-vhost-imix-base-4t4c" 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'" @@ -1559,135 +2033,185 @@ - "result" layout: "plot-cpta" +# VTS - x520, 114B + + - title: "3n-hsw-x520-vts-114b-1t1c" + 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: "3n-hsw-x520-vts-114b-2t2c" + 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: "3n-hsw-x520-vts-114b-4t4c" + 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 MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-1t1c" 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'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C IPSec 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-2t2c" 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'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C IPSec 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-4t4c" 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'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" -# SRv6 - x520 - - - title: "VPP 1T1C SRv6 78B MRR Trending 3n-hsw" - output-file-name: "srv6-78b-1t1c-x520-3n-hsw" + - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-1t1c" + output-file-name: "ipsecsw-1t1c-xl710-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C SRv6 78B MRR Trending 3n-hsw" - output-file-name: "srv6-78b-2t2c-x520-3n-hsw" + - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-2t2c" + output-file-name: "ipsecsw-2t2c-xl710-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C SRv6 78B MRR Trending 3n-hsw" - output-file-name: "srv6-78b-4t4c-x520-3n-hsw" + - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-4t4c" + output-file-name: "ipsecsw-4t4c-xl710-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C SRv6 IMIX MRR Trending 3n-hsw" - output-file-name: "srv6-imix-1t1c-x520-3n-hsw" +# SRv6 - x520 + + - title: "3n-hsw-x520-srv6-78b-1t1c" + output-file-name: "srv6-78b-1t1c-x520-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'" + filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C SRv6 IMIX MRR Trending 3n-hsw" - output-file-name: "srv6-imix-2t2c-x520-3n-hsw" + - title: "3n-hsw-x520-srv6-78b-2t2c" + output-file-name: "srv6-78b-2t2c-x520-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'" + filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C SRv6 IMIX MRR Trending 3n-hsw" - output-file-name: "srv6-imix-4t4c-x520-3n-hsw" + - title: "3n-hsw-x520-srv6-78b-4t4c" + output-file-name: "srv6-78b-4t4c-x520-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'" + filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'" parameters: - "result" layout: "plot-cpta" +# - title: "3n-hsw-x520-srv6-imix-1t1c" +# 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: "3n-hsw-x520-srv6-imix-2t2c" +# 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: "3n-hsw-x520-srv6-imix-4t4c" +# 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" +# layout: "plot-cpta" + # Link Bonding - x520 - - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-lb-64b-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-lb-64b-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-lb-64b-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-lb-imix-1t1c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-lb-imix-2t2c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x520-lb-imix-4t4c" 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'" + filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'" parameters: - "result" layout: "plot-cpta" # Link Bonding - x710 - - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-lb-64b-1t1c" 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'" @@ -1695,7 +2219,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-lb-64b-2t2c" 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'" @@ -1703,7 +2227,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-lb-64b-4t4c" 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'" @@ -1711,7 +2235,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-lb-imix-1t1c" 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'" @@ -1719,7 +2243,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-lb-imix-2t2c" 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'" @@ -1727,7 +2251,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw" + - title: "3n-hsw-x710-lb-imix-4t4c" 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'" @@ -1737,7 +2261,7 @@ # DPDK - x520 - 64B - - title: "DPDK 1T1C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-dpdk-64b-1t1c" 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'" @@ -1745,7 +2269,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 2T2C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-dpdk-64b-2t2c" 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'" @@ -1753,7 +2277,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 4T4C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x520-dpdk-64b-4t4c" 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'" @@ -1763,7 +2287,7 @@ # DPDK - x710 - 64B - - title: "DPDK 1T1C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-dpdk-64b-1t1c" 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'" @@ -1771,7 +2295,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 2T2C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-dpdk-64b-2t2c" 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'" @@ -1779,7 +2303,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 4T4C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-x710-dpdk-64b-4t4c" 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'" @@ -1789,7 +2313,7 @@ # DPDK - xl710 - 64B - - title: "DPDK 1T1C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-dpdk-64b-1t1c" 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'" @@ -1797,7 +2321,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 2T2C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-dpdk-64b-2t2c" 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'" @@ -1805,7 +2329,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 4T4C 64B MRR Trending 3n-hsw" + - title: "3n-hsw-xl710-dpdk-64b-4t4c" 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'" @@ -1813,90 +2337,90 @@ - "result" layout: "plot-cpta" -# DPDK - x520 - IMIX - - - 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 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 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" - layout: "plot-cpta" - -# DPDK - x710 - IMIX - - - 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 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 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" - layout: "plot-cpta" - -# DPDK - xl710 - IMIX - - - 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 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 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" +## DPDK - x520 - IMIX +# +# - 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 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 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" +# layout: "plot-cpta" +# +## DPDK - x710 - IMIX +# +# - 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 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 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" +# layout: "plot-cpta" +# +## DPDK - xl710 - IMIX +# +# - 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 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 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" + - title: "3n-skx-x710-l2sw-64b-base-scale-2t1c" 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'" @@ -1904,7 +2428,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-64b-base-scale-4t2c" 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'" @@ -1912,7 +2436,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-64b-base-scale-8t4c" 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'" @@ -1920,7 +2444,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T1C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-64b-features-2t1c" 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'" @@ -1928,7 +2452,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-64b-features-4t2c" 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'" @@ -1936,7 +2460,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-64b-features-8t4c" 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'" @@ -1946,31 +2470,31 @@ # L2 - xxv710 - - title: "VPP 2T1C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-64b-base-scale-2t1c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-64b-base-scale-4t2c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-64b-base-scale-8t4c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T1C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-64b-features-2t1c" 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'" @@ -1978,7 +2502,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-64b-features-4t2c" 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'" @@ -1986,7 +2510,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-64b-features-8t4c" 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'" @@ -1996,31 +2520,31 @@ # IPv4 - x710 - - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-64b-base-scale-2t1c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-64b-base-scale-4t2c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-64b-base-scale-8t4c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-64b-features-2t1c" 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'" @@ -2028,7 +2552,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-64b-features-4t2c" 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'" @@ -2036,7 +2560,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-64b-features-8t4c" 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'" @@ -2046,7 +2570,7 @@ # IPv4 - xxv710 - - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-64b-base-scale-2t1c" 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'" @@ -2054,7 +2578,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-64b-base-scale-4t2c" 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'" @@ -2062,7 +2586,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-64b-base-scale-8t4c" 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'" @@ -2070,7 +2594,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-64b-features-2t1c" 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'" @@ -2078,7 +2602,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-64b-features-4t2c" 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'" @@ -2086,7 +2610,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-64b-features-8t4c" 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'" @@ -2096,7 +2620,7 @@ # IPv4 Tunnels - x710 - - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4tun-64b-base-2t1c" 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'" @@ -2104,7 +2628,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4tun-64b-base-4t2c" 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'" @@ -2112,7 +2636,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4tun-64b-base-8t4c" 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'" @@ -2122,7 +2646,7 @@ # IPv4 Tunnels - xxv710 - - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4tun-64b-base-2t1c" 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'" @@ -2130,7 +2654,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4tun-64b-base-4t2c" 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'" @@ -2138,7 +2662,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4tun-64b-base-8t4c" 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'" @@ -2148,163 +2672,163 @@ # IPv6 - x710 - - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip6-78b-base-scale-2t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip6-78b-base-scale-4t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip6-78b-base-scale-8t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" # IPv6 - xxv710 - - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip6-78b-base-scale-2t1c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip6-78b-base-scale-4t2c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip6-78b-base-scale-8t4c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" # Container memif - x710, 64B - - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-memif-64b-base-2t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-memif-64b-base-4t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-memif-64b-base-8t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # Container memif - xxv710, 64B - - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-memif-64b-base-2t1c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-memif-64b-base-4t2c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-memif-64b-base-8t4c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # Container memif - x710, IMIX - - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-memif-imix-base-2t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-memif-imix-base-4t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-memif-imix-base-8t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # Container memif - xxv710, IMIX - - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-memif-imix-base-2t1c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-memif-imix-base-4t2c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-memif-imix-base-8t4c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" # VM vhost - x710, ethip4, 64B - - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-vhost-64b-base-2t1c" 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'" @@ -2312,7 +2836,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-vhost-64b-base-4t2c" 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'" @@ -2320,7 +2844,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-vhost-64b-base-8t4c" 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'" @@ -2330,7 +2854,7 @@ # VM vhost - xxv710, ethip4, 64B - - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-vhost-64b-base-2t1c" 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'" @@ -2338,7 +2862,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-vhost-64b-base-4t2c" 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'" @@ -2346,7 +2870,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-vhost-64b-base-8t4c" 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'" @@ -2356,7 +2880,7 @@ # VM vhost - x710, ethip4, IMIX - - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-vhost-imix-base-2t1c" 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'" @@ -2364,7 +2888,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-vhost-imix-base-4t2c" 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'" @@ -2372,7 +2896,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-ip4-vhost-imix-base-8t4c" 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'" @@ -2382,7 +2906,7 @@ # VM vhost - xxv710, ethip4, IMIX - - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-vhost-imix-base-2t1c" 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'" @@ -2390,7 +2914,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-vhost-imix-base-4t2c" 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'" @@ -2398,7 +2922,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-ip4-vhost-imix-base-8t4c" 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'" @@ -2408,7 +2932,7 @@ # VM vhost - x710, eth, 64B - - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-vhost-64b-base-2t1c" 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'" @@ -2417,7 +2941,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-vhost-64b-base-4t2c" 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'" @@ -2425,7 +2949,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-vhost-64b-base-8t4c" 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'" @@ -2435,7 +2959,7 @@ # VM vhost - xxv710, eth, 64B - - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-vhost-64b-base-2t1c" 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'" @@ -2444,7 +2968,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-vhost-64b-base-4t2c" 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'" @@ -2452,7 +2976,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-vhost-64b-base-8t4c" 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'" @@ -2462,7 +2986,7 @@ # VM vhost - x710, eth, IMIX - - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-vhost-imix-base-2t1c" 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'" @@ -2471,7 +2995,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-vhost-imix-base-4t2c" 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'" @@ -2479,7 +3003,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-l2sw-vhost-imix-base-8t4c" 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'" @@ -2489,7 +3013,7 @@ # VM vhost - xxv710, eth, IMIX - - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-vhost-imix-base-2t1c" 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'" @@ -2498,7 +3022,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-vhost-imix-base-4t2c" 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'" @@ -2506,7 +3030,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx" + - title: "3n-skx-xxv710-l2sw-vhost-imix-base-8t4c" 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'" @@ -2516,107 +3040,107 @@ # Link Bonding - x710 - - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-lb-64b-2t1c" 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'" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-lb-64b-4t2c" 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'" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-lb-64b-8t4c" 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'" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-lb-imix-2t1c" 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'" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-lb-imix-4t2c" 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'" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx" + - title: "3n-skx-x710-lb-imix-8t4c" 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'" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'" 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" +## 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_VPP'" +# 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_VPP'" +# 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_VPP'" +# 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_VPP'" +# 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_VPP'" +# 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_VPP'" +# parameters: +# - "result" +# layout: "plot-cpta" # DPDK - x710 - 64B - - title: "DPDK 2T1C 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-dpdk-64b-2t1c" 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'" @@ -2624,7 +3148,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 4T2C 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-dpdk-64b-4t2c" 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'" @@ -2632,7 +3156,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 8T4C 64B MRR Trending 3n-skx" + - title: "3n-skx-x710-dpdk-64b-8t4c" 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'" @@ -2640,35 +3164,35 @@ - "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 - 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" + - title: "3n-skx-xxv710-dpdk-64b-2t1c" 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'" @@ -2676,7 +3200,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 4T2C 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-dpdk-64b-4t2c" 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'" @@ -2684,7 +3208,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 8T4C 64B MRR Trending 3n-skx" + - title: "3n-skx-xxv710-dpdk-64b-8t4c" 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'" @@ -2692,62 +3216,62 @@ - "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" +## 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" + - title: "2n-skx-x710-l2sw-64b-base-scale-2t1c" 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'" + 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' and not 'POLICE_MARK'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-64b-base-scale-4t2c" 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'" + 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' and not 'POLICE_MARK'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-64b-base-scale-8t4c" 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'" + 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' and not 'POLICE_MARK'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T1C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-64b-features-2t1c" 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'" @@ -2755,7 +3279,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-64b-features-4t2c" 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'" @@ -2763,7 +3287,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-64b-features-8t4c" 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'" @@ -2773,31 +3297,31 @@ # L2 - xxv710 - - title: "VPP 2T1C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-l2sw-64b-base-scale-2t1c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-l2sw-64b-base-scale-4t2c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-l2sw-64b-base-scale-8t4c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK' and not 'DRV_AVF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T1C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-l2sw-64b-features-2t1c" 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'" @@ -2805,7 +3329,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-l2sw-64b-features-4t2c" 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'" @@ -2813,7 +3337,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-l2sw-64b-features-8t4c" 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'" @@ -2823,31 +3347,31 @@ # IPv4 - x710 - - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-64b-base-scale-2t1c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-64b-base-scale-4t2c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-64b-base-scale-8t4c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-64b-features-2t1c" 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'" @@ -2855,7 +3379,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-64b-features-4t2c" 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'" @@ -2863,7 +3387,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-64b-features-8t4c" 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'" @@ -2873,57 +3397,57 @@ # IPv4 - xxv710 - - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip4-64b-base-scale-2t1c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip4-64b-base-scale-4t2c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip4-64b-base-scale-8t4c" 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'" + 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' and not 'POLICE_MARK' and not 'MEMIF'" 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" +# - title: "2n-skx-xxv710-ip4-64b-features-2t1c" +# 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: "2n-skx-xxv710-ip4-64b-features-4t2c" +# 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: "2n-skx-xxv710-ip4-64b-features-8t4c" +# 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" + - title: "2n-skx-x710-ip4tun-64b-base-2t1c" 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'" @@ -2931,7 +3455,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4tun-64b-base-4t2c" 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'" @@ -2939,7 +3463,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4tun-64b-base-8t4c" 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'" @@ -2949,7 +3473,7 @@ # IPv4 Tunnels - xxv710 - - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip4tun-64b-base-2t1c" 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'" @@ -2957,7 +3481,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip4tun-64b-base-4t2c" 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'" @@ -2965,7 +3489,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip4tun-64b-base-8t4c" 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'" @@ -2975,323 +3499,323 @@ # IPv6 - x710 - - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip6-78b-base-scale-2t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip6-78b-base-scale-4t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip6-78b-base-scale-8t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" # IPv6 - xxv710 - - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip6-78b-base-scale-2t1c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip6-78b-base-scale-4t2c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-ip6-78b-base-scale-8t4c" 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'" + filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'" parameters: - "result" layout: "plot-cpta" # Container memif - x710, 64B - - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-memif-64b-base-2t1c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'DRV_AVF' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-memif-64b-base-4t2c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'DRV_AVF' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-memif-64b-base-8t4c" 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'" + filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'DRV_AVF' and not 'NF_DENSITY'" 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" +## Container memif - xxv710, 64B +# +# - title: "2n-skx-xxv710-l2sw-memif-64b-base-2t1c" +# 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' and not 'NF_DENSITY'" +# parameters: +# - "result" +# layout: "plot-cpta" +# +# - title: "2n-skx-xxv710-l2sw-memif-64b-base-4t2c" +# 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' and not 'NF_DENSITY'" +# parameters: +# - "result" +# layout: "plot-cpta" +# +# - title: "2n-skx-xxv710-l2sw-memif-64b-base-8t4c" +# 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' and not 'NF_DENSITY'" +# parameters: +# - "result" +# layout: "plot-cpta" # VM vhost - x710, ethip4, 64B - - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-vhost-64b-base-2t1c-mrr" 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'" + 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' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-vhost-64b-base-4t2c-mrr" 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'" + 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' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-vhost-64b-base-8t4c-mrr" 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'" + 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' and not 'NF_DENSITY'" 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 - xxv710, ethip4, 64B +# +# - title: "2n-skx-xxv710-ip4-vhost-64b-base-2t1c" +# 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: "2n-skx-xxv710-ip4-vhost-64b-base-4t2c" +# 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: "2n-skx-xxv710-ip4-vhost-64b-base-8t4c" +# 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" + - title: "2n-skx-x710-ip4-vhost-imix-base-2t1c" 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'" + 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' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-vhost-imix-base-4t2c" 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'" + 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' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx" + - title: "2n-skx-x710-ip4-vhost-imix-base-8t4c" 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'" + 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' and not 'NF_DENSITY'" 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 - xxv710, ethip4, IMIX +# +# - title: "2n-skx-xxv710-ip4-vhost-imix-base-2t1c" +# 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: "2n-skx-xxv710-ip4-vhost-imix-base-4t2c" +# 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: "2n-skx-xxv710-ip4-vhost-imix-base-8t4c" +# 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" + - title: "2n-skx-x710-l2sw-vhost-64b-base-2t1c" 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'" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-vhost-64b-base-4t2c" 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'" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-vhost-64b-base-8t4c" 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'" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'" 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 - xxv710, eth, 64B +# +# - title: "2n-skx-xxv710-l2sw-vhost-64b-base-2t1c" +# 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: "2n-skx-xxv710-l2sw-vhost-64b-base-4t2c" +# 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: "2n-skx-xxv710-l2sw-vhost-64b-base-8t4c" +# 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" + - title: "2n-skx-x710-l2sw-vhost-imix-base-2t1c" 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'" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-vhost-imix-base-4t2c" 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'" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'" parameters: - "result" layout: "plot-cpta" - - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx" + - title: "2n-skx-x710-l2sw-vhost-imix-base-8t4c" 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'" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'" 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" +## VM vhost - xxv710, eth, IMIX +# +# - title: "2n-skx-xxv710-l2sw-vhost-imix-base-2t1c" +# 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: "2n-skx-xxv710-l2sw-vhost-imix-base-4t2c" +# 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: "2n-skx-xxv710-l2sw-vhost-imix-base-8t4c" +# 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" + - title: "2n-skx-x710-lb-64b-2t1c" 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'" @@ -3299,7 +3823,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-lb-64b-4t2c" 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'" @@ -3307,7 +3831,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-lb-64b-8t4c" 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'" @@ -3315,7 +3839,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx" + - title: "2n-skx-x710-lb-imix-2t1c" 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'" @@ -3323,7 +3847,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx" + - title: "2n-skx-x710-lb-imix-4t2c" 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'" @@ -3331,7 +3855,7 @@ - "result" layout: "plot-cpta" - - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx" + - title: "2n-skx-x710-lb-imix-8t4c" 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'" @@ -3339,59 +3863,59 @@ - "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" +## 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" + - title: "2n-skx-x710-dpdk-64b-2t1c" 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'" @@ -3399,7 +3923,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 4T2C 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-dpdk-64b-4t2c" 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'" @@ -3407,7 +3931,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 8T4C 64B MRR Trending 2n-skx" + - title: "2n-skx-x710-dpdk-64b-8t4c" 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'" @@ -3415,35 +3939,35 @@ - "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 - 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" + - title: "2n-skx-xxv710-dpdk-64b-2t1c" 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'" @@ -3451,7 +3975,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 4T2C 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-dpdk-64b-4t2c" 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'" @@ -3459,7 +3983,7 @@ - "result" layout: "plot-cpta" - - title: "DPDK 8T4C 64B MRR Trending 2n-skx" + - title: "2n-skx-xxv710-dpdk-64b-8t4c" 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'" @@ -3467,28 +3991,28 @@ - "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" +## 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"