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