Trending: Remove unneeded tests from Dashboard
[csit.git] / resources / tools / presentation / specification_CPTA.yaml
1 # Copyright (c) 2019 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 # This is the specification of parameters for "Continuous Performance Trending
15 # and Analysis" feature provided by PAL.
16
17 -
18   type: "environment"
19
20   paths:
21     # Top level directories:
22     ## Working directory
23     DIR[WORKING]: "_tmp"
24     ## Build directories
25     DIR[BUILD,HTML]: "_build"
26     ## Static .rst files
27     DIR[RST]: "../../../docs/cpta"
28
29     # Static html content
30     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
31     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
32     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
33
34     # Working directories
35     ## Input data files (.zip, .xml)
36     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
37     ## Static source files from git
38     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
39     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
40
41     # .css patch file
42     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
43     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
44
45   urls:
46     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
47     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
48     URL[NEXUS]: "https://docs.fd.io/csit"
49     DIR[NEXUS]: "trending/_static/archive"
50
51   make-dirs:
52   # List the directories which are created while preparing the environment.
53   # All directories MUST be defined in "paths" section.
54   - "DIR[WORKING,DATA]"
55   - "DIR[WORKING,SRC,STATIC]"
56   - "DIR[BUILD,HTML]"
57   - "DIR[STATIC,VPP]"
58   - "DIR[STATIC,ARCH]"
59   build-dirs:
60   # List the directories where the results (build) is stored.
61   # All directories MUST be defined in "paths" section.
62   - "DIR[BUILD,HTML]"
63
64   testbeds:
65     "10.30.51.45": "LF-2n-SKX-21"
66     "10.30.51.53": "LF-2n-SKX-22"
67     "10.30.51.55": "LF-2n-SKX-23"
68     "10.30.51.57": "LF-2n-SKX-24"
69     "10.30.51.16": "LF-3n-HSW-01"
70     "10.30.51.20": "LF-3n-HSW-02"
71     "10.30.51.24": "LF-3n-HSW-03"
72     "10.30.51.48": "LF-3n-SKX-31"
73     "10.30.51.60": "LF-3n-SKX-32"
74
75 -
76   type: "configuration"
77
78   mapping-file: "mapping_tc_names.yaml"
79
80   ignore-list: "ignored_tcs.yaml"
81
82   alerting:
83
84     alerts:
85
86 # As Jenkins slave is not configured to send emails, this is now only as
87 # a working example:
88 #
89 #      # Send the list of failed tests vie email.
90 #      # Pre-requisites:
91 #      # - SMTP server is installed on the Jenkins slave
92 #      # - SMTP server is configured to send emails. Default configuration is
93 #      #   sufficient.
94 #      email-failed-tests:
95 #        # Title is used in logs and also as the email subject.
96 #        title: "Trending: Failed Tests"
97 #        # Type of alert.
98 #        type: "failed-tests"
99 #        # How to send the alert. The used way must be specified in the
100 #        # configuration part.
101 #        way: "email"
102 #        # Data to be included in the alert.
103 #        # Here is used the list of tables generated by the function
104 #        # "table_failed_tests_html".
105 #        include:
106 #        - "failed-tests-3n-hsw"
107 #        - "failed-tests-3n-skx"
108 #        - "failed-tests-2n-skx"
109 #        # This url is used in the tables instead of the original one. The aim
110 #        # is to make the links usable also from the email.
111 #        url: "https://docs.fd.io/csit/master/trending/trending"
112
113       # Jenkins job sends the email with failed tests.
114       # Pre-requisites:
115       # - Jenkins job is configured to send emails in "Post-build Actions" -->
116       #   "Editable Email Notification".
117       jenkins-send-failed-tests:
118         title: "Trending: Failed Tests"
119         type: "failed-tests"
120         way: "jenkins"
121         include:
122         - "failed-tests-3n-hsw"
123         - "failed-tests-3n-skx"
124         - "failed-tests-2n-skx"
125         url: "https://docs.fd.io/csit/master/trending/trending"
126
127     configurations:
128       # Configuration of the email notifications.
129       email:
130         # SMTP server
131         server: "localhost"
132         # List of recipients.
133         address-to:
134         - "csit-report@lists.fd.io"
135         # Sender
136         address-from: "testuser@testserver.com"
137
138       # Configuration of notifications sent by Jenkins.
139       jenkins:
140         # The directory in the workspace where the generated data is stored and
141         # then read by Jenkins job.
142         output-dir: "_build/_static/vpp"
143         # The name of the output files. ASCII text and HTML formats are
144         # generated.
145         output-file: "trending-failed-tests"
146         # If defined, all output files are zipped into this file.
147         zip-output: "failed-tests.tar.gz"
148
149   data-sets:
150
151     # 3n-hsw
152     plot-performance-trending-all-3n-hsw:
153       csit-vpp-perf-mrr-daily-master:
154         start: 300
155         end: "lastCompletedBuild"
156       csit-dpdk-perf-mrr-weekly-master:
157         start: 35
158         end: "lastCompletedBuild"
159
160     plot-performance-trending-vpp-3n-hsw:
161       csit-vpp-perf-mrr-daily-master:
162         start: 300
163         end: "lastCompletedBuild"
164
165     plot-performance-trending-dpdk-3n-hsw:
166       csit-dpdk-perf-mrr-weekly-master:
167         start: 35
168         end: "lastCompletedBuild"
169
170     # 3n-skx
171     plot-performance-trending-all-3n-skx:
172       csit-vpp-perf-mrr-daily-master-3n-skx:
173         start: 100
174         end: "lastCompletedBuild"
175       csit-dpdk-perf-mrr-weekly-master-3n-skx:
176         start: 7
177         end: "lastCompletedBuild"
178
179     plot-performance-trending-vpp-3n-skx:
180       csit-vpp-perf-mrr-daily-master-3n-skx:
181         start: 100
182         end: "lastCompletedBuild"
183
184     plot-performance-trending-dpdk-3n-skx:
185       csit-dpdk-perf-mrr-weekly-master-3n-skx:
186         start: 7
187         end: "lastCompletedBuild"
188
189     # 2n-skx
190     plot-performance-trending-all-2n-skx:
191       csit-vpp-perf-mrr-daily-master-2n-skx:
192         start: 100
193         end: "lastCompletedBuild"
194       csit-dpdk-perf-mrr-weekly-master-2n-skx:
195         start: 7
196         end: "lastCompletedBuild"
197
198     plot-performance-trending-vpp-2n-skx:
199       csit-vpp-perf-mrr-daily-master-2n-skx:
200         start: 100
201         end: "lastCompletedBuild"
202
203     plot-performance-trending-dpdk-2n-skx:
204       csit-dpdk-perf-mrr-weekly-master-2n-skx:
205         start: 7
206         end: "lastCompletedBuild"
207
208   plot-layouts:
209
210     plot-cpta:
211       title: ""
212       autosize: False
213       showlegend: True
214       width: 1100
215       height: 800
216       yaxis:
217         showticklabels: True
218         tickformat: ".4s"
219         title: "Throughput [pps]"
220         hoverformat: ".4s"
221         gridcolor: "rgb(238, 238, 238)"
222         linecolor: "rgb(238, 238, 238)"
223         showline: True
224         zeroline: False
225         tickcolor: "rgb(238, 238, 238)"
226         linewidth: 1
227         showgrid: True
228       xaxis:
229         title: 'Date [MMDD]'
230         type: "date"
231         autorange: True
232         fixedrange: False
233         showgrid: True
234         gridcolor: "rgb(238, 238, 238)"
235         showline: True
236         linecolor: "rgb(238, 238, 238)"
237         zeroline: False
238         linewidth: 1
239         showticklabels: True
240         tickcolor: "rgb(238, 238, 238)"
241         tickmode: "auto"
242         tickformat: "%m%d"
243         rangeselector:
244           buttons:
245           - count: 14
246             label: "2w"
247             step: "day"
248             stepmode: "backward"
249           - count: 1
250             label: "1m"
251             step: "month"
252             stepmode: "backward"
253           - count: 2
254             label: "2m"
255             step: "month"
256             stepmode: "backward"
257           - count: 3
258             label: "3m"
259             step: "month"
260             stepmode: "backward"
261           - step: "all"
262       margin:
263         r: 20
264         b: 5
265         t: 5
266         l: 70
267       legend:
268         orientation: "h"
269         xanchor: "center"
270         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
271         tracegroupgap: 20
272         bordercolor: "rgb(238, 238, 238)"
273       hoverlabel:
274         namelength: -1
275
276 -
277   type: "static"
278   src-path: "{DIR[RST]}"
279   dst-path: "{DIR[WORKING,SRC]}"
280
281 -
282   type: "input"
283   general:
284     file-name: "output.xml.gz"
285     file-format: ".gz"
286     download-path: "{job}/{build}/archives/{filename}"
287     extract: "output.xml"
288     # Number of days from now to the past. Only files generated in this
289     # time period are used.
290     time-period: 90
291
292   builds:
293
294     # 3n-hsw
295     csit-vpp-perf-mrr-daily-master:
296       start: 300
297       end: "lastCompletedBuild"
298     csit-dpdk-perf-mrr-weekly-master:
299       start: 35
300       end: "lastCompletedBuild"
301
302     # 3n-skx
303     csit-vpp-perf-mrr-daily-master-3n-skx:
304       start: 100
305       end: "lastCompletedBuild"
306     csit-dpdk-perf-mrr-weekly-master-3n-skx:
307       start: 7
308       end: "lastCompletedBuild"
309
310     # 2n-skx
311     csit-vpp-perf-mrr-daily-master-2n-skx:
312       start: 100
313       end: "lastCompletedBuild"
314     csit-dpdk-perf-mrr-weekly-master-2n-skx:
315       start: 7
316       end: "lastCompletedBuild"
317
318 -
319   type: "output"
320   output:
321     "CPTA"  # Continuous Performance Trending and Analysis
322   format:
323     html:
324     - full
325
326 ################################################################################
327 ###                               T A B L E S                                ###
328 ################################################################################
329
330 ################################################################################
331 # 3n-hsw
332 -
333   type: "table"
334   title: "Performance trending dashboard 1t1c-3n-hsw"
335   algorithm: "table_performance_trending_dashboard"
336   output-file-ext: ".csv"
337   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
338   data: "plot-performance-trending-all-3n-hsw"
339   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
340   parameters:
341   - "name"
342   - "parent"
343   - "result"
344   ignore-list:
345     # This test is "ndrdisc" test and was improperly tagged. It was fixed
346     # but it remains in the old output.xml files.
347   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
348   outlier-const: 1.5
349   window: 14
350   long-trend-window: 180
351
352 -
353   type: "table"
354   title: "Performance trending dashboard 2t2c-3n-hsw"
355   algorithm: "table_performance_trending_dashboard"
356   output-file-ext: ".csv"
357   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
358   data: "plot-performance-trending-all-3n-hsw"
359   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
360   parameters:
361   - "name"
362   - "parent"
363   - "result"
364   ignore-list:
365     # This test is "ndrdisc" test and was improperly tagged. It was fixed
366     # but it remains in the old output.xml files.
367   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
368   outlier-const: 1.5
369   window: 14
370   long-trend-window: 180
371
372 -
373   type: "table"
374   title: "Performance trending dashboard 4t4c-3n-hsw"
375   algorithm: "table_performance_trending_dashboard"
376   output-file-ext: ".csv"
377   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
378   data: "plot-performance-trending-all-3n-hsw"
379   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
380   parameters:
381   - "name"
382   - "parent"
383   - "result"
384   ignore-list:
385     # This test is "ndrdisc" test and was improperly tagged. It was fixed
386     # but it remains in the old output.xml files.
387   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
388   outlier-const: 1.5
389   window: 14
390   long-trend-window: 180
391
392 -
393   type: "table"
394   title: "HTML performance trending dashboard 1t1c-3n-hsw"
395   algorithm: "table_performance_trending_dashboard_html"
396   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
397   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
398   testbed: "3n-hsw"
399
400 -
401   type: "table"
402   title: "HTML performance trending dashboard 2t2c-3n-hsw"
403   algorithm: "table_performance_trending_dashboard_html"
404   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
405   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
406   testbed: "3n-hsw"
407
408 -
409   type: "table"
410   title: "HTML performance trending dashboard 4t4c-3n-hsw"
411   algorithm: "table_performance_trending_dashboard_html"
412   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
413   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
414   testbed: "3n-hsw"
415
416 -
417   type: "table"
418   title: "Failed MRR tests 3n-hsw"
419   algorithm: "table_failed_tests"
420   output-file-ext: ".csv"
421   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
422   data: "plot-performance-trending-all-3n-hsw"
423   filter: "'MRR' and not 'NIC_Intel-XXV710'"
424   parameters:
425   - "name"
426   - "parent"
427   - "status"
428   ignore-list:
429     # This test is "ndrdisc" test and was improperly tagged. It was fixed
430     # but it remains in the old output.xml files.
431   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
432   window: 7  # days
433
434 -
435   type: "table"
436   title: "HTML Failed MRR tests 3n-hsw"
437   algorithm: "table_failed_tests_html"
438   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
439   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
440   testbed: "3n-hsw"
441
442 ################################################################################
443 # 3n-skx
444 -
445   type: "table"
446   title: "Performance trending dashboard 2t1c-3n-skx"
447   algorithm: "table_performance_trending_dashboard"
448   output-file-ext: ".csv"
449   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
450   data: "plot-performance-trending-all-3n-skx"
451   filter: "'MRR' and '2T1C'"
452   parameters:
453   - "name"
454   - "parent"
455   - "result"
456   ignore-list:
457     # This test is "ndrdisc" test and was improperly tagged. It was fixed
458     # but it remains in the old output.xml files.
459   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
460   outlier-const: 1.5
461   window: 14
462   long-trend-window: 180
463
464 -
465   type: "table"
466   title: "Performance trending dashboard 4t2c-3n-skx"
467   algorithm: "table_performance_trending_dashboard"
468   output-file-ext: ".csv"
469   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
470   data: "plot-performance-trending-all-3n-skx"
471   filter: "'MRR' and '4T2C'"
472   parameters:
473   - "name"
474   - "parent"
475   - "result"
476   ignore-list:
477     # This test is "ndrdisc" test and was improperly tagged. It was fixed
478     # but it remains in the old output.xml files.
479   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
480   outlier-const: 1.5
481   window: 14
482   long-trend-window: 180
483
484 -
485   type: "table"
486   title: "Performance trending dashboard 8t4c-3n-skx"
487   algorithm: "table_performance_trending_dashboard"
488   output-file-ext: ".csv"
489   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
490   data: "plot-performance-trending-all-3n-skx"
491   filter: "'MRR' and '8T4C'"
492   parameters:
493   - "name"
494   - "parent"
495   - "result"
496   ignore-list:
497     # This test is "ndrdisc" test and was improperly tagged. It was fixed
498     # but it remains in the old output.xml files.
499   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
500   outlier-const: 1.5
501   window: 14
502   long-trend-window: 180
503
504 -
505   type: "table"
506   title: "HTML performance trending dashboard 2t1c-3n-skx"
507   algorithm: "table_performance_trending_dashboard_html"
508   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
509   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
510   testbed: "3n-skx"
511
512 -
513   type: "table"
514   title: "HTML performance trending dashboard 4t2c-3n-skx"
515   algorithm: "table_performance_trending_dashboard_html"
516   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
517   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
518   testbed: "3n-skx"
519
520 -
521   type: "table"
522   title: "HTML performance trending dashboard 8t4c-3n-skx"
523   algorithm: "table_performance_trending_dashboard_html"
524   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
525   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
526   testbed: "3n-skx"
527
528 -
529   type: "table"
530   title: "Failed MRR tests 3n-skx"
531   algorithm: "table_failed_tests"
532   output-file-ext: ".csv"
533   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
534   data: "plot-performance-trending-all-3n-skx"
535   filter: "'MRR'"
536   parameters:
537   - "name"
538   - "parent"
539   - "status"
540   ignore-list:
541     # This test is "ndrdisc" test and was improperly tagged. It was fixed
542     # but it remains in the old output.xml files.
543   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
544   window: 7  # days
545
546 -
547   type: "table"
548   title: "HTML Failed MRR tests 3n-skx"
549   algorithm: "table_failed_tests_html"
550   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
551   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
552   testbed: "3n-skx"
553
554 ################################################################################
555 # 2n-skx
556 -
557   type: "table"
558   title: "Performance trending dashboard 2t1c-2n-skx"
559   algorithm: "table_performance_trending_dashboard"
560   output-file-ext: ".csv"
561   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
562   data: "plot-performance-trending-all-2n-skx"
563   filter: "'MRR' and '2T1C'"
564   parameters:
565   - "name"
566   - "parent"
567   - "result"
568   ignore-list:
569     # This test is "ndrdisc" test and was improperly tagged. It was fixed
570     # but it remains in the old output.xml files.
571   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
572   outlier-const: 1.5
573   window: 14
574   long-trend-window: 180
575
576 -
577   type: "table"
578   title: "Performance trending dashboard 4t2c-2n-skx"
579   algorithm: "table_performance_trending_dashboard"
580   output-file-ext: ".csv"
581   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
582   data: "plot-performance-trending-all-2n-skx"
583   filter: "'MRR' and '4T2C'"
584   parameters:
585   - "name"
586   - "parent"
587   - "result"
588   ignore-list:
589     # This test is "ndrdisc" test and was improperly tagged. It was fixed
590     # but it remains in the old output.xml files.
591   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
592   outlier-const: 1.5
593   window: 14
594   long-trend-window: 180
595
596 -
597   type: "table"
598   title: "Performance trending dashboard 8t4c-2n-skx"
599   algorithm: "table_performance_trending_dashboard"
600   output-file-ext: ".csv"
601   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
602   data: "plot-performance-trending-all-2n-skx"
603   filter: "'MRR' and '8T4C'"
604   parameters:
605   - "name"
606   - "parent"
607   - "result"
608   ignore-list:
609     # This test is "ndrdisc" test and was improperly tagged. It was fixed
610     # but it remains in the old output.xml files.
611   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
612   outlier-const: 1.5
613   window: 14
614   long-trend-window: 180
615
616 -
617   type: "table"
618   title: "HTML performance trending dashboard 2t1c-2n-skx"
619   algorithm: "table_performance_trending_dashboard_html"
620   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
621   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
622   testbed: "2n-skx"
623
624 -
625   type: "table"
626   title: "HTML performance trending dashboard 4t2c-2n-skx"
627   algorithm: "table_performance_trending_dashboard_html"
628   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
629   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
630   testbed: "2n-skx"
631
632 -
633   type: "table"
634   title: "HTML performance trending dashboard 8t4c-2n-skx"
635   algorithm: "table_performance_trending_dashboard_html"
636   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
637   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
638   testbed: "2n-skx"
639
640 -
641   type: "table"
642   title: "Failed MRR tests 2n-skx"
643   algorithm: "table_failed_tests"
644   output-file-ext: ".csv"
645   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
646   data: "plot-performance-trending-all-2n-skx"
647   filter: "'MRR'"
648   parameters:
649   - "name"
650   - "parent"
651   - "status"
652   ignore-list:
653     # This test is "ndrdisc" test and was improperly tagged. It was fixed
654     # but it remains in the old output.xml files.
655   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
656   window: 7  # days
657
658 -
659   type: "table"
660   title: "HTML Failed MRR tests 2n-skx"
661   algorithm: "table_failed_tests_html"
662   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
663   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
664   testbed: "2n-skx"
665
666
667 ################################################################################
668 ###                                 C P T A                                  ###
669 ################################################################################
670
671 # Plots VPP Continuous Performance Trending and Analysis
672
673 -
674   type: "cpta"
675   title: "Continuous Performance Trending and Analysis"
676   output-file-type: ".html"
677   output-file: "{DIR[STATIC,VPP]}/cpta"
678
679   plots:
680
681 ################################################################################
682 # 3n-hsw
683
684 # L2 - x520
685
686     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
687       output-file-name: "l2-1t1c-x520-3n-hsw"
688       data: "plot-performance-trending-vpp-3n-hsw"
689       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'"
690       parameters:
691       - "result"
692       layout: "plot-cpta"
693
694     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
695       output-file-name: "l2-2t2c-x520-3n-hsw"
696       data: "plot-performance-trending-vpp-3n-hsw"
697       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'"
698       parameters:
699       - "result"
700       layout: "plot-cpta"
701
702     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
703       output-file-name: "l2-4t4c-x520-3n-hsw"
704       data: "plot-performance-trending-vpp-3n-hsw"
705       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'"
706       parameters:
707       - "result"
708       layout: "plot-cpta"
709
710     - title: "VPP 1T1C L2 64B IACL MRR Trending 3n-hsw"
711       output-file-name: "l2-feature-1t1c-x520-3n-hsw-iacl"
712       data: "plot-performance-trending-vpp-3n-hsw"
713       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' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
714       parameters:
715       - "result"
716       layout: "plot-cpta"
717
718     - title: "VPP 2T2C L2 64B IACL MRR Trending 3n-hsw"
719       output-file-name: "l2-feature-2t2c-x520-3n-hsw-iacl"
720       data: "plot-performance-trending-vpp-3n-hsw"
721       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' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
722       parameters:
723       - "result"
724       layout: "plot-cpta"
725
726     - title: "VPP 4T4C L2 64B IACL MRR Trending 3n-hsw"
727       output-file-name: "l2-feature-4t4c-x520-3n-hsw-iacl"
728       data: "plot-performance-trending-vpp-3n-hsw"
729       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' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
730       parameters:
731       - "result"
732       layout: "plot-cpta"
733
734     - title: "VPP 1T1C L2 64B OACL MRR Trending 3n-hsw"
735       output-file-name: "l2-feature-1t1c-x520-3n-hsw-oacl"
736       data: "plot-performance-trending-vpp-3n-hsw"
737       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' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
738       parameters:
739       - "result"
740       layout: "plot-cpta"
741
742     - title: "VPP 2T2C L2 64B OACL MRR Trending 3n-hsw"
743       output-file-name: "l2-feature-2t2c-x520-3n-hsw-oacl"
744       data: "plot-performance-trending-vpp-3n-hsw"
745       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' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
746       parameters:
747       - "result"
748       layout: "plot-cpta"
749
750     - title: "VPP 4T4C L2 64B OACL MRR Trending 3n-hsw"
751       output-file-name: "l2-feature-4t4c-x520-3n-hsw-oacl"
752       data: "plot-performance-trending-vpp-3n-hsw"
753       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' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
754       parameters:
755       - "result"
756       layout: "plot-cpta"
757
758     - title: "VPP 1T1C L2 64B MACIP MRR Trending 3n-hsw"
759       output-file-name: "l2-feature-1t1c-x520-3n-hsw-macip"
760       data: "plot-performance-trending-vpp-3n-hsw"
761       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' and not 'VHOST' and not 'MEMIF'"
762       parameters:
763       - "result"
764       layout: "plot-cpta"
765
766     - title: "VPP 2T2C L2 64B MACIP MRR Trending 3n-hsw"
767       output-file-name: "l2-feature-2t2c-x520-3n-hsw-macip"
768       data: "plot-performance-trending-vpp-3n-hsw"
769       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' and not 'VHOST' and not 'MEMIF'"
770       parameters:
771       - "result"
772       layout: "plot-cpta"
773
774     - title: "VPP 4T4C L2 64B MACIP MRR Trending 3n-hsw"
775       output-file-name: "l2-feature-4t4c-x520-3n-hsw-macip"
776       data: "plot-performance-trending-vpp-3n-hsw"
777       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' and not 'VHOST' and not 'MEMIF'"
778       parameters:
779       - "result"
780       layout: "plot-cpta"
781
782 # L2 - xl710
783
784     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
785       output-file-name: "l2-1t1c-xl710-3n-hsw"
786       data: "plot-performance-trending-vpp-3n-hsw"
787       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'"
788       parameters:
789       - "result"
790       layout: "plot-cpta"
791
792     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
793       output-file-name: "l2-2t2c-xl710-3n-hsw"
794       data: "plot-performance-trending-vpp-3n-hsw"
795       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'"
796       parameters:
797       - "result"
798       layout: "plot-cpta"
799
800     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
801       output-file-name: "l2-4t4c-xl710-3n-hsw"
802       data: "plot-performance-trending-vpp-3n-hsw"
803       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'"
804       parameters:
805       - "result"
806       layout: "plot-cpta"
807
808 # L2 - x710
809
810     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
811       output-file-name: "l2-1t1c-x710-3n-hsw"
812       data: "plot-performance-trending-vpp-3n-hsw"
813       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'"
814       parameters:
815       - "result"
816       layout: "plot-cpta"
817
818     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
819       output-file-name: "l2-2t2c-x710-3n-hsw"
820       data: "plot-performance-trending-vpp-3n-hsw"
821       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'"
822       parameters:
823       - "result"
824       layout: "plot-cpta"
825
826     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
827       output-file-name: "l2-4t4c-x710-3n-hsw"
828       data: "plot-performance-trending-vpp-3n-hsw"
829       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'"
830       parameters:
831       - "result"
832       layout: "plot-cpta"
833
834     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
835       output-file-name: "l2-feature-1t1c-x710-3n-hsw"
836       data: "plot-performance-trending-vpp-3n-hsw"
837       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
838       parameters:
839       - "result"
840       layout: "plot-cpta"
841
842     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
843       output-file-name: "l2-feature-2t2c-x710-3n-hsw"
844       data: "plot-performance-trending-vpp-3n-hsw"
845       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
846       parameters:
847       - "result"
848       layout: "plot-cpta"
849
850     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
851       output-file-name: "l2-feature-4t4c-x710-3n-hsw"
852       data: "plot-performance-trending-vpp-3n-hsw"
853       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
854       parameters:
855       - "result"
856       layout: "plot-cpta"
857
858 # IPv4 - x520
859
860     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
861       output-file-name: "ip4-1t1c-x520-3n-hsw"
862       data: "plot-performance-trending-vpp-3n-hsw"
863       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'"
864       parameters:
865       - "result"
866       layout: "plot-cpta"
867
868     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
869       output-file-name: "ip4-2t2c-x520-3n-hsw"
870       data: "plot-performance-trending-vpp-3n-hsw"
871       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'"
872       parameters:
873       - "result"
874       layout: "plot-cpta"
875
876     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
877       output-file-name: "ip4-4t4c-x520-3n-hsw"
878       data: "plot-performance-trending-vpp-3n-hsw"
879       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'"
880       parameters:
881       - "result"
882       layout: "plot-cpta"
883
884     - title: "VPP 1T1C IPv4 64B IACL MRR Trending 3n-hsw"
885       output-file-name: "ip4-feature-1t1c-x520-3n-hsw-iacl"
886       data: "plot-performance-trending-vpp-3n-hsw"
887       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'"
888       parameters:
889       - "result"
890       layout: "plot-cpta"
891
892     - title: "VPP 2T2C IPv4 64B IACL MRR Trending 3n-hsw"
893       output-file-name: "ip4-feature-2t2c-x520-3n-hsw-iacl"
894       data: "plot-performance-trending-vpp-3n-hsw"
895       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'"
896       parameters:
897       - "result"
898       layout: "plot-cpta"
899
900     - title: "VPP 4T4C IPv4 64B IACL MRR Trending 3n-hsw"
901       output-file-name: "ip4-feature-4t4c-x520-3n-hsw-iacl"
902       data: "plot-performance-trending-vpp-3n-hsw"
903       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'"
904       parameters:
905       - "result"
906       layout: "plot-cpta"
907
908     - title: "VPP 1T1C IPv4 64B OACL MRR Trending 3n-hsw"
909       output-file-name: "ip4-feature-1t1c-x520-3n-hsw-oacl"
910       data: "plot-performance-trending-vpp-3n-hsw"
911       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'"
912       parameters:
913       - "result"
914       layout: "plot-cpta"
915
916     - title: "VPP 2T2C IPv4 64B OACL MRR Trending 3n-hsw"
917       output-file-name: "ip4-feature-2t2c-x520-3n-hsw-oacl"
918       data: "plot-performance-trending-vpp-3n-hsw"
919       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'"
920       parameters:
921       - "result"
922       layout: "plot-cpta"
923
924     - title: "VPP 4T4C IPv4 64B OACL MRR Trending 3n-hsw"
925       output-file-name: "ip4-feature-4t4c-x520-3n-hsw-oacl"
926       data: "plot-performance-trending-vpp-3n-hsw"
927       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'"
928       parameters:
929       - "result"
930       layout: "plot-cpta"
931
932     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
933       output-file-name: "ip4-feature-1t1c-x520-3n-hsw"
934       data: "plot-performance-trending-vpp-3n-hsw"
935       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'"
936       parameters:
937       - "result"
938       layout: "plot-cpta"
939
940     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
941       output-file-name: "ip4-feature-2t2c-x520-3n-hsw"
942       data: "plot-performance-trending-vpp-3n-hsw"
943       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'"
944       parameters:
945       - "result"
946       layout: "plot-cpta"
947
948     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
949       output-file-name: "ip4-feature-4t4c-x520-3n-hsw"
950       data: "plot-performance-trending-vpp-3n-hsw"
951       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'"
952       parameters:
953       - "result"
954       layout: "plot-cpta"
955
956 # IPv4 - xl710
957
958     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
959       output-file-name: "ip4-1t1c-xl710-3n-hsw"
960       data: "plot-performance-trending-vpp-3n-hsw"
961       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
962       parameters:
963       - "result"
964       layout: "plot-cpta"
965
966     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
967       output-file-name: "ip4-2t2c-xl710-3n-hsw"
968       data: "plot-performance-trending-vpp-3n-hsw"
969       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
970       parameters:
971       - "result"
972       layout: "plot-cpta"
973
974     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
975       output-file-name: "ip4-4t4c-xl710-3n-hsw"
976       data: "plot-performance-trending-vpp-3n-hsw"
977       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
978       parameters:
979       - "result"
980       layout: "plot-cpta"
981
982 # IPv4 - x710
983
984     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
985       output-file-name: "ip4-1t1c-x710-3n-hsw"
986       data: "plot-performance-trending-vpp-3n-hsw"
987       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'"
988       parameters:
989       - "result"
990       layout: "plot-cpta"
991
992     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
993       output-file-name: "ip4-2t2c-x710-3n-hsw"
994       data: "plot-performance-trending-vpp-3n-hsw"
995       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'"
996       parameters:
997       - "result"
998       layout: "plot-cpta"
999
1000     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
1001       output-file-name: "ip4-4t4c-x710-3n-hsw"
1002       data: "plot-performance-trending-vpp-3n-hsw"
1003       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'"
1004       parameters:
1005       - "result"
1006       layout: "plot-cpta"
1007
1008     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
1009       output-file-name: "ip4-feature-1t1c-x710-3n-hsw"
1010       data: "plot-performance-trending-vpp-3n-hsw"
1011       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1012       parameters:
1013       - "result"
1014       layout: "plot-cpta"
1015
1016     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
1017       output-file-name: "ip4-feature-2t2c-x710-3n-hsw"
1018       data: "plot-performance-trending-vpp-3n-hsw"
1019       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1020       parameters:
1021       - "result"
1022       layout: "plot-cpta"
1023
1024     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
1025       output-file-name: "ip4-feature-4t4c-x710-3n-hsw"
1026       data: "plot-performance-trending-vpp-3n-hsw"
1027       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1028       parameters:
1029       - "result"
1030       layout: "plot-cpta"
1031
1032 # IPv4 Tunnels - x520
1033
1034     - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw"
1035       output-file-name: "ip4-tunnels-1t1c-x520-3n-hsw"
1036       data: "plot-performance-trending-vpp-3n-hsw"
1037       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'"
1038       parameters:
1039       - "result"
1040       layout: "plot-cpta"
1041
1042     - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw"
1043       output-file-name: "ip4-tunnels-2t2c-x520-3n-hsw"
1044       data: "plot-performance-trending-vpp-3n-hsw"
1045       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'"
1046       parameters:
1047       - "result"
1048       layout: "plot-cpta"
1049
1050     - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw"
1051       output-file-name: "ip4-tunnels-4t4c-x520-3n-hsw"
1052       data: "plot-performance-trending-vpp-3n-hsw"
1053       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'"
1054       parameters:
1055       - "result"
1056       layout: "plot-cpta"
1057
1058 # IPv4 Tunnels - x710
1059
1060     - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw"
1061       output-file-name: "ip4-tunnels-1t1c-x710-3n-hsw"
1062       data: "plot-performance-trending-vpp-3n-hsw"
1063       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'"
1064       parameters:
1065       - "result"
1066       layout: "plot-cpta"
1067
1068     - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw"
1069       output-file-name: "ip4-tunnels-2t2c-x710-3n-hsw"
1070       data: "plot-performance-trending-vpp-3n-hsw"
1071       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'"
1072       parameters:
1073       - "result"
1074       layout: "plot-cpta"
1075
1076     - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw"
1077       output-file-name: "ip4-tunnels-4t4c-x710-3n-hsw"
1078       data: "plot-performance-trending-vpp-3n-hsw"
1079       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'"
1080       parameters:
1081       - "result"
1082       layout: "plot-cpta"
1083
1084 # IPv6 - x520
1085
1086     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
1087       output-file-name: "ip6-1t1c-x520-3n-hsw"
1088       data: "plot-performance-trending-vpp-3n-hsw"
1089       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'"
1090       parameters:
1091       - "result"
1092       layout: "plot-cpta"
1093
1094     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
1095       output-file-name: "ip6-2t2c-x520-3n-hsw"
1096       data: "plot-performance-trending-vpp-3n-hsw"
1097       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'"
1098       parameters:
1099       - "result"
1100       layout: "plot-cpta"
1101
1102     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
1103       output-file-name: "ip6-4t4c-x520-3n-hsw"
1104       data: "plot-performance-trending-vpp-3n-hsw"
1105       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'"
1106       parameters:
1107       - "result"
1108       layout: "plot-cpta"
1109
1110 # IPv6 - xl710
1111
1112     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
1113       output-file-name: "ip6-1t1c-xl710-3n-hsw"
1114       data: "plot-performance-trending-vpp-3n-hsw"
1115       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1116       parameters:
1117       - "result"
1118       layout: "plot-cpta"
1119
1120     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
1121       output-file-name: "ip6-2t2c-xl710-3n-hsw"
1122       data: "plot-performance-trending-vpp-3n-hsw"
1123       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1124       parameters:
1125       - "result"
1126       layout: "plot-cpta"
1127
1128     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
1129       output-file-name: "ip6-4t4c-xl710-3n-hsw"
1130       data: "plot-performance-trending-vpp-3n-hsw"
1131       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1132       parameters:
1133       - "result"
1134       layout: "plot-cpta"
1135
1136 # IPv6 - x710
1137
1138     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
1139       output-file-name: "ip6-1t1c-x710-3n-hsw"
1140       data: "plot-performance-trending-vpp-3n-hsw"
1141       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'"
1142       parameters:
1143       - "result"
1144       layout: "plot-cpta"
1145
1146     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
1147       output-file-name: "ip6-2t2c-x710-3n-hsw"
1148       data: "plot-performance-trending-vpp-3n-hsw"
1149       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'"
1150       parameters:
1151       - "result"
1152       layout: "plot-cpta"
1153
1154     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
1155       output-file-name: "ip6-4t4c-x710-3n-hsw"
1156       data: "plot-performance-trending-vpp-3n-hsw"
1157       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'"
1158       parameters:
1159       - "result"
1160       layout: "plot-cpta"
1161
1162 # Container memif - x520, 64B
1163
1164     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
1165       output-file-name: "container-memif-l2-1t1c-x520-3n-hsw"
1166       data: "plot-performance-trending-vpp-3n-hsw"
1167       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1168       parameters:
1169       - "result"
1170       layout: "plot-cpta"
1171
1172     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1173       output-file-name: "container-memif-l2-2t2c-x520-3n-hsw"
1174       data: "plot-performance-trending-vpp-3n-hsw"
1175       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1176       parameters:
1177       - "result"
1178       layout: "plot-cpta"
1179
1180     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1181       output-file-name: "container-memif-l2-4t4c-x520-3n-hsw"
1182       data: "plot-performance-trending-vpp-3n-hsw"
1183       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1184       parameters:
1185       - "result"
1186       layout: "plot-cpta"
1187
1188 # Container memif - x520, IMIX
1189
1190     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1191       output-file-name: "container-memif-imix-l2-1t1c-x520-3n-hsw"
1192       data: "plot-performance-trending-vpp-3n-hsw"
1193       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'"
1194       parameters:
1195       - "result"
1196       layout: "plot-cpta"
1197
1198     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1199       output-file-name: "container-memif-imix-l2-2t2c-x520-3n-hsw"
1200       data: "plot-performance-trending-vpp-3n-hsw"
1201       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'"
1202       parameters:
1203       - "result"
1204       layout: "plot-cpta"
1205
1206     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1207       output-file-name: "container-memif-imix-l2-4t4c-x520-3n-hsw"
1208       data: "plot-performance-trending-vpp-3n-hsw"
1209       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'"
1210       parameters:
1211       - "result"
1212       layout: "plot-cpta"
1213
1214 # Container memif - xl710, 64B
1215
1216     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
1217       output-file-name: "container-memif-l2-1t1c-xl710-3n-hsw"
1218       data: "plot-performance-trending-vpp-3n-hsw"
1219       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1220       parameters:
1221       - "result"
1222       layout: "plot-cpta"
1223
1224     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1225       output-file-name: "container-memif-l2-2t2c-xl710-3n-hsw"
1226       data: "plot-performance-trending-vpp-3n-hsw"
1227       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1228       parameters:
1229       - "result"
1230       layout: "plot-cpta"
1231
1232     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1233       output-file-name: "container-memif-l2-4t4c-xl710-3n-hsw"
1234       data: "plot-performance-trending-vpp-3n-hsw"
1235       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1236       parameters:
1237       - "result"
1238       layout: "plot-cpta"
1239
1240 # Container memif - xl710, IMIX
1241
1242     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1243       output-file-name: "container-memif-imix-l2-1t1c-xl710-3n-hsw"
1244       data: "plot-performance-trending-vpp-3n-hsw"
1245       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1246       parameters:
1247       - "result"
1248       layout: "plot-cpta"
1249
1250     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1251       output-file-name: "container-memif-imix-l2-2t2c-xl710-3n-hsw"
1252       data: "plot-performance-trending-vpp-3n-hsw"
1253       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1254       parameters:
1255       - "result"
1256       layout: "plot-cpta"
1257
1258     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1259       output-file-name: "container-memif-imix-l2-4t4c-xl710-3n-hsw"
1260       data: "plot-performance-trending-vpp-3n-hsw"
1261       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1262       parameters:
1263       - "result"
1264       layout: "plot-cpta"
1265
1266 # Container memif - x710, 64B
1267
1268     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
1269       output-file-name: "container-memif-l2-1t1c-x710-3n-hsw"
1270       data: "plot-performance-trending-vpp-3n-hsw"
1271       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1272       parameters:
1273       - "result"
1274       layout: "plot-cpta"
1275
1276     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1277       output-file-name: "container-memif-l2-2t2c-x710-3n-hsw"
1278       data: "plot-performance-trending-vpp-3n-hsw"
1279       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1280       parameters:
1281       - "result"
1282       layout: "plot-cpta"
1283
1284     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1285       output-file-name: "container-memif-l2-4t4c-x710-3n-hsw"
1286       data: "plot-performance-trending-vpp-3n-hsw"
1287       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1288       parameters:
1289       - "result"
1290       layout: "plot-cpta"
1291
1292 # Container memif - x710, IMIX
1293
1294     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1295       output-file-name: "container-memif-imix-l2-1t1c-x710-3n-hsw"
1296       data: "plot-performance-trending-vpp-3n-hsw"
1297       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'"
1298       parameters:
1299       - "result"
1300       layout: "plot-cpta"
1301
1302     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1303       output-file-name: "container-memif-imix-l2-2t2c-x710-3n-hsw"
1304       data: "plot-performance-trending-vpp-3n-hsw"
1305       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'"
1306       parameters:
1307       - "result"
1308       layout: "plot-cpta"
1309
1310     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1311       output-file-name: "container-memif-imix-l2-4t4c-x710-3n-hsw"
1312       data: "plot-performance-trending-vpp-3n-hsw"
1313       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'"
1314       parameters:
1315       - "result"
1316       layout: "plot-cpta"
1317
1318 # VM vhost - x520, ethip4, 64B
1319
1320     - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw"
1321       output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-hsw"
1322       data: "plot-performance-trending-vpp-3n-hsw"
1323       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'"
1324       parameters:
1325       - "result"
1326       layout: "plot-cpta"
1327
1328     - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw"
1329       output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-hsw"
1330       data: "plot-performance-trending-vpp-3n-hsw"
1331       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'"
1332       parameters:
1333       - "result"
1334       layout: "plot-cpta"
1335
1336     - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw"
1337       output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-hsw"
1338       data: "plot-performance-trending-vpp-3n-hsw"
1339       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'"
1340       parameters:
1341       - "result"
1342       layout: "plot-cpta"
1343
1344 # VM vhost - x520, ethip4, IMIX
1345
1346     - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1347       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520-3n-hsw"
1348       data: "plot-performance-trending-vpp-3n-hsw"
1349       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'"
1350       parameters:
1351       - "result"
1352       layout: "plot-cpta"
1353
1354     - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1355       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520-3n-hsw"
1356       data: "plot-performance-trending-vpp-3n-hsw"
1357       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'"
1358       parameters:
1359       - "result"
1360       layout: "plot-cpta"
1361
1362     - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1363       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520-3n-hsw"
1364       data: "plot-performance-trending-vpp-3n-hsw"
1365       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'"
1366       parameters:
1367       - "result"
1368       layout: "plot-cpta"
1369
1370 # VM vhost - x520, eth, 64B
1371
1372     - title: "VPP 1T1C VM vhost eth L2XC 64B MRR Trending 3n-hsw"
1373       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2xc"
1374       data: "plot-performance-trending-vpp-3n-hsw"
1375       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'"
1376
1377       parameters:
1378       - "result"
1379       layout: "plot-cpta"
1380
1381     - title: "VPP 2T2C VM vhost eth L2XC 64B MRR Trending 3n-hsw"
1382       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2xc"
1383       data: "plot-performance-trending-vpp-3n-hsw"
1384       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'"
1385       parameters:
1386       - "result"
1387       layout: "plot-cpta"
1388
1389     - title: "VPP 4T4C VM vhost eth L2XC 64B MRR Trending 3n-hsw"
1390       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2xc"
1391       data: "plot-performance-trending-vpp-3n-hsw"
1392       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'"
1393       parameters:
1394       - "result"
1395       layout: "plot-cpta"
1396
1397     - title: "VPP 1T1C VM vhost eth L2BD 64B MRR Trending 3n-hsw"
1398       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2bd"
1399       data: "plot-performance-trending-vpp-3n-hsw"
1400       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'"
1401
1402       parameters:
1403       - "result"
1404       layout: "plot-cpta"
1405
1406     - title: "VPP 2T2C VM vhost eth L2BD 64B MRR Trending 3n-hsw"
1407       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2bd"
1408       data: "plot-performance-trending-vpp-3n-hsw"
1409       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'"
1410       parameters:
1411       - "result"
1412       layout: "plot-cpta"
1413
1414     - title: "VPP 4T4C VM vhost eth L2BD 64B MRR Trending 3n-hsw"
1415       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2bd"
1416       data: "plot-performance-trending-vpp-3n-hsw"
1417       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'"
1418       parameters:
1419       - "result"
1420       layout: "plot-cpta"
1421
1422 # VM vhost - x520, eth, IMIX
1423
1424     - title: "VPP 1T1C VM vhost eth L2XC IMIX MRR Trending 3n-hsw"
1425       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2xc"
1426       data: "plot-performance-trending-vpp-3n-hsw"
1427       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'"
1428
1429       parameters:
1430       - "result"
1431       layout: "plot-cpta"
1432
1433     - title: "VPP 2T2C VM vhost eth L2XC IMIX MRR Trending 3n-hsw"
1434       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2xc"
1435       data: "plot-performance-trending-vpp-3n-hsw"
1436       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'"
1437       parameters:
1438       - "result"
1439       layout: "plot-cpta"
1440
1441     - title: "VPP 4T4C VM vhost eth L2XC IMIX MRR Trending 3n-hsw"
1442       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2xc"
1443       data: "plot-performance-trending-vpp-3n-hsw"
1444       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'"
1445       parameters:
1446       - "result"
1447       layout: "plot-cpta"
1448
1449     - title: "VPP 1T1C VM vhost eth L2BD IMIX MRR Trending 3n-hsw"
1450       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2bd"
1451       data: "plot-performance-trending-vpp-3n-hsw"
1452       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'"
1453
1454       parameters:
1455       - "result"
1456       layout: "plot-cpta"
1457
1458     - title: "VPP 2T2C VM vhost eth L2BD IMIX MRR Trending 3n-hsw"
1459       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2bd"
1460       data: "plot-performance-trending-vpp-3n-hsw"
1461       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'"
1462       parameters:
1463       - "result"
1464       layout: "plot-cpta"
1465
1466     - title: "VPP 4T4C VM vhost eth L2BD IMIX MRR Trending 3n-hsw"
1467       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2bd"
1468       data: "plot-performance-trending-vpp-3n-hsw"
1469       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'"
1470       parameters:
1471       - "result"
1472       layout: "plot-cpta"
1473
1474 # VM vhost - xl710, eth, 64B
1475
1476     - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw"
1477       output-file-name: "vm-vhost-eth-1t1c-xl710-3n-hsw"
1478       data: "plot-performance-trending-vpp-3n-hsw"
1479       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1480
1481       parameters:
1482       - "result"
1483       layout: "plot-cpta"
1484
1485     - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw"
1486       output-file-name: "vm-vhost-eth-2t2c-xl710-3n-hsw"
1487       data: "plot-performance-trending-vpp-3n-hsw"
1488       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1489       parameters:
1490       - "result"
1491       layout: "plot-cpta"
1492
1493     - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw"
1494       output-file-name: "vm-vhost-eth-4t4c-xl710-3n-hsw"
1495       data: "plot-performance-trending-vpp-3n-hsw"
1496       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1497       parameters:
1498       - "result"
1499       layout: "plot-cpta"
1500
1501 # VM vhost - xl710, eth, IMIX
1502
1503     - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw"
1504       output-file-name: "vm-vhost-imix-eth-1t1c-xl710-3n-hsw"
1505       data: "plot-performance-trending-vpp-3n-hsw"
1506       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1507
1508       parameters:
1509       - "result"
1510       layout: "plot-cpta"
1511
1512     - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw"
1513       output-file-name: "vm-vhost-imix-eth-2t2c-xl710-3n-hsw"
1514       data: "plot-performance-trending-vpp-3n-hsw"
1515       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1516       parameters:
1517       - "result"
1518       layout: "plot-cpta"
1519
1520     - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw"
1521       output-file-name: "vm-vhost-imix-eth-4t4c-xl710-3n-hsw"
1522       data: "plot-performance-trending-vpp-3n-hsw"
1523       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1524       parameters:
1525       - "result"
1526       layout: "plot-cpta"
1527
1528 # VM vhost - x710, ethip4, 64B
1529
1530     - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw"
1531       output-file-name: "vm-vhost-ethip4-1t1c-x710-3n-hsw"
1532       data: "plot-performance-trending-vpp-3n-hsw"
1533       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'"
1534       parameters:
1535       - "result"
1536       layout: "plot-cpta"
1537
1538     - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw"
1539       output-file-name: "vm-vhost-ethip4-2t2c-x710-3n-hsw"
1540       data: "plot-performance-trending-vpp-3n-hsw"
1541       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'"
1542       parameters:
1543       - "result"
1544       layout: "plot-cpta"
1545
1546     - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw"
1547       output-file-name: "vm-vhost-ethip4-4t4c-x710-3n-hsw"
1548       data: "plot-performance-trending-vpp-3n-hsw"
1549       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'"
1550       parameters:
1551       - "result"
1552       layout: "plot-cpta"
1553
1554 # VM vhost - x710, ethip4, IMIX
1555
1556     - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1557       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710-3n-hsw"
1558       data: "plot-performance-trending-vpp-3n-hsw"
1559       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'"
1560       parameters:
1561       - "result"
1562       layout: "plot-cpta"
1563
1564     - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1565       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710-3n-hsw"
1566       data: "plot-performance-trending-vpp-3n-hsw"
1567       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'"
1568       parameters:
1569       - "result"
1570       layout: "plot-cpta"
1571
1572     - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1573       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710-3n-hsw"
1574       data: "plot-performance-trending-vpp-3n-hsw"
1575       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'"
1576       parameters:
1577       - "result"
1578       layout: "plot-cpta"
1579
1580 # VM vhost - x710, eth, 64B
1581
1582     - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw"
1583       output-file-name: "vm-vhost-eth-1t1c-x710-3n-hsw"
1584       data: "plot-performance-trending-vpp-3n-hsw"
1585       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1586
1587       parameters:
1588       - "result"
1589       layout: "plot-cpta"
1590
1591     - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw"
1592       output-file-name: "vm-vhost-eth-2t2c-x710-3n-hsw"
1593       data: "plot-performance-trending-vpp-3n-hsw"
1594       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1595       parameters:
1596       - "result"
1597       layout: "plot-cpta"
1598
1599     - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw"
1600       output-file-name: "vm-vhost-eth-4t4c-x710-3n-hsw"
1601       data: "plot-performance-trending-vpp-3n-hsw"
1602       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1603       parameters:
1604       - "result"
1605       layout: "plot-cpta"
1606
1607 # VM vhost - x710, eth, IMIX
1608
1609     - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw"
1610       output-file-name: "vm-vhost-imix-eth-1t1c-x710-3n-hsw"
1611       data: "plot-performance-trending-vpp-3n-hsw"
1612       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1613
1614       parameters:
1615       - "result"
1616       layout: "plot-cpta"
1617
1618     - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw"
1619       output-file-name: "vm-vhost-imix-eth-2t2c-x710-3n-hsw"
1620       data: "plot-performance-trending-vpp-3n-hsw"
1621       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1622       parameters:
1623       - "result"
1624       layout: "plot-cpta"
1625
1626     - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw"
1627       output-file-name: "vm-vhost-imix-eth-4t4c-x710-3n-hsw"
1628       data: "plot-performance-trending-vpp-3n-hsw"
1629       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1630       parameters:
1631       - "result"
1632       layout: "plot-cpta"
1633
1634 # VTS - x520, 114B
1635
1636     - title: "VPP 1T1C VTS 114B MRR Trending 3n-hsw"
1637       output-file-name: "vts-114b-1t1c-x520-3n-hsw"
1638       data: "plot-performance-trending-vpp-3n-hsw"
1639       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '1T1C' and 'VHOST' and 'VTS'"
1640       parameters:
1641       - "result"
1642       layout: "plot-cpta"
1643
1644     - title: "VPP 2T2C VTS 114B MRR Trending 3n-hsw"
1645       output-file-name: "vts-114b-2t2c-x520-3n-hsw"
1646       data: "plot-performance-trending-vpp-3n-hsw"
1647       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '2T2C' and 'VHOST' and 'VTS'"
1648       parameters:
1649       - "result"
1650       layout: "plot-cpta"
1651
1652     - title: "VPP 4T4C VTS 114B 64B MRR Trending 3n-hsw"
1653       output-file-name: "vts-114b-4t4c-x520-3n-hsw"
1654       data: "plot-performance-trending-vpp-3n-hsw"
1655       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '4T4C' and 'VHOST' and 'VTS'"
1656       parameters:
1657       - "result"
1658       layout: "plot-cpta"
1659
1660 # IPSec
1661
1662     - title: "VPP 1T1C IPSec 64B MRR Trending 3n-hsw"
1663       output-file-name: "ipsec-1t1c-xl710-3n-hsw"
1664       data: "plot-performance-trending-vpp-3n-hsw"
1665       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1666       parameters:
1667       - "result"
1668       layout: "plot-cpta"
1669
1670     - title: "VPP 2T2C IPSec 64B MRR Trending 3n-hsw"
1671       output-file-name: "ipsec-2t2c-xl710-3n-hsw"
1672       data: "plot-performance-trending-vpp-3n-hsw"
1673       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1674       parameters:
1675       - "result"
1676       layout: "plot-cpta"
1677
1678     - title: "VPP 4T4C IPSec 64B MRR Trending 3n-hsw"
1679       output-file-name: "ipsec-4t4c-xl710-3n-hsw"
1680       data: "plot-performance-trending-vpp-3n-hsw"
1681       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1682       parameters:
1683       - "result"
1684       layout: "plot-cpta"
1685
1686 # SRv6 - x520
1687
1688     - title: "VPP 1T1C SRv6 78B MRR Trending 3n-hsw"
1689       output-file-name: "srv6-78b-1t1c-x520-3n-hsw"
1690       data: "plot-performance-trending-vpp-3n-hsw"
1691       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
1692       parameters:
1693       - "result"
1694       layout: "plot-cpta"
1695
1696     - title: "VPP 2T2C SRv6 78B MRR Trending 3n-hsw"
1697       output-file-name: "srv6-78b-2t2c-x520-3n-hsw"
1698       data: "plot-performance-trending-vpp-3n-hsw"
1699       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
1700       parameters:
1701       - "result"
1702       layout: "plot-cpta"
1703
1704     - title: "VPP 4T4C SRv6 78B MRR Trending 3n-hsw"
1705       output-file-name: "srv6-78b-4t4c-x520-3n-hsw"
1706       data: "plot-performance-trending-vpp-3n-hsw"
1707       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
1708       parameters:
1709       - "result"
1710       layout: "plot-cpta"
1711
1712     - title: "VPP 1T1C SRv6 IMIX MRR Trending 3n-hsw"
1713       output-file-name: "srv6-imix-1t1c-x520-3n-hsw"
1714       data: "plot-performance-trending-vpp-3n-hsw"
1715       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
1716       parameters:
1717       - "result"
1718       layout: "plot-cpta"
1719
1720     - title: "VPP 2T2C SRv6 IMIX MRR Trending 3n-hsw"
1721       output-file-name: "srv6-imix-2t2c-x520-3n-hsw"
1722       data: "plot-performance-trending-vpp-3n-hsw"
1723       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
1724       parameters:
1725       - "result"
1726       layout: "plot-cpta"
1727
1728     - title: "VPP 4T4C SRv6 IMIX MRR Trending 3n-hsw"
1729       output-file-name: "srv6-imix-4t4c-x520-3n-hsw"
1730       data: "plot-performance-trending-vpp-3n-hsw"
1731       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
1732       parameters:
1733       - "result"
1734       layout: "plot-cpta"
1735
1736 # Link Bonding - x520
1737
1738     - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw"
1739       output-file-name: "lb-64b-1t1c-x520-3n-hsw"
1740       data: "plot-performance-trending-vpp-3n-hsw"
1741       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'"
1742       parameters:
1743       - "result"
1744       layout: "plot-cpta"
1745
1746     - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw"
1747       output-file-name: "lb-64b-2t2c-x520-3n-hsw"
1748       data: "plot-performance-trending-vpp-3n-hsw"
1749       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'"
1750       parameters:
1751       - "result"
1752       layout: "plot-cpta"
1753
1754     - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw"
1755       output-file-name: "lb-64b-4t4c-x520-3n-hsw"
1756       data: "plot-performance-trending-vpp-3n-hsw"
1757       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'"
1758       parameters:
1759       - "result"
1760       layout: "plot-cpta"
1761
1762     - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw"
1763       output-file-name: "lb-imix-1t1c-x520-3n-hsw"
1764       data: "plot-performance-trending-vpp-3n-hsw"
1765       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'"
1766       parameters:
1767       - "result"
1768       layout: "plot-cpta"
1769
1770     - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw"
1771       output-file-name: "lb-imix-2t2c-x520-3n-hsw"
1772       data: "plot-performance-trending-vpp-3n-hsw"
1773       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'"
1774       parameters:
1775       - "result"
1776       layout: "plot-cpta"
1777
1778     - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw"
1779       output-file-name: "lb-imix-4t4c-x520-3n-hsw"
1780       data: "plot-performance-trending-vpp-3n-hsw"
1781       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'"
1782       parameters:
1783       - "result"
1784       layout: "plot-cpta"
1785
1786 # Link Bonding - x710
1787
1788     - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw"
1789       output-file-name: "lb-64b-1t1c-x710-3n-hsw"
1790       data: "plot-performance-trending-vpp-3n-hsw"
1791       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1792       parameters:
1793       - "result"
1794       layout: "plot-cpta"
1795
1796     - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw"
1797       output-file-name: "lb-64b-2t2c-x710-3n-hsw"
1798       data: "plot-performance-trending-vpp-3n-hsw"
1799       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1800       parameters:
1801       - "result"
1802       layout: "plot-cpta"
1803
1804     - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw"
1805       output-file-name: "lb-64b-4t4c-x710-3n-hsw"
1806       data: "plot-performance-trending-vpp-3n-hsw"
1807       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1808       parameters:
1809       - "result"
1810       layout: "plot-cpta"
1811
1812     - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw"
1813       output-file-name: "lb-imix-1t1c-x710-3n-hsw"
1814       data: "plot-performance-trending-vpp-3n-hsw"
1815       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1816       parameters:
1817       - "result"
1818       layout: "plot-cpta"
1819
1820     - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw"
1821       output-file-name: "lb-imix-2t2c-x710-3n-hsw"
1822       data: "plot-performance-trending-vpp-3n-hsw"
1823       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1824       parameters:
1825       - "result"
1826       layout: "plot-cpta"
1827
1828     - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw"
1829       output-file-name: "lb-imix-4t4c-x710-3n-hsw"
1830       data: "plot-performance-trending-vpp-3n-hsw"
1831       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1832       parameters:
1833       - "result"
1834       layout: "plot-cpta"
1835
1836 # DPDK - x520 - 64B
1837
1838     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1839       output-file-name: "dpdk-64b-1t1c-x520-3n-hsw"
1840       data: "plot-performance-trending-dpdk-3n-hsw"
1841       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1842       parameters:
1843       - "result"
1844       layout: "plot-cpta"
1845
1846     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1847       output-file-name: "dpdk-64b-2t2c-x520-3n-hsw"
1848       data: "plot-performance-trending-dpdk-3n-hsw"
1849       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1850       parameters:
1851       - "result"
1852       layout: "plot-cpta"
1853
1854     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1855       output-file-name: "dpdk-64b-4t4c-x520-3n-hsw"
1856       data: "plot-performance-trending-dpdk-3n-hsw"
1857       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1858       parameters:
1859       - "result"
1860       layout: "plot-cpta"
1861
1862 # DPDK - x710 - 64B
1863
1864     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1865       output-file-name: "dpdk-64b-1t1c-x710-3n-hsw"
1866       data: "plot-performance-trending-dpdk-3n-hsw"
1867       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1868       parameters:
1869       - "result"
1870       layout: "plot-cpta"
1871
1872     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1873       output-file-name: "dpdk-64b-2t2c-x710-3n-hsw"
1874       data: "plot-performance-trending-dpdk-3n-hsw"
1875       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1876       parameters:
1877       - "result"
1878       layout: "plot-cpta"
1879
1880     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1881       output-file-name: "dpdk-64b-4t4c-x710-3n-hsw"
1882       data: "plot-performance-trending-dpdk-3n-hsw"
1883       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1884       parameters:
1885       - "result"
1886       layout: "plot-cpta"
1887
1888 # DPDK - xl710 - 64B
1889
1890     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1891       output-file-name: "dpdk-64b-1t1c-xl710-3n-hsw"
1892       data: "plot-performance-trending-dpdk-3n-hsw"
1893       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1894       parameters:
1895       - "result"
1896       layout: "plot-cpta"
1897
1898     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1899       output-file-name: "dpdk-64b-2t2c-xl710-3n-hsw"
1900       data: "plot-performance-trending-dpdk-3n-hsw"
1901       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1902       parameters:
1903       - "result"
1904       layout: "plot-cpta"
1905
1906     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1907       output-file-name: "dpdk-64b-4t4c-xl710-3n-hsw"
1908       data: "plot-performance-trending-dpdk-3n-hsw"
1909       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1910       parameters:
1911       - "result"
1912       layout: "plot-cpta"
1913
1914 ## DPDK - x520 - IMIX
1915 #
1916 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1917 #      output-file-name: "dpdk-imix-1t1c-x520-3n-hsw"
1918 #      data: "plot-performance-trending-dpdk-3n-hsw"
1919 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1920 #      parameters:
1921 #      - "result"
1922 #      layout: "plot-cpta"
1923 #
1924 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1925 #      output-file-name: "dpdk-imix-2t2c-x520-3n-hsw"
1926 #      data: "plot-performance-trending-dpdk-3n-hsw"
1927 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1928 #      parameters:
1929 #      - "result"
1930 #      layout: "plot-cpta"
1931 #
1932 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1933 #      output-file-name: "dpdk-imix-4t4c-x520-3n-hsw"
1934 #      data: "plot-performance-trending-dpdk-3n-hsw"
1935 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1936 #      parameters:
1937 #      - "result"
1938 #      layout: "plot-cpta"
1939 #
1940 ## DPDK - x710 - IMIX
1941 #
1942 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1943 #      output-file-name: "dpdk-imix-1t1c-x710-3n-hsw"
1944 #      data: "plot-performance-trending-dpdk-3n-hsw"
1945 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1946 #      parameters:
1947 #      - "result"
1948 #      layout: "plot-cpta"
1949 #
1950 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1951 #      output-file-name: "dpdk-imix-2t2c-x710-3n-hsw"
1952 #      data: "plot-performance-trending-dpdk-3n-hsw"
1953 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1954 #      parameters:
1955 #      - "result"
1956 #      layout: "plot-cpta"
1957 #
1958 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1959 #      output-file-name: "dpdk-imix-4t4c-x710-3n-hsw"
1960 #      data: "plot-performance-trending-dpdk-3n-hsw"
1961 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1962 #      parameters:
1963 #      - "result"
1964 #      layout: "plot-cpta"
1965 #
1966 ## DPDK - xl710 - IMIX
1967 #
1968 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1969 #      output-file-name: "dpdk-imix-1t1c-xl710-3n-hsw"
1970 #      data: "plot-performance-trending-dpdk-3n-hsw"
1971 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1972 #      parameters:
1973 #      - "result"
1974 #      layout: "plot-cpta"
1975 #
1976 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1977 #      output-file-name: "dpdk-imix-2t2c-xl710-3n-hsw"
1978 #      data: "plot-performance-trending-dpdk-3n-hsw"
1979 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1980 #      parameters:
1981 #      - "result"
1982 #      layout: "plot-cpta"
1983 #
1984 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1985 #      output-file-name: "dpdk-imix-4t4c-xl710-3n-hsw"
1986 #      data: "plot-performance-trending-dpdk-3n-hsw"
1987 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1988 #      parameters:
1989 #      - "result"
1990 #      layout: "plot-cpta"
1991
1992 ################################################################################
1993 # 3n-skx
1994
1995 # L2 - x710
1996
1997     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
1998       output-file-name: "l2-2t1c-x710-3n-skx"
1999       data: "plot-performance-trending-vpp-3n-skx"
2000       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'"
2001       parameters:
2002       - "result"
2003       layout: "plot-cpta"
2004
2005     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
2006       output-file-name: "l2-4t2c-x710-3n-skx"
2007       data: "plot-performance-trending-vpp-3n-skx"
2008       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'"
2009       parameters:
2010       - "result"
2011       layout: "plot-cpta"
2012
2013     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
2014       output-file-name: "l2-8t4c-x710-3n-skx"
2015       data: "plot-performance-trending-vpp-3n-skx"
2016       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'"
2017       parameters:
2018       - "result"
2019       layout: "plot-cpta"
2020
2021     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
2022       output-file-name: "l2-feature-2t1c-x710-3n-skx"
2023       data: "plot-performance-trending-vpp-3n-skx"
2024       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2025       parameters:
2026       - "result"
2027       layout: "plot-cpta"
2028
2029     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
2030       output-file-name: "l2-feature-4t2c-x710-3n-skx"
2031       data: "plot-performance-trending-vpp-3n-skx"
2032       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2033       parameters:
2034       - "result"
2035       layout: "plot-cpta"
2036
2037     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
2038       output-file-name: "l2-feature-8t4c-x710-3n-skx"
2039       data: "plot-performance-trending-vpp-3n-skx"
2040       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2041       parameters:
2042       - "result"
2043       layout: "plot-cpta"
2044
2045 # L2 - xxv710
2046
2047     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
2048       output-file-name: "l2-2t1c-xxv710-3n-skx"
2049       data: "plot-performance-trending-vpp-3n-skx"
2050       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'"
2051       parameters:
2052       - "result"
2053       layout: "plot-cpta"
2054
2055     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
2056       output-file-name: "l2-4t2c-xxv710-3n-skx"
2057       data: "plot-performance-trending-vpp-3n-skx"
2058       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'"
2059       parameters:
2060       - "result"
2061       layout: "plot-cpta"
2062
2063     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
2064       output-file-name: "l2-8t4c-xxv710-3n-skx"
2065       data: "plot-performance-trending-vpp-3n-skx"
2066       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'"
2067       parameters:
2068       - "result"
2069       layout: "plot-cpta"
2070
2071     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
2072       output-file-name: "l2-feature-2t1c-xxv710-3n-skx"
2073       data: "plot-performance-trending-vpp-3n-skx"
2074       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2075       parameters:
2076       - "result"
2077       layout: "plot-cpta"
2078
2079     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
2080       output-file-name: "l2-feature-4t2c-xxv710-3n-skx"
2081       data: "plot-performance-trending-vpp-3n-skx"
2082       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2083       parameters:
2084       - "result"
2085       layout: "plot-cpta"
2086
2087     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
2088       output-file-name: "l2-feature-8t4c-xxv710-3n-skx"
2089       data: "plot-performance-trending-vpp-3n-skx"
2090       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2091       parameters:
2092       - "result"
2093       layout: "plot-cpta"
2094
2095 # IPv4 - x710
2096
2097     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
2098       output-file-name: "ip4-2t1c-x710-3n-skx"
2099       data: "plot-performance-trending-vpp-3n-skx"
2100       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'"
2101       parameters:
2102       - "result"
2103       layout: "plot-cpta"
2104
2105     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
2106       output-file-name: "ip4-4t2c-x710-3n-skx"
2107       data: "plot-performance-trending-vpp-3n-skx"
2108       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'"
2109       parameters:
2110       - "result"
2111       layout: "plot-cpta"
2112
2113     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
2114       output-file-name: "ip4-8t4c-x710-3n-skx"
2115       data: "plot-performance-trending-vpp-3n-skx"
2116       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'"
2117       parameters:
2118       - "result"
2119       layout: "plot-cpta"
2120
2121     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
2122       output-file-name: "ip4-feature-2t1c-x710-3n-skx"
2123       data: "plot-performance-trending-vpp-3n-skx"
2124       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2125       parameters:
2126       - "result"
2127       layout: "plot-cpta"
2128
2129     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
2130       output-file-name: "ip4-feature-4t2c-x710-3n-skx"
2131       data: "plot-performance-trending-vpp-3n-skx"
2132       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2133       parameters:
2134       - "result"
2135       layout: "plot-cpta"
2136
2137     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
2138       output-file-name: "ip4-feature-8t4c-x710-3n-skx"
2139       data: "plot-performance-trending-vpp-3n-skx"
2140       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2141       parameters:
2142       - "result"
2143       layout: "plot-cpta"
2144
2145 # IPv4 - xxv710
2146
2147     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
2148       output-file-name: "ip4-2t1c-xxv710-3n-skx"
2149       data: "plot-performance-trending-vpp-3n-skx"
2150       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'"
2151       parameters:
2152       - "result"
2153       layout: "plot-cpta"
2154
2155     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
2156       output-file-name: "ip4-4t2c-xxv710-3n-skx"
2157       data: "plot-performance-trending-vpp-3n-skx"
2158       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'"
2159       parameters:
2160       - "result"
2161       layout: "plot-cpta"
2162
2163     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
2164       output-file-name: "ip4-8t4c-xxv710-3n-skx"
2165       data: "plot-performance-trending-vpp-3n-skx"
2166       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'"
2167       parameters:
2168       - "result"
2169       layout: "plot-cpta"
2170
2171     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
2172       output-file-name: "ip4-feature-2t1c-xxv710-3n-skx"
2173       data: "plot-performance-trending-vpp-3n-skx"
2174       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2175       parameters:
2176       - "result"
2177       layout: "plot-cpta"
2178
2179     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
2180       output-file-name: "ip4-feature-4t2c-xxv710-3n-skx"
2181       data: "plot-performance-trending-vpp-3n-skx"
2182       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2183       parameters:
2184       - "result"
2185       layout: "plot-cpta"
2186
2187     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
2188       output-file-name: "ip4-feature-8t4c-xxv710-3n-skx"
2189       data: "plot-performance-trending-vpp-3n-skx"
2190       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2191       parameters:
2192       - "result"
2193       layout: "plot-cpta"
2194
2195 # IPv4 Tunnels - x710
2196
2197     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx"
2198       output-file-name: "ip4-tunnels-2t1c-x710-3n-skx"
2199       data: "plot-performance-trending-vpp-3n-skx"
2200       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'"
2201       parameters:
2202       - "result"
2203       layout: "plot-cpta"
2204
2205     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx"
2206       output-file-name: "ip4-tunnels-4t2c-x710-3n-skx"
2207       data: "plot-performance-trending-vpp-3n-skx"
2208       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'"
2209       parameters:
2210       - "result"
2211       layout: "plot-cpta"
2212
2213     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx"
2214       output-file-name: "ip4-tunnels-8t4c-x710-3n-skx"
2215       data: "plot-performance-trending-vpp-3n-skx"
2216       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'"
2217       parameters:
2218       - "result"
2219       layout: "plot-cpta"
2220
2221 # IPv4 Tunnels - xxv710
2222
2223     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx"
2224       output-file-name: "ip4-tunnels-2t1c-xxv710-3n-skx"
2225       data: "plot-performance-trending-vpp-3n-skx"
2226       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'"
2227       parameters:
2228       - "result"
2229       layout: "plot-cpta"
2230
2231     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx"
2232       output-file-name: "ip4-tunnels-4t2c-xxv710-3n-skx"
2233       data: "plot-performance-trending-vpp-3n-skx"
2234       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'"
2235       parameters:
2236       - "result"
2237       layout: "plot-cpta"
2238
2239     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx"
2240       output-file-name: "ip4-tunnels-8t4c-xxv710-3n-skx"
2241       data: "plot-performance-trending-vpp-3n-skx"
2242       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'"
2243       parameters:
2244       - "result"
2245       layout: "plot-cpta"
2246
2247 # IPv6 - x710
2248
2249     - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx"
2250       output-file-name: "ip6-2t1c-x710-3n-skx"
2251       data: "plot-performance-trending-vpp-3n-skx"
2252       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'"
2253       parameters:
2254       - "result"
2255       layout: "plot-cpta"
2256
2257     - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx"
2258       output-file-name: "ip6-4t2c-x710-3n-skx"
2259       data: "plot-performance-trending-vpp-3n-skx"
2260       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'"
2261       parameters:
2262       - "result"
2263       layout: "plot-cpta"
2264
2265     - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx"
2266       output-file-name: "ip6-8t4c-x710-3n-skx"
2267       data: "plot-performance-trending-vpp-3n-skx"
2268       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'"
2269       parameters:
2270       - "result"
2271       layout: "plot-cpta"
2272
2273 # IPv6 - xxv710
2274
2275     - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx"
2276       output-file-name: "ip6-2t1c-xxv710-3n-skx"
2277       data: "plot-performance-trending-vpp-3n-skx"
2278       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'"
2279       parameters:
2280       - "result"
2281       layout: "plot-cpta"
2282
2283     - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx"
2284       output-file-name: "ip6-4t2c-xxv710-3n-skx"
2285       data: "plot-performance-trending-vpp-3n-skx"
2286       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'"
2287       parameters:
2288       - "result"
2289       layout: "plot-cpta"
2290
2291     - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx"
2292       output-file-name: "ip6-8t4c-xxv710-3n-skx"
2293       data: "plot-performance-trending-vpp-3n-skx"
2294       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'"
2295       parameters:
2296       - "result"
2297       layout: "plot-cpta"
2298
2299 # Container memif - x710, 64B
2300
2301     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx"
2302       output-file-name: "container-memif-l2-2t1c-x710-3n-skx"
2303       data: "plot-performance-trending-vpp-3n-skx"
2304       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2305       parameters:
2306       - "result"
2307       layout: "plot-cpta"
2308
2309     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx"
2310       output-file-name: "container-memif-l2-4t2c-x710-3n-skx"
2311       data: "plot-performance-trending-vpp-3n-skx"
2312       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2313       parameters:
2314       - "result"
2315       layout: "plot-cpta"
2316
2317     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx"
2318       output-file-name: "container-memif-l2-8t4c-x710-3n-skx"
2319       data: "plot-performance-trending-vpp-3n-skx"
2320       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2321       parameters:
2322       - "result"
2323       layout: "plot-cpta"
2324
2325 # Container memif - xxv710, 64B
2326
2327     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx"
2328       output-file-name: "container-memif-l2-2t1c-xxv710-3n-skx"
2329       data: "plot-performance-trending-vpp-3n-skx"
2330       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2331       parameters:
2332       - "result"
2333       layout: "plot-cpta"
2334
2335     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx"
2336       output-file-name: "container-memif-l2-4t2c-xxv710-3n-skx"
2337       data: "plot-performance-trending-vpp-3n-skx"
2338       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2339       parameters:
2340       - "result"
2341       layout: "plot-cpta"
2342
2343     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx"
2344       output-file-name: "container-memif-l2-8t4c-xxv710-3n-skx"
2345       data: "plot-performance-trending-vpp-3n-skx"
2346       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2347       parameters:
2348       - "result"
2349       layout: "plot-cpta"
2350
2351 # Container memif - x710, IMIX
2352
2353     - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx"
2354       output-file-name: "container-memif-imix-l2-2t1c-x710-3n-skx"
2355       data: "plot-performance-trending-vpp-3n-skx"
2356       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'"
2357       parameters:
2358       - "result"
2359       layout: "plot-cpta"
2360
2361     - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx"
2362       output-file-name: "container-memif-imix-l2-4t2c-x710-3n-skx"
2363       data: "plot-performance-trending-vpp-3n-skx"
2364       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'"
2365       parameters:
2366       - "result"
2367       layout: "plot-cpta"
2368
2369     - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx"
2370       output-file-name: "container-memif-imix-l2-8t4c-x710-3n-skx"
2371       data: "plot-performance-trending-vpp-3n-skx"
2372       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'"
2373       parameters:
2374       - "result"
2375       layout: "plot-cpta"
2376
2377 # Container memif - xxv710, IMIX
2378
2379     - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx"
2380       output-file-name: "container-memif-imix-l2-2t1c-xxv710-3n-skx"
2381       data: "plot-performance-trending-vpp-3n-skx"
2382       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2383       parameters:
2384       - "result"
2385       layout: "plot-cpta"
2386
2387     - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx"
2388       output-file-name: "container-memif-imix-l2-4t2c-xxv710-3n-skx"
2389       data: "plot-performance-trending-vpp-3n-skx"
2390       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2391       parameters:
2392       - "result"
2393       layout: "plot-cpta"
2394
2395     - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx"
2396       output-file-name: "container-memif-imix-l2-8t4c-xxv710-3n-skx"
2397       data: "plot-performance-trending-vpp-3n-skx"
2398       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2399       parameters:
2400       - "result"
2401       layout: "plot-cpta"
2402
2403 # VM vhost - x710, ethip4, 64B
2404
2405     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx"
2406       output-file-name: "vm-vhost-ethip4-2t1c-x710-3n-skx"
2407       data: "plot-performance-trending-vpp-3n-skx"
2408       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'"
2409       parameters:
2410       - "result"
2411       layout: "plot-cpta"
2412
2413     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx"
2414       output-file-name: "vm-vhost-ethip4-4t2c-x710-3n-skx"
2415       data: "plot-performance-trending-vpp-3n-skx"
2416       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'"
2417       parameters:
2418       - "result"
2419       layout: "plot-cpta"
2420
2421     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx"
2422       output-file-name: "vm-vhost-ethip4-8t4c-x710-3n-skx"
2423       data: "plot-performance-trending-vpp-3n-skx"
2424       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'"
2425       parameters:
2426       - "result"
2427       layout: "plot-cpta"
2428
2429 # VM vhost - xxv710, ethip4, 64B
2430
2431     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx"
2432       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-3n-skx"
2433       data: "plot-performance-trending-vpp-3n-skx"
2434       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'"
2435       parameters:
2436       - "result"
2437       layout: "plot-cpta"
2438
2439     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx"
2440       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-3n-skx"
2441       data: "plot-performance-trending-vpp-3n-skx"
2442       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'"
2443       parameters:
2444       - "result"
2445       layout: "plot-cpta"
2446
2447     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx"
2448       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-3n-skx"
2449       data: "plot-performance-trending-vpp-3n-skx"
2450       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'"
2451       parameters:
2452       - "result"
2453       layout: "plot-cpta"
2454
2455 # VM vhost - x710, ethip4, IMIX
2456
2457     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2458       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-3n-skx"
2459       data: "plot-performance-trending-vpp-3n-skx"
2460       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'"
2461       parameters:
2462       - "result"
2463       layout: "plot-cpta"
2464
2465     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2466       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-3n-skx"
2467       data: "plot-performance-trending-vpp-3n-skx"
2468       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'"
2469       parameters:
2470       - "result"
2471       layout: "plot-cpta"
2472
2473     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2474       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-3n-skx"
2475       data: "plot-performance-trending-vpp-3n-skx"
2476       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'"
2477       parameters:
2478       - "result"
2479       layout: "plot-cpta"
2480
2481 # VM vhost - xxv710, ethip4, IMIX
2482
2483     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2484       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-3n-skx"
2485       data: "plot-performance-trending-vpp-3n-skx"
2486       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'"
2487       parameters:
2488       - "result"
2489       layout: "plot-cpta"
2490
2491     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2492       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-3n-skx"
2493       data: "plot-performance-trending-vpp-3n-skx"
2494       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'"
2495       parameters:
2496       - "result"
2497       layout: "plot-cpta"
2498
2499     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2500       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-3n-skx"
2501       data: "plot-performance-trending-vpp-3n-skx"
2502       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'"
2503       parameters:
2504       - "result"
2505       layout: "plot-cpta"
2506
2507 # VM vhost - x710, eth, 64B
2508
2509     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx"
2510       output-file-name: "vm-vhost-eth-2t1c-x710-3n-skx"
2511       data: "plot-performance-trending-vpp-3n-skx"
2512       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2513
2514       parameters:
2515       - "result"
2516       layout: "plot-cpta"
2517
2518     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx"
2519       output-file-name: "vm-vhost-eth-4t2c-x710-3n-skx"
2520       data: "plot-performance-trending-vpp-3n-skx"
2521       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2522       parameters:
2523       - "result"
2524       layout: "plot-cpta"
2525
2526     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx"
2527       output-file-name: "vm-vhost-eth-8t4c-x710-3n-skx"
2528       data: "plot-performance-trending-vpp-3n-skx"
2529       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2530       parameters:
2531       - "result"
2532       layout: "plot-cpta"
2533
2534 # VM vhost - xxv710, eth, 64B
2535
2536     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx"
2537       output-file-name: "vm-vhost-eth-2t1c-xxv710-3n-skx"
2538       data: "plot-performance-trending-vpp-3n-skx"
2539       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2540
2541       parameters:
2542       - "result"
2543       layout: "plot-cpta"
2544
2545     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx"
2546       output-file-name: "vm-vhost-eth-4t2c-xxv710-3n-skx"
2547       data: "plot-performance-trending-vpp-3n-skx"
2548       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2549       parameters:
2550       - "result"
2551       layout: "plot-cpta"
2552
2553     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx"
2554       output-file-name: "vm-vhost-eth-8t4c-xxv710-3n-skx"
2555       data: "plot-performance-trending-vpp-3n-skx"
2556       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2557       parameters:
2558       - "result"
2559       layout: "plot-cpta"
2560
2561 # VM vhost - x710, eth, IMIX
2562
2563     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx"
2564       output-file-name: "vm-vhost-imix-eth-2t1c-x710-3n-skx"
2565       data: "plot-performance-trending-vpp-3n-skx"
2566       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2567
2568       parameters:
2569       - "result"
2570       layout: "plot-cpta"
2571
2572     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx"
2573       output-file-name: "vm-vhost-imix-eth-4t2c-x710-3n-skx"
2574       data: "plot-performance-trending-vpp-3n-skx"
2575       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2576       parameters:
2577       - "result"
2578       layout: "plot-cpta"
2579
2580     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx"
2581       output-file-name: "vm-vhost-imix-eth-8t4c-x710-3n-skx"
2582       data: "plot-performance-trending-vpp-3n-skx"
2583       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2584       parameters:
2585       - "result"
2586       layout: "plot-cpta"
2587
2588 # VM vhost - xxv710, eth, IMIX
2589
2590     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx"
2591       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-3n-skx"
2592       data: "plot-performance-trending-vpp-3n-skx"
2593       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2594
2595       parameters:
2596       - "result"
2597       layout: "plot-cpta"
2598
2599     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx"
2600       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-3n-skx"
2601       data: "plot-performance-trending-vpp-3n-skx"
2602       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2603       parameters:
2604       - "result"
2605       layout: "plot-cpta"
2606
2607     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx"
2608       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-3n-skx"
2609       data: "plot-performance-trending-vpp-3n-skx"
2610       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2611       parameters:
2612       - "result"
2613       layout: "plot-cpta"
2614
2615 # Link Bonding - x710
2616
2617     - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
2618       output-file-name: "lb-64b-2t1c-x710-3n-skx"
2619       data: "plot-performance-trending-vpp-3n-skx"
2620       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'"
2621       parameters:
2622       - "result"
2623       layout: "plot-cpta"
2624
2625     - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
2626       output-file-name: "lb-64b-4t2c-x710-3n-skx"
2627       data: "plot-performance-trending-vpp-3n-skx"
2628       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'"
2629       parameters:
2630       - "result"
2631       layout: "plot-cpta"
2632
2633     - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
2634       output-file-name: "lb-64b-8t4c-x710-3n-skx"
2635       data: "plot-performance-trending-vpp-3n-skx"
2636       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'"
2637       parameters:
2638       - "result"
2639       layout: "plot-cpta"
2640
2641     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
2642       output-file-name: "lb-imix-2t1c-x710-3n-skx"
2643       data: "plot-performance-trending-vpp-3n-skx"
2644       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'"
2645       parameters:
2646       - "result"
2647       layout: "plot-cpta"
2648
2649     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
2650       output-file-name: "lb-imix-4t2c-x710-3n-skx"
2651       data: "plot-performance-trending-vpp-3n-skx"
2652       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'"
2653       parameters:
2654       - "result"
2655       layout: "plot-cpta"
2656
2657     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
2658       output-file-name: "lb-imix-8t4c-x710-3n-skx"
2659       data: "plot-performance-trending-vpp-3n-skx"
2660       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'"
2661       parameters:
2662       - "result"
2663       layout: "plot-cpta"
2664
2665 # Link Bonding - xxv710
2666
2667     - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
2668       output-file-name: "lb-64b-2t1c-xxv710-3n-skx"
2669       data: "plot-performance-trending-vpp-3n-skx"
2670       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'"
2671       parameters:
2672       - "result"
2673       layout: "plot-cpta"
2674
2675     - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
2676       output-file-name: "lb-64b-4t2c-xxv710-3n-skx"
2677       data: "plot-performance-trending-vpp-3n-skx"
2678       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'"
2679       parameters:
2680       - "result"
2681       layout: "plot-cpta"
2682
2683     - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
2684       output-file-name: "lb-64b-8t4c-xxv710-3n-skx"
2685       data: "plot-performance-trending-vpp-3n-skx"
2686       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'"
2687       parameters:
2688       - "result"
2689       layout: "plot-cpta"
2690
2691     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
2692       output-file-name: "lb-imix-2t1c-xxv710-3n-skx"
2693       data: "plot-performance-trending-vpp-3n-skx"
2694       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'"
2695       parameters:
2696       - "result"
2697       layout: "plot-cpta"
2698
2699     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
2700       output-file-name: "lb-imix-4t2c-xxv710-3n-skx"
2701       data: "plot-performance-trending-vpp-3n-skx"
2702       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'"
2703       parameters:
2704       - "result"
2705       layout: "plot-cpta"
2706
2707     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
2708       output-file-name: "lb-imix-8t4c-xxv710-3n-skx"
2709       data: "plot-performance-trending-vpp-3n-skx"
2710       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'"
2711       parameters:
2712       - "result"
2713       layout: "plot-cpta"
2714
2715 # DPDK - x710 - 64B
2716
2717     - title: "DPDK 2T1C 64B MRR Trending 3n-skx"
2718       output-file-name: "dpdk-64b-2t1c-x710-3n-skx"
2719       data: "plot-performance-trending-dpdk-3n-skx"
2720       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
2721       parameters:
2722       - "result"
2723       layout: "plot-cpta"
2724
2725     - title: "DPDK 4T2C 64B MRR Trending 3n-skx"
2726       output-file-name: "dpdk-64b-4t2c-x710-3n-skx"
2727       data: "plot-performance-trending-dpdk-3n-skx"
2728       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
2729       parameters:
2730       - "result"
2731       layout: "plot-cpta"
2732
2733     - title: "DPDK 8T4C 64B MRR Trending 3n-skx"
2734       output-file-name: "dpdk-64b-8t4c-x710-3n-skx"
2735       data: "plot-performance-trending-dpdk-3n-skx"
2736       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
2737       parameters:
2738       - "result"
2739       layout: "plot-cpta"
2740
2741 ## DPDK - x710 - IMIX
2742 #
2743 #    - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
2744 #      output-file-name: "dpdk-imix-2t1c-x710-3n-skx"
2745 #      data: "plot-performance-trending-dpdk-3n-skx"
2746 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
2747 #      parameters:
2748 #      - "result"
2749 #      layout: "plot-cpta"
2750 #
2751 #    - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
2752 #      output-file-name: "dpdk-imix-4t2c-x710-3n-skx"
2753 #      data: "plot-performance-trending-dpdk-3n-skx"
2754 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
2755 #      parameters:
2756 #      - "result"
2757 #      layout: "plot-cpta"
2758 #
2759 #    - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
2760 #      output-file-name: "dpdk-imix-8t4c-x710-3n-skx"
2761 #      data: "plot-performance-trending-dpdk-3n-skx"
2762 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
2763 #      parameters:
2764 #      - "result"
2765 #      layout: "plot-cpta"
2766
2767 # DPDK - xxv710 - 64B
2768
2769     - title: "DPDK 2T1C 64B MRR Trending 3n-skx"
2770       output-file-name: "dpdk-64b-2t1c-xxv710-3n-skx"
2771       data: "plot-performance-trending-dpdk-3n-skx"
2772       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
2773       parameters:
2774       - "result"
2775       layout: "plot-cpta"
2776
2777     - title: "DPDK 4T2C 64B MRR Trending 3n-skx"
2778       output-file-name: "dpdk-64b-4t2c-xxv710-3n-skx"
2779       data: "plot-performance-trending-dpdk-3n-skx"
2780       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
2781       parameters:
2782       - "result"
2783       layout: "plot-cpta"
2784
2785     - title: "DPDK 8T4C 64B MRR Trending 3n-skx"
2786       output-file-name: "dpdk-64b-8t4c-xxv710-3n-skx"
2787       data: "plot-performance-trending-dpdk-3n-skx"
2788       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
2789       parameters:
2790       - "result"
2791       layout: "plot-cpta"
2792
2793 ## DPDK - xxv710 - IMIX
2794 #
2795 #    - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
2796 #      output-file-name: "dpdk-imix-2t1c-xxv710-3n-skx"
2797 #      data: "plot-performance-trending-dpdk-3n-skx"
2798 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
2799 #      parameters:
2800 #      - "result"
2801 #      layout: "plot-cpta"
2802 #
2803 #    - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
2804 #      output-file-name: "dpdk-imix-4t2c-xxv710-3n-skx"
2805 #      data: "plot-performance-trending-dpdk-3n-skx"
2806 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
2807 #      parameters:
2808 #      - "result"
2809 #      layout: "plot-cpta"
2810 #
2811 #    - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
2812 #      output-file-name: "dpdk-imix-8t4c-xxv710-3n-skx"
2813 #      data: "plot-performance-trending-dpdk-3n-skx"
2814 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
2815 #      parameters:
2816 #      - "result"
2817 #      layout: "plot-cpta"
2818
2819 ################################################################################
2820 # 2n-skx
2821
2822 # L2 - x710
2823
2824     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2825       output-file-name: "l2-2t1c-x710-2n-skx"
2826       data: "plot-performance-trending-vpp-2n-skx"
2827       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'"
2828       parameters:
2829       - "result"
2830       layout: "plot-cpta"
2831
2832     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2833       output-file-name: "l2-4t2c-x710-2n-skx"
2834       data: "plot-performance-trending-vpp-2n-skx"
2835       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'"
2836       parameters:
2837       - "result"
2838       layout: "plot-cpta"
2839
2840     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2841       output-file-name: "l2-8t4c-x710-2n-skx"
2842       data: "plot-performance-trending-vpp-2n-skx"
2843       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'"
2844       parameters:
2845       - "result"
2846       layout: "plot-cpta"
2847
2848     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2849       output-file-name: "l2-feature-2t1c-x710-2n-skx"
2850       data: "plot-performance-trending-vpp-2n-skx"
2851       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2852       parameters:
2853       - "result"
2854       layout: "plot-cpta"
2855
2856     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2857       output-file-name: "l2-feature-4t2c-x710-2n-skx"
2858       data: "plot-performance-trending-vpp-2n-skx"
2859       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2860       parameters:
2861       - "result"
2862       layout: "plot-cpta"
2863
2864     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2865       output-file-name: "l2-feature-8t4c-x710-2n-skx"
2866       data: "plot-performance-trending-vpp-2n-skx"
2867       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2868       parameters:
2869       - "result"
2870       layout: "plot-cpta"
2871
2872 # L2 - xxv710
2873
2874     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2875       output-file-name: "l2-2t1c-xxv710-2n-skx"
2876       data: "plot-performance-trending-vpp-2n-skx"
2877       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'"
2878       parameters:
2879       - "result"
2880       layout: "plot-cpta"
2881
2882     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2883       output-file-name: "l2-4t2c-xxv710-2n-skx"
2884       data: "plot-performance-trending-vpp-2n-skx"
2885       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'"
2886       parameters:
2887       - "result"
2888       layout: "plot-cpta"
2889
2890     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2891       output-file-name: "l2-8t4c-xxv710-2n-skx"
2892       data: "plot-performance-trending-vpp-2n-skx"
2893       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'"
2894       parameters:
2895       - "result"
2896       layout: "plot-cpta"
2897
2898     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2899       output-file-name: "l2-feature-2t1c-xxv710-2n-skx"
2900       data: "plot-performance-trending-vpp-2n-skx"
2901       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2902       parameters:
2903       - "result"
2904       layout: "plot-cpta"
2905
2906     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2907       output-file-name: "l2-feature-4t2c-xxv710-2n-skx"
2908       data: "plot-performance-trending-vpp-2n-skx"
2909       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2910       parameters:
2911       - "result"
2912       layout: "plot-cpta"
2913
2914     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2915       output-file-name: "l2-feature-8t4c-xxv710-2n-skx"
2916       data: "plot-performance-trending-vpp-2n-skx"
2917       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2918       parameters:
2919       - "result"
2920       layout: "plot-cpta"
2921
2922 # IPv4 - x710
2923
2924     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2925       output-file-name: "ip4-2t1c-x710-2n-skx"
2926       data: "plot-performance-trending-vpp-2n-skx"
2927       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'"
2928       parameters:
2929       - "result"
2930       layout: "plot-cpta"
2931
2932     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2933       output-file-name: "ip4-4t2c-x710-2n-skx"
2934       data: "plot-performance-trending-vpp-2n-skx"
2935       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'"
2936       parameters:
2937       - "result"
2938       layout: "plot-cpta"
2939
2940     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2941       output-file-name: "ip4-8t4c-x710-2n-skx"
2942       data: "plot-performance-trending-vpp-2n-skx"
2943       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'"
2944       parameters:
2945       - "result"
2946       layout: "plot-cpta"
2947
2948     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2949       output-file-name: "ip4-feature-2t1c-x710-2n-skx"
2950       data: "plot-performance-trending-vpp-2n-skx"
2951       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2952       parameters:
2953       - "result"
2954       layout: "plot-cpta"
2955
2956     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2957       output-file-name: "ip4-feature-4t2c-x710-2n-skx"
2958       data: "plot-performance-trending-vpp-2n-skx"
2959       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2960       parameters:
2961       - "result"
2962       layout: "plot-cpta"
2963
2964     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2965       output-file-name: "ip4-feature-8t4c-x710-2n-skx"
2966       data: "plot-performance-trending-vpp-2n-skx"
2967       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2968       parameters:
2969       - "result"
2970       layout: "plot-cpta"
2971
2972 # IPv4 - xxv710
2973
2974     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2975       output-file-name: "ip4-2t1c-xxv710-2n-skx"
2976       data: "plot-performance-trending-vpp-2n-skx"
2977       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'"
2978       parameters:
2979       - "result"
2980       layout: "plot-cpta"
2981
2982     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2983       output-file-name: "ip4-4t2c-xxv710-2n-skx"
2984       data: "plot-performance-trending-vpp-2n-skx"
2985       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'"
2986       parameters:
2987       - "result"
2988       layout: "plot-cpta"
2989
2990     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2991       output-file-name: "ip4-8t4c-xxv710-2n-skx"
2992       data: "plot-performance-trending-vpp-2n-skx"
2993       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'"
2994       parameters:
2995       - "result"
2996       layout: "plot-cpta"
2997
2998     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2999       output-file-name: "ip4-feature-2t1c-xxv710-2n-skx"
3000       data: "plot-performance-trending-vpp-2n-skx"
3001       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3002       parameters:
3003       - "result"
3004       layout: "plot-cpta"
3005
3006     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
3007       output-file-name: "ip4-feature-4t2c-xxv710-2n-skx"
3008       data: "plot-performance-trending-vpp-2n-skx"
3009       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3010       parameters:
3011       - "result"
3012       layout: "plot-cpta"
3013
3014     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
3015       output-file-name: "ip4-feature-8t4c-xxv710-2n-skx"
3016       data: "plot-performance-trending-vpp-2n-skx"
3017       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3018       parameters:
3019       - "result"
3020       layout: "plot-cpta"
3021
3022 # IPv4 Tunnels - x710
3023
3024     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx"
3025       output-file-name: "ip4-tunnels-2t1c-x710-2n-skx"
3026       data: "plot-performance-trending-vpp-2n-skx"
3027       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'"
3028       parameters:
3029       - "result"
3030       layout: "plot-cpta"
3031
3032     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx"
3033       output-file-name: "ip4-tunnels-4t2c-x710-2n-skx"
3034       data: "plot-performance-trending-vpp-2n-skx"
3035       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'"
3036       parameters:
3037       - "result"
3038       layout: "plot-cpta"
3039
3040     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx"
3041       output-file-name: "ip4-tunnels-8t4c-x710-2n-skx"
3042       data: "plot-performance-trending-vpp-2n-skx"
3043       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'"
3044       parameters:
3045       - "result"
3046       layout: "plot-cpta"
3047
3048 # IPv4 Tunnels - xxv710
3049
3050     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx"
3051       output-file-name: "ip4-tunnels-2t1c-xxv710-2n-skx"
3052       data: "plot-performance-trending-vpp-2n-skx"
3053       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'"
3054       parameters:
3055       - "result"
3056       layout: "plot-cpta"
3057
3058     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx"
3059       output-file-name: "ip4-tunnels-4t2c-xxv710-2n-skx"
3060       data: "plot-performance-trending-vpp-2n-skx"
3061       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'"
3062       parameters:
3063       - "result"
3064       layout: "plot-cpta"
3065
3066     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx"
3067       output-file-name: "ip4-tunnels-8t4c-xxv710-2n-skx"
3068       data: "plot-performance-trending-vpp-2n-skx"
3069       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'"
3070       parameters:
3071       - "result"
3072       layout: "plot-cpta"
3073
3074 # IPv6 - x710
3075
3076     - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx"
3077       output-file-name: "ip6-2t1c-x710-2n-skx"
3078       data: "plot-performance-trending-vpp-2n-skx"
3079       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'"
3080       parameters:
3081       - "result"
3082       layout: "plot-cpta"
3083
3084     - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx"
3085       output-file-name: "ip6-4t2c-x710-2n-skx"
3086       data: "plot-performance-trending-vpp-2n-skx"
3087       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'"
3088       parameters:
3089       - "result"
3090       layout: "plot-cpta"
3091
3092     - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx"
3093       output-file-name: "ip6-8t4c-x710-2n-skx"
3094       data: "plot-performance-trending-vpp-2n-skx"
3095       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'"
3096       parameters:
3097       - "result"
3098       layout: "plot-cpta"
3099
3100 # IPv6 - xxv710
3101
3102     - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx"
3103       output-file-name: "ip6-2t1c-xxv710-2n-skx"
3104       data: "plot-performance-trending-vpp-2n-skx"
3105       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'"
3106       parameters:
3107       - "result"
3108       layout: "plot-cpta"
3109
3110     - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx"
3111       output-file-name: "ip6-4t2c-xxv710-2n-skx"
3112       data: "plot-performance-trending-vpp-2n-skx"
3113       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'"
3114       parameters:
3115       - "result"
3116       layout: "plot-cpta"
3117
3118     - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx"
3119       output-file-name: "ip6-8t4c-xxv710-2n-skx"
3120       data: "plot-performance-trending-vpp-2n-skx"
3121       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'"
3122       parameters:
3123       - "result"
3124       layout: "plot-cpta"
3125
3126 # Container memif - x710, 64B
3127
3128     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx"
3129       output-file-name: "container-memif-l2-2t1c-x710-2n-skx"
3130       data: "plot-performance-trending-vpp-2n-skx"
3131       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'"
3132       parameters:
3133       - "result"
3134       layout: "plot-cpta"
3135
3136     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx"
3137       output-file-name: "container-memif-l2-4t2c-x710-2n-skx"
3138       data: "plot-performance-trending-vpp-2n-skx"
3139       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'"
3140       parameters:
3141       - "result"
3142       layout: "plot-cpta"
3143
3144     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx"
3145       output-file-name: "container-memif-l2-8t4c-x710-2n-skx"
3146       data: "plot-performance-trending-vpp-2n-skx"
3147       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'"
3148       parameters:
3149       - "result"
3150       layout: "plot-cpta"
3151
3152 # Container memif - xxv710, 64B
3153
3154     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx"
3155       output-file-name: "container-memif-l2-2t1c-xxv710-2n-skx"
3156       data: "plot-performance-trending-vpp-2n-skx"
3157       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3158       parameters:
3159       - "result"
3160       layout: "plot-cpta"
3161
3162     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx"
3163       output-file-name: "container-memif-l2-4t2c-xxv710-2n-skx"
3164       data: "plot-performance-trending-vpp-2n-skx"
3165       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3166       parameters:
3167       - "result"
3168       layout: "plot-cpta"
3169
3170     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx"
3171       output-file-name: "container-memif-l2-8t4c-xxv710-2n-skx"
3172       data: "plot-performance-trending-vpp-2n-skx"
3173       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3174       parameters:
3175       - "result"
3176       layout: "plot-cpta"
3177
3178 # VM vhost - x710, ethip4, 64B
3179
3180     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx"
3181       output-file-name: "vm-vhost-ethip4-2t1c-x710-2n-skx"
3182       data: "plot-performance-trending-vpp-2n-skx"
3183       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'"
3184       parameters:
3185       - "result"
3186       layout: "plot-cpta"
3187
3188     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx"
3189       output-file-name: "vm-vhost-ethip4-4t2c-x710-2n-skx"
3190       data: "plot-performance-trending-vpp-2n-skx"
3191       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'"
3192       parameters:
3193       - "result"
3194       layout: "plot-cpta"
3195
3196     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx"
3197       output-file-name: "vm-vhost-ethip4-8t4c-x710-2n-skx"
3198       data: "plot-performance-trending-vpp-2n-skx"
3199       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'"
3200       parameters:
3201       - "result"
3202       layout: "plot-cpta"
3203
3204 # VM vhost - xxv710, ethip4, 64B
3205
3206     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx"
3207       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-2n-skx"
3208       data: "plot-performance-trending-vpp-2n-skx"
3209       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'"
3210       parameters:
3211       - "result"
3212       layout: "plot-cpta"
3213
3214     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx"
3215       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-2n-skx"
3216       data: "plot-performance-trending-vpp-2n-skx"
3217       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'"
3218       parameters:
3219       - "result"
3220       layout: "plot-cpta"
3221
3222     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx"
3223       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-2n-skx"
3224       data: "plot-performance-trending-vpp-2n-skx"
3225       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'"
3226       parameters:
3227       - "result"
3228       layout: "plot-cpta"
3229
3230 # VM vhost - x710, ethip4, IMIX
3231
3232     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3233       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-2n-skx"
3234       data: "plot-performance-trending-vpp-2n-skx"
3235       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'"
3236       parameters:
3237       - "result"
3238       layout: "plot-cpta"
3239
3240     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3241       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-2n-skx"
3242       data: "plot-performance-trending-vpp-2n-skx"
3243       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'"
3244       parameters:
3245       - "result"
3246       layout: "plot-cpta"
3247
3248     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3249       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-2n-skx"
3250       data: "plot-performance-trending-vpp-2n-skx"
3251       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'"
3252       parameters:
3253       - "result"
3254       layout: "plot-cpta"
3255
3256 # VM vhost - xxv710, ethip4, IMIX
3257
3258     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3259       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-2n-skx"
3260       data: "plot-performance-trending-vpp-2n-skx"
3261       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'"
3262       parameters:
3263       - "result"
3264       layout: "plot-cpta"
3265
3266     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3267       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-2n-skx"
3268       data: "plot-performance-trending-vpp-2n-skx"
3269       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'"
3270       parameters:
3271       - "result"
3272       layout: "plot-cpta"
3273
3274     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3275       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-2n-skx"
3276       data: "plot-performance-trending-vpp-2n-skx"
3277       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'"
3278       parameters:
3279       - "result"
3280       layout: "plot-cpta"
3281
3282 # VM vhost - x710, eth, 64B
3283
3284     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 2n-skx"
3285       output-file-name: "vm-vhost-eth-2t1c-x710-2n-skx"
3286       data: "plot-performance-trending-vpp-2n-skx"
3287       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3288
3289       parameters:
3290       - "result"
3291       layout: "plot-cpta"
3292
3293     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx"
3294       output-file-name: "vm-vhost-eth-4t2c-x710-2n-skx"
3295       data: "plot-performance-trending-vpp-2n-skx"
3296       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3297       parameters:
3298       - "result"
3299       layout: "plot-cpta"
3300
3301     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx"
3302       output-file-name: "vm-vhost-eth-8t4c-x710-2n-skx"
3303       data: "plot-performance-trending-vpp-2n-skx"
3304       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3305       parameters:
3306       - "result"
3307       layout: "plot-cpta"
3308
3309 # VM vhost - xxv710, eth, 64B
3310
3311     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 2n-skx"
3312       output-file-name: "vm-vhost-eth-2t1c-xxv710-2n-skx"
3313       data: "plot-performance-trending-vpp-2n-skx"
3314       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3315
3316       parameters:
3317       - "result"
3318       layout: "plot-cpta"
3319
3320     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx"
3321       output-file-name: "vm-vhost-eth-4t2c-xxv710-2n-skx"
3322       data: "plot-performance-trending-vpp-2n-skx"
3323       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3324       parameters:
3325       - "result"
3326       layout: "plot-cpta"
3327
3328     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx"
3329       output-file-name: "vm-vhost-eth-8t4c-xxv710-2n-skx"
3330       data: "plot-performance-trending-vpp-2n-skx"
3331       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3332       parameters:
3333       - "result"
3334       layout: "plot-cpta"
3335
3336 # VM vhost - x710, eth, IMIX
3337
3338     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 2n-skx"
3339       output-file-name: "vm-vhost-imix-eth-2t1c-x710-2n-skx"
3340       data: "plot-performance-trending-vpp-2n-skx"
3341       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3342
3343       parameters:
3344       - "result"
3345       layout: "plot-cpta"
3346
3347     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx"
3348       output-file-name: "vm-vhost-imix-eth-4t2c-x710-2n-skx"
3349       data: "plot-performance-trending-vpp-2n-skx"
3350       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3351       parameters:
3352       - "result"
3353       layout: "plot-cpta"
3354
3355     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx"
3356       output-file-name: "vm-vhost-imix-eth-8t4c-x710-2n-skx"
3357       data: "plot-performance-trending-vpp-2n-skx"
3358       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3359       parameters:
3360       - "result"
3361       layout: "plot-cpta"
3362
3363 # VM vhost - xxv710, eth, IMIX
3364
3365     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 2n-skx"
3366       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-2n-skx"
3367       data: "plot-performance-trending-vpp-2n-skx"
3368       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3369
3370       parameters:
3371       - "result"
3372       layout: "plot-cpta"
3373
3374     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx"
3375       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-2n-skx"
3376       data: "plot-performance-trending-vpp-2n-skx"
3377       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3378       parameters:
3379       - "result"
3380       layout: "plot-cpta"
3381
3382     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx"
3383       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-2n-skx"
3384       data: "plot-performance-trending-vpp-2n-skx"
3385       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3386       parameters:
3387       - "result"
3388       layout: "plot-cpta"
3389
3390 # Link Bonding - x710
3391
3392     - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
3393       output-file-name: "lb-64b-2t1c-x710-2n-skx"
3394       data: "plot-performance-trending-vpp-2n-skx"
3395       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
3396       parameters:
3397       - "result"
3398       layout: "plot-cpta"
3399
3400     - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
3401       output-file-name: "lb-64b-4t2c-x710-2n-skx"
3402       data: "plot-performance-trending-vpp-2n-skx"
3403       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
3404       parameters:
3405       - "result"
3406       layout: "plot-cpta"
3407
3408     - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
3409       output-file-name: "lb-64b-8t4c-x710-2n-skx"
3410       data: "plot-performance-trending-vpp-2n-skx"
3411       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
3412       parameters:
3413       - "result"
3414       layout: "plot-cpta"
3415
3416     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
3417       output-file-name: "lb-imix-2t1c-x710-2n-skx"
3418       data: "plot-performance-trending-vpp-2n-skx"
3419       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
3420       parameters:
3421       - "result"
3422       layout: "plot-cpta"
3423
3424     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
3425       output-file-name: "lb-imix-4t2c-x710-2n-skx"
3426       data: "plot-performance-trending-vpp-2n-skx"
3427       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
3428       parameters:
3429       - "result"
3430       layout: "plot-cpta"
3431
3432     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
3433       output-file-name: "lb-imix-8t4c-x710-2n-skx"
3434       data: "plot-performance-trending-vpp-2n-skx"
3435       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
3436       parameters:
3437       - "result"
3438       layout: "plot-cpta"
3439
3440 # Link Bonding - xxv710
3441
3442     - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
3443       output-file-name: "lb-64b-2t1c-xxv710-2n-skx"
3444       data: "plot-performance-trending-vpp-2n-skx"
3445       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
3446       parameters:
3447       - "result"
3448       layout: "plot-cpta"
3449
3450     - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
3451       output-file-name: "lb-64b-4t2c-xxv710-2n-skx"
3452       data: "plot-performance-trending-vpp-2n-skx"
3453       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
3454       parameters:
3455       - "result"
3456       layout: "plot-cpta"
3457
3458     - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
3459       output-file-name: "lb-64b-8t4c-xxv710-2n-skx"
3460       data: "plot-performance-trending-vpp-2n-skx"
3461       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
3462       parameters:
3463       - "result"
3464       layout: "plot-cpta"
3465
3466     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
3467       output-file-name: "lb-imix-2t1c-xxv710-2n-skx"
3468       data: "plot-performance-trending-vpp-2n-skx"
3469       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
3470       parameters:
3471       - "result"
3472       layout: "plot-cpta"
3473
3474     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
3475       output-file-name: "lb-imix-4t2c-xxv710-2n-skx"
3476       data: "plot-performance-trending-vpp-2n-skx"
3477       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
3478       parameters:
3479       - "result"
3480       layout: "plot-cpta"
3481
3482     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
3483       output-file-name: "lb-imix-8t4c-xxv710-2n-skx"
3484       data: "plot-performance-trending-vpp-2n-skx"
3485       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
3486       parameters:
3487       - "result"
3488       layout: "plot-cpta"
3489
3490 # DPDK - x710 - 64B
3491
3492     - title: "DPDK 2T1C 64B MRR Trending 2n-skx"
3493       output-file-name: "dpdk-64b-2t1c-x710-2n-skx"
3494       data: "plot-performance-trending-dpdk-2n-skx"
3495       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3496       parameters:
3497       - "result"
3498       layout: "plot-cpta"
3499
3500     - title: "DPDK 4T2C 64B MRR Trending 2n-skx"
3501       output-file-name: "dpdk-64b-4t2c-x710-2n-skx"
3502       data: "plot-performance-trending-dpdk-2n-skx"
3503       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3504       parameters:
3505       - "result"
3506       layout: "plot-cpta"
3507
3508     - title: "DPDK 8T4C 64B MRR Trending 2n-skx"
3509       output-file-name: "dpdk-64b-8t4c-x710-2n-skx"
3510       data: "plot-performance-trending-dpdk-2n-skx"
3511       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3512       parameters:
3513       - "result"
3514       layout: "plot-cpta"
3515
3516 ## DPDK - x710 - IMIX
3517 #
3518 #    - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
3519 #      output-file-name: "dpdk-imix-2t1c-x710-2n-skx"
3520 #      data: "plot-performance-trending-dpdk-2n-skx"
3521 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3522 #      parameters:
3523 #      - "result"
3524 #      layout: "plot-cpta"
3525 #
3526 #    - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
3527 #      output-file-name: "dpdk-imix-4t2c-x710-2n-skx"
3528 #      data: "plot-performance-trending-dpdk-2n-skx"
3529 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3530 #      parameters:
3531 #      - "result"
3532 #      layout: "plot-cpta"
3533 #
3534 #    - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
3535 #      output-file-name: "dpdk-imix-8t4c-x710-2n-skx"
3536 #      data: "plot-performance-trending-dpdk-2n-skx"
3537 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3538 #      parameters:
3539 #      - "result"
3540 #      layout: "plot-cpta"
3541
3542 # DPDK - xxv710 - 64B
3543
3544     - title: "DPDK 2T1C 64B MRR Trending 2n-skx"
3545       output-file-name: "dpdk-64b-2t1c-xxv710-2n-skx"
3546       data: "plot-performance-trending-dpdk-2n-skx"
3547       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3548       parameters:
3549       - "result"
3550       layout: "plot-cpta"
3551
3552     - title: "DPDK 4T2C 64B MRR Trending 2n-skx"
3553       output-file-name: "dpdk-64b-4t2c-xxv710-2n-skx"
3554       data: "plot-performance-trending-dpdk-2n-skx"
3555       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3556       parameters:
3557       - "result"
3558       layout: "plot-cpta"
3559
3560     - title: "DPDK 8T4C 64B MRR Trending 2n-skx"
3561       output-file-name: "dpdk-64b-8t4c-xxv710-2n-skx"
3562       data: "plot-performance-trending-dpdk-2n-skx"
3563       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3564       parameters:
3565       - "result"
3566       layout: "plot-cpta"
3567
3568 ## DPDK - xxv710 - IMIX
3569 #
3570 #    - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
3571 #      output-file-name: "dpdk-imix-2t1c-xxv710-2n-skx"
3572 #      data: "plot-performance-trending-dpdk-2n-skx"
3573 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3574 #      parameters:
3575 #      - "result"
3576 #      layout: "plot-cpta"
3577 #
3578 #    - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
3579 #      output-file-name: "dpdk-imix-4t2c-xxv710-2n-skx"
3580 #      data: "plot-performance-trending-dpdk-2n-skx"
3581 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3582 #      parameters:
3583 #      - "result"
3584 #      layout: "plot-cpta"
3585 #
3586 #    - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
3587 #      output-file-name: "dpdk-imix-8t4c-xxv710-2n-skx"
3588 #      data: "plot-performance-trending-dpdk-2n-skx"
3589 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3590 #      parameters:
3591 #      - "result"
3592 #      layout: "plot-cpta"