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