44df9e9e04b467b46f6a7eea848731dc05e2cc79
[csit.git] / resources / tools / presentation / specification_CPTA.yaml
1 # Copyright (c) 2020 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,DOC]: "https://docs.fd.io/csit"
49     DIR[NEXUS,DOC]: "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.32.8.19": "LF-2n-CLX-27"
70     "10.32.8.21": "LF-2n-CLX-28"
71     "10.32.8.23": "LF-2n-CLX-29"
72     "10.30.51.16": "LF-3n-HSW-01"
73     "10.30.51.20": "LF-3n-HSW-02"
74     "10.30.51.24": "LF-3n-HSW-03"
75     "10.30.51.48": "LF-3n-SKX-31"
76     "10.30.51.60": "LF-3n-SKX-32"
77     "10.30.51.49": "LF-3n-TSH-33"
78     "10.32.8.10": "LF-DNV"
79
80 -
81   type: "configuration"
82
83   archive-inputs: False
84
85   mapping-file: "mapping_tc_names.yaml"
86
87   ignore-list: "ignored_tcs.yaml"
88
89   alerting:
90
91     alerts:
92
93 # As Jenkins slave is not configured to send emails, this is now only as
94 # a working example:
95 #
96 #      # Send the list of failed tests vie email.
97 #      # Pre-requisites:
98 #      # - SMTP server is installed on the Jenkins slave
99 #      # - SMTP server is configured to send emails. Default configuration is
100 #      #   sufficient.
101 #      email-failed-tests:
102 #        # Title is used in logs and also as the email subject.
103 #        title: "Trending: Failed Tests"
104 #        # Type of alert.
105 #        type: "failed-tests"
106 #        # How to send the alert. The used way must be specified in the
107 #        # configuration part.
108 #        way: "email"
109 #        # Data to be included in the alert.
110 #        # Here is used the list of tables generated by the function
111 #        # "table_failed_tests_html".
112 #        include:
113 #        - "failed-tests-3n-hsw"
114 #        - "failed-tests-3n-skx"
115 #        - "failed-tests-2n-skx"
116 #        # This url is used in the tables instead of the original one. The aim
117 #        # is to make the links usable also from the email.
118 #        url: "https://docs.fd.io/csit/master/trending/trending"
119
120       # Jenkins job sends the email with failed tests.
121       # Pre-requisites:
122       # - Jenkins job is configured to send emails in "Post-build Actions" -->
123       #   "Editable Email Notification".
124       jenkins-send-failed-tests:
125         title: "Trending: Failed Tests"
126         type: "failed-tests"
127         way: "jenkins"
128         include:
129           - "last-failed-tests-2n-skx"
130           - "last-failed-tests-3n-skx"
131           - "last-failed-tests-2n-clx"
132           - "last-failed-tests-3n-hsw"
133           - "last-failed-tests-3n-tsh"
134           - "last-failed-tests-2n-dnv"
135           - "last-failed-tests-3n-dnv"
136         urls:
137           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-skx"
138           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-skx"
139           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-clx"
140           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master"
141           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-tsh"
142           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-dnv"
143           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-dnv"
144         url-details: "https://docs.fd.io/csit/master/trending/introduction/failures.html"
145
146     configurations:
147       # Configuration of the email notifications.
148       email:
149         # SMTP server
150         server: "localhost"
151         # List of recipients.
152         address-to:
153         - "csit-report@lists.fd.io"
154         # Sender
155         address-from: "testuser@testserver.com"
156
157       # Configuration of notifications sent by Jenkins.
158       jenkins:
159         # The directory in the workspace where the generated data is stored and
160         # then read by Jenkins job.
161         output-dir: "_build/_static/vpp"
162         # The name of the output files. ASCII text and HTML formats are
163         # generated.
164         output-file: "trending-failed-tests"
165         # If defined, all output files are zipped into this file.
166         zip-output: "failed-tests.tar.gz"
167
168   data-sets:
169
170     # Compressed failed tests (last builds)
171     table-last-failed-tests-3n-hsw:
172       csit-vpp-perf-mrr-daily-master:
173         - "lastCompletedBuild"
174     table-last-failed-tests-3n-skx:
175       csit-vpp-perf-mrr-daily-master-3n-skx:
176         - "lastCompletedBuild"
177     table-last-failed-tests-2n-skx:
178       csit-vpp-perf-mrr-daily-master-2n-skx:
179         - "lastCompletedBuild"
180     table-last-failed-tests-nf-2n-skx:
181       csit-vpp-perf-mrr-weekly-master-2n-skx:
182         - "lastCompletedBuild"
183     table-last-failed-tests-2n-clx:
184       csit-vpp-perf-mrr-daily-master-2n-clx:
185         - "lastCompletedBuild"
186     table-last-failed-tests-3n-tsh:
187       csit-vpp-perf-mrr-daily-master-3n-tsh:
188         - "lastCompletedBuild"
189     table-last-failed-tests-3n-dnv:
190       csit-vpp-perf-mrr-daily-master-3n-dnv:
191         - "lastCompletedBuild"
192     table-last-failed-tests-2n-dnv:
193       csit-vpp-perf-mrr-daily-master-2n-dnv:
194         - "lastCompletedBuild"
195
196     # 3n-hsw
197     plot-performance-trending-all-3n-hsw:
198       csit-vpp-perf-mrr-daily-master:
199         start: 1035
200         end: "lastCompletedBuild"
201         skip:
202           - 1052
203           - 1054
204           - 1056
205           - 1063
206           - 1102
207       csit-dpdk-perf-mrr-weekly-master:
208         start: 107
209         end: "lastCompletedBuild"
210         skip:
211           - 110
212           - 111
213           - 112
214           - 114
215
216     plot-performance-trending-vpp-3n-hsw:
217       csit-vpp-perf-mrr-daily-master:
218         start: 1035
219         end: "lastCompletedBuild"
220         skip:
221           - 1052
222           - 1054
223           - 1056
224           - 1063
225           - 1102
226
227     plot-performance-trending-dpdk-3n-hsw:
228       csit-dpdk-perf-mrr-weekly-master:
229         start: 107
230         end: "lastCompletedBuild"
231         skip:
232           - 110
233           - 111
234           - 112
235           - 114
236
237     # 3n-skx
238     plot-performance-trending-all-3n-skx:
239       csit-vpp-perf-mrr-daily-master-3n-skx:
240         start: 782
241         end: "lastCompletedBuild"
242         skip:
243           - 796
244           - 803
245           - 804
246           - 805
247           - 818
248           - 849
249           - 851
250       csit-dpdk-perf-mrr-weekly-master-3n-skx:
251         start: 72
252         end: "lastCompletedBuild"
253         skip:
254           - 76
255           - 77
256           - 79
257
258     plot-performance-trending-vpp-3n-skx:
259       csit-vpp-perf-mrr-daily-master-3n-skx:
260         start: 782
261         end: "lastCompletedBuild"
262         skip:
263           - 796
264           - 803
265           - 804
266           - 805
267           - 818
268           - 849
269           - 851
270
271     plot-performance-trending-dpdk-3n-skx:
272       csit-dpdk-perf-mrr-weekly-master-3n-skx:
273         start: 72
274         end: "lastCompletedBuild"
275         skip:
276           - 76
277           - 77
278           - 79
279
280     # 2n-skx
281     plot-performance-trending-all-2n-skx:
282       csit-vpp-perf-mrr-daily-master-2n-skx:
283         start: 804
284         end: "lastCompletedBuild"
285         skip:
286           - 828
287           - 830
288           - 868
289           - 870
290           - 874
291       csit-dpdk-perf-mrr-weekly-master-2n-skx:
292         start: 72
293         end: "lastCompletedBuild"
294         skip:
295           - 76
296           - 77
297           - 79
298
299     plot-performance-trending-vpp-2n-skx:
300       csit-vpp-perf-mrr-daily-master-2n-skx:
301         start: 804
302         end: "lastCompletedBuild"
303         skip:
304           - 828
305           - 830
306           - 868
307           - 870
308           - 874
309
310     plot-performance-trending-dpdk-2n-skx:
311       csit-dpdk-perf-mrr-weekly-master-2n-skx:
312         start: 72
313         end: "lastCompletedBuild"
314         skip:
315           - 76
316           - 77
317           - 79
318
319     plot-performance-trending-vpp-nfv-2n-skx:
320       csit-vpp-perf-mrr-weekly-master-2n-skx:
321         start: 45
322         end: "lastCompletedBuild"
323         skip:
324           - 52
325           - 54
326           - 55
327
328     plot-performance-trending-vpp-2n-clx:
329       csit-vpp-perf-mrr-daily-master-2n-clx:
330         start: 183
331         end: "lastCompletedBuild"
332         skip:
333           - 204
334           - 206
335           - 208
336           - 213
337           - 214
338           - 215
339           - 216
340           - 217
341           - 224
342           - 230
343           - 231
344           - 239
345           - 248
346           - 251
347           - 252
348           - 253
349
350     plot-performance-trending-dpdk-2n-clx:
351       csit-dpdk-perf-mrr-weekly-master-2n-clx:
352         start: 16
353         end: "lastCompletedBuild"
354         skip:
355           - 18
356           - 21
357           - 22
358           - 24
359
360     # 3n-tsh
361     plot-performance-trending-all-3n-tsh:
362       csit-vpp-perf-mrr-daily-master-3n-tsh:
363         start: 115
364         end: "lastCompletedBuild"
365         skip:
366           - 126
367           - 127
368           - 135
369           - 149
370           - 150
371           - 152
372           - 153
373           - 154
374           - 155
375           - 156
376           - 157
377
378     plot-performance-trending-vpp-3n-tsh:
379       csit-vpp-perf-mrr-daily-master-3n-tsh:
380         start: 115
381         end: "lastCompletedBuild"
382         skip:
383           - 126
384           - 127
385           - 135
386           - 149
387           - 150
388           - 152
389           - 153
390           - 154
391           - 155
392           - 156
393           - 157
394
395     plot-performance-trending-vpp-3n-dnv:
396       csit-vpp-perf-mrr-daily-master-3n-dnv:
397         start: 276
398         end: "lastCompletedBuild"
399         skip:
400           - 297
401           - 318
402           - 319
403           - 320
404           - 321
405           - 322
406           - 323
407           - 324
408           - 325
409           - 326
410           - 327
411           - 343
412           - 344
413           - 345
414           - 348
415           - 350
416           - 356
417           - 357
418           - 358
419           - 360
420           - 363
421           - 364
422
423     plot-performance-trending-vpp-2n-dnv:
424       csit-vpp-perf-mrr-daily-master-2n-dnv:
425         start: 279
426         end: "lastCompletedBuild"
427         skip:
428           - 228
429           - 249
430           - 250
431           - 251
432           - 302
433           - 304
434           - 314
435           - 317
436           - 326
437           - 327
438           - 328
439           - 329
440           - 330
441           - 331
442           - 332
443           - 344
444           - 349
445           - 350
446           - 351
447           - 354
448           - 360
449           - 364
450           - 365
451           - 366
452           - 370
453
454   plot-layouts:
455
456     plot-cpta:
457       title: ""
458       titlefont:
459         size: 16
460       autosize: True
461       showlegend: True
462       width: 1100
463       height: 800
464       yaxis:
465         showticklabels: True
466         tickformat: ".5s"
467         title: "Throughput [Mpps]"
468         hoverformat: ".5s"
469         gridcolor: "rgb(238, 238, 238)"
470         linecolor: "rgb(238, 238, 238)"
471         showline: True
472         zeroline: False
473         tickcolor: "rgb(238, 238, 238)"
474         linewidth: 1
475         showgrid: True
476       xaxis:
477         title: 'Date [MMDD]'
478         type: "date"
479         autorange: True
480         fixedrange: False
481         showgrid: True
482         gridcolor: "rgb(238, 238, 238)"
483         showline: True
484         linecolor: "rgb(238, 238, 238)"
485         zeroline: False
486         linewidth: 1
487         showticklabels: True
488         tickcolor: "rgb(238, 238, 238)"
489         tickmode: "auto"
490         tickformat: "%m%d"
491         rangeselector:
492           buttons:
493           - count: 14
494             label: "2w"
495             step: "day"
496             stepmode: "backward"
497           - count: 1
498             label: "1m"
499             step: "month"
500             stepmode: "backward"
501           - count: 2
502             label: "2m"
503             step: "month"
504             stepmode: "backward"
505           - count: 3
506             label: "3m"
507             step: "month"
508             stepmode: "backward"
509           - step: "all"
510       margin:
511         r: 20
512         b: 5
513         t: 5
514         l: 70
515       legend:
516         orientation: "h"
517         xanchor: "auto"
518         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
519         bordercolor: "rgb(238, 238, 238)"
520       paper_bgcolor: "#fff"
521       plot_bgcolor: "#fff"
522       hoverlabel:
523         namelength: -1
524
525 -
526   type: "static"
527   src-path: "{DIR[RST]}"
528   dst-path: "{DIR[WORKING,SRC]}"
529
530 -
531   type: "input"
532   general:
533     file-name: "output_info.xml.gz"
534     file-format: ".gz"
535     download-path: "{job}/{build}/archives/{filename}"
536     extract: "output.xml"
537     # Number of days from now to the past. Only files generated in this
538     # time period are used.
539     time-period: 90
540
541     zip-file-name: "robot-plugin.zip"
542     zip-file-format: ".zip"
543     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
544     zip-extract: "robot-plugin/output.xml"
545
546   builds:
547
548     # 3n-hsw
549     csit-vpp-perf-mrr-daily-master:
550       start: 1035
551       end: "lastCompletedBuild"
552       skip:
553         - 1052
554         - 1054
555         - 1056
556         - 1063
557         - 1102
558     csit-dpdk-perf-mrr-weekly-master:
559       start: 107
560       end: "lastCompletedBuild"
561       skip:
562         - 110
563         - 111
564         - 112
565         - 114
566
567     # 3n-skx
568     csit-vpp-perf-mrr-daily-master-3n-skx:
569       start: 782
570       end: "lastCompletedBuild"
571       skip:
572         - 796
573         - 803
574         - 804
575         - 805
576         - 818
577         - 849
578         - 851
579     csit-dpdk-perf-mrr-weekly-master-3n-skx:
580       start: 72
581       end: "lastCompletedBuild"
582       skip:
583         - 76
584         - 77
585         - 79
586
587     # 2n-skx
588     csit-vpp-perf-mrr-daily-master-2n-skx:
589       start: 804
590       end: "lastCompletedBuild"
591       skip:
592         - 828
593         - 830
594         - 868
595         - 870
596         - 874
597     csit-vpp-perf-mrr-weekly-master-2n-skx:
598       start: 45
599       end: "lastCompletedBuild"
600       skip:
601         - 52
602         - 54
603         - 55
604     csit-dpdk-perf-mrr-weekly-master-2n-skx:
605       start: 72
606       end: "lastCompletedBuild"
607       skip:
608         - 76
609         - 77
610         - 79
611
612     csit-vpp-perf-mrr-daily-master-2n-clx:
613       start: 183
614       end: "lastCompletedBuild"
615       skip:
616         - 204
617         - 206
618         - 208
619         - 213
620         - 214
621         - 215
622         - 216
623         - 217
624         - 224
625         - 230
626         - 231
627         - 239
628         - 248
629         - 251
630         - 252
631         - 253
632
633     csit-dpdk-perf-mrr-weekly-master-2n-clx:
634       start: 16
635       end: "lastCompletedBuild"
636       skip:
637         - 18
638         - 21
639         - 22
640         - 24
641
642     # 3n-tsh
643     csit-vpp-perf-mrr-daily-master-3n-tsh:
644       start: 115
645       end: "lastCompletedBuild"
646       skip:
647         - 126
648         - 127
649         - 135
650         - 149
651         - 150
652         - 152
653         - 153
654         - 154
655         - 155
656         - 156
657         - 157
658
659     # 3n-dnv
660     csit-vpp-perf-mrr-daily-master-3n-dnv:
661       start: 276
662       end: "lastCompletedBuild"
663       skip:
664         - 297
665         - 318
666         - 319
667         - 320
668         - 321
669         - 322
670         - 323
671         - 324
672         - 325
673         - 326
674         - 327
675         - 343
676         - 344
677         - 345
678         - 348
679         - 350
680         - 356
681         - 357
682         - 358
683         - 360
684         - 363
685         - 364
686
687     # 2n-dnv
688     csit-vpp-perf-mrr-daily-master-2n-dnv:
689       start: 279
690       end: "lastCompletedBuild"
691       skip:
692         - 228
693         - 249
694         - 250
695         - 251
696         - 302
697         - 304
698         - 314
699         - 317
700         - 326
701         - 327
702         - 328
703         - 329
704         - 330
705         - 331
706         - 332
707         - 344
708         - 349
709         - 350
710         - 351
711         - 354
712         - 360
713         - 364
714         - 365
715         - 366
716         - 370
717
718 -
719   type: "output"
720   output: "trending"
721   format:
722     html:
723     - full
724
725 ################################################################################
726 ###                               T A B L E S                                ###
727 ################################################################################
728
729 ################################################################################
730
731 # Compressed failed tests (last build)
732 -
733   type: "table"
734   title: "Last failed tests (last builds) 3n-hsw"
735   algorithm: "table_last_failed_tests"
736   output-file-ext: ".txt"
737   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-hsw"
738   data: "table-last-failed-tests-3n-hsw"
739   filter: "'MRR'"
740   parameters:
741     - "name"
742     - "parent"
743     - "status"
744
745 -
746   type: "table"
747   title: "Last failed tests (last builds) 3n-skx"
748   algorithm: "table_last_failed_tests"
749   output-file-ext: ".txt"
750   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-skx"
751   data: "table-last-failed-tests-3n-skx"
752   filter: "'MRR'"
753   parameters:
754     - "name"
755     - "parent"
756     - "status"
757
758 -
759   type: "table"
760   title: "Last failed tests (last builds) 2n-skx"
761   algorithm: "table_last_failed_tests"
762   output-file-ext: ".txt"
763   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-skx"
764   data: "table-last-failed-tests-2n-skx"
765   filter: "'MRR'"
766   parameters:
767     - "name"
768     - "parent"
769     - "status"
770
771 -
772   type: "table"
773   title: "Last failed tests (last builds) 2n-clx"
774   algorithm: "table_last_failed_tests"
775   output-file-ext: ".txt"
776   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-clx"
777   data: "table-last-failed-tests-2n-clx"
778   filter: "'MRR'"
779   parameters:
780     - "name"
781     - "parent"
782     - "status"
783
784 -
785   type: "table"
786   title: "Last failed tests (last builds) 3n-tsh"
787   algorithm: "table_last_failed_tests"
788   output-file-ext: ".txt"
789   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-tsh"
790   data: "table-last-failed-tests-3n-tsh"
791   filter: "'MRR'"
792   parameters:
793     - "name"
794     - "parent"
795     - "status"
796
797 -
798   type: "table"
799   title: "Last failed tests (last builds) 3n-dnv"
800   algorithm: "table_last_failed_tests"
801   output-file-ext: ".txt"
802   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-dnv"
803   data: "table-last-failed-tests-3n-dnv"
804   filter: "'MRR'"
805   parameters:
806     - "name"
807     - "parent"
808     - "status"
809
810 -
811   type: "table"
812   title: "Last failed tests (last builds) 2n-dnv"
813   algorithm: "table_last_failed_tests"
814   output-file-ext: ".txt"
815   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-dnv"
816   data: "table-last-failed-tests-2n-dnv"
817   filter: "'MRR'"
818   parameters:
819     - "name"
820     - "parent"
821     - "status"
822
823 # 3n-hsw
824 -
825   type: "table"
826   title: "Performance trending dashboard 1t1c-3n-hsw"
827   algorithm: "table_perf_trending_dash"
828   output-file-ext: ".csv"
829   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
830   data: "plot-performance-trending-all-3n-hsw"
831   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
832   parameters:
833   - "name"
834   - "parent"
835   - "result"
836   ignore-list:
837     # This test is "ndrdisc" test and was improperly tagged. It was fixed
838     # but it remains in the old output.xml files.
839   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
840   window: 14
841   long-trend-window: 180
842
843 -
844   type: "table"
845   title: "Performance trending dashboard 2t2c-3n-hsw"
846   algorithm: "table_perf_trending_dash"
847   output-file-ext: ".csv"
848   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
849   data: "plot-performance-trending-all-3n-hsw"
850   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
851   parameters:
852   - "name"
853   - "parent"
854   - "result"
855   ignore-list:
856     # This test is "ndrdisc" test and was improperly tagged. It was fixed
857     # but it remains in the old output.xml files.
858   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
859   window: 14
860   long-trend-window: 180
861
862 -
863   type: "table"
864   title: "Performance trending dashboard 4t4c-3n-hsw"
865   algorithm: "table_perf_trending_dash"
866   output-file-ext: ".csv"
867   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
868   data: "plot-performance-trending-all-3n-hsw"
869   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
870   parameters:
871   - "name"
872   - "parent"
873   - "result"
874   ignore-list:
875     # This test is "ndrdisc" test and was improperly tagged. It was fixed
876     # but it remains in the old output.xml files.
877   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
878   window: 14
879   long-trend-window: 180
880
881 -
882   type: "table"
883   title: "HTML performance trending dashboard 1t1c-3n-hsw"
884   algorithm: "table_perf_trending_dash_html"
885   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
886   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
887   testbed: "3n-hsw"
888
889 -
890   type: "table"
891   title: "HTML performance trending dashboard 2t2c-3n-hsw"
892   algorithm: "table_perf_trending_dash_html"
893   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
894   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
895   testbed: "3n-hsw"
896
897 -
898   type: "table"
899   title: "HTML performance trending dashboard 4t4c-3n-hsw"
900   algorithm: "table_perf_trending_dash_html"
901   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
902   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
903   testbed: "3n-hsw"
904
905 -
906   type: "table"
907   title: "Failed MRR tests 3n-hsw"
908   algorithm: "table_failed_tests"
909   output-file-ext: ".csv"
910   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
911   data: "plot-performance-trending-all-3n-hsw"
912   filter: "'MRR' and not 'NIC_Intel-XXV710'"
913   parameters:
914   - "name"
915   - "parent"
916   - "status"
917   ignore-list:
918     # This test is "ndrdisc" test and was improperly tagged. It was fixed
919     # but it remains in the old output.xml files.
920   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
921   window: 7  # days
922
923 -
924   type: "table"
925   title: "HTML Failed MRR tests 3n-hsw"
926   algorithm: "table_failed_tests_html"
927   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
928   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
929   testbed: "3n-hsw"
930
931 ################################################################################
932 # 3n-skx
933 -
934   type: "table"
935   title: "Performance trending dashboard 2t1c-3n-skx"
936   algorithm: "table_perf_trending_dash"
937   output-file-ext: ".csv"
938   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
939   data: "plot-performance-trending-all-3n-skx"
940   filter: "'MRR' and '2T1C'"
941   parameters:
942   - "name"
943   - "parent"
944   - "result"
945   ignore-list:
946     # This test is "ndrdisc" test and was improperly tagged. It was fixed
947     # but it remains in the old output.xml files.
948   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
949   window: 14
950   long-trend-window: 180
951
952 -
953   type: "table"
954   title: "Performance trending dashboard 4t2c-3n-skx"
955   algorithm: "table_perf_trending_dash"
956   output-file-ext: ".csv"
957   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
958   data: "plot-performance-trending-all-3n-skx"
959   filter: "'MRR' and '4T2C'"
960   parameters:
961   - "name"
962   - "parent"
963   - "result"
964   ignore-list:
965     # This test is "ndrdisc" test and was improperly tagged. It was fixed
966     # but it remains in the old output.xml files.
967   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
968   window: 14
969   long-trend-window: 180
970
971 -
972   type: "table"
973   title: "Performance trending dashboard 8t4c-3n-skx"
974   algorithm: "table_perf_trending_dash"
975   output-file-ext: ".csv"
976   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
977   data: "plot-performance-trending-all-3n-skx"
978   filter: "'MRR' and '8T4C'"
979   parameters:
980   - "name"
981   - "parent"
982   - "result"
983   ignore-list:
984     # This test is "ndrdisc" test and was improperly tagged. It was fixed
985     # but it remains in the old output.xml files.
986   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
987   window: 14
988   long-trend-window: 180
989
990 -
991   type: "table"
992   title: "HTML performance trending dashboard 2t1c-3n-skx"
993   algorithm: "table_perf_trending_dash_html"
994   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
995   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
996   testbed: "3n-skx"
997
998 -
999   type: "table"
1000   title: "HTML performance trending dashboard 4t2c-3n-skx"
1001   algorithm: "table_perf_trending_dash_html"
1002   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
1003   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
1004   testbed: "3n-skx"
1005
1006 -
1007   type: "table"
1008   title: "HTML performance trending dashboard 8t4c-3n-skx"
1009   algorithm: "table_perf_trending_dash_html"
1010   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
1011   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
1012   testbed: "3n-skx"
1013
1014 -
1015   type: "table"
1016   title: "Failed MRR tests 3n-skx"
1017   algorithm: "table_failed_tests"
1018   output-file-ext: ".csv"
1019   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
1020   data: "plot-performance-trending-all-3n-skx"
1021   filter: "'MRR'"
1022   parameters:
1023   - "name"
1024   - "parent"
1025   - "status"
1026   ignore-list:
1027     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1028     # but it remains in the old output.xml files.
1029   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1030   window: 7  # days
1031
1032 -
1033   type: "table"
1034   title: "HTML Failed MRR tests 3n-skx"
1035   algorithm: "table_failed_tests_html"
1036   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
1037   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
1038   testbed: "3n-skx"
1039
1040 ################################################################################
1041 # 2n-skx
1042 -
1043   type: "table"
1044   title: "Performance trending dashboard 2t1c-2n-skx"
1045   algorithm: "table_perf_trending_dash"
1046   output-file-ext: ".csv"
1047   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
1048   data: "plot-performance-trending-all-2n-skx"
1049   filter: "'MRR' and '2T1C'"
1050   parameters:
1051   - "name"
1052   - "parent"
1053   - "result"
1054   ignore-list:
1055     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1056     # but it remains in the old output.xml files.
1057   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1058   window: 14
1059   long-trend-window: 180
1060
1061 -
1062   type: "table"
1063   title: "Performance trending dashboard 4t2c-2n-skx"
1064   algorithm: "table_perf_trending_dash"
1065   output-file-ext: ".csv"
1066   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
1067   data: "plot-performance-trending-all-2n-skx"
1068   filter: "'MRR' and '4T2C'"
1069   parameters:
1070   - "name"
1071   - "parent"
1072   - "result"
1073   ignore-list:
1074     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1075     # but it remains in the old output.xml files.
1076   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1077   window: 14
1078   long-trend-window: 180
1079
1080 -
1081   type: "table"
1082   title: "Performance trending dashboard 8t4c-2n-skx"
1083   algorithm: "table_perf_trending_dash"
1084   output-file-ext: ".csv"
1085   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
1086   data: "plot-performance-trending-all-2n-skx"
1087   filter: "'MRR' and '8T4C'"
1088   parameters:
1089   - "name"
1090   - "parent"
1091   - "result"
1092   ignore-list:
1093     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1094     # but it remains in the old output.xml files.
1095   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1096   window: 14
1097   long-trend-window: 180
1098
1099 -
1100   type: "table"
1101   title: "HTML performance trending dashboard 2t1c-2n-skx"
1102   algorithm: "table_perf_trending_dash_html"
1103   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
1104   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
1105   testbed: "2n-skx"
1106
1107 -
1108   type: "table"
1109   title: "HTML performance trending dashboard 4t2c-2n-skx"
1110   algorithm: "table_perf_trending_dash_html"
1111   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
1112   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
1113   testbed: "2n-skx"
1114
1115 -
1116   type: "table"
1117   title: "HTML performance trending dashboard 8t4c-2n-skx"
1118   algorithm: "table_perf_trending_dash_html"
1119   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
1120   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
1121   testbed: "2n-skx"
1122
1123 -
1124   type: "table"
1125   title: "Failed MRR tests 2n-skx"
1126   algorithm: "table_failed_tests"
1127   output-file-ext: ".csv"
1128   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
1129   data: "plot-performance-trending-all-2n-skx"
1130   filter: "'MRR'"
1131   parameters:
1132   - "name"
1133   - "parent"
1134   - "status"
1135   ignore-list:
1136     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1137     # but it remains in the old output.xml files.
1138   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1139   window: 7  # days
1140
1141 -
1142   type: "table"
1143   title: "HTML Failed MRR tests 2n-skx"
1144   algorithm: "table_failed_tests_html"
1145   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
1146   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
1147   testbed: "2n-skx"
1148
1149 ################################################################################
1150 # 2n-clx
1151 -
1152   type: "table"
1153   title: "Performance trending dashboard 2t1c-2n-clx"
1154   algorithm: "table_perf_trending_dash"
1155   output-file-ext: ".csv"
1156   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx"
1157   data: "plot-performance-trending-vpp-2n-clx"
1158   filter: "'MRR' and '2T1C'"
1159   parameters:
1160   - "name"
1161   - "parent"
1162   - "result"
1163   window: 14
1164   long-trend-window: 180
1165
1166 -
1167   type: "table"
1168   title: "Performance trending dashboard 4t2c-2n-clx"
1169   algorithm: "table_perf_trending_dash"
1170   output-file-ext: ".csv"
1171   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx"
1172   data: "plot-performance-trending-vpp-2n-clx"
1173   filter: "'MRR' and '4T2C'"
1174   parameters:
1175   - "name"
1176   - "parent"
1177   - "result"
1178   window: 14
1179   long-trend-window: 180
1180
1181 -
1182   type: "table"
1183   title: "Performance trending dashboard 8t4c-2n-clx"
1184   algorithm: "table_perf_trending_dash"
1185   output-file-ext: ".csv"
1186   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx"
1187   data: "plot-performance-trending-vpp-2n-clx"
1188   filter: "'MRR' and '8T4C'"
1189   parameters:
1190   - "name"
1191   - "parent"
1192   - "result"
1193   window: 14
1194   long-trend-window: 180
1195
1196 -
1197   type: "table"
1198   title: "HTML performance trending dashboard 2t1c-2n-clx"
1199   algorithm: "table_perf_trending_dash_html"
1200   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.csv"
1201   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.rst"
1202   testbed: "2n-clx"
1203
1204 -
1205   type: "table"
1206   title: "HTML performance trending dashboard 4t2c-2n-clx"
1207   algorithm: "table_perf_trending_dash_html"
1208   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.csv"
1209   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.rst"
1210   testbed: "2n-clx"
1211
1212 -
1213   type: "table"
1214   title: "HTML performance trending dashboard 8t4c-2n-clx"
1215   algorithm: "table_perf_trending_dash_html"
1216   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.csv"
1217   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.rst"
1218   testbed: "2n-clx"
1219
1220 -
1221   type: "table"
1222   title: "Failed MRR tests 2n-clx"
1223   algorithm: "table_failed_tests"
1224   output-file-ext: ".csv"
1225   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx"
1226   data: "plot-performance-trending-vpp-2n-clx"
1227   filter: "'MRR'"
1228   parameters:
1229   - "name"
1230   - "parent"
1231   - "status"
1232   window: 7  # days
1233
1234 -
1235   type: "table"
1236   title: "HTML Failed MRR tests 2n-clx"
1237   algorithm: "table_failed_tests_html"
1238   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.csv"
1239   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.rst"
1240   testbed: "2n-clx"
1241
1242
1243 ################################################################################
1244 # 3n-tsh
1245 -
1246   type: "table"
1247   title: "Performance trending dashboard 1t1c-3n-tsh"
1248   algorithm: "table_perf_trending_dash"
1249   output-file-ext: ".csv"
1250   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh"
1251   data: "plot-performance-trending-all-3n-tsh"
1252   filter: "'MRR' and '1T1C'"
1253   parameters:
1254   - "name"
1255   - "parent"
1256   - "result"
1257   window: 14
1258   long-trend-window: 180
1259
1260 -
1261   type: "table"
1262   title: "Performance trending dashboard 2t2c-3n-tsh"
1263   algorithm: "table_perf_trending_dash"
1264   output-file-ext: ".csv"
1265   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh"
1266   data: "plot-performance-trending-all-3n-tsh"
1267   filter: "'MRR' and '2T2C'"
1268   parameters:
1269   - "name"
1270   - "parent"
1271   - "result"
1272   window: 14
1273   long-trend-window: 180
1274
1275 -
1276   type: "table"
1277   title: "Performance trending dashboard 4t4c-3n-tsh"
1278   algorithm: "table_perf_trending_dash"
1279   output-file-ext: ".csv"
1280   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh"
1281   data: "plot-performance-trending-all-3n-tsh"
1282   filter: "'MRR' and '4T4C'"
1283   parameters:
1284   - "name"
1285   - "parent"
1286   - "result"
1287   window: 14
1288   long-trend-window: 180
1289
1290 -
1291   type: "table"
1292   title: "HTML performance trending dashboard 1t1c-3n-tsh"
1293   algorithm: "table_perf_trending_dash_html"
1294   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.csv"
1295   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.rst"
1296   testbed: "3n-tsh"
1297
1298 -
1299   type: "table"
1300   title: "HTML performance trending dashboard 2t2c-3n-tsh"
1301   algorithm: "table_perf_trending_dash_html"
1302   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.csv"
1303   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.rst"
1304   testbed: "3n-tsh"
1305
1306 -
1307   type: "table"
1308   title: "HTML performance trending dashboard 4t4c-3n-tsh"
1309   algorithm: "table_perf_trending_dash_html"
1310   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.csv"
1311   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.rst"
1312   testbed: "3n-tsh"
1313
1314 -
1315   type: "table"
1316   title: "Failed MRR tests 3n-tsh"
1317   algorithm: "table_failed_tests"
1318   output-file-ext: ".csv"
1319   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh"
1320   data: "plot-performance-trending-all-3n-tsh"
1321   filter: "'MRR'"
1322   parameters:
1323   - "name"
1324   - "parent"
1325   - "status"
1326   window: 7  # days
1327
1328 -
1329   type: "table"
1330   title: "HTML Failed MRR tests 3n-tsh"
1331   algorithm: "table_failed_tests_html"
1332   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.csv"
1333   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.rst"
1334   testbed: "3n-tsh"
1335
1336 ################################################################################
1337 # 3n-dnv
1338 -
1339   type: "table"
1340   title: "Performance trending dashboard 1t1c-3n-dnv"
1341   algorithm: "table_perf_trending_dash"
1342   output-file-ext: ".csv"
1343   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv"
1344   data: "plot-performance-trending-vpp-3n-dnv"
1345   filter: "'MRR' and '1T1C'"
1346   parameters:
1347   - "name"
1348   - "parent"
1349   - "result"
1350   window: 14
1351   long-trend-window: 180
1352
1353 -
1354   type: "table"
1355   title: "Performance trending dashboard 2t2c-3n-dnv"
1356   algorithm: "table_perf_trending_dash"
1357   output-file-ext: ".csv"
1358   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv"
1359   data: "plot-performance-trending-vpp-3n-dnv"
1360   filter: "'MRR' and '2T2C'"
1361   parameters:
1362   - "name"
1363   - "parent"
1364   - "result"
1365   window: 14
1366   long-trend-window: 180
1367
1368 -
1369   type: "table"
1370   title: "Performance trending dashboard 4t4c-3n-dnv"
1371   algorithm: "table_perf_trending_dash"
1372   output-file-ext: ".csv"
1373   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv"
1374   data: "plot-performance-trending-vpp-3n-dnv"
1375   filter: "'MRR' and '4T4C'"
1376   parameters:
1377   - "name"
1378   - "parent"
1379   - "result"
1380   window: 14
1381   long-trend-window: 180
1382
1383 -
1384   type: "table"
1385   title: "HTML performance trending dashboard 1t1c-3n-dnv"
1386   algorithm: "table_perf_trending_dash_html"
1387   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.csv"
1388   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.rst"
1389   testbed: "3n-dnv"
1390
1391 -
1392   type: "table"
1393   title: "HTML performance trending dashboard 2t2c-3n-dnv"
1394   algorithm: "table_perf_trending_dash_html"
1395   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.csv"
1396   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.rst"
1397   testbed: "3n-dnv"
1398
1399 -
1400   type: "table"
1401   title: "HTML performance trending dashboard 4t4c-3n-dnv"
1402   algorithm: "table_perf_trending_dash_html"
1403   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.csv"
1404   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.rst"
1405   testbed: "3n-dnv"
1406
1407 -
1408   type: "table"
1409   title: "Failed MRR tests 3n-dnv"
1410   algorithm: "table_failed_tests"
1411   output-file-ext: ".csv"
1412   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv"
1413   data: "plot-performance-trending-vpp-3n-dnv"
1414   filter: "'MRR'"
1415   parameters:
1416   - "name"
1417   - "parent"
1418   - "status"
1419   window: 7  # days
1420
1421 -
1422   type: "table"
1423   title: "HTML Failed MRR tests 3n-dnv"
1424   algorithm: "table_failed_tests_html"
1425   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.csv"
1426   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.rst"
1427   testbed: "3n-dnv"
1428
1429 ################################################################################
1430 # 2n-dnv
1431 -
1432   type: "table"
1433   title: "Performance trending dashboard 1t1c-2n-dnv"
1434   algorithm: "table_perf_trending_dash"
1435   output-file-ext: ".csv"
1436   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv"
1437   data: "plot-performance-trending-vpp-2n-dnv"
1438   filter: "'MRR' and '1T1C'"
1439   parameters:
1440   - "name"
1441   - "parent"
1442   - "result"
1443   window: 14
1444   long-trend-window: 180
1445
1446 -
1447   type: "table"
1448   title: "Performance trending dashboard 2t2c-2n-dnv"
1449   algorithm: "table_perf_trending_dash"
1450   output-file-ext: ".csv"
1451   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv"
1452   data: "plot-performance-trending-vpp-2n-dnv"
1453   filter: "'MRR' and '2T2C'"
1454   parameters:
1455   - "name"
1456   - "parent"
1457   - "result"
1458   window: 14
1459   long-trend-window: 180
1460
1461 -
1462   type: "table"
1463   title: "Performance trending dashboard 4t4c-2n-dnv"
1464   algorithm: "table_perf_trending_dash"
1465   output-file-ext: ".csv"
1466   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv"
1467   data: "plot-performance-trending-vpp-2n-dnv"
1468   filter: "'MRR' and '4T4C'"
1469   parameters:
1470   - "name"
1471   - "parent"
1472   - "result"
1473   window: 14
1474   long-trend-window: 180
1475
1476 -
1477   type: "table"
1478   title: "HTML performance trending dashboard 1t1c-2n-dnv"
1479   algorithm: "table_perf_trending_dash_html"
1480   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.csv"
1481   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.rst"
1482   testbed: "2n-dnv"
1483
1484 -
1485   type: "table"
1486   title: "HTML performance trending dashboard 2t2c-2n-dnv"
1487   algorithm: "table_perf_trending_dash_html"
1488   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.csv"
1489   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.rst"
1490   testbed: "2n-dnv"
1491
1492 -
1493   type: "table"
1494   title: "HTML performance trending dashboard 4t4c-2n-dnv"
1495   algorithm: "table_perf_trending_dash_html"
1496   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.csv"
1497   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.rst"
1498   testbed: "2n-dnv"
1499
1500 -
1501   type: "table"
1502   title: "Failed MRR tests 2n-dnv"
1503   algorithm: "table_failed_tests"
1504   output-file-ext: ".csv"
1505   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv"
1506   data: "plot-performance-trending-vpp-2n-dnv"
1507   filter: "'MRR'"
1508   parameters:
1509   - "name"
1510   - "parent"
1511   - "status"
1512   window: 7  # days
1513
1514 -
1515   type: "table"
1516   title: "HTML Failed MRR tests 2n-dnv"
1517   algorithm: "table_failed_tests_html"
1518   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.csv"
1519   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.rst"
1520   testbed: "2n-dnv"
1521
1522 ################################################################################
1523 ###                                 C P T A                                  ###
1524 ################################################################################
1525
1526 # Plots VPP Continuous Performance Trending and Analysis
1527
1528 -
1529   type: "cpta"
1530   title: "Continuous Performance Trending and Analysis"
1531   output-file-type: ".html"
1532   output-file: "{DIR[STATIC,VPP]}"
1533
1534   plots:
1535
1536 ################################################################################
1537 # NFV
1538
1539     - title: "VPP 2T1C NF Service Density VNFc IMIX MRR Trending 2n-skx"
1540       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-dpdk"
1541       data: "plot-performance-trending-vpp-nfv-2n-skx"
1542       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and not 'VXLAN'"
1543       groups:
1544         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1545         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1546         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1547         - ["6R1C", "6R2C", "6R4C"]
1548         - ["8R1C", "8R2C"]
1549         - ["10R1C", "10R2C"]
1550       group-names:
1551         - "1 Chain"
1552         - "2 Chains"
1553         - "4 Chains"
1554         - "6 Chains"
1555         - "8 Chains"
1556         - "10 Chains"
1557       layout: "plot-cpta"
1558
1559     - title: "VPP 4T2C NF Service Density VNFc IMIX MRR Trending 2n-skx"
1560       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-dpdk"
1561       data: "plot-performance-trending-vpp-nfv-2n-skx"
1562       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and not 'VXLAN'"
1563       groups:
1564         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1565         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1566         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1567         - ["6R1C", "6R2C", "6R4C"]
1568         - ["8R1C", "8R2C"]
1569         - ["10R1C", "10R2C"]
1570       group-names:
1571         - "1 Chain"
1572         - "2 Chains"
1573         - "4 Chains"
1574         - "6 Chains"
1575         - "8 Chains"
1576         - "10 Chains"
1577       layout: "plot-cpta"
1578
1579     - title: "VPP 8T4C NF Service Density VNFc IMIX MRR Trending 2n-skx"
1580       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-dpdk"
1581       data: "plot-performance-trending-vpp-nfv-2n-skx"
1582       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and not 'VXLAN'"
1583       groups:
1584         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1585         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1586         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1587         - ["6R1C", "6R2C", "6R4C"]
1588         - ["8R1C", "8R2C"]
1589         - ["10R1C", "10R2C"]
1590       group-names:
1591         - "1 Chain"
1592         - "2 Chains"
1593         - "4 Chains"
1594         - "6 Chains"
1595         - "8 Chains"
1596         - "10 Chains"
1597       layout: "plot-cpta"
1598
1599     - title: "VPP 2T1C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
1600       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-vxlan-dpdk"
1601       data: "plot-performance-trending-vpp-nfv-2n-skx"
1602       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and 'VXLAN'"
1603       groups:
1604         - ["1R1C", ]
1605         - ["2R1C", ]
1606         - ["4R1C", ]
1607         - ["6R1C", ]
1608         - ["8R1C", ]
1609         - ["10R1C", ]
1610       group-names:
1611         - "1 Chain"
1612         - "2 Chains"
1613         - "4 Chains"
1614         - "6 Chains"
1615         - "8 Chains"
1616         - "10 Chains"
1617       layout: "plot-cpta"
1618
1619     - title: "VPP 4T2C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
1620       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-vxlan-dpdk"
1621       data: "plot-performance-trending-vpp-nfv-2n-skx"
1622       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and 'VXLAN'"
1623       groups:
1624         - ["1R1C", ]
1625         - ["2R1C", ]
1626         - ["4R1C", ]
1627         - ["6R1C", ]
1628         - ["8R1C", ]
1629         - ["10R1C", ]
1630       group-names:
1631         - "1 Chain"
1632         - "2 Chains"
1633         - "4 Chains"
1634         - "6 Chains"
1635         - "8 Chains"
1636         - "10 Chains"
1637       layout: "plot-cpta"
1638
1639     - title: "VPP 8T4C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
1640       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-vxlan-dpdk"
1641       data: "plot-performance-trending-vpp-nfv-2n-skx"
1642       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and 'VXLAN'"
1643       groups:
1644         - ["1R1C", ]
1645         - ["2R1C", ]
1646         - ["4R1C", ]
1647         - ["6R1C", ]
1648         - ["8R1C", ]
1649         - ["10R1C", ]
1650       group-names:
1651         - "1 Chain"
1652         - "2 Chains"
1653         - "4 Chains"
1654         - "6 Chains"
1655         - "8 Chains"
1656         - "10 Chains"
1657       layout: "plot-cpta"
1658
1659     - title: "VPP 2T1C NF Service Density CNFc IMIX MRR Trending 2n-skx"
1660       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-chains-dpdk"
1661       data: "plot-performance-trending-vpp-nfv-2n-skx"
1662       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
1663       groups:
1664         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1665         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1666         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1667         - ["6R1C", "6R2C", "6R4C"]
1668         - ["8R1C", "8R2C"]
1669         - ["10R1C", "10R2C"]
1670       group-names:
1671         - "1 Chain"
1672         - "2 Chains"
1673         - "4 Chains"
1674         - "6 Chains"
1675         - "8 Chains"
1676         - "10 Chains"
1677       layout: "plot-cpta"
1678
1679     - title: "VPP 4T2C NF Service Density CNFc IMIX MRR Trending 2n-skx"
1680       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-chains-dpdk"
1681       data: "plot-performance-trending-vpp-nfv-2n-skx"
1682       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
1683       groups:
1684         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1685         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1686         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1687         - ["6R1C", "6R2C", "6R4C"]
1688         - ["8R1C", "8R2C"]
1689         - ["10R1C", "10R2C"]
1690       group-names:
1691         - "1 Chain"
1692         - "2 Chains"
1693         - "4 Chains"
1694         - "6 Chains"
1695         - "8 Chains"
1696         - "10 Chains"
1697       layout: "plot-cpta"
1698
1699     - title: "VPP 8T4C NF Service Density CNFc IMIX MRR Trending 2n-skx"
1700       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-chains-dpdk"
1701       data: "plot-performance-trending-vpp-nfv-2n-skx"
1702       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
1703       groups:
1704         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1705         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1706         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1707         - ["6R1C", "6R2C", "6R4C"]
1708         - ["8R1C", "8R2C"]
1709         - ["10R1C", "10R2C"]
1710       group-names:
1711         - "1 Chain"
1712         - "2 Chains"
1713         - "4 Chains"
1714         - "6 Chains"
1715         - "8 Chains"
1716         - "10 Chains"
1717       layout: "plot-cpta"
1718
1719     - title: "VPP 2T1C NF Service Density CNFp IMIX MRR Trending 2n-skx"
1720       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-pipelines-dpdk"
1721       data: "plot-performance-trending-vpp-nfv-2n-skx"
1722       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
1723       groups:
1724         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1725         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1726         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1727         - ["6R1C", "6R2C", "6R4C"]
1728         - ["8R1C", "8R2C"]
1729         - ["10R1C", "10R2C"]
1730       group-names:
1731         - "1 Pipe"
1732         - "2 Pipes"
1733         - "4 Pipes"
1734         - "6 Pipes"
1735         - "8 Pipes"
1736         - "10 Pipes"
1737       layout: "plot-cpta"
1738
1739     - title: "VPP 4T2C NF Service Density CNFp IMIX MRR Trending 2n-skx"
1740       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-pipelines-dpdk"
1741       data: "plot-performance-trending-vpp-nfv-2n-skx"
1742       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
1743       groups:
1744         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1745         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1746         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1747         - ["6R1C", "6R2C", "6R4C"]
1748         - ["8R1C", "8R2C"]
1749         - ["10R1C", "10R2C"]
1750       group-names:
1751         - "1 Pipe"
1752         - "2 Pipes"
1753         - "4 Pipes"
1754         - "6 Pipes"
1755         - "8 Pipes"
1756         - "10 Pipes"
1757       layout: "plot-cpta"
1758
1759     - title: "VPP 8T4C NF Service Density CNFp IMIX MRR Trending 2n-skx"
1760       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-pipelines-dpdk"
1761       data: "plot-performance-trending-vpp-nfv-2n-skx"
1762       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
1763       groups:
1764         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1765         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1766         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1767         - ["6R1C", "6R2C", "6R4C"]
1768         - ["8R1C", "8R2C"]
1769         - ["10R1C", "10R2C"]
1770       group-names:
1771         - "1 Pipe"
1772         - "2 Pipes"
1773         - "4 Pipes"
1774         - "6 Pipes"
1775         - "8 Pipes"
1776         - "10 Pipes"
1777       layout: "plot-cpta"
1778
1779 ################################################################################
1780
1781     - title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
1782       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
1783       data: "plot-performance-trending-vpp-2n-clx"
1784       include:
1785         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1786         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1787         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1788         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1789       layout: "plot-cpta"
1790
1791     - title: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
1792       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
1793       data: "plot-performance-trending-vpp-2n-clx"
1794       include:
1795         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1796         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1797         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1798         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1799       layout: "plot-cpta"
1800
1801     - title: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
1802       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
1803       data: "plot-performance-trending-vpp-2n-clx"
1804       include:
1805         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1806         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1807         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1808         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1809       layout: "plot-cpta"
1810
1811     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
1812       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
1813       data: "plot-performance-trending-vpp-2n-clx"
1814       include:
1815         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1816         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1817         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
1818         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
1819       layout: "plot-cpta"
1820
1821     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
1822       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
1823       data: "plot-performance-trending-vpp-2n-clx"
1824       include:
1825         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1826         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1827         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
1828         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
1829       layout: "plot-cpta"
1830
1831     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
1832       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
1833       data: "plot-performance-trending-vpp-2n-clx"
1834       include:
1835         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1836         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1837         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
1838         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
1839       layout: "plot-cpta"
1840
1841     - title: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
1842       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
1843       data: "plot-performance-trending-vpp-2n-skx"
1844       include:
1845         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
1846         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1847         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1848         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
1849       layout: "plot-cpta"
1850
1851     - title: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
1852       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
1853       data: "plot-performance-trending-vpp-2n-skx"
1854       include:
1855         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
1856         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1857         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1858         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
1859       layout: "plot-cpta"
1860
1861     - title: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
1862       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
1863       data: "plot-performance-trending-vpp-2n-skx"
1864       include:
1865         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
1866         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1867         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1868         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
1869       layout: "plot-cpta"
1870
1871     - title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
1872       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
1873       data: "plot-performance-trending-vpp-2n-skx"
1874       include:
1875         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1876         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1877         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1878         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1879       layout: "plot-cpta"
1880
1881     - title: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
1882       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
1883       data: "plot-performance-trending-vpp-2n-skx"
1884       include:
1885         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1886         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1887         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1888         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1889       layout: "plot-cpta"
1890
1891     - title: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
1892       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
1893       data: "plot-performance-trending-vpp-2n-skx"
1894       include:
1895         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1896         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1897         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1898         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1899       layout: "plot-cpta"
1900
1901     - title: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
1902       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
1903       data: "plot-performance-trending-vpp-3n-skx"
1904       include:
1905         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
1906         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
1907         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1908         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1909         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
1910       layout: "plot-cpta"
1911
1912     - title: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
1913       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
1914       data: "plot-performance-trending-vpp-3n-skx"
1915       include:
1916         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
1917         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
1918         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1919         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1920         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
1921       layout: "plot-cpta"
1922
1923     - title: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
1924       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
1925       data: "plot-performance-trending-vpp-3n-skx"
1926       include:
1927         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
1928         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
1929         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1930         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1931         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
1932       layout: "plot-cpta"
1933
1934     - title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
1935       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
1936       data: "plot-performance-trending-vpp-3n-skx"
1937       include:
1938         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1939         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1940         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1941         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1942         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1943       layout: "plot-cpta"
1944
1945     - title: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
1946       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
1947       data: "plot-performance-trending-vpp-3n-skx"
1948       include:
1949         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1950         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1951         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1952         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1953         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1954       layout: "plot-cpta"
1955
1956     - title: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
1957       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
1958       data: "plot-performance-trending-vpp-3n-skx"
1959       include:
1960         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1961         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1962         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1963         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1964         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1965       layout: "plot-cpta"
1966
1967     - title: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
1968       output-file-name: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
1969       data: "plot-performance-trending-vpp-3n-tsh"
1970       include:
1971         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1972         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1973         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1974         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1975         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1976       layout: "plot-cpta"
1977
1978     - title: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
1979       output-file-name: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
1980       data: "plot-performance-trending-vpp-3n-tsh"
1981       include:
1982         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1983         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1984         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1985         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1986         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1987       layout: "plot-cpta"
1988
1989     - title: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
1990       output-file-name: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
1991       data: "plot-performance-trending-vpp-3n-tsh"
1992       include:
1993         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1994         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1995         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1996         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1997         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1998       layout: "plot-cpta"
1999
2000     - title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
2001       output-file-name: "2n-clx-x710-64b-2t1c-ip4-base-scale-avf-dpdk"
2002       data: "plot-performance-trending-vpp-2n-clx"
2003       include:
2004         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2005         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2006         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2007         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2008         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2009       layout: "plot-cpta"
2010
2011     - title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
2012       output-file-name: "2n-clx-x710-64b-4t2c-ip4-base-scale-avf-dpdk"
2013       data: "plot-performance-trending-vpp-2n-clx"
2014       include:
2015         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2016         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2017         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2018         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2019         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2020       layout: "plot-cpta"
2021
2022     - title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
2023       output-file-name: "2n-clx-x710-64b-8t4c-ip4-base-scale-avf-dpdk"
2024       data: "plot-performance-trending-vpp-2n-clx"
2025       include:
2026         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2027         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2028         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2029         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2030         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2031       layout: "plot-cpta"
2032
2033     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2034       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-scale-avf"
2035       data: "plot-performance-trending-vpp-2n-clx"
2036       include:
2037         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2038         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2039         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2040         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2041       layout: "plot-cpta"
2042
2043     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2044       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-scale-avf"
2045       data: "plot-performance-trending-vpp-2n-clx"
2046       include:
2047         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2048         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2049         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2050         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2051       layout: "plot-cpta"
2052
2053     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2054       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-scale-avf"
2055       data: "plot-performance-trending-vpp-2n-clx"
2056       include:
2057         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2058         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2059         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2060         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2061       layout: "plot-cpta"
2062
2063     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
2064       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
2065       data: "plot-performance-trending-vpp-2n-clx"
2066       include:
2067         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2068         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2069         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2070         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2071         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2072       layout: "plot-cpta"
2073
2074     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
2075       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
2076       data: "plot-performance-trending-vpp-2n-clx"
2077       include:
2078         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2079         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2080         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2081         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2082         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2083       layout: "plot-cpta"
2084
2085     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
2086       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
2087       data: "plot-performance-trending-vpp-2n-clx"
2088       include:
2089         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2090         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2091         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2092         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2093         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2094       layout: "plot-cpta"
2095
2096     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
2097       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-dpdk"
2098       data: "plot-performance-trending-vpp-2n-clx"
2099       include:
2100         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2101         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2102         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2103         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2104         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2105         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2106       layout: "plot-cpta"
2107
2108     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
2109       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-dpdk"
2110       data: "plot-performance-trending-vpp-2n-clx"
2111       include:
2112         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2113         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2114         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2115         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2116         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2117         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2118       layout: "plot-cpta"
2119
2120     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
2121       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-dpdk"
2122       data: "plot-performance-trending-vpp-2n-clx"
2123       include:
2124         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2125         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2126         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2127         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2128         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2129         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2130       layout: "plot-cpta"
2131
2132     - title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
2133       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
2134       data: "plot-performance-trending-vpp-2n-clx"
2135       include:
2136         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-2t1c-rdma-dot1q-ip4base-mrr"
2137         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-2t1c-rdma-ethip4-ip4base-mrr"
2138       layout: "plot-cpta"
2139
2140     - title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
2141       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
2142       data: "plot-performance-trending-vpp-2n-clx"
2143       include:
2144         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-4t2c-rdma-dot1q-ip4base-mrr"
2145         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-4t2c-rdma-ethip4-ip4base-mrr"
2146       layout: "plot-cpta"
2147
2148     - title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
2149       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
2150       data: "plot-performance-trending-vpp-2n-clx"
2151       include:
2152         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-8t4c-rdma-dot1q-ip4base-mrr"
2153         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-8t4c-rdma-ethip4-ip4base-mrr"
2154       layout: "plot-cpta"
2155
2156     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
2157       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
2158       data: "plot-performance-trending-vpp-2n-clx"
2159       include:
2160         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-mrr"
2161         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-mrr"
2162         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-mrr"
2163         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-mrr"
2164         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-mrr"
2165         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-mrr"
2166       layout: "plot-cpta"
2167
2168     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
2169       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
2170       data: "plot-performance-trending-vpp-2n-clx"
2171       include:
2172         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-mrr"
2173         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-mrr"
2174         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-mrr"
2175         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-mrr"
2176         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-mrr"
2177         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-mrr"
2178       layout: "plot-cpta"
2179
2180     - title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
2181       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
2182       data: "plot-performance-trending-vpp-2n-clx"
2183       include:
2184         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-mrr"
2185         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-mrr"
2186         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-mrr"
2187         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-mrr"
2188         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-mrr"
2189         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-mrr"
2190       layout: "plot-cpta"
2191
2192     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
2193       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
2194       data: "plot-performance-trending-vpp-2n-clx"
2195       include:
2196         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2197         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2198         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2199         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2200         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-mrr"
2201         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2202       layout: "plot-cpta"
2203
2204     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
2205       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
2206       data: "plot-performance-trending-vpp-2n-clx"
2207       include:
2208         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2209         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2210         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2211         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2212         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-mrr"
2213         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2214       layout: "plot-cpta"
2215
2216     - title: "2n-clx-cx556a-64b-8t4c-ip4routing-base-scale-avf-dpdk"
2217       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features"
2218       data: "plot-performance-trending-vpp-2n-clx"
2219       include:
2220         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2221         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2222         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2223         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2224         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-mrr"
2225         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2226       layout: "plot-cpta"
2227
2228     - title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
2229       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-ixgbe"
2230       data: "plot-performance-trending-vpp-2n-dnv"
2231       include:
2232         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2233         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2234         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2235         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2236         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2237       layout: "plot-cpta"
2238
2239     - title: "2n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
2240       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-ixgbe"
2241       data: "plot-performance-trending-vpp-2n-dnv"
2242       include:
2243         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2244         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2245         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2246         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2247         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2248       layout: "plot-cpta"
2249
2250     - title: "2n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
2251       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-ixgbe"
2252       data: "plot-performance-trending-vpp-2n-dnv"
2253       include:
2254         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2255         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2256         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2257         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2258         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2259       layout: "plot-cpta"
2260
2261     - title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe"
2262       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-features-ixgbe"
2263       data: "plot-performance-trending-vpp-2n-dnv"
2264       include:
2265         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2266         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2267         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2268         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2269         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2270         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
2271       layout: "plot-cpta"
2272
2273     - title: "2n-dnv-x553-64b-2t2c-features-ip4routing-base-ixgbe"
2274       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-features-ixgbe"
2275       data: "plot-performance-trending-vpp-2n-dnv"
2276       include:
2277         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2278         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2279         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2280         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2281         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2282         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
2283       layout: "plot-cpta"
2284
2285     - title: "2n-dnv-x553-64b-4t4c-features-ip4routing-base-ixgbe"
2286       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-features-ixgbe"
2287       data: "plot-performance-trending-vpp-2n-dnv"
2288       include:
2289         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2290         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2291         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2292         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2293         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2294         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
2295       layout: "plot-cpta"
2296
2297     - title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
2298       output-file-name: "2n-skx-x710-64b-2t1c-ip4-avf-dpdk"
2299       data: "plot-performance-trending-vpp-2n-skx"
2300       include:
2301         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2302         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2303         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2304         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
2305         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2306         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2307       layout: "plot-cpta"
2308
2309     - title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
2310       output-file-name: "2n-skx-x710-64b-4t2c-ip4-avf-dpdk"
2311       data: "plot-performance-trending-vpp-2n-skx"
2312       include:
2313         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2314         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2315         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2316         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
2317         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2318         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2319       layout: "plot-cpta"
2320
2321     - title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
2322       output-file-name: "2n-skx-x710-64b-8t4c-ip4-avf-dpdk"
2323       data: "plot-performance-trending-vpp-2n-skx"
2324       include:
2325         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2326         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2327         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2328         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
2329         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2330         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2331       layout: "plot-cpta"
2332
2333     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2334       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
2335       data: "plot-performance-trending-vpp-2n-skx"
2336       include:
2337         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2338         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2339         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2340         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2341         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2342       layout: "plot-cpta"
2343
2344     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2345       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
2346       data: "plot-performance-trending-vpp-2n-skx"
2347       include:
2348         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2349         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2350         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2351         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2352         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2353       layout: "plot-cpta"
2354
2355     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2356       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
2357       data: "plot-performance-trending-vpp-2n-skx"
2358       include:
2359         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2360         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2361         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2362         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2363         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2364       layout: "plot-cpta"
2365
2366     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-rnd"
2367       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf-rnd"
2368       data: "plot-performance-trending-vpp-2n-skx"
2369       include:
2370         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
2371         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
2372         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
2373       layout: "plot-cpta"
2374
2375     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-rnd"
2376       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf-rnd"
2377       data: "plot-performance-trending-vpp-2n-skx"
2378       include:
2379         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
2380         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
2381         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
2382       layout: "plot-cpta"
2383
2384     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-rnd"
2385       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf-rnd"
2386       data: "plot-performance-trending-vpp-2n-skx"
2387       include:
2388         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
2389         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
2390         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
2391       layout: "plot-cpta"
2392
2393     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
2394       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
2395       data: "plot-performance-trending-vpp-2n-skx"
2396       include:
2397         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2398         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2399         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2400         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2401         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2402       layout: "plot-cpta"
2403
2404     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
2405       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
2406       data: "plot-performance-trending-vpp-2n-skx"
2407       include:
2408         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2409         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2410         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2411         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2412         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2413       layout: "plot-cpta"
2414
2415     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
2416       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
2417       data: "plot-performance-trending-vpp-2n-skx"
2418       include:
2419         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2420         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2421         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2422         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2423         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2424       layout: "plot-cpta"
2425
2426     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-rnd"
2427       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk-rnd"
2428       data: "plot-performance-trending-vpp-2n-skx"
2429       include:
2430         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
2431         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
2432         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
2433       layout: "plot-cpta"
2434
2435     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk-rnd"
2436       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk-rnd"
2437       data: "plot-performance-trending-vpp-2n-skx"
2438       include:
2439         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
2440         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
2441         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
2442       layout: "plot-cpta"
2443
2444     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk-rnd"
2445       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk-rnd"
2446       data: "plot-performance-trending-vpp-2n-skx"
2447       include:
2448         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
2449         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
2450         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
2451       layout: "plot-cpta"
2452
2453     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
2454       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-avf"
2455       data: "plot-performance-trending-vpp-2n-skx"
2456       include:
2457         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2458         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2459         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2460         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2461         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
2462         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2463       layout: "plot-cpta"
2464
2465     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
2466       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-avf"
2467       data: "plot-performance-trending-vpp-2n-skx"
2468       include:
2469         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2470         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2471         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2472         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2473         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
2474         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2475       layout: "plot-cpta"
2476
2477     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
2478       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-avf"
2479       data: "plot-performance-trending-vpp-2n-skx"
2480       include:
2481         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2482         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2483         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2484         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2485         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
2486         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2487       layout: "plot-cpta"
2488
2489     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
2490       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
2491       data: "plot-performance-trending-vpp-2n-skx"
2492       include:
2493         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2494         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2495       layout: "plot-cpta"
2496
2497     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
2498       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
2499       data: "plot-performance-trending-vpp-2n-skx"
2500       include:
2501         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2502         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2503       layout: "plot-cpta"
2504
2505     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
2506       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
2507       data: "plot-performance-trending-vpp-2n-skx"
2508       include:
2509         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2510         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2511       layout: "plot-cpta"
2512
2513     - title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
2514       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-base-scale-ixgbe"
2515       data: "plot-performance-trending-vpp-3n-dnv"
2516       include:
2517         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2518         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2519         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2520         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2521         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2522       layout: "plot-cpta"
2523
2524     - title: "3n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
2525       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-base-scale-ixgbe"
2526       data: "plot-performance-trending-vpp-3n-dnv"
2527       include:
2528         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2529         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2530         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2531         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2532         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2533       layout: "plot-cpta"
2534
2535     - title: "3n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
2536       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-base-scale-ixgbe"
2537       data: "plot-performance-trending-vpp-3n-dnv"
2538       include:
2539         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2540         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2541         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2542         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2543         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2544       layout: "plot-cpta"
2545
2546     - title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe"
2547       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-features-ixgbe"
2548       data: "plot-performance-trending-vpp-3n-dnv"
2549       include:
2550         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2551         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2552         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2553         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2554         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2555         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
2556       layout: "plot-cpta"
2557
2558     - title: "3n-dnv-x553-64b-2t2c-features-ip4routing-base-ixgbe"
2559       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-features-ixgbe"
2560       data: "plot-performance-trending-vpp-3n-dnv"
2561       include:
2562         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2563         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2564         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2565         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2566         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2567         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
2568       layout: "plot-cpta"
2569
2570     - title: "3n-dnv-x553-64b-4t4c-features-ip4routing-base-ixgbe"
2571       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-features-ixgbe"
2572       data: "plot-performance-trending-vpp-3n-dnv"
2573       include:
2574         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2575         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2576         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2577         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2578         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2579         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
2580       layout: "plot-cpta"
2581
2582     - title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk"
2583       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-base-scale-dpdk"
2584       data: "plot-performance-trending-vpp-3n-hsw"
2585       include:
2586         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2587         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2588         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2589         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2590         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2591       layout: "plot-cpta"
2592
2593     - title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-dpdk"
2594       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-base-scale-dpdk"
2595       data: "plot-performance-trending-vpp-3n-hsw"
2596       include:
2597         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2598         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2599         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2600         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2601         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2602       layout: "plot-cpta"
2603
2604     - title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-dpdk"
2605       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-base-scale-dpdk"
2606       data: "plot-performance-trending-vpp-3n-hsw"
2607       include:
2608         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2609         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2610         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2611         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2612         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2613       layout: "plot-cpta"
2614
2615     - title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf"
2616       output-file-name: "3n-skx-x710-64b-2t1c-ip4-base-scale-avf"
2617       data: "plot-performance-trending-vpp-3n-skx"
2618       include:
2619         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2620         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2621         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2622       layout: "plot-cpta"
2623
2624     - title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf"
2625       output-file-name: "3n-skx-x710-64b-4t2c-ip4-base-scale-avf"
2626       data: "plot-performance-trending-vpp-3n-skx"
2627       include:
2628         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2629         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2630         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2631       layout: "plot-cpta"
2632
2633     - title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf"
2634       output-file-name: "3n-skx-x710-64b-8t4c-ip4-base-scale-avf"
2635       data: "plot-performance-trending-vpp-3n-skx"
2636       include:
2637         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2638         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2639         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2640       layout: "plot-cpta"
2641
2642     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2643       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
2644       data: "plot-performance-trending-vpp-3n-skx"
2645       include:
2646         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2647         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2648         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2649         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2650         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2651       layout: "plot-cpta"
2652
2653     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2654       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
2655       data: "plot-performance-trending-vpp-3n-skx"
2656       include:
2657         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2658         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2659         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2660         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2661         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2662       layout: "plot-cpta"
2663
2664     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2665       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
2666       data: "plot-performance-trending-vpp-3n-skx"
2667       include:
2668         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2669         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2670         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2671         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2672         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2673       layout: "plot-cpta"
2674
2675     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
2676       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
2677       data: "plot-performance-trending-vpp-3n-skx"
2678       include:
2679         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2680         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2681         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2682       layout: "plot-cpta"
2683
2684     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
2685       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
2686       data: "plot-performance-trending-vpp-3n-skx"
2687       include:
2688         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2689         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2690         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2691       layout: "plot-cpta"
2692
2693     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
2694       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
2695       data: "plot-performance-trending-vpp-3n-skx"
2696       include:
2697         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2698         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2699         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2700       layout: "plot-cpta"
2701
2702     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
2703       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-avf"
2704       data: "plot-performance-trending-vpp-3n-skx"
2705       include:
2706         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2707         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2708         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2709         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2710         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2711         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
2712       layout: "plot-cpta"
2713
2714     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
2715       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-avf"
2716       data: "plot-performance-trending-vpp-3n-skx"
2717       include:
2718         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2719         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2720         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2721         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2722         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2723         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
2724       layout: "plot-cpta"
2725
2726     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
2727       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-avf"
2728       data: "plot-performance-trending-vpp-3n-skx"
2729       include:
2730         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2731         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2732         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2733         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2734         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2735         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
2736       layout: "plot-cpta"
2737
2738     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
2739       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
2740       data: "plot-performance-trending-vpp-3n-skx"
2741       include:
2742         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2743         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2744       layout: "plot-cpta"
2745
2746     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
2747       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
2748       data: "plot-performance-trending-vpp-3n-skx"
2749       include:
2750         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2751         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2752       layout: "plot-cpta"
2753
2754     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
2755       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
2756       data: "plot-performance-trending-vpp-3n-skx"
2757       include:
2758         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2759         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2760       layout: "plot-cpta"
2761
2762     - title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe"
2763       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-base-scale-ixgbe"
2764       data: "plot-performance-trending-vpp-3n-tsh"
2765       include:
2766         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2767         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2768         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2769         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2770         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2771       layout: "plot-cpta"
2772
2773     - title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe"
2774       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-base-scale-ixgbe"
2775       data: "plot-performance-trending-vpp-3n-tsh"
2776       include:
2777         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2778         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2779         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2780         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2781         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2782       layout: "plot-cpta"
2783
2784     - title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe"
2785       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-base-scale-ixgbe"
2786       data: "plot-performance-trending-vpp-3n-tsh"
2787       include:
2788         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2789         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2790         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2791         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2792         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2793       layout: "plot-cpta"
2794
2795     - title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe"
2796       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-tunnels-scale-ixgbe"
2797       data: "plot-performance-trending-vpp-3n-dnv"
2798       include:
2799         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2800         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2801         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2802         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2803       layout: "plot-cpta"
2804
2805     - title: "3n-dnv-x553-64b-2t2c-ip4tunnel-base-scale-ixgbe"
2806       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-tunnels-scale-ixgbe"
2807       data: "plot-performance-trending-vpp-3n-dnv"
2808       include:
2809         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2810         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2811         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2812         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2813       layout: "plot-cpta"
2814
2815     - title: "3n-dnv-x553-64b-4t4c-ip4tunnel-base-scale-ixgbe"
2816       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-tunnels-scale-ixgbe"
2817       data: "plot-performance-trending-vpp-3n-dnv"
2818       include:
2819         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2820         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2821         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2822         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2823       layout: "plot-cpta"
2824
2825     - title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
2826       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-tunnels-base-dpdk"
2827       data: "plot-performance-trending-vpp-3n-hsw"
2828       include:
2829         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2830         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2831       layout: "plot-cpta"
2832
2833     - title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-dpdk-ndr"
2834       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-tunnels-base-dpdk"
2835       data: "plot-performance-trending-vpp-3n-hsw"
2836       include:
2837         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2838         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2839       layout: "plot-cpta"
2840
2841     - title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-dpdk-ndr"
2842       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-tunnels-base-dpdk"
2843       data: "plot-performance-trending-vpp-3n-hsw"
2844       include:
2845         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2846         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2847       layout: "plot-cpta"
2848
2849     - title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-dpdk"
2850       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-tunnels-base-scale-avf-dpdk"
2851       data: "plot-performance-trending-vpp-3n-skx"
2852       include:
2853         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2854         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2855         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
2856         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-avf-ethip4vxlan-l2xcbase-mrr"
2857         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2858         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-ethip4vxlan-l2xcbase-mrr"
2859       layout: "plot-cpta"
2860
2861     - title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-avf-dpdk"
2862       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-tunnels-base-scale-avf-dpdk"
2863       data: "plot-performance-trending-vpp-3n-skx"
2864       include:
2865         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2866         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2867         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
2868         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-avf-ethip4vxlan-l2xcbase-mrr"
2869         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2870         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-ethip4vxlan-l2xcbase-mrr"
2871       layout: "plot-cpta"
2872
2873     - title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-dpdk"
2874       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-tunnels-base-scale-avf-dpdk"
2875       data: "plot-performance-trending-vpp-3n-skx"
2876       include:
2877         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2878         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2879         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
2880         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-avf-ethip4vxlan-l2xcbase-mrr"
2881         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2882         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-ethip4vxlan-l2xcbase-mrr"
2883       layout: "plot-cpta"
2884
2885     - title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe"
2886       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-tunnels-base-scale-dpdk"
2887       data: "plot-performance-trending-vpp-3n-tsh"
2888       include:
2889         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2890         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2891         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2892         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2893       layout: "plot-cpta"
2894
2895     - title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe"
2896       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-tunnels-base-scale-dpdk"
2897       data: "plot-performance-trending-vpp-3n-tsh"
2898       include:
2899         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2900         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2901         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2902         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2903       layout: "plot-cpta"
2904
2905     - title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe"
2906       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-tunnels-base-scale-dpdk"
2907       data: "plot-performance-trending-vpp-3n-tsh"
2908       include:
2909         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2910         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2911         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2912         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-4t4c--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2913       layout: "plot-cpta"
2914
2915     - title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk"
2916       output-file-name: "2n-clx-x710-78b-2t1c-ip6-base-scale-dpdk"
2917       data: "plot-performance-trending-vpp-2n-clx"
2918       include:
2919         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
2920         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
2921         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
2922       layout: "plot-cpta"
2923
2924     - title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-dpdk"
2925       output-file-name: "2n-clx-x710-78b-4t2c-ip6-base-scale-dpdk"
2926       data: "plot-performance-trending-vpp-2n-clx"
2927       include:
2928         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
2929         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
2930         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
2931       layout: "plot-cpta"
2932
2933     - title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-dpdk"
2934       output-file-name: "2n-clx-x710-78b-8t4c-ip6-base-scale-dpdk"
2935       data: "plot-performance-trending-vpp-2n-clx"
2936       include:
2937         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
2938         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
2939         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
2940       layout: "plot-cpta"
2941
2942     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
2943       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
2944       data: "plot-performance-trending-vpp-2n-clx"
2945       include:
2946         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
2947         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
2948         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
2949         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
2950         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
2951       layout: "plot-cpta"
2952
2953     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
2954       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
2955       data: "plot-performance-trending-vpp-2n-clx"
2956       include:
2957         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
2958         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
2959         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
2960         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
2961         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
2962       layout: "plot-cpta"
2963
2964     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
2965       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
2966       data: "plot-performance-trending-vpp-2n-clx"
2967       include:
2968         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
2969         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
2970         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
2971         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
2972         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
2973       layout: "plot-cpta"
2974
2975     - title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
2976       output-file-name: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
2977       data: "plot-performance-trending-vpp-2n-clx"
2978       include:
2979         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-2t1c-rdma-dot1q-ip6base-mrr"
2980         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-2t1c-rdma-ethip6-ip6base-mrr"
2981         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-2t1c-rdma-ethip6-ip6scale20k-mrr"
2982         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-2t1c-rdma-ethip6-ip6scale200k-mrr"
2983         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-rdma-ethip6-ip6scale2m-mrr"
2984       layout: "plot-cpta"
2985
2986     - title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
2987       output-file-name: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
2988       data: "plot-performance-trending-vpp-2n-clx"
2989       include:
2990         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-4t2c-rdma-dot1q-ip6base-mrr"
2991         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-4t2c-rdma-ethip6-ip6base-mrr"
2992         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-4t2c-rdma-ethip6-ip6scale20k-mrr"
2993         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-4t2c-rdma-ethip6-ip6scale200k-mrr"
2994         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-rdma-ethip6-ip6scale2m-mrr"
2995       layout: "plot-cpta"
2996
2997     - title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
2998       output-file-name: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
2999       data: "plot-performance-trending-vpp-2n-clx"
3000       include:
3001         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-8t4c-rdma-dot1q-ip6base-mrr"
3002         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-8t4c-rdma-ethip6-ip6base-mrr"
3003         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-8t4c-rdma-ethip6-ip6scale20k-mrr"
3004         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-8t4c-rdma-ethip6-ip6scale200k-mrr"
3005         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-rdma-ethip6-ip6scale2m-mrr"
3006       layout: "plot-cpta"
3007
3008     - title: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
3009       output-file-name: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
3010       data: "plot-performance-trending-vpp-2n-dnv"
3011       include:
3012         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3013         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3014         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3015         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3016         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3017       layout: "plot-cpta"
3018
3019     - title: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
3020       output-file-name: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
3021       data: "plot-performance-trending-vpp-2n-dnv"
3022       include:
3023         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3024         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3025         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3026         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3027         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3028       layout: "plot-cpta"
3029
3030     - title: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
3031       output-file-name: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
3032       data: "plot-performance-trending-vpp-2n-dnv"
3033       include:
3034         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3035         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3036         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3037         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3038         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3039       layout: "plot-cpta"
3040
3041     - title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-dpdk"
3042       output-file-name: "2n-skx-x710-78b-2t1c-ip6-base-scale-avf-dpdk"
3043       data: "plot-performance-trending-vpp-2n-skx"
3044       include:
3045         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3046         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3047         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3048         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3049         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3050       layout: "plot-cpta"
3051
3052     - title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-avf-dpdk"
3053       output-file-name: "2n-skx-x710-78b-4t2c-ip6-base-scale-avf-dpdk"
3054       data: "plot-performance-trending-vpp-2n-skx"
3055       include:
3056         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3057         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3058         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3059         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3060         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3061       layout: "plot-cpta"
3062
3063     - title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-avf-dpdk"
3064       output-file-name: "2n-skx-x710-78b-8t4c-ip6-base-scale-avf-dpdk"
3065       data: "plot-performance-trending-vpp-2n-skx"
3066       include:
3067         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3068         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3069         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3070         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3071         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3072       layout: "plot-cpta"
3073
3074     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
3075       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
3076       data: "plot-performance-trending-vpp-2n-skx"
3077       include:
3078         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3079         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3080         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
3081         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
3082         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3083       layout: "plot-cpta"
3084
3085     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
3086       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
3087       data: "plot-performance-trending-vpp-2n-skx"
3088       include:
3089         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3090         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3091         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
3092         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
3093         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3094       layout: "plot-cpta"
3095
3096     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
3097       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
3098       data: "plot-performance-trending-vpp-2n-skx"
3099       include:
3100         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3101         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3102         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
3103         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
3104         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3105       layout: "plot-cpta"
3106
3107     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
3108       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
3109       data: "plot-performance-trending-vpp-2n-skx"
3110       include:
3111         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3112         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3113         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
3114         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
3115         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3116       layout: "plot-cpta"
3117
3118     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
3119       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
3120       data: "plot-performance-trending-vpp-2n-skx"
3121       include:
3122         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3123         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3124         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
3125         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
3126         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3127       layout: "plot-cpta"
3128
3129     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
3130       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
3131       data: "plot-performance-trending-vpp-2n-skx"
3132       include:
3133         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3134         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3135         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
3136         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
3137         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3138       layout: "plot-cpta"
3139
3140     - title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe"
3141       output-file-name: "3n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
3142       data: "plot-performance-trending-vpp-3n-dnv"
3143       include:
3144         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3145         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3146         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3147         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3148         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3149       layout: "plot-cpta"
3150
3151     - title: "3n-dnv-x553-78b-2t2c-ip6routing-base-scale-ixgbe"
3152       output-file-name: "3n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
3153       data: "plot-performance-trending-vpp-3n-dnv"
3154       include:
3155         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3156         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3157         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3158         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3159         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3160       layout: "plot-cpta"
3161
3162     - title: "3n-dnv-x553-78b-4t4c-ip6routing-base-scale-ixgbe"
3163       output-file-name: "3n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
3164       data: "plot-performance-trending-vpp-3n-dnv"
3165       include:
3166         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3167         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3168         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3169         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3170         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3171       layout: "plot-cpta"
3172
3173     - title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk"
3174       output-file-name: "3n-hsw-xl710-78b-1t1c-ip6-base-scale-dpdk"
3175       data: "plot-performance-trending-vpp-3n-hsw"
3176       include:
3177         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3178         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3179         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3180       layout: "plot-cpta"
3181
3182     - title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-dpdk"
3183       output-file-name: "3n-hsw-xl710-78b-2t2c-ip6-base-scale-dpdk"
3184       data: "plot-performance-trending-vpp-3n-hsw"
3185       include:
3186         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3187         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3188         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3189       layout: "plot-cpta"
3190
3191     - title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-dpdk"
3192       output-file-name: "3n-hsw-xl710-78b-4t4c-ip6-base-scale-dpdk"
3193       data: "plot-performance-trending-vpp-3n-hsw"
3194       include:
3195         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3196         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3197         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3198       layout: "plot-cpta"
3199
3200     - title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf"
3201       output-file-name: "3n-skx-x710-78b-2t1c-ip6-base-scale-avf"
3202       data: "plot-performance-trending-vpp-3n-skx"
3203       include:
3204         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3205         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3206         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3207       layout: "plot-cpta"
3208
3209     - title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-avf"
3210       output-file-name: "3n-skx-x710-78b-4t2c-ip6-base-scale-avf"
3211       data: "plot-performance-trending-vpp-3n-skx"
3212       include:
3213         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3214         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3215         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3216       layout: "plot-cpta"
3217
3218     - title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-avf"
3219       output-file-name: "3n-skx-x710-78b-8t4c-ip6-base-scale-avf"
3220       data: "plot-performance-trending-vpp-3n-skx"
3221       include:
3222         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3223         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3224         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3225       layout: "plot-cpta"
3226
3227     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
3228       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
3229       data: "plot-performance-trending-vpp-3n-skx"
3230       include:
3231         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3232         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3233         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
3234         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
3235         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3236       layout: "plot-cpta"
3237
3238     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
3239       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
3240       data: "plot-performance-trending-vpp-3n-skx"
3241       include:
3242         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3243         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3244         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
3245         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
3246         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3247       layout: "plot-cpta"
3248
3249     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
3250       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
3251       data: "plot-performance-trending-vpp-3n-skx"
3252       include:
3253         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3254         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3255         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
3256         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
3257         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3258       layout: "plot-cpta"
3259
3260     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
3261       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
3262       data: "plot-performance-trending-vpp-3n-skx"
3263       include:
3264         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3265         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3266         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3267       layout: "plot-cpta"
3268
3269     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
3270       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
3271       data: "plot-performance-trending-vpp-3n-skx"
3272       include:
3273         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3274         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3275         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3276       layout: "plot-cpta"
3277
3278     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
3279       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
3280       data: "plot-performance-trending-vpp-3n-skx"
3281       include:
3282         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3283         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3284         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3285       layout: "plot-cpta"
3286
3287     - title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe"
3288       output-file-name: "3n-tsh-x520-78b-1t1c-ip6-base-scale-ixgbe"
3289       data: "plot-performance-trending-vpp-3n-tsh"
3290       include:
3291         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3292         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3293         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3294         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3295         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3296       layout: "plot-cpta"
3297
3298     - title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe"
3299       output-file-name: "3n-tsh-x520-78b-2t2c-ip6-base-scale-ixgbe"
3300       data: "plot-performance-trending-vpp-3n-tsh"
3301       include:
3302         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3303         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3304         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3305         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3306         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3307       layout: "plot-cpta"
3308
3309     - title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe"
3310       output-file-name: "3n-tsh-x520-78b-4t4c-ip6-base-scale-ixgbe"
3311       data: "plot-performance-trending-vpp-3n-tsh"
3312       include:
3313         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3314         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3315         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3316         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3317         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3318       layout: "plot-cpta"
3319
3320     - title: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3321       output-file-name: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3322       data: "plot-performance-trending-vpp-3n-dnv"
3323       include:
3324         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3325         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3326         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3327         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3328         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3329         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3330       layout: "plot-cpta"
3331
3332     - title: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3333       output-file-name: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3334       data: "plot-performance-trending-vpp-3n-dnv"
3335       include:
3336         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3337         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3338         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3339         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3340         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3341         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3342       layout: "plot-cpta"
3343
3344     - title: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3345       output-file-name: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3346       data: "plot-performance-trending-vpp-3n-dnv"
3347       include:
3348         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3349         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3350         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3351         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3352         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3353         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3354       layout: "plot-cpta"
3355
3356     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk"
3357       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-sw-dpdk"
3358       data: "plot-performance-trending-vpp-3n-hsw"
3359       include:
3360         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3361         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3362         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3363         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3364         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3365         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3366       layout: "plot-cpta"
3367
3368     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-dpdk"
3369       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-sw-dpdk"
3370       data: "plot-performance-trending-vpp-3n-hsw"
3371       include:
3372         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3373         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3374         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3375         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3376         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3377         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3378       layout: "plot-cpta"
3379
3380     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-dpdk"
3381       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-sw-dpdk"
3382       data: "plot-performance-trending-vpp-3n-hsw"
3383       include:
3384         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3385         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3386         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3387         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3388         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3389         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3390       layout: "plot-cpta"
3391
3392     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk"
3393       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-hw-dpdk"
3394       data: "plot-performance-trending-vpp-3n-hsw"
3395       include:
3396         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3397         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3398         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3399         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3400       layout: "plot-cpta"
3401
3402     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-dpdk"
3403       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-hw-dpdk"
3404       data: "plot-performance-trending-vpp-3n-hsw"
3405       include:
3406         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3407         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3408         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3409         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3410       layout: "plot-cpta"
3411
3412     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-dpdk"
3413       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-hw-dpdk"
3414       data: "plot-performance-trending-vpp-3n-hsw"
3415       include:
3416         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3417         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3418         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3419         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3420       layout: "plot-cpta"
3421
3422     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf"
3423       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-avf"
3424       data: "plot-performance-trending-vpp-3n-skx"
3425       include:
3426         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3427         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3428         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3429         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3430         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3431         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3432       layout: "plot-cpta"
3433
3434     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-avf"
3435       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-avf"
3436       data: "plot-performance-trending-vpp-3n-skx"
3437       include:
3438         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3439         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3440         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3441         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3442         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3443         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3444       layout: "plot-cpta"
3445
3446     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-avf"
3447       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-avf"
3448       data: "plot-performance-trending-vpp-3n-skx"
3449       include:
3450         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3451         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3452         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3453         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3454         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3455         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3456       layout: "plot-cpta"
3457
3458     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk"
3459       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-dpdk"
3460       data: "plot-performance-trending-vpp-3n-skx"
3461       include:
3462         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3463         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3464         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3465         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3466       layout: "plot-cpta"
3467
3468     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-dpdk"
3469       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-dpdk"
3470       data: "plot-performance-trending-vpp-3n-skx"
3471       include:
3472         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3473         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3474         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3475         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3476       layout: "plot-cpta"
3477
3478     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-dpdk"
3479       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-dpdk"
3480       data: "plot-performance-trending-vpp-3n-skx"
3481       include:
3482         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3483         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3484         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3485         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3486       layout: "plot-cpta"
3487
3488     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-avf"
3489       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-avf"
3490       data: "plot-performance-trending-vpp-3n-skx"
3491       include:
3492         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3493         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3494         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3495         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3496         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3497         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3498       layout: "plot-cpta"
3499
3500     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-avf"
3501       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-avf"
3502       data: "plot-performance-trending-vpp-3n-skx"
3503       include:
3504         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3505         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3506         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3507         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3508         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3509         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3510       layout: "plot-cpta"
3511
3512     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-avf"
3513       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-avf"
3514       data: "plot-performance-trending-vpp-3n-skx"
3515       include:
3516         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3517         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3518         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3519         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3520         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3521         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3522       layout: "plot-cpta"
3523
3524     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk"
3525       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-dpdk"
3526       data: "plot-performance-trending-vpp-3n-skx"
3527       include:
3528         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3529         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3530         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3531         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3532       layout: "plot-cpta"
3533
3534     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-dpdk"
3535       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-dpdk"
3536       data: "plot-performance-trending-vpp-3n-skx"
3537       include:
3538         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3539         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3540         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3541         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3542       layout: "plot-cpta"
3543
3544     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-dpdk"
3545       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-dpdk"
3546       data: "plot-performance-trending-vpp-3n-skx"
3547       include:
3548         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3549         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3550         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3551         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3552       layout: "plot-cpta"
3553
3554     - title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe"
3555       output-file-name: "3n-tsh-x520-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3556       data: "plot-performance-trending-vpp-3n-tsh"
3557       include:
3558         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3559         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3560         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3561         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3562         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3563         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3564       layout: "plot-cpta"
3565
3566     - title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe"
3567       output-file-name: "3n-tsh-x520-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3568       data: "plot-performance-trending-vpp-3n-tsh"
3569       include:
3570         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3571         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3572         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3573         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3574         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3575         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3576       layout: "plot-cpta"
3577
3578     - title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe"
3579       output-file-name: "3n-tsh-x520-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3580       data: "plot-performance-trending-vpp-3n-tsh"
3581       include:
3582         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3583         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3584         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3585         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3586         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3587         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3588       layout: "plot-cpta"
3589
3590     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-dpdk"
3591       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-avf-dpdk"
3592       data: "plot-performance-trending-vpp-2n-clx"
3593       include:
3594         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3595         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3596         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3597         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3598         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3599         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3600       layout: "plot-cpta"
3601
3602     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-dpdk"
3603       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-avf-dpdk"
3604       data: "plot-performance-trending-vpp-2n-clx"
3605       include:
3606         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3607         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3608         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3609         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3610         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3611         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3612       layout: "plot-cpta"
3613
3614     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-dpdk"
3615       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-avf-dpdk"
3616       data: "plot-performance-trending-vpp-2n-clx"
3617       include:
3618         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3619         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3620         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3621         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3622         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3623         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3624       layout: "plot-cpta"
3625
3626     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf"
3627       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-avf"
3628       data: "plot-performance-trending-vpp-2n-clx"
3629       include:
3630         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
3631         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3632         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3633         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3634       layout: "plot-cpta"
3635
3636     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf"
3637       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-avf"
3638       data: "plot-performance-trending-vpp-2n-clx"
3639       include:
3640         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
3641         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3642         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3643         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3644       layout: "plot-cpta"
3645
3646     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf"
3647       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-avf"
3648       data: "plot-performance-trending-vpp-2n-clx"
3649       include:
3650         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
3651         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3652         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3653         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3654       layout: "plot-cpta"
3655
3656     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk"
3657       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-dpdk"
3658       data: "plot-performance-trending-vpp-2n-clx"
3659       include:
3660         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
3661         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
3662         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
3663         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3664         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3665       layout: "plot-cpta"
3666
3667     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-dpdk"
3668       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-dpdk"
3669       data: "plot-performance-trending-vpp-2n-clx"
3670       include:
3671         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
3672         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
3673         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
3674         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3675         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3676       layout: "plot-cpta"
3677
3678     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-dpdk"
3679       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-dpdk"
3680       data: "plot-performance-trending-vpp-2n-clx"
3681       include:
3682         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
3683         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
3684         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
3685         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3686         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3687       layout: "plot-cpta"
3688
3689     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
3690       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-dpdk"
3691       data: "plot-performance-trending-vpp-2n-clx"
3692       include:
3693         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3694         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
3695         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
3696         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3697       layout: "plot-cpta"
3698
3699     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
3700       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-dpdk"
3701       data: "plot-performance-trending-vpp-2n-clx"
3702       include:
3703         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3704         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
3705         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
3706         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3707       layout: "plot-cpta"
3708
3709     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
3710       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-dpdk"
3711       data: "plot-performance-trending-vpp-2n-clx"
3712       include:
3713         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3714         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
3715         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
3716         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3717       layout: "plot-cpta"
3718
3719     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
3720       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
3721       data: "plot-performance-trending-vpp-2n-clx"
3722       include:
3723         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-mrr"
3724         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-mrr"
3725         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
3726         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-2t1c-rdma-eth-l2patch-mrr"
3727         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-2t1c-rdma-eth-l2xcbase-mrr"
3728         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
3729       layout: "plot-cpta"
3730
3731     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
3732       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
3733       data: "plot-performance-trending-vpp-2n-clx"
3734       include:
3735         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-mrr"
3736         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-mrr"
3737         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
3738         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-4t2c-rdma-eth-l2patch-mrr"
3739         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-4t2c-rdma-eth-l2xcbase-mrr"
3740         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
3741       layout: "plot-cpta"
3742
3743     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
3744       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
3745       data: "plot-performance-trending-vpp-2n-clx"
3746       include:
3747         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-mrr"
3748         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-mrr"
3749         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
3750         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-8t4c-rdma-eth-l2patch-mrr"
3751         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-8t4c-rdma-eth-l2xcbase-mrr"
3752         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
3753       layout: "plot-cpta"
3754
3755     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
3756       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
3757       data: "plot-performance-trending-vpp-2n-clx"
3758       include:
3759         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
3760         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-mrr"
3761         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-mrr"
3762         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-mrr"
3763       layout: "plot-cpta"
3764
3765     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
3766       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
3767       data: "plot-performance-trending-vpp-2n-clx"
3768       include:
3769         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
3770         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-mrr"
3771         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-mrr"
3772         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-mrr"
3773       layout: "plot-cpta"
3774
3775     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
3776       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
3777       data: "plot-performance-trending-vpp-2n-clx"
3778       include:
3779         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
3780         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-mrr"
3781         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-mrr"
3782         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-mrr"
3783       layout: "plot-cpta"
3784
3785     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
3786       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-ixgbe"
3787       data: "plot-performance-trending-vpp-2n-dnv"
3788       include:
3789         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
3790         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3791         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
3792         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3793       layout: "plot-cpta"
3794
3795     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
3796       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-ixgbe"
3797       data: "plot-performance-trending-vpp-2n-dnv"
3798       include:
3799         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
3800         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3801         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
3802         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3803       layout: "plot-cpta"
3804
3805     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
3806       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-ixgbe"
3807       data: "plot-performance-trending-vpp-2n-dnv"
3808       include:
3809         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
3810         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3811         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
3812         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3813       layout: "plot-cpta"
3814
3815     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
3816       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
3817       data: "plot-performance-trending-vpp-2n-dnv"
3818       include:
3819         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
3820         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3821         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3822         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
3823         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
3824         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
3825       layout: "plot-cpta"
3826
3827     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
3828       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
3829       data: "plot-performance-trending-vpp-2n-dnv"
3830       include:
3831         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
3832         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3833         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3834         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
3835         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
3836         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
3837       layout: "plot-cpta"
3838
3839     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
3840       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
3841       data: "plot-performance-trending-vpp-2n-dnv"
3842       include:
3843         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
3844         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3845         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3846         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
3847         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
3848         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
3849       layout: "plot-cpta"
3850
3851     - title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-dpdk"
3852       output-file-name: "2n-skx-x710-64b-2t1c-l2-base-scale-avf-dpdk"
3853       data: "plot-performance-trending-vpp-2n-skx"
3854       include:
3855         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3856         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3857         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3858         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3859         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3860         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3861       layout: "plot-cpta"
3862
3863     - title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-dpdk"
3864       output-file-name: "2n-skx-x710-64b-4t2c-l2-base-scale-avf-dpdk"
3865       data: "plot-performance-trending-vpp-2n-skx"
3866       include:
3867         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3868         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3869         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3870         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3871         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3872         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3873       layout: "plot-cpta"
3874
3875     - title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-dpdk"
3876       output-file-name: "2n-skx-x710-64b-8t4c-l2-base-scale-avf-dpdk"
3877       data: "plot-performance-trending-vpp-2n-skx"
3878       include:
3879         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3880         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3881         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3882         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3883         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3884         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3885       layout: "plot-cpta"
3886
3887     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf"
3888       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-avf"
3889       data: "plot-performance-trending-vpp-2n-skx"
3890       include:
3891         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
3892         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3893         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
3894         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
3895         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3896         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3897       layout: "plot-cpta"
3898
3899     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf"
3900       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-avf"
3901       data: "plot-performance-trending-vpp-2n-skx"
3902       include:
3903         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
3904         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3905         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
3906         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
3907         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3908         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3909       layout: "plot-cpta"
3910
3911     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf"
3912       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-avf"
3913       data: "plot-performance-trending-vpp-2n-skx"
3914       include:
3915         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
3916         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3917         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
3918         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
3919         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3920         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3921       layout: "plot-cpta"
3922
3923     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk"
3924       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-dpdk"
3925       data: "plot-performance-trending-vpp-2n-skx"
3926       include:
3927         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
3928         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3929         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
3930         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
3931         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
3932         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3933       layout: "plot-cpta"
3934
3935     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-dpdk"
3936       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-dpdk"
3937       data: "plot-performance-trending-vpp-2n-skx"
3938       include:
3939         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
3940         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3941         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
3942         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
3943         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
3944         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3945       layout: "plot-cpta"
3946
3947     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-dpdk"
3948       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-dpdk"
3949       data: "plot-performance-trending-vpp-2n-skx"
3950       include:
3951         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
3952         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3953         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
3954         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
3955         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
3956         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3957       layout: "plot-cpta"
3958
3959     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
3960       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
3961       data: "plot-performance-trending-vpp-2n-skx"
3962       include:
3963         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3964         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
3965         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
3966         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
3967       layout: "plot-cpta"
3968
3969     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
3970       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
3971       data: "plot-performance-trending-vpp-2n-skx"
3972       include:
3973         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3974         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
3975         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
3976         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
3977       layout: "plot-cpta"
3978
3979     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
3980       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
3981       data: "plot-performance-trending-vpp-2n-skx"
3982       include:
3983         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3984         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
3985         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
3986         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
3987       layout: "plot-cpta"
3988
3989     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
3990       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
3991       data: "plot-performance-trending-vpp-2n-skx"
3992       include:
3993         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3994         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
3995         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
3996         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3997       layout: "plot-cpta"
3998
3999     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
4000       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
4001       data: "plot-performance-trending-vpp-2n-skx"
4002       include:
4003         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4004         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
4005         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
4006         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4007       layout: "plot-cpta"
4008
4009     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
4010       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
4011       data: "plot-performance-trending-vpp-2n-skx"
4012       include:
4013         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4014         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
4015         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
4016         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4017       layout: "plot-cpta"
4018
4019     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
4020       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-ixgbe"
4021       data: "plot-performance-trending-vpp-3n-dnv"
4022       include:
4023         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4024         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4025         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4026         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4027       layout: "plot-cpta"
4028
4029     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
4030       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-ixgbe"
4031       data: "plot-performance-trending-vpp-3n-dnv"
4032       include:
4033         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4034         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4035         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4036         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4037       layout: "plot-cpta"
4038
4039     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
4040       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-ixgbe"
4041       data: "plot-performance-trending-vpp-3n-dnv"
4042       include:
4043         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4044         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4045         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4046         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4047       layout: "plot-cpta"
4048
4049     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
4050       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
4051       data: "plot-performance-trending-vpp-3n-dnv"
4052       include:
4053         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4054         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4055         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4056         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
4057         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
4058         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4059       layout: "plot-cpta"
4060
4061     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
4062       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
4063       data: "plot-performance-trending-vpp-3n-dnv"
4064       include:
4065         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4066         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4067         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4068         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
4069         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
4070         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4071       layout: "plot-cpta"
4072
4073     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
4074       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
4075       data: "plot-performance-trending-vpp-3n-dnv"
4076       include:
4077         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4078         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4079         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4080         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
4081         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
4082         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4083       layout: "plot-cpta"
4084
4085     - title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe"
4086       output-file-name: "3n-dnv-x553-64b-1t1c-l2-features-ixgbe"
4087       data: "plot-performance-trending-vpp-3n-dnv"
4088       include:
4089         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4090         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4091         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4092         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4093         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4094         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4095       layout: "plot-cpta"
4096
4097     - title: "3n-dnv-x553-64b-2t2c-features-l2switching-base-ixgbe"
4098       output-file-name: "3n-dnv-x553-64b-2t2c-l2-features-ixgbe"
4099       data: "plot-performance-trending-vpp-3n-dnv"
4100       include:
4101         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4102         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4103         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4104         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4105         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4106         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4107       layout: "plot-cpta"
4108
4109     - title: "3n-dnv-x553-64b-4t4c-features-l2switching-base-ixgbe"
4110       output-file-name: "3n-dnv-x553-64b-4t4c-l2-features-ixgbe"
4111       data: "plot-performance-trending-vpp-3n-dnv"
4112       include:
4113         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4114         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4115         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4116         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4117         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4118         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4119       layout: "plot-cpta"
4120
4121     - title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk"
4122       output-file-name: "3n-hsw-xl710-64b-1t1c-l2-base-scale-dpdk"
4123       data: "plot-performance-trending-vpp-3n-hsw"
4124       include:
4125         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4126         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4127         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4128         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4129         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4130         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4131       layout: "plot-cpta"
4132
4133     - title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-dpdk"
4134       output-file-name: "3n-hsw-xl710-64b-2t2c-l2-base-scale-dpdk"
4135       data: "plot-performance-trending-vpp-3n-hsw"
4136       include:
4137         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4138         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4139         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4140         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4141         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4142         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4143       layout: "plot-cpta"
4144
4145     - title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-dpdk"
4146       output-file-name: "3n-hsw-xl710-64b-4t4c-l2-base-scale-dpdk"
4147       data: "plot-performance-trending-vpp-3n-hsw"
4148       include:
4149         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4150         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4151         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4152         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4153         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4154         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4155       layout: "plot-cpta"
4156
4157     - title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf"
4158       output-file-name: "3n-skx-x710-64b-2t1c-l2-base-scale-avf"
4159       data: "plot-performance-trending-vpp-3n-skx"
4160       include:
4161         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4162         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
4163         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4164         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4165         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4166       layout: "plot-cpta"
4167
4168     - title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf"
4169       output-file-name: "3n-skx-x710-64b-4t2c-l2-base-scale-avf"
4170       data: "plot-performance-trending-vpp-3n-skx"
4171       include:
4172         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4173         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
4174         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4175         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4176         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4177       layout: "plot-cpta"
4178
4179     - title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf"
4180       output-file-name: "3n-skx-x710-64b-8t4c-l2-base-scale-avf"
4181       data: "plot-performance-trending-vpp-3n-skx"
4182       include:
4183         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4184         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
4185         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4186         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4187         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4188       layout: "plot-cpta"
4189
4190     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf"
4191       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-avf"
4192       data: "plot-performance-trending-vpp-3n-skx"
4193       include:
4194         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
4195         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4196         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
4197         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4198         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4199       layout: "plot-cpta"
4200
4201     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf"
4202       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-avf"
4203       data: "plot-performance-trending-vpp-3n-skx"
4204       include:
4205         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
4206         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4207         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
4208         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4209         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4210       layout: "plot-cpta"
4211
4212     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf"
4213       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-avf"
4214       data: "plot-performance-trending-vpp-3n-skx"
4215       include:
4216         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
4217         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4218         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
4219         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4220         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4221       layout: "plot-cpta"
4222
4223     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
4224       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
4225       data: "plot-performance-trending-vpp-3n-skx"
4226       include:
4227         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4228         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
4229         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
4230         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4231       layout: "plot-cpta"
4232
4233     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
4234       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
4235       data: "plot-performance-trending-vpp-3n-skx"
4236       include:
4237         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4238         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
4239         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
4240         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4241       layout: "plot-cpta"
4242
4243     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
4244       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
4245       data: "plot-performance-trending-vpp-3n-skx"
4246       include:
4247         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4248         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
4249         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
4250         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4251       layout: "plot-cpta"
4252
4253     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
4254       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
4255       data: "plot-performance-trending-vpp-3n-skx"
4256       include:
4257         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-2t1c-dot1q-l2xcbase-mrr"
4258         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4259         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4260         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4261         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4262         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4263       layout: "plot-cpta"
4264
4265     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
4266       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
4267       data: "plot-performance-trending-vpp-3n-skx"
4268       include:
4269         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-4t2c-dot1q-l2xcbase-mrr"
4270         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4271         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4272         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4273         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4274         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4275       layout: "plot-cpta"
4276
4277     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
4278       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
4279       data: "plot-performance-trending-vpp-3n-skx"
4280       include:
4281         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-8t4c-dot1q-l2xcbase-mrr"
4282         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4283         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4284         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4285         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4286         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4287       layout: "plot-cpta"
4288
4289     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk"
4290       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-dpdk"
4291       data: "plot-performance-trending-vpp-3n-skx"
4292       include:
4293         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4294         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4295         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4296         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4297         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4298         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4299       layout: "plot-cpta"
4300
4301     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-dpdk"
4302       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-dpdk"
4303       data: "plot-performance-trending-vpp-3n-skx"
4304       include:
4305         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4306         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4307         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4308         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4309         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4310         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4311       layout: "plot-cpta"
4312
4313     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-dpdk"
4314       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-dpdk"
4315       data: "plot-performance-trending-vpp-3n-skx"
4316       include:
4317         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4318         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4319         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4320         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4321         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4322         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4323       layout: "plot-cpta"
4324
4325     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe"
4326       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-ixgbe"
4327       data: "plot-performance-trending-vpp-3n-tsh"
4328       include:
4329         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4330         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4331         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4332         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4333       layout: "plot-cpta"
4334
4335     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe"
4336       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-ixgbe"
4337       data: "plot-performance-trending-vpp-3n-tsh"
4338       include:
4339         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4340         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4341         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4342         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4343       layout: "plot-cpta"
4344
4345     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe"
4346       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-ixgbe"
4347       data: "plot-performance-trending-vpp-3n-tsh"
4348       include:
4349         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4350         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4351         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4352         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4353       layout: "plot-cpta"
4354
4355     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe"
4356       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-scale-ixgbe"
4357       data: "plot-performance-trending-vpp-3n-tsh"
4358       include:
4359         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4360         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4361         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4362         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
4363         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
4364         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4365       layout: "plot-cpta"
4366
4367     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe"
4368       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-scale-ixgbe"
4369       data: "plot-performance-trending-vpp-3n-tsh"
4370       include:
4371         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4372         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4373         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4374         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
4375         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
4376         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4377       layout: "plot-cpta"
4378
4379     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe"
4380       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-scale-ixgbe"
4381       data: "plot-performance-trending-vpp-3n-tsh"
4382       include:
4383         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4384         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4385         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4386         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
4387         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
4388         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4389       layout: "plot-cpta"
4390
4391     - title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe"
4392       output-file-name: "3n-tsh-x520-64b-1t1c-l2-features-ixgbe"
4393       data: "plot-performance-trending-vpp-3n-tsh"
4394       include:
4395         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4396         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4397         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4398         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4399         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4400         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4401       layout: "plot-cpta"
4402
4403     - title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe"
4404       output-file-name: "3n-tsh-x520-64b-2t2c-l2-features-ixgbe"
4405       data: "plot-performance-trending-vpp-3n-tsh"
4406       include:
4407         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4408         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4409         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4410         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4411         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4412         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4413       layout: "plot-cpta"
4414
4415     - title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe"
4416       output-file-name: "3n-tsh-x520-64b-4t4c-l2-features-ixgbe"
4417       data: "plot-performance-trending-vpp-3n-tsh"
4418       include:
4419         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4420         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4421         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4422         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4423         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4424         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4425       layout: "plot-cpta"
4426
4427     - title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe"
4428       output-file-name: "3n-dnv-x553-78b-1t1c-srv6-base-ixgbe"
4429       data: "plot-performance-trending-vpp-3n-dnv"
4430       include:
4431         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4432         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4433         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4434       layout: "plot-cpta"
4435
4436     - title: "3n-dnv-x553-78b-2t2c-srv6-ip6routing-base-ixgbe"
4437       output-file-name: "3n-dnv-x553-78b-2t2c-srv6-base-ixgbe"
4438       data: "plot-performance-trending-vpp-3n-dnv"
4439       include:
4440         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4441         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4442         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4443       layout: "plot-cpta"
4444
4445     - title: "3n-dnv-x553-78b-4t4c-srv6-ip6routing-base-ixgbe"
4446       output-file-name: "3n-dnv-x553-78b-4t4c-srv6-base-ixgbe"
4447       data: "plot-performance-trending-vpp-3n-dnv"
4448       include:
4449         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4450         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4451         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4452       layout: "plot-cpta"
4453
4454     - title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk"
4455       output-file-name: "3n-hsw-xl710-78b-1t1c-srv6-base-dpdk"
4456       data: "plot-performance-trending-vpp-3n-hsw"
4457       include:
4458         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4459         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4460         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4461         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4462         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4463         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4464       layout: "plot-cpta"
4465
4466     - title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-dpdk"
4467       output-file-name: "3n-hsw-xl710-78b-2t2c-srv6-base-dpdk"
4468       data: "plot-performance-trending-vpp-3n-hsw"
4469       include:
4470         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4471         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4472         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4473         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4474         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4475         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4476       layout: "plot-cpta"
4477
4478     - title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-dpdk"
4479       output-file-name: "3n-hsw-xl710-78b-4t4c-srv6-base-dpdk"
4480       data: "plot-performance-trending-vpp-3n-hsw"
4481       include:
4482         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4483         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4484         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4485         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4486         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4487         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4488       layout: "plot-cpta"
4489
4490     - title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk"
4491       output-file-name: "3n-skx-xxv710-78b-2t1c-srv6-base-dpdk"
4492       data: "plot-performance-trending-vpp-3n-skx"
4493       include:
4494         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
4495         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4496         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4497         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4498         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4499         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4500       layout: "plot-cpta"
4501
4502     - title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-dpdk"
4503       output-file-name: "3n-skx-xxv710-78b-4t2c-srv6-base-dpdk"
4504       data: "plot-performance-trending-vpp-3n-skx"
4505       include:
4506         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t2c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
4507         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4508         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4509         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4510         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4511         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4512       layout: "plot-cpta"
4513
4514     - title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-dpdk"
4515       output-file-name: "3n-skx-xxv710-78b-8t4c-srv6-base-dpdk"
4516       data: "plot-performance-trending-vpp-3n-skx"
4517       include:
4518         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-8t4c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
4519         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4520         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4521         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4522         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4523         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4524       layout: "plot-cpta"
4525
4526     - title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe"
4527       output-file-name: "3n-tsh-x520-78b-1t1c-srv6-base-ixgbe"
4528       data: "plot-performance-trending-vpp-3n-tsh"
4529       include:
4530         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4531         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4532         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4533         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4534         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4535         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4536       layout: "plot-cpta"
4537
4538     - title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe"
4539       output-file-name: "3n-tsh-x520-78b-2t2c-srv6-base-ixgbe"
4540       data: "plot-performance-trending-vpp-3n-tsh"
4541       include:
4542         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4543         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4544         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4545         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4546         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4547         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4548       layout: "plot-cpta"
4549
4550     - title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe"
4551       output-file-name: "3n-tsh-x520-78b-4t4c-srv6-base-ixgbe"
4552       data: "plot-performance-trending-vpp-3n-tsh"
4553       include:
4554         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4555         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4556         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4557         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4558         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4559         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4560       layout: "plot-cpta"
4561
4562     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
4563       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
4564       data: "plot-performance-trending-vpp-2n-clx"
4565       include:
4566         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4567         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4568         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4569         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4570       layout: "plot-cpta"
4571
4572     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
4573       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
4574       data: "plot-performance-trending-vpp-2n-clx"
4575       include:
4576         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4577         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4578         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4579         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4580       layout: "plot-cpta"
4581
4582     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
4583       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
4584       data: "plot-performance-trending-vpp-2n-clx"
4585       include:
4586         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4587         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4588         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4589         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4590       layout: "plot-cpta"
4591
4592     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
4593       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
4594       data: "plot-performance-trending-vpp-2n-clx"
4595       include:
4596         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4597         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4598         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4599         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4600       layout: "plot-cpta"
4601
4602     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
4603       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
4604       data: "plot-performance-trending-vpp-2n-clx"
4605       include:
4606         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4607         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4608         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4609         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4610       layout: "plot-cpta"
4611
4612     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
4613       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
4614       data: "plot-performance-trending-vpp-2n-clx"
4615       include:
4616         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4617         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4618         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4619         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4620       layout: "plot-cpta"
4621
4622     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
4623       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
4624       data: "plot-performance-trending-vpp-2n-clx"
4625       include:
4626         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4627         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4628         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4629         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4630       layout: "plot-cpta"
4631
4632     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
4633       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
4634       data: "plot-performance-trending-vpp-2n-clx"
4635       include:
4636         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4637         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4638         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4639         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4640       layout: "plot-cpta"
4641
4642     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
4643       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
4644       data: "plot-performance-trending-vpp-2n-clx"
4645       include:
4646         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4647         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4648         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4649         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4650       layout: "plot-cpta"
4651
4652     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
4653       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
4654       data: "plot-performance-trending-vpp-2n-clx"
4655       include:
4656         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4657         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4658         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4659         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4660       layout: "plot-cpta"
4661
4662     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
4663       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
4664       data: "plot-performance-trending-vpp-2n-clx"
4665       include:
4666         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4667         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4668         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4669         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4670       layout: "plot-cpta"
4671
4672     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
4673       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
4674       data: "plot-performance-trending-vpp-2n-clx"
4675       include:
4676         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4677         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4678         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4679         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4680       layout: "plot-cpta"
4681
4682     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
4683       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
4684       data: "plot-performance-trending-vpp-2n-skx"
4685       include:
4686         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4687         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4688         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4689         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4690       layout: "plot-cpta"
4691
4692     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
4693       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
4694       data: "plot-performance-trending-vpp-2n-skx"
4695       include:
4696         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4697         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4698         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4699         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4700       layout: "plot-cpta"
4701
4702     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
4703       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
4704       data: "plot-performance-trending-vpp-2n-skx"
4705       include:
4706         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4707         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4708         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4709         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4710       layout: "plot-cpta"
4711
4712     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
4713       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
4714       data: "plot-performance-trending-vpp-2n-skx"
4715       include:
4716         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4717         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4718         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4719         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4720       layout: "plot-cpta"
4721
4722     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
4723       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
4724       data: "plot-performance-trending-vpp-2n-skx"
4725       include:
4726         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4727         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4728         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4729         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4730       layout: "plot-cpta"
4731
4732     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
4733       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
4734       data: "plot-performance-trending-vpp-2n-skx"
4735       include:
4736         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4737         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4738         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4739         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4740       layout: "plot-cpta"
4741
4742     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
4743       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
4744       data: "plot-performance-trending-vpp-2n-skx"
4745       include:
4746         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4747         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4748         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4749         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4750         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4751       layout: "plot-cpta"
4752
4753     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
4754       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
4755       data: "plot-performance-trending-vpp-2n-skx"
4756       include:
4757         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4758         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4759         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4760         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4761         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4762       layout: "plot-cpta"
4763
4764     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
4765       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
4766       data: "plot-performance-trending-vpp-2n-skx"
4767       include:
4768         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4769         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4770         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4771         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4772         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4773       layout: "plot-cpta"
4774
4775     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
4776       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
4777       data: "plot-performance-trending-vpp-2n-skx"
4778       include:
4779         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4780         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4781         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4782         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4783         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4784       layout: "plot-cpta"
4785
4786     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
4787       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
4788       data: "plot-performance-trending-vpp-2n-skx"
4789       include:
4790         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4791         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4792         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4793         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4794         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4795       layout: "plot-cpta"
4796
4797     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
4798       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
4799       data: "plot-performance-trending-vpp-2n-skx"
4800       include:
4801         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4802         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4803         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4804         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4805         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4806       layout: "plot-cpta"
4807
4808     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
4809       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
4810       data: "plot-performance-trending-vpp-3n-hsw"
4811       include:
4812         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4813         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4814         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4815         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4816       layout: "plot-cpta"
4817
4818     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
4819       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
4820       data: "plot-performance-trending-vpp-3n-hsw"
4821       include:
4822         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4823         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4824         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4825         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4826       layout: "plot-cpta"
4827
4828     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
4829       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
4830       data: "plot-performance-trending-vpp-3n-hsw"
4831       include:
4832         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4833         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4834         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4835         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4836       layout: "plot-cpta"
4837
4838     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
4839       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
4840       data: "plot-performance-trending-vpp-3n-hsw"
4841       include:
4842         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4843         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4844         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4845         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4846       layout: "plot-cpta"
4847
4848     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
4849       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
4850       data: "plot-performance-trending-vpp-3n-hsw"
4851       include:
4852         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4853         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4854         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4855         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4856       layout: "plot-cpta"
4857
4858     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
4859       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
4860       data: "plot-performance-trending-vpp-3n-hsw"
4861       include:
4862         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4863         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4864         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4865         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4866       layout: "plot-cpta"
4867
4868     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
4869       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
4870       data: "plot-performance-trending-vpp-3n-skx"
4871       include:
4872         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4873         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4874       layout: "plot-cpta"
4875
4876     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
4877       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
4878       data: "plot-performance-trending-vpp-3n-skx"
4879       include:
4880         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4881         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4882       layout: "plot-cpta"
4883
4884     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
4885       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
4886       data: "plot-performance-trending-vpp-3n-skx"
4887       include:
4888         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4889         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4890       layout: "plot-cpta"
4891
4892     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
4893       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
4894       data: "plot-performance-trending-vpp-3n-skx"
4895       include:
4896         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4897         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4898       layout: "plot-cpta"
4899
4900     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
4901       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
4902       data: "plot-performance-trending-vpp-3n-skx"
4903       include:
4904         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4905         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4906       layout: "plot-cpta"
4907
4908     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
4909       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
4910       data: "plot-performance-trending-vpp-3n-skx"
4911       include:
4912         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4913         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4914       layout: "plot-cpta"
4915
4916     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
4917       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
4918       data: "plot-performance-trending-vpp-3n-skx"
4919       include:
4920         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4921         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4922         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4923         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4924         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4925         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4926       layout: "plot-cpta"
4927
4928     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
4929       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
4930       data: "plot-performance-trending-vpp-3n-skx"
4931       include:
4932         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4933         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4934         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4935         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4936         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4937         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4938       layout: "plot-cpta"
4939
4940     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
4941       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
4942       data: "plot-performance-trending-vpp-3n-skx"
4943       include:
4944         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4945         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4946         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4947         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4948         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4949         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4950       layout: "plot-cpta"
4951
4952     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
4953       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
4954       data: "plot-performance-trending-vpp-3n-skx"
4955       include:
4956         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4957         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4958         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4959         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4960         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4961         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4962       layout: "plot-cpta"
4963
4964     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
4965       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
4966       data: "plot-performance-trending-vpp-3n-skx"
4967       include:
4968         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4969         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4970         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4971         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4972         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4973         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4974       layout: "plot-cpta"
4975
4976     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
4977       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
4978       data: "plot-performance-trending-vpp-3n-skx"
4979       include:
4980         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4981         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4982         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4983         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4984         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4985         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4986       layout: "plot-cpta"
4987
4988     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
4989       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
4990       data: "plot-performance-trending-vpp-3n-skx"
4991       include:
4992         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4993         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4994         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4995         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4996         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4997         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4998       layout: "plot-cpta"
4999
5000     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5001       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5002       data: "plot-performance-trending-vpp-3n-skx"
5003       include:
5004         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5005         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5006         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5007         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5008         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5009         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5010       layout: "plot-cpta"
5011
5012     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5013       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5014       data: "plot-performance-trending-vpp-3n-skx"
5015       include:
5016         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5017         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5018         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5019         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5020         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5021         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5022
5023     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
5024       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
5025       data: "plot-performance-trending-vpp-3n-skx"
5026       include:
5027         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5028         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5029       layout: "plot-cpta"
5030
5031     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
5032       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
5033       data: "plot-performance-trending-vpp-3n-skx"
5034       include:
5035         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5036         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5037       layout: "plot-cpta"
5038
5039     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
5040       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
5041       data: "plot-performance-trending-vpp-3n-skx"
5042       include:
5043         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5044         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5045       layout: "plot-cpta"
5046
5047     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
5048       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
5049       data: "plot-performance-trending-vpp-3n-skx"
5050       include:
5051         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5052         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5053       layout: "plot-cpta"
5054
5055     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
5056       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
5057       data: "plot-performance-trending-vpp-3n-skx"
5058       include:
5059         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5060         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5061       layout: "plot-cpta"
5062
5063     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
5064       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
5065       data: "plot-performance-trending-vpp-3n-skx"
5066       include:
5067         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5068         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5069       layout: "plot-cpta"
5070
5071     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe"
5072       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe"
5073       data: "plot-performance-trending-vpp-3n-tsh"
5074       include:
5075         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5076         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5077         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5078         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5079         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5080       layout: "plot-cpta"
5081
5082     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe"
5083       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe"
5084       data: "plot-performance-trending-vpp-3n-tsh"
5085       include:
5086         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5087         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5088         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5089         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5090         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5091       layout: "plot-cpta"
5092
5093     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe"
5094       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe"
5095       data: "plot-performance-trending-vpp-3n-tsh"
5096       include:
5097         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5098         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5099         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5100         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5101         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5102       layout: "plot-cpta"
5103
5104     - title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe"
5105       output-file-name: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe"
5106       data: "plot-performance-trending-vpp-3n-tsh"
5107       include:
5108         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5109         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5110         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5111         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5112         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5113         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5114       layout: "plot-cpta"
5115
5116     - title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe"
5117       output-file-name: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe"
5118       data: "plot-performance-trending-vpp-3n-tsh"
5119       include:
5120         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5121         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5122         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5123         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5124         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5125         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5126       layout: "plot-cpta"
5127
5128     - title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe"
5129       output-file-name: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe"
5130       data: "plot-performance-trending-vpp-3n-tsh"
5131       include:
5132         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5133         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5134         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5135         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5136         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5137         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5138       layout: "plot-cpta"
5139
5140     - title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5141       output-file-name: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5142       data: "plot-performance-trending-vpp-2n-skx"
5143       include:
5144         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5145         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5146         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5147         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5148         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5149         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5150       layout: "plot-cpta"
5151
5152     - title: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5153       output-file-name: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5154       data: "plot-performance-trending-vpp-2n-skx"
5155       include:
5156         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5157         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5158         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5159         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5160         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5161         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5162       layout: "plot-cpta"
5163
5164     - title: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
5165       output-file-name: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
5166       data: "plot-performance-trending-vpp-2n-skx"
5167       include:
5168         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5169         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5170         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5171         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5172         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5173         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5174       layout: "plot-cpta"
5175
5176     - title: "2n-skx-x710-64b-2t1c-dpdk"
5177       output-file-name: "2n-skx-x710-64b-2t1c-dpdk"
5178       data: "plot-performance-trending-dpdk-2n-skx"
5179       include:
5180         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5181         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5182       layout: "plot-cpta"
5183
5184     - title: "2n-skx-x710-64b-4t2c-dpdk"
5185       output-file-name: "2n-skx-x710-64b-4t2c-dpdk"
5186       data: "plot-performance-trending-dpdk-2n-skx"
5187       include:
5188         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5189         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5190       layout: "plot-cpta"
5191
5192     - title: "2n-skx-x710-64b-8t4c-dpdk"
5193       output-file-name: "2n-skx-x710-64b-8t4c-dpdk"
5194       data: "plot-performance-trending-dpdk-2n-skx"
5195       include:
5196         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5197         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5198       layout: "plot-cpta"
5199
5200     - title: "2n-skx-xxv710-64b-2t1c-dpdk"
5201       output-file-name: "2n-skx-xxv710-64b-2t1c-dpdk"
5202       data: "plot-performance-trending-dpdk-2n-skx"
5203       include:
5204         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5205         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5206       layout: "plot-cpta"
5207
5208     - title: "2n-skx-xxv710-64b-4t2c-dpdk"
5209       output-file-name: "2n-skx-xxv710-64b-4t2c-dpdk"
5210       data: "plot-performance-trending-dpdk-2n-skx"
5211       include:
5212         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5213         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5214       layout: "plot-cpta"
5215
5216     - title: "2n-skx-xxv710-64b-8t4c-dpdk"
5217       output-file-name: "2n-skx-xxv710-64b-8t4c-dpdk"
5218       data: "plot-performance-trending-dpdk-2n-skx"
5219       include:
5220         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5221         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5222       layout: "plot-cpta"
5223
5224     - title: "2n-clx-x710-64b-2t1c-dpdk"
5225       output-file-name: "2n-clx-x710-64b-2t1c-dpdk"
5226       data: "plot-performance-trending-dpdk-2n-clx"
5227       include:
5228         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5229         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5230       layout: "plot-cpta"
5231
5232     - title: "2n-clx-x710-64b-4t2c-dpdk"
5233       output-file-name: "2n-clx-x710-64b-4t2c-dpdk"
5234       data: "plot-performance-trending-dpdk-2n-clx"
5235       include:
5236         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5237         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5238       layout: "plot-cpta"
5239
5240     - title: "2n-clx-x710-64b-8t4c-dpdk"
5241       output-file-name: "2n-clx-x710-64b-8t4c-dpdk"
5242       data: "plot-performance-trending-dpdk-2n-clx"
5243       include:
5244         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5245         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5246       layout: "plot-cpta"
5247
5248     - title: "2n-clx-xxv710-64b-2t1c-dpdk"
5249       output-file-name: "2n-clx-xxv710-64b-2t1c-dpdk"
5250       data: "plot-performance-trending-dpdk-2n-clx"
5251       include:
5252         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5253         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5254       layout: "plot-cpta"
5255
5256     - title: "2n-clx-xxv710-64b-4t2c-dpdk"
5257       output-file-name: "2n-clx-xxv710-64b-4t2c-dpdk"
5258       data: "plot-performance-trending-dpdk-2n-clx"
5259       include:
5260         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5261         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5262       layout: "plot-cpta"
5263
5264     - title: "2n-clx-xxv710-64b-8t4c-dpdk"
5265       output-file-name: "2n-clx-xxv710-64b-8t4c-dpdk"
5266       data: "plot-performance-trending-dpdk-2n-clx"
5267       include:
5268         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5269         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5270       layout: "plot-cpta"
5271
5272
5273     - title: "3n-hsw-x710-64b-1t1c-dpdk"
5274       output-file-name: "3n-hsw-x710-64b-1t1c-dpdk"
5275       data: "plot-performance-trending-dpdk-3n-hsw"
5276       include:
5277         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
5278         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
5279       layout: "plot-cpta"
5280
5281     - title: "3n-hsw-x710-64b-2t2c-dpdk"
5282       output-file-name: "3n-hsw-x710-64b-2t2c-dpdk"
5283       data: "plot-performance-trending-dpdk-3n-hsw"
5284       include:
5285         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
5286         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
5287       layout: "plot-cpta"
5288
5289     - title: "3n-hsw-x710-64b-4t4c-dpdk"
5290       output-file-name: "3n-hsw-x710-64b-4t4c-dpdk"
5291       data: "plot-performance-trending-dpdk-3n-hsw"
5292       include:
5293         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
5294         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
5295       layout: "plot-cpta"
5296
5297     - title: "3n-hsw-xl710-64b-1t1c-dpdk"
5298       output-file-name: "3n-hsw-xl710-64b-1t1c-dpdk"
5299       data: "plot-performance-trending-dpdk-3n-hsw"
5300       include:
5301         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
5302         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
5303       layout: "plot-cpta"
5304
5305     - title: "3n-hsw-xl710-64b-2t2c-dpdk"
5306       output-file-name: "3n-hsw-xl710-64b-2t2c-dpdk"
5307       data: "plot-performance-trending-dpdk-3n-hsw"
5308       include:
5309         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
5310         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
5311       layout: "plot-cpta"
5312
5313     - title: "3n-hsw-xl710-64b-4t4c-dpdk"
5314       output-file-name: "3n-hsw-xl710-64b-4t4c-dpdk"
5315       data: "plot-performance-trending-dpdk-3n-hsw"
5316       include:
5317         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
5318         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
5319       layout: "plot-cpta"
5320
5321     - title: "3n-skx-x710-64b-2t1c-dpdk"
5322       output-file-name: "3n-skx-x710-64b-2t1c-dpdk"
5323       data: "plot-performance-trending-dpdk-3n-skx"
5324       include:
5325         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5326         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5327       layout: "plot-cpta"
5328
5329     - title: "3n-skx-x710-64b-4t2c-dpdk"
5330       output-file-name: "3n-skx-x710-64b-4t2c-dpdk"
5331       data: "plot-performance-trending-dpdk-3n-skx"
5332       include:
5333         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5334         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5335       layout: "plot-cpta"
5336
5337     - title: "3n-skx-x710-64b-8t4c-dpdk"
5338       output-file-name: "3n-skx-x710-64b-8t4c-dpdk"
5339       data: "plot-performance-trending-dpdk-3n-skx"
5340       include:
5341         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5342         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5343       layout: "plot-cpta"
5344
5345     - title: "3n-skx-xxv710-64b-2t1c-dpdk"
5346       output-file-name: "3n-skx-xxv710-64b-2t1c-dpdk"
5347       data: "plot-performance-trending-dpdk-3n-skx"
5348       include:
5349         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5350         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5351       layout: "plot-cpta"
5352
5353     - title: "3n-skx-xxv710-64b-4t2c-dpdk"
5354       output-file-name: "3n-skx-xxv710-64b-4t2c-dpdk"
5355       data: "plot-performance-trending-dpdk-3n-skx"
5356       include:
5357         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5358         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5359       layout: "plot-cpta"
5360
5361     - title: "3n-skx-xxv710-64b-8t4c-dpdk"
5362       output-file-name: "3n-skx-xxv710-64b-8t4c-dpdk"
5363       data: "plot-performance-trending-dpdk-3n-skx"
5364       include:
5365         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5366         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5367       layout: "plot-cpta"