76b1c9220e0f45958ae944e3c7956d2c292b0d5f
[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 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
200 <<<<<<< HEAD   (d3ea22 Report: Add data)
201         start: 894
202 =======
203         start: 965
204 >>>>>>> CHANGE (b51708 Trending: Plots)
205 =======
206         start: 1035
207 >>>>>>> CHANGE (01597c Trending: Update graphs)
208         end: "lastCompletedBuild"
209         skip:
210 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
211 <<<<<<< HEAD   (d3ea22 Report: Add data)
212           - 899
213           - 900
214           - 901
215           - 902
216           - 903
217           - 904
218           - 921
219           - 922
220           - 935
221           - 936
222           - 937
223           - 938
224           - 939
225           - 940
226           - 941
227           - 953
228 =======
229 >>>>>>> CHANGE (b51708 Trending: Plots)
230           - 987
231 =======
232 >>>>>>> CHANGE (01597c Trending: Update graphs)
233           - 1052
234 <<<<<<< HEAD   (d3ea22 Report: Add data)
235 =======
236           - 1054
237           - 1056
238           - 1063
239           - 1102
240 >>>>>>> CHANGE (b51708 Trending: Plots)
241       csit-dpdk-perf-mrr-weekly-master:
242         start: 107
243         end: "lastCompletedBuild"
244         skip:
245           - 110
246           - 111
247           - 112
248           - 114
249
250     plot-performance-trending-vpp-3n-hsw:
251       csit-vpp-perf-mrr-daily-master:
252 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
253 <<<<<<< HEAD   (d3ea22 Report: Add data)
254         start: 894
255 =======
256         start: 965
257 >>>>>>> CHANGE (b51708 Trending: Plots)
258 =======
259         start: 1035
260 >>>>>>> CHANGE (01597c Trending: Update graphs)
261         end: "lastCompletedBuild"
262         skip:
263 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
264 <<<<<<< HEAD   (d3ea22 Report: Add data)
265           - 899
266           - 900
267           - 901
268           - 902
269           - 903
270           - 904
271           - 921
272           - 922
273           - 935
274           - 936
275           - 937
276           - 938
277           - 939
278           - 940
279           - 941
280           - 953
281 =======
282 >>>>>>> CHANGE (b51708 Trending: Plots)
283           - 987
284 =======
285 >>>>>>> CHANGE (01597c Trending: Update graphs)
286           - 1052
287 <<<<<<< HEAD   (d3ea22 Report: Add data)
288 =======
289           - 1054
290           - 1056
291           - 1063
292           - 1102
293 >>>>>>> CHANGE (b51708 Trending: Plots)
294
295     plot-performance-trending-dpdk-3n-hsw:
296       csit-dpdk-perf-mrr-weekly-master:
297         start: 107
298         end: "lastCompletedBuild"
299         skip:
300           - 110
301           - 111
302           - 112
303           - 114
304
305     # 3n-skx
306     plot-performance-trending-all-3n-skx:
307       csit-vpp-perf-mrr-daily-master-3n-skx:
308 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
309 <<<<<<< HEAD   (d3ea22 Report: Add data)
310         start: 635
311 =======
312         start: 707
313 >>>>>>> CHANGE (b51708 Trending: Plots)
314 =======
315         start: 782
316 >>>>>>> CHANGE (01597c Trending: Update graphs)
317         end: "lastCompletedBuild"
318         skip:
319 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
320 <<<<<<< HEAD   (d3ea22 Report: Add data)
321           - 641
322           - 642
323           - 643
324           - 644
325           - 645
326           - 646
327           - 662
328           - 663
329           - 683
330           - 684
331           - 685
332           - 686
333           - 687
334           - 694
335           - 695
336           - 696
337           - 697
338           - 705
339 =======
340 >>>>>>> CHANGE (b51708 Trending: Plots)
341           - 743
342           - 749
343           - 761
344 =======
345 >>>>>>> CHANGE (01597c Trending: Update graphs)
346           - 796
347 <<<<<<< HEAD   (d3ea22 Report: Add data)
348 =======
349           - 803
350           - 804
351           - 805
352           - 818
353           - 849
354 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
355 >>>>>>> CHANGE (b51708 Trending: Plots)
356 =======
357           - 851
358 >>>>>>> CHANGE (01597c Trending: Update graphs)
359       csit-dpdk-perf-mrr-weekly-master-3n-skx:
360         start: 72
361         end: "lastCompletedBuild"
362         skip:
363           - 76
364           - 77
365           - 79
366
367     plot-performance-trending-vpp-3n-skx:
368       csit-vpp-perf-mrr-daily-master-3n-skx:
369 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
370 <<<<<<< HEAD   (d3ea22 Report: Add data)
371         start: 635
372 =======
373         start: 707
374 >>>>>>> CHANGE (b51708 Trending: Plots)
375 =======
376         start: 782
377 >>>>>>> CHANGE (01597c Trending: Update graphs)
378         end: "lastCompletedBuild"
379         skip:
380 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
381 <<<<<<< HEAD   (d3ea22 Report: Add data)
382           - 641
383           - 642
384           - 643
385           - 644
386           - 645
387           - 646
388           - 662
389           - 663
390           - 683
391           - 684
392           - 685
393           - 686
394           - 687
395           - 694
396           - 695
397           - 696
398           - 697
399           - 705
400 =======
401 >>>>>>> CHANGE (b51708 Trending: Plots)
402           - 743
403           - 749
404           - 761
405 =======
406 >>>>>>> CHANGE (01597c Trending: Update graphs)
407           - 796
408 <<<<<<< HEAD   (d3ea22 Report: Add data)
409 =======
410           - 803
411           - 804
412           - 805
413           - 818
414           - 849
415 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
416 >>>>>>> CHANGE (b51708 Trending: Plots)
417 =======
418           - 851
419 >>>>>>> CHANGE (01597c Trending: Update graphs)
420
421     plot-performance-trending-dpdk-3n-skx:
422       csit-dpdk-perf-mrr-weekly-master-3n-skx:
423         start: 72
424         end: "lastCompletedBuild"
425         skip:
426           - 76
427           - 77
428           - 79
429
430     # 2n-skx
431     plot-performance-trending-all-2n-skx:
432       csit-vpp-perf-mrr-daily-master-2n-skx:
433 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
434 <<<<<<< HEAD   (d3ea22 Report: Add data)
435         start: 647
436 =======
437         start: 729
438 >>>>>>> CHANGE (b51708 Trending: Plots)
439 =======
440         start: 804
441 >>>>>>> CHANGE (01597c Trending: Update graphs)
442         end: "lastCompletedBuild"
443         skip:
444 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
445           - 653
446           - 654
447           - 655
448           - 656
449           - 657
450           - 658
451           - 675
452           - 676
453           - 693
454           - 694
455           - 695
456           - 696
457           - 697
458           - 698
459           - 699
460           - 700
461           - 701
462           - 702
463           - 768
464 <<<<<<< HEAD   (d3ea22 Report: Add data)
465 =======
466 =======
467 >>>>>>> CHANGE (01597c Trending: Update graphs)
468           - 828
469           - 830
470 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
471 >>>>>>> CHANGE (b51708 Trending: Plots)
472 =======
473           - 868
474           - 870
475           - 874
476 >>>>>>> CHANGE (01597c Trending: Update graphs)
477       csit-dpdk-perf-mrr-weekly-master-2n-skx:
478         start: 72
479         end: "lastCompletedBuild"
480         skip:
481           - 76
482           - 77
483           - 79
484
485     plot-performance-trending-vpp-2n-skx:
486       csit-vpp-perf-mrr-daily-master-2n-skx:
487 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
488 <<<<<<< HEAD   (d3ea22 Report: Add data)
489         start: 647
490 =======
491         start: 729
492 >>>>>>> CHANGE (b51708 Trending: Plots)
493 =======
494         start: 804
495 >>>>>>> CHANGE (01597c Trending: Update graphs)
496         end: "lastCompletedBuild"
497         skip:
498 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
499           - 653
500           - 654
501           - 655
502           - 656
503           - 657
504           - 658
505           - 675
506           - 676
507           - 693
508           - 694
509           - 695
510           - 696
511           - 697
512           - 698
513           - 699
514           - 700
515           - 701
516           - 702
517           - 768
518 <<<<<<< HEAD   (d3ea22 Report: Add data)
519
520     plot-performance-trending-vpp-2n-clx:
521       csit-vpp-perf-mrr-daily-master-2n-clx:
522         start: 89
523         end: "lastCompletedBuild"
524         skip:
525           - 97
526 =======
527 =======
528 >>>>>>> CHANGE (01597c Trending: Update graphs)
529           - 828
530           - 830
531 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
532 >>>>>>> CHANGE (b51708 Trending: Plots)
533 =======
534           - 868
535           - 870
536           - 874
537 >>>>>>> CHANGE (01597c Trending: Update graphs)
538
539     plot-performance-trending-dpdk-2n-skx:
540       csit-dpdk-perf-mrr-weekly-master-2n-skx:
541         start: 72
542         end: "lastCompletedBuild"
543         skip:
544           - 76
545           - 77
546           - 79
547
548     plot-performance-trending-vpp-nfv-2n-skx:
549       csit-vpp-perf-mrr-weekly-master-2n-skx:
550         start: 45
551         end: "lastCompletedBuild"
552         skip:
553           - 52
554           - 54
555           - 55
556
557 <<<<<<< HEAD   (d3ea22 Report: Add data)
558 =======
559     plot-performance-trending-vpp-2n-clx:
560       csit-vpp-perf-mrr-daily-master-2n-clx:
561         start: 183
562         end: "lastCompletedBuild"
563         skip:
564           - 204
565           - 206
566           - 208
567           - 213
568           - 214
569           - 215
570           - 216
571           - 217
572           - 224
573           - 230
574           - 231
575           - 239
576           - 248
577           - 251
578           - 252
579           - 253
580
581     plot-performance-trending-dpdk-2n-clx:
582       csit-dpdk-perf-mrr-weekly-master-2n-clx:
583         start: 16
584         end: "lastCompletedBuild"
585         skip:
586           - 18
587           - 21
588           - 22
589           - 24
590
591 >>>>>>> CHANGE (b51708 Trending: Plots)
592     # 3n-tsh
593     plot-performance-trending-all-3n-tsh:
594       csit-vpp-perf-mrr-daily-master-3n-tsh:
595         start: 115
596         end: "lastCompletedBuild"
597         skip:
598 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
599           - 105
600 <<<<<<< HEAD   (d3ea22 Report: Add data)
601 =======
602 =======
603 >>>>>>> CHANGE (01597c Trending: Update graphs)
604           - 126
605           - 127
606           - 135
607           - 149
608 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
609 >>>>>>> CHANGE (b51708 Trending: Plots)
610 =======
611           - 150
612           - 152
613           - 153
614           - 154
615           - 155
616           - 156
617           - 157
618 >>>>>>> CHANGE (01597c Trending: Update graphs)
619
620     plot-performance-trending-vpp-3n-tsh:
621       csit-vpp-perf-mrr-daily-master-3n-tsh:
622         start: 115
623         end: "lastCompletedBuild"
624         skip:
625 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
626           - 105
627 <<<<<<< HEAD   (d3ea22 Report: Add data)
628 =======
629 =======
630 >>>>>>> CHANGE (01597c Trending: Update graphs)
631           - 126
632           - 127
633           - 135
634           - 149
635 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
636 >>>>>>> CHANGE (b51708 Trending: Plots)
637 =======
638           - 150
639           - 152
640           - 153
641           - 154
642           - 155
643           - 156
644           - 157
645 >>>>>>> CHANGE (01597c Trending: Update graphs)
646
647     plot-performance-trending-vpp-3n-dnv:
648       csit-vpp-perf-mrr-daily-master-3n-dnv:
649 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
650 <<<<<<< HEAD   (d3ea22 Report: Add data)
651         start: 134
652 =======
653         start: 203
654 >>>>>>> CHANGE (b51708 Trending: Plots)
655 =======
656         start: 276
657 >>>>>>> CHANGE (01597c Trending: Update graphs)
658         end: "lastCompletedBuild"
659         skip:
660 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
661 <<<<<<< HEAD   (d3ea22 Report: Add data)
662           - 150
663           - 151
664           - 175
665           - 176
666 =======
667 >>>>>>> CHANGE (b51708 Trending: Plots)
668           - 227
669           - 228
670           - 246
671           - 247
672           - 248
673 <<<<<<< HEAD   (d3ea22 Report: Add data)
674 =======
675 =======
676 >>>>>>> CHANGE (01597c Trending: Update graphs)
677           - 297
678           - 318
679           - 319
680           - 320
681           - 321
682           - 322
683           - 323
684           - 324
685           - 325
686           - 326
687           - 327
688           - 343
689 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
690 >>>>>>> CHANGE (b51708 Trending: Plots)
691 =======
692           - 344
693           - 345
694           - 348
695           - 350
696           - 356
697           - 357
698           - 358
699           - 360
700           - 363
701           - 364
702 >>>>>>> CHANGE (01597c Trending: Update graphs)
703
704     plot-performance-trending-vpp-2n-dnv:
705       csit-vpp-perf-mrr-daily-master-2n-dnv:
706 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
707 <<<<<<< HEAD   (d3ea22 Report: Add data)
708         start: 133
709 =======
710         start: 203
711 >>>>>>> CHANGE (b51708 Trending: Plots)
712 =======
713         start: 279
714 >>>>>>> CHANGE (01597c Trending: Update graphs)
715         end: "lastCompletedBuild"
716         skip:
717           - 145
718           - 149
719           - 150
720           - 228
721           - 249
722           - 250
723           - 251
724 <<<<<<< HEAD   (d3ea22 Report: Add data)
725 =======
726           - 302
727           - 304
728           - 314
729           - 317
730           - 326
731           - 327
732           - 328
733           - 329
734           - 330
735           - 331
736           - 332
737           - 344
738           - 349
739 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
740 >>>>>>> CHANGE (b51708 Trending: Plots)
741 =======
742           - 350
743           - 351
744           - 354
745           - 360
746           - 364
747           - 365
748           - 366
749           - 370
750 >>>>>>> CHANGE (01597c Trending: Update graphs)
751
752   plot-layouts:
753
754     plot-cpta:
755       title: ""
756       titlefont:
757         size: 16
758       autosize: True
759       showlegend: True
760       width: 1100
761       height: 800
762       yaxis:
763         showticklabels: True
764         tickformat: ".5s"
765         title: "Throughput [Mpps]"
766         hoverformat: ".5s"
767         gridcolor: "rgb(238, 238, 238)"
768         linecolor: "rgb(238, 238, 238)"
769         showline: True
770         zeroline: False
771         tickcolor: "rgb(238, 238, 238)"
772         linewidth: 1
773         showgrid: True
774       xaxis:
775         title: 'Date [MMDD]'
776         type: "date"
777         autorange: True
778         fixedrange: False
779         showgrid: True
780         gridcolor: "rgb(238, 238, 238)"
781         showline: True
782         linecolor: "rgb(238, 238, 238)"
783         zeroline: False
784         linewidth: 1
785         showticklabels: True
786         tickcolor: "rgb(238, 238, 238)"
787         tickmode: "auto"
788         tickformat: "%m%d"
789         rangeselector:
790           buttons:
791           - count: 14
792             label: "2w"
793             step: "day"
794             stepmode: "backward"
795           - count: 1
796             label: "1m"
797             step: "month"
798             stepmode: "backward"
799           - count: 2
800             label: "2m"
801             step: "month"
802             stepmode: "backward"
803           - count: 3
804             label: "3m"
805             step: "month"
806             stepmode: "backward"
807           - step: "all"
808       margin:
809         r: 20
810         b: 5
811         t: 5
812         l: 70
813       legend:
814         orientation: "h"
815         xanchor: "auto"
816         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
817         bordercolor: "rgb(238, 238, 238)"
818       paper_bgcolor: "#fff"
819       plot_bgcolor: "#fff"
820       hoverlabel:
821         namelength: -1
822
823 -
824   type: "static"
825   src-path: "{DIR[RST]}"
826   dst-path: "{DIR[WORKING,SRC]}"
827
828 -
829   type: "input"
830   general:
831     file-name: "output_info.xml.gz"
832     file-format: ".gz"
833     download-path: "{job}/{build}/archives/{filename}"
834     extract: "output.xml"
835     # Number of days from now to the past. Only files generated in this
836     # time period are used.
837     time-period: 90
838
839     zip-file-name: "robot-plugin.zip"
840     zip-file-format: ".zip"
841     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
842     zip-extract: "robot-plugin/output.xml"
843
844   builds:
845
846     # 3n-hsw
847     csit-vpp-perf-mrr-daily-master:
848 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
849 <<<<<<< HEAD   (d3ea22 Report: Add data)
850       start: 894
851 =======
852       start: 965
853 >>>>>>> CHANGE (b51708 Trending: Plots)
854 =======
855       start: 1035
856 >>>>>>> CHANGE (01597c Trending: Update graphs)
857       end: "lastCompletedBuild"
858       skip:
859 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
860 <<<<<<< HEAD   (d3ea22 Report: Add data)
861         - 899
862         - 900
863         - 901
864         - 902
865         - 903
866         - 904
867         - 921
868         - 922
869         - 935
870         - 936
871         - 937
872         - 938
873         - 939
874         - 940
875         - 941
876         - 953
877 =======
878 >>>>>>> CHANGE (b51708 Trending: Plots)
879         - 987
880 =======
881 >>>>>>> CHANGE (01597c Trending: Update graphs)
882         - 1052
883 <<<<<<< HEAD   (d3ea22 Report: Add data)
884 =======
885         - 1054
886         - 1056
887         - 1063
888         - 1102
889 >>>>>>> CHANGE (b51708 Trending: Plots)
890     csit-dpdk-perf-mrr-weekly-master:
891       start: 107
892       end: "lastCompletedBuild"
893       skip:
894         - 110
895         - 111
896         - 112
897         - 114
898
899     # 3n-skx
900     csit-vpp-perf-mrr-daily-master-3n-skx:
901 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
902 <<<<<<< HEAD   (d3ea22 Report: Add data)
903       start: 635
904 =======
905       start: 707
906 >>>>>>> CHANGE (b51708 Trending: Plots)
907 =======
908       start: 782
909 >>>>>>> CHANGE (01597c Trending: Update graphs)
910       end: "lastCompletedBuild"
911       skip:
912 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
913 <<<<<<< HEAD   (d3ea22 Report: Add data)
914         - 641
915         - 642
916         - 643
917         - 644
918         - 645
919         - 646
920         - 662
921         - 663
922         - 683
923         - 684
924         - 685
925         - 686
926         - 687
927         - 694
928         - 695
929         - 696
930         - 697
931         - 705
932 =======
933 >>>>>>> CHANGE (b51708 Trending: Plots)
934         - 743
935         - 749
936         - 761
937 =======
938 >>>>>>> CHANGE (01597c Trending: Update graphs)
939         - 796
940 <<<<<<< HEAD   (d3ea22 Report: Add data)
941 =======
942         - 803
943         - 804
944         - 805
945         - 818
946         - 849
947 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
948 >>>>>>> CHANGE (b51708 Trending: Plots)
949 =======
950         - 851
951 >>>>>>> CHANGE (01597c Trending: Update graphs)
952     csit-dpdk-perf-mrr-weekly-master-3n-skx:
953       start: 72
954       end: "lastCompletedBuild"
955       skip:
956         - 76
957         - 77
958         - 79
959
960     # 2n-skx
961     csit-vpp-perf-mrr-daily-master-2n-skx:
962 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
963 <<<<<<< HEAD   (d3ea22 Report: Add data)
964       start: 647
965 =======
966       start: 729
967 >>>>>>> CHANGE (b51708 Trending: Plots)
968 =======
969       start: 804
970 >>>>>>> CHANGE (01597c Trending: Update graphs)
971       end: "lastCompletedBuild"
972       skip:
973 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
974         - 653
975         - 654
976         - 655
977         - 656
978         - 657
979         - 658
980         - 675
981         - 676
982         - 693
983         - 694
984         - 695
985         - 696
986         - 697
987         - 698
988         - 699
989         - 700
990         - 701
991         - 702
992         - 768
993 <<<<<<< HEAD   (d3ea22 Report: Add data)
994 =======
995 =======
996 >>>>>>> CHANGE (01597c Trending: Update graphs)
997         - 828
998         - 830
999 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1000 >>>>>>> CHANGE (b51708 Trending: Plots)
1001 =======
1002         - 868
1003         - 870
1004         - 874
1005 >>>>>>> CHANGE (01597c Trending: Update graphs)
1006     csit-vpp-perf-mrr-weekly-master-2n-skx:
1007       start: 45
1008       end: "lastCompletedBuild"
1009       skip:
1010         - 52
1011         - 54
1012         - 55
1013     csit-dpdk-perf-mrr-weekly-master-2n-skx:
1014       start: 72
1015       end: "lastCompletedBuild"
1016       skip:
1017         - 76
1018         - 77
1019         - 79
1020
1021     csit-vpp-perf-mrr-daily-master-2n-clx:
1022       start: 183
1023       end: "lastCompletedBuild"
1024       skip:
1025 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1026 <<<<<<< HEAD   (d3ea22 Report: Add data)
1027         - 97
1028 =======
1029         - 121
1030         - 153
1031         - 154
1032         - 155
1033 =======
1034 >>>>>>> CHANGE (01597c Trending: Update graphs)
1035         - 204
1036         - 206
1037         - 208
1038         - 213
1039         - 214
1040         - 215
1041         - 216
1042         - 217
1043         - 224
1044         - 230
1045         - 231
1046         - 239
1047         - 248
1048         - 251
1049         - 252
1050         - 253
1051
1052     csit-dpdk-perf-mrr-weekly-master-2n-clx:
1053       start: 16
1054       end: "lastCompletedBuild"
1055       skip:
1056         - 18
1057         - 21
1058         - 22
1059 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1060 >>>>>>> CHANGE (b51708 Trending: Plots)
1061 =======
1062         - 24
1063 >>>>>>> CHANGE (01597c Trending: Update graphs)
1064
1065     # 3n-tsh
1066     csit-vpp-perf-mrr-daily-master-3n-tsh:
1067       start: 115
1068       end: "lastCompletedBuild"
1069       skip:
1070 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1071         - 105
1072 <<<<<<< HEAD   (d3ea22 Report: Add data)
1073 =======
1074 =======
1075 >>>>>>> CHANGE (01597c Trending: Update graphs)
1076         - 126
1077         - 127
1078         - 135
1079         - 149
1080 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1081 >>>>>>> CHANGE (b51708 Trending: Plots)
1082 =======
1083         - 150
1084         - 152
1085         - 153
1086         - 154
1087         - 155
1088         - 156
1089         - 157
1090 >>>>>>> CHANGE (01597c Trending: Update graphs)
1091
1092     # 3n-dnv
1093     csit-vpp-perf-mrr-daily-master-3n-dnv:
1094 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1095 <<<<<<< HEAD   (d3ea22 Report: Add data)
1096       start: 134
1097 =======
1098       start: 203
1099 >>>>>>> CHANGE (b51708 Trending: Plots)
1100 =======
1101       start: 276
1102 >>>>>>> CHANGE (01597c Trending: Update graphs)
1103       end: "lastCompletedBuild"
1104       skip:
1105 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1106 <<<<<<< HEAD   (d3ea22 Report: Add data)
1107         - 150
1108         - 151
1109         - 175
1110         - 176
1111 =======
1112 >>>>>>> CHANGE (b51708 Trending: Plots)
1113         - 227
1114         - 228
1115         - 246
1116         - 247
1117         - 248
1118 <<<<<<< HEAD   (d3ea22 Report: Add data)
1119 =======
1120 =======
1121 >>>>>>> CHANGE (01597c Trending: Update graphs)
1122         - 297
1123         - 318
1124         - 319
1125         - 320
1126         - 321
1127         - 322
1128         - 323
1129         - 324
1130         - 325
1131         - 326
1132         - 327
1133         - 343
1134 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1135 >>>>>>> CHANGE (b51708 Trending: Plots)
1136 =======
1137         - 344
1138         - 345
1139         - 348
1140         - 350
1141         - 356
1142         - 357
1143         - 358
1144         - 360
1145         - 363
1146         - 364
1147 >>>>>>> CHANGE (01597c Trending: Update graphs)
1148
1149     # 2n-dnv
1150     csit-vpp-perf-mrr-daily-master-2n-dnv:
1151 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1152 <<<<<<< HEAD   (d3ea22 Report: Add data)
1153       start: 133
1154 =======
1155       start: 203
1156 >>>>>>> CHANGE (b51708 Trending: Plots)
1157 =======
1158       start: 279
1159 >>>>>>> CHANGE (01597c Trending: Update graphs)
1160       end: "lastCompletedBuild"
1161       skip:
1162         - 145
1163         - 149
1164         - 150
1165         - 228
1166         - 249
1167         - 250
1168         - 251
1169 <<<<<<< HEAD   (d3ea22 Report: Add data)
1170 =======
1171         - 302
1172         - 304
1173         - 314
1174         - 317
1175         - 326
1176         - 327
1177         - 328
1178         - 329
1179         - 330
1180         - 331
1181         - 332
1182         - 344
1183         - 349
1184 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1185 >>>>>>> CHANGE (b51708 Trending: Plots)
1186 =======
1187         - 350
1188         - 351
1189         - 354
1190         - 360
1191         - 364
1192         - 365
1193         - 366
1194         - 370
1195 >>>>>>> CHANGE (01597c Trending: Update graphs)
1196
1197 -
1198   type: "output"
1199   output: "trending"
1200   format:
1201     html:
1202     - full
1203
1204 ################################################################################
1205 ###                               T A B L E S                                ###
1206 ################################################################################
1207
1208 ################################################################################
1209
1210 # Compressed failed tests (last build)
1211 -
1212   type: "table"
1213   title: "Last failed tests (last builds) 3n-hsw"
1214   algorithm: "table_last_failed_tests"
1215   output-file-ext: ".txt"
1216   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-hsw"
1217   data: "table-last-failed-tests-3n-hsw"
1218   filter: "'MRR'"
1219   parameters:
1220     - "name"
1221     - "parent"
1222     - "status"
1223
1224 -
1225   type: "table"
1226   title: "Last failed tests (last builds) 3n-skx"
1227   algorithm: "table_last_failed_tests"
1228   output-file-ext: ".txt"
1229   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-skx"
1230   data: "table-last-failed-tests-3n-skx"
1231   filter: "'MRR'"
1232   parameters:
1233     - "name"
1234     - "parent"
1235     - "status"
1236
1237 -
1238   type: "table"
1239   title: "Last failed tests (last builds) 2n-skx"
1240   algorithm: "table_last_failed_tests"
1241   output-file-ext: ".txt"
1242   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-skx"
1243   data: "table-last-failed-tests-2n-skx"
1244   filter: "'MRR'"
1245   parameters:
1246     - "name"
1247     - "parent"
1248     - "status"
1249
1250 -
1251   type: "table"
1252   title: "Last failed tests (last builds) 2n-clx"
1253   algorithm: "table_last_failed_tests"
1254   output-file-ext: ".txt"
1255   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-clx"
1256   data: "table-last-failed-tests-2n-clx"
1257   filter: "'MRR'"
1258   parameters:
1259     - "name"
1260     - "parent"
1261     - "status"
1262
1263 -
1264   type: "table"
1265   title: "Last failed tests (last builds) 3n-tsh"
1266   algorithm: "table_last_failed_tests"
1267   output-file-ext: ".txt"
1268   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-tsh"
1269   data: "table-last-failed-tests-3n-tsh"
1270   filter: "'MRR'"
1271   parameters:
1272     - "name"
1273     - "parent"
1274     - "status"
1275
1276 -
1277   type: "table"
1278   title: "Last failed tests (last builds) 3n-dnv"
1279   algorithm: "table_last_failed_tests"
1280   output-file-ext: ".txt"
1281   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-dnv"
1282   data: "table-last-failed-tests-3n-dnv"
1283   filter: "'MRR'"
1284   parameters:
1285     - "name"
1286     - "parent"
1287     - "status"
1288
1289 -
1290   type: "table"
1291   title: "Last failed tests (last builds) 2n-dnv"
1292   algorithm: "table_last_failed_tests"
1293   output-file-ext: ".txt"
1294   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-dnv"
1295   data: "table-last-failed-tests-2n-dnv"
1296   filter: "'MRR'"
1297   parameters:
1298     - "name"
1299     - "parent"
1300     - "status"
1301
1302 # 3n-hsw
1303 -
1304   type: "table"
1305   title: "Performance trending dashboard 1t1c-3n-hsw"
1306   algorithm: "table_perf_trending_dash"
1307   output-file-ext: ".csv"
1308   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
1309   data: "plot-performance-trending-all-3n-hsw"
1310   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
1311   parameters:
1312   - "name"
1313   - "parent"
1314   - "result"
1315   ignore-list:
1316     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1317     # but it remains in the old output.xml files.
1318   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1319   window: 14
1320   long-trend-window: 180
1321
1322 -
1323   type: "table"
1324   title: "Performance trending dashboard 2t2c-3n-hsw"
1325   algorithm: "table_perf_trending_dash"
1326   output-file-ext: ".csv"
1327   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
1328   data: "plot-performance-trending-all-3n-hsw"
1329   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
1330   parameters:
1331   - "name"
1332   - "parent"
1333   - "result"
1334   ignore-list:
1335     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1336     # but it remains in the old output.xml files.
1337   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1338   window: 14
1339   long-trend-window: 180
1340
1341 -
1342   type: "table"
1343   title: "Performance trending dashboard 4t4c-3n-hsw"
1344   algorithm: "table_perf_trending_dash"
1345   output-file-ext: ".csv"
1346   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
1347   data: "plot-performance-trending-all-3n-hsw"
1348   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
1349   parameters:
1350   - "name"
1351   - "parent"
1352   - "result"
1353   ignore-list:
1354     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1355     # but it remains in the old output.xml files.
1356   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1357   window: 14
1358   long-trend-window: 180
1359
1360 -
1361   type: "table"
1362   title: "HTML performance trending dashboard 1t1c-3n-hsw"
1363   algorithm: "table_perf_trending_dash_html"
1364   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
1365   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
1366   testbed: "3n-hsw"
1367
1368 -
1369   type: "table"
1370   title: "HTML performance trending dashboard 2t2c-3n-hsw"
1371   algorithm: "table_perf_trending_dash_html"
1372   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
1373   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
1374   testbed: "3n-hsw"
1375
1376 -
1377   type: "table"
1378   title: "HTML performance trending dashboard 4t4c-3n-hsw"
1379   algorithm: "table_perf_trending_dash_html"
1380   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
1381   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
1382   testbed: "3n-hsw"
1383
1384 -
1385   type: "table"
1386   title: "Failed MRR tests 3n-hsw"
1387   algorithm: "table_failed_tests"
1388   output-file-ext: ".csv"
1389   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
1390   data: "plot-performance-trending-all-3n-hsw"
1391   filter: "'MRR' and not 'NIC_Intel-XXV710'"
1392   parameters:
1393   - "name"
1394   - "parent"
1395   - "status"
1396   ignore-list:
1397     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1398     # but it remains in the old output.xml files.
1399   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1400   window: 7  # days
1401
1402 -
1403   type: "table"
1404   title: "HTML Failed MRR tests 3n-hsw"
1405   algorithm: "table_failed_tests_html"
1406   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
1407   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
1408   testbed: "3n-hsw"
1409
1410 ################################################################################
1411 # 3n-skx
1412 -
1413   type: "table"
1414   title: "Performance trending dashboard 2t1c-3n-skx"
1415   algorithm: "table_perf_trending_dash"
1416   output-file-ext: ".csv"
1417   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
1418   data: "plot-performance-trending-all-3n-skx"
1419   filter: "'MRR' and '2T1C'"
1420   parameters:
1421   - "name"
1422   - "parent"
1423   - "result"
1424   ignore-list:
1425     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1426     # but it remains in the old output.xml files.
1427   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1428   window: 14
1429   long-trend-window: 180
1430
1431 -
1432   type: "table"
1433   title: "Performance trending dashboard 4t2c-3n-skx"
1434   algorithm: "table_perf_trending_dash"
1435   output-file-ext: ".csv"
1436   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
1437   data: "plot-performance-trending-all-3n-skx"
1438   filter: "'MRR' and '4T2C'"
1439   parameters:
1440   - "name"
1441   - "parent"
1442   - "result"
1443   ignore-list:
1444     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1445     # but it remains in the old output.xml files.
1446   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1447   window: 14
1448   long-trend-window: 180
1449
1450 -
1451   type: "table"
1452   title: "Performance trending dashboard 8t4c-3n-skx"
1453   algorithm: "table_perf_trending_dash"
1454   output-file-ext: ".csv"
1455   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
1456   data: "plot-performance-trending-all-3n-skx"
1457   filter: "'MRR' and '8T4C'"
1458   parameters:
1459   - "name"
1460   - "parent"
1461   - "result"
1462   ignore-list:
1463     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1464     # but it remains in the old output.xml files.
1465   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1466   window: 14
1467   long-trend-window: 180
1468
1469 -
1470   type: "table"
1471   title: "HTML performance trending dashboard 2t1c-3n-skx"
1472   algorithm: "table_perf_trending_dash_html"
1473   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
1474   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
1475   testbed: "3n-skx"
1476
1477 -
1478   type: "table"
1479   title: "HTML performance trending dashboard 4t2c-3n-skx"
1480   algorithm: "table_perf_trending_dash_html"
1481   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
1482   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
1483   testbed: "3n-skx"
1484
1485 -
1486   type: "table"
1487   title: "HTML performance trending dashboard 8t4c-3n-skx"
1488   algorithm: "table_perf_trending_dash_html"
1489   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
1490   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
1491   testbed: "3n-skx"
1492
1493 -
1494   type: "table"
1495   title: "Failed MRR tests 3n-skx"
1496   algorithm: "table_failed_tests"
1497   output-file-ext: ".csv"
1498   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
1499   data: "plot-performance-trending-all-3n-skx"
1500   filter: "'MRR'"
1501   parameters:
1502   - "name"
1503   - "parent"
1504   - "status"
1505   ignore-list:
1506     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1507     # but it remains in the old output.xml files.
1508   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1509   window: 7  # days
1510
1511 -
1512   type: "table"
1513   title: "HTML Failed MRR tests 3n-skx"
1514   algorithm: "table_failed_tests_html"
1515   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
1516   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
1517   testbed: "3n-skx"
1518
1519 ################################################################################
1520 # 2n-skx
1521 -
1522   type: "table"
1523   title: "Performance trending dashboard 2t1c-2n-skx"
1524   algorithm: "table_perf_trending_dash"
1525   output-file-ext: ".csv"
1526   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
1527   data: "plot-performance-trending-all-2n-skx"
1528   filter: "'MRR' and '2T1C'"
1529   parameters:
1530   - "name"
1531   - "parent"
1532   - "result"
1533   ignore-list:
1534     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1535     # but it remains in the old output.xml files.
1536   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1537   window: 14
1538   long-trend-window: 180
1539
1540 -
1541   type: "table"
1542   title: "Performance trending dashboard 4t2c-2n-skx"
1543   algorithm: "table_perf_trending_dash"
1544   output-file-ext: ".csv"
1545   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
1546   data: "plot-performance-trending-all-2n-skx"
1547   filter: "'MRR' and '4T2C'"
1548   parameters:
1549   - "name"
1550   - "parent"
1551   - "result"
1552   ignore-list:
1553     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1554     # but it remains in the old output.xml files.
1555   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1556   window: 14
1557   long-trend-window: 180
1558
1559 -
1560   type: "table"
1561   title: "Performance trending dashboard 8t4c-2n-skx"
1562   algorithm: "table_perf_trending_dash"
1563   output-file-ext: ".csv"
1564   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
1565   data: "plot-performance-trending-all-2n-skx"
1566   filter: "'MRR' and '8T4C'"
1567   parameters:
1568   - "name"
1569   - "parent"
1570   - "result"
1571   ignore-list:
1572     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1573     # but it remains in the old output.xml files.
1574   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1575   window: 14
1576   long-trend-window: 180
1577
1578 -
1579   type: "table"
1580   title: "HTML performance trending dashboard 2t1c-2n-skx"
1581   algorithm: "table_perf_trending_dash_html"
1582   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
1583   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
1584   testbed: "2n-skx"
1585
1586 -
1587   type: "table"
1588   title: "HTML performance trending dashboard 4t2c-2n-skx"
1589   algorithm: "table_perf_trending_dash_html"
1590   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
1591   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
1592   testbed: "2n-skx"
1593
1594 -
1595   type: "table"
1596   title: "HTML performance trending dashboard 8t4c-2n-skx"
1597   algorithm: "table_perf_trending_dash_html"
1598   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
1599   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
1600   testbed: "2n-skx"
1601
1602 -
1603   type: "table"
1604   title: "Failed MRR tests 2n-skx"
1605   algorithm: "table_failed_tests"
1606   output-file-ext: ".csv"
1607   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
1608   data: "plot-performance-trending-all-2n-skx"
1609   filter: "'MRR'"
1610   parameters:
1611   - "name"
1612   - "parent"
1613   - "status"
1614   ignore-list:
1615     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1616     # but it remains in the old output.xml files.
1617   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1618   window: 7  # days
1619
1620 -
1621   type: "table"
1622   title: "HTML Failed MRR tests 2n-skx"
1623   algorithm: "table_failed_tests_html"
1624   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
1625   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
1626   testbed: "2n-skx"
1627
1628 ################################################################################
1629 # 2n-clx
1630 -
1631   type: "table"
1632   title: "Performance trending dashboard 2t1c-2n-clx"
1633   algorithm: "table_perf_trending_dash"
1634   output-file-ext: ".csv"
1635   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx"
1636   data: "plot-performance-trending-vpp-2n-clx"
1637   filter: "'MRR' and '2T1C'"
1638   parameters:
1639   - "name"
1640   - "parent"
1641   - "result"
1642   window: 14
1643   long-trend-window: 180
1644
1645 -
1646   type: "table"
1647   title: "Performance trending dashboard 4t2c-2n-clx"
1648   algorithm: "table_perf_trending_dash"
1649   output-file-ext: ".csv"
1650   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx"
1651   data: "plot-performance-trending-vpp-2n-clx"
1652   filter: "'MRR' and '4T2C'"
1653   parameters:
1654   - "name"
1655   - "parent"
1656   - "result"
1657   window: 14
1658   long-trend-window: 180
1659
1660 -
1661   type: "table"
1662   title: "Performance trending dashboard 8t4c-2n-clx"
1663   algorithm: "table_perf_trending_dash"
1664   output-file-ext: ".csv"
1665   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx"
1666   data: "plot-performance-trending-vpp-2n-clx"
1667   filter: "'MRR' and '8T4C'"
1668   parameters:
1669   - "name"
1670   - "parent"
1671   - "result"
1672   window: 14
1673   long-trend-window: 180
1674
1675 -
1676   type: "table"
1677   title: "HTML performance trending dashboard 2t1c-2n-clx"
1678   algorithm: "table_perf_trending_dash_html"
1679   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.csv"
1680   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.rst"
1681   testbed: "2n-clx"
1682
1683 -
1684   type: "table"
1685   title: "HTML performance trending dashboard 4t2c-2n-clx"
1686   algorithm: "table_perf_trending_dash_html"
1687   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.csv"
1688   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.rst"
1689   testbed: "2n-clx"
1690
1691 -
1692   type: "table"
1693   title: "HTML performance trending dashboard 8t4c-2n-clx"
1694   algorithm: "table_perf_trending_dash_html"
1695   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.csv"
1696   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.rst"
1697   testbed: "2n-clx"
1698
1699 -
1700   type: "table"
1701   title: "Failed MRR tests 2n-clx"
1702   algorithm: "table_failed_tests"
1703   output-file-ext: ".csv"
1704   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx"
1705   data: "plot-performance-trending-vpp-2n-clx"
1706   filter: "'MRR'"
1707   parameters:
1708   - "name"
1709   - "parent"
1710   - "status"
1711   window: 7  # days
1712
1713 -
1714   type: "table"
1715   title: "HTML Failed MRR tests 2n-clx"
1716   algorithm: "table_failed_tests_html"
1717   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.csv"
1718   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.rst"
1719   testbed: "2n-clx"
1720
1721
1722 ################################################################################
1723 # 3n-tsh
1724 -
1725   type: "table"
1726   title: "Performance trending dashboard 1t1c-3n-tsh"
1727   algorithm: "table_perf_trending_dash"
1728   output-file-ext: ".csv"
1729   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh"
1730   data: "plot-performance-trending-all-3n-tsh"
1731   filter: "'MRR' and '1T1C'"
1732   parameters:
1733   - "name"
1734   - "parent"
1735   - "result"
1736   window: 14
1737   long-trend-window: 180
1738
1739 -
1740   type: "table"
1741   title: "Performance trending dashboard 2t2c-3n-tsh"
1742   algorithm: "table_perf_trending_dash"
1743   output-file-ext: ".csv"
1744   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh"
1745   data: "plot-performance-trending-all-3n-tsh"
1746   filter: "'MRR' and '2T2C'"
1747   parameters:
1748   - "name"
1749   - "parent"
1750   - "result"
1751   window: 14
1752   long-trend-window: 180
1753
1754 -
1755   type: "table"
1756   title: "Performance trending dashboard 4t4c-3n-tsh"
1757   algorithm: "table_perf_trending_dash"
1758   output-file-ext: ".csv"
1759   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh"
1760   data: "plot-performance-trending-all-3n-tsh"
1761   filter: "'MRR' and '4T4C'"
1762   parameters:
1763   - "name"
1764   - "parent"
1765   - "result"
1766   window: 14
1767   long-trend-window: 180
1768
1769 -
1770   type: "table"
1771   title: "HTML performance trending dashboard 1t1c-3n-tsh"
1772   algorithm: "table_perf_trending_dash_html"
1773   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.csv"
1774   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.rst"
1775   testbed: "3n-tsh"
1776
1777 -
1778   type: "table"
1779   title: "HTML performance trending dashboard 2t2c-3n-tsh"
1780   algorithm: "table_perf_trending_dash_html"
1781   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.csv"
1782   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.rst"
1783   testbed: "3n-tsh"
1784
1785 -
1786   type: "table"
1787   title: "HTML performance trending dashboard 4t4c-3n-tsh"
1788   algorithm: "table_perf_trending_dash_html"
1789   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.csv"
1790   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.rst"
1791   testbed: "3n-tsh"
1792
1793 -
1794   type: "table"
1795   title: "Failed MRR tests 3n-tsh"
1796   algorithm: "table_failed_tests"
1797   output-file-ext: ".csv"
1798   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh"
1799   data: "plot-performance-trending-all-3n-tsh"
1800   filter: "'MRR'"
1801   parameters:
1802   - "name"
1803   - "parent"
1804   - "status"
1805   window: 7  # days
1806
1807 -
1808   type: "table"
1809   title: "HTML Failed MRR tests 3n-tsh"
1810   algorithm: "table_failed_tests_html"
1811   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.csv"
1812   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.rst"
1813   testbed: "3n-tsh"
1814
1815 ################################################################################
1816 # 3n-dnv
1817 -
1818   type: "table"
1819   title: "Performance trending dashboard 1t1c-3n-dnv"
1820   algorithm: "table_perf_trending_dash"
1821   output-file-ext: ".csv"
1822   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv"
1823   data: "plot-performance-trending-vpp-3n-dnv"
1824   filter: "'MRR' and '1T1C'"
1825   parameters:
1826   - "name"
1827   - "parent"
1828   - "result"
1829   window: 14
1830   long-trend-window: 180
1831
1832 -
1833   type: "table"
1834   title: "Performance trending dashboard 2t2c-3n-dnv"
1835   algorithm: "table_perf_trending_dash"
1836   output-file-ext: ".csv"
1837   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv"
1838   data: "plot-performance-trending-vpp-3n-dnv"
1839   filter: "'MRR' and '2T2C'"
1840   parameters:
1841   - "name"
1842   - "parent"
1843   - "result"
1844   window: 14
1845   long-trend-window: 180
1846
1847 -
1848   type: "table"
1849   title: "Performance trending dashboard 4t4c-3n-dnv"
1850   algorithm: "table_perf_trending_dash"
1851   output-file-ext: ".csv"
1852   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv"
1853   data: "plot-performance-trending-vpp-3n-dnv"
1854   filter: "'MRR' and '4T4C'"
1855   parameters:
1856   - "name"
1857   - "parent"
1858   - "result"
1859   window: 14
1860   long-trend-window: 180
1861
1862 -
1863   type: "table"
1864   title: "HTML performance trending dashboard 1t1c-3n-dnv"
1865   algorithm: "table_perf_trending_dash_html"
1866   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.csv"
1867   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.rst"
1868   testbed: "3n-dnv"
1869
1870 -
1871   type: "table"
1872   title: "HTML performance trending dashboard 2t2c-3n-dnv"
1873   algorithm: "table_perf_trending_dash_html"
1874   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.csv"
1875   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.rst"
1876   testbed: "3n-dnv"
1877
1878 -
1879   type: "table"
1880   title: "HTML performance trending dashboard 4t4c-3n-dnv"
1881   algorithm: "table_perf_trending_dash_html"
1882   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.csv"
1883   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.rst"
1884   testbed: "3n-dnv"
1885
1886 -
1887   type: "table"
1888   title: "Failed MRR tests 3n-dnv"
1889   algorithm: "table_failed_tests"
1890   output-file-ext: ".csv"
1891   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv"
1892   data: "plot-performance-trending-vpp-3n-dnv"
1893   filter: "'MRR'"
1894   parameters:
1895   - "name"
1896   - "parent"
1897   - "status"
1898   window: 7  # days
1899
1900 -
1901   type: "table"
1902   title: "HTML Failed MRR tests 3n-dnv"
1903   algorithm: "table_failed_tests_html"
1904   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.csv"
1905   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.rst"
1906   testbed: "3n-dnv"
1907
1908 ################################################################################
1909 # 2n-dnv
1910 -
1911   type: "table"
1912   title: "Performance trending dashboard 1t1c-2n-dnv"
1913   algorithm: "table_perf_trending_dash"
1914   output-file-ext: ".csv"
1915   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv"
1916   data: "plot-performance-trending-vpp-2n-dnv"
1917   filter: "'MRR' and '1T1C'"
1918   parameters:
1919   - "name"
1920   - "parent"
1921   - "result"
1922   window: 14
1923   long-trend-window: 180
1924
1925 -
1926   type: "table"
1927   title: "Performance trending dashboard 2t2c-2n-dnv"
1928   algorithm: "table_perf_trending_dash"
1929   output-file-ext: ".csv"
1930   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv"
1931   data: "plot-performance-trending-vpp-2n-dnv"
1932   filter: "'MRR' and '2T2C'"
1933   parameters:
1934   - "name"
1935   - "parent"
1936   - "result"
1937   window: 14
1938   long-trend-window: 180
1939
1940 -
1941   type: "table"
1942   title: "Performance trending dashboard 4t4c-2n-dnv"
1943   algorithm: "table_perf_trending_dash"
1944   output-file-ext: ".csv"
1945   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv"
1946   data: "plot-performance-trending-vpp-2n-dnv"
1947   filter: "'MRR' and '4T4C'"
1948   parameters:
1949   - "name"
1950   - "parent"
1951   - "result"
1952   window: 14
1953   long-trend-window: 180
1954
1955 -
1956   type: "table"
1957   title: "HTML performance trending dashboard 1t1c-2n-dnv"
1958   algorithm: "table_perf_trending_dash_html"
1959   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.csv"
1960   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.rst"
1961   testbed: "2n-dnv"
1962
1963 -
1964   type: "table"
1965   title: "HTML performance trending dashboard 2t2c-2n-dnv"
1966   algorithm: "table_perf_trending_dash_html"
1967   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.csv"
1968   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.rst"
1969   testbed: "2n-dnv"
1970
1971 -
1972   type: "table"
1973   title: "HTML performance trending dashboard 4t4c-2n-dnv"
1974   algorithm: "table_perf_trending_dash_html"
1975   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.csv"
1976   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.rst"
1977   testbed: "2n-dnv"
1978
1979 -
1980   type: "table"
1981   title: "Failed MRR tests 2n-dnv"
1982   algorithm: "table_failed_tests"
1983   output-file-ext: ".csv"
1984   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv"
1985   data: "plot-performance-trending-vpp-2n-dnv"
1986   filter: "'MRR'"
1987   parameters:
1988   - "name"
1989   - "parent"
1990   - "status"
1991   window: 7  # days
1992
1993 -
1994   type: "table"
1995   title: "HTML Failed MRR tests 2n-dnv"
1996   algorithm: "table_failed_tests_html"
1997   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.csv"
1998   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.rst"
1999   testbed: "2n-dnv"
2000
2001 ################################################################################
2002 ###                                 C P T A                                  ###
2003 ################################################################################
2004
2005 # Plots VPP Continuous Performance Trending and Analysis
2006
2007 -
2008   type: "cpta"
2009   title: "Continuous Performance Trending and Analysis"
2010   output-file-type: ".html"
2011   output-file: "{DIR[STATIC,VPP]}"
2012
2013   plots:
2014
2015 ################################################################################
2016 # NFV
2017
2018     - title: "VPP 2T1C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2019       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-dpdk"
2020       data: "plot-performance-trending-vpp-nfv-2n-skx"
2021       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and not 'VXLAN'"
2022       groups:
2023         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2024         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2025         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2026         - ["6R1C", "6R2C", "6R4C"]
2027         - ["8R1C", "8R2C"]
2028         - ["10R1C", "10R2C"]
2029       group-names:
2030         - "1 Chain"
2031         - "2 Chains"
2032         - "4 Chains"
2033         - "6 Chains"
2034         - "8 Chains"
2035         - "10 Chains"
2036       layout: "plot-cpta"
2037
2038     - title: "VPP 4T2C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2039       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-dpdk"
2040       data: "plot-performance-trending-vpp-nfv-2n-skx"
2041       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and not 'VXLAN'"
2042       groups:
2043         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2044         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2045         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2046         - ["6R1C", "6R2C", "6R4C"]
2047         - ["8R1C", "8R2C"]
2048         - ["10R1C", "10R2C"]
2049       group-names:
2050         - "1 Chain"
2051         - "2 Chains"
2052         - "4 Chains"
2053         - "6 Chains"
2054         - "8 Chains"
2055         - "10 Chains"
2056       layout: "plot-cpta"
2057
2058     - title: "VPP 8T4C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2059       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-dpdk"
2060       data: "plot-performance-trending-vpp-nfv-2n-skx"
2061       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and not 'VXLAN'"
2062       groups:
2063         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2064         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2065         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2066         - ["6R1C", "6R2C", "6R4C"]
2067         - ["8R1C", "8R2C"]
2068         - ["10R1C", "10R2C"]
2069       group-names:
2070         - "1 Chain"
2071         - "2 Chains"
2072         - "4 Chains"
2073         - "6 Chains"
2074         - "8 Chains"
2075         - "10 Chains"
2076       layout: "plot-cpta"
2077
2078     - title: "VPP 2T1C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2079       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-vxlan-dpdk"
2080       data: "plot-performance-trending-vpp-nfv-2n-skx"
2081       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and 'VXLAN'"
2082       groups:
2083         - ["1R1C", ]
2084         - ["2R1C", ]
2085         - ["4R1C", ]
2086         - ["6R1C", ]
2087         - ["8R1C", ]
2088         - ["10R1C", ]
2089       group-names:
2090         - "1 Chain"
2091         - "2 Chains"
2092         - "4 Chains"
2093         - "6 Chains"
2094         - "8 Chains"
2095         - "10 Chains"
2096       layout: "plot-cpta"
2097
2098     - title: "VPP 4T2C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2099       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-vxlan-dpdk"
2100       data: "plot-performance-trending-vpp-nfv-2n-skx"
2101       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and 'VXLAN'"
2102       groups:
2103         - ["1R1C", ]
2104         - ["2R1C", ]
2105         - ["4R1C", ]
2106         - ["6R1C", ]
2107         - ["8R1C", ]
2108         - ["10R1C", ]
2109       group-names:
2110         - "1 Chain"
2111         - "2 Chains"
2112         - "4 Chains"
2113         - "6 Chains"
2114         - "8 Chains"
2115         - "10 Chains"
2116       layout: "plot-cpta"
2117
2118     - title: "VPP 8T4C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2119       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-vxlan-dpdk"
2120       data: "plot-performance-trending-vpp-nfv-2n-skx"
2121       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and 'VXLAN'"
2122       groups:
2123         - ["1R1C", ]
2124         - ["2R1C", ]
2125         - ["4R1C", ]
2126         - ["6R1C", ]
2127         - ["8R1C", ]
2128         - ["10R1C", ]
2129       group-names:
2130         - "1 Chain"
2131         - "2 Chains"
2132         - "4 Chains"
2133         - "6 Chains"
2134         - "8 Chains"
2135         - "10 Chains"
2136       layout: "plot-cpta"
2137
2138     - title: "VPP 2T1C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2139       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-chains-dpdk"
2140       data: "plot-performance-trending-vpp-nfv-2n-skx"
2141       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
2142       groups:
2143         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2144         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2145         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2146         - ["6R1C", "6R2C", "6R4C"]
2147         - ["8R1C", "8R2C"]
2148         - ["10R1C", "10R2C"]
2149       group-names:
2150         - "1 Chain"
2151         - "2 Chains"
2152         - "4 Chains"
2153         - "6 Chains"
2154         - "8 Chains"
2155         - "10 Chains"
2156       layout: "plot-cpta"
2157
2158     - title: "VPP 4T2C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2159       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-chains-dpdk"
2160       data: "plot-performance-trending-vpp-nfv-2n-skx"
2161       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
2162       groups:
2163         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2164         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2165         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2166         - ["6R1C", "6R2C", "6R4C"]
2167         - ["8R1C", "8R2C"]
2168         - ["10R1C", "10R2C"]
2169       group-names:
2170         - "1 Chain"
2171         - "2 Chains"
2172         - "4 Chains"
2173         - "6 Chains"
2174         - "8 Chains"
2175         - "10 Chains"
2176       layout: "plot-cpta"
2177
2178     - title: "VPP 8T4C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2179       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-chains-dpdk"
2180       data: "plot-performance-trending-vpp-nfv-2n-skx"
2181       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
2182       groups:
2183         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2184         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2185         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2186         - ["6R1C", "6R2C", "6R4C"]
2187         - ["8R1C", "8R2C"]
2188         - ["10R1C", "10R2C"]
2189       group-names:
2190         - "1 Chain"
2191         - "2 Chains"
2192         - "4 Chains"
2193         - "6 Chains"
2194         - "8 Chains"
2195         - "10 Chains"
2196       layout: "plot-cpta"
2197
2198     - title: "VPP 2T1C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2199       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-pipelines-dpdk"
2200       data: "plot-performance-trending-vpp-nfv-2n-skx"
2201       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
2202       groups:
2203         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2204         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2205         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2206         - ["6R1C", "6R2C", "6R4C"]
2207         - ["8R1C", "8R2C"]
2208         - ["10R1C", "10R2C"]
2209       group-names:
2210         - "1 Pipe"
2211         - "2 Pipes"
2212         - "4 Pipes"
2213         - "6 Pipes"
2214         - "8 Pipes"
2215         - "10 Pipes"
2216       layout: "plot-cpta"
2217
2218     - title: "VPP 4T2C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2219       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-pipelines-dpdk"
2220       data: "plot-performance-trending-vpp-nfv-2n-skx"
2221       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
2222       groups:
2223         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2224         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2225         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2226         - ["6R1C", "6R2C", "6R4C"]
2227         - ["8R1C", "8R2C"]
2228         - ["10R1C", "10R2C"]
2229       group-names:
2230         - "1 Pipe"
2231         - "2 Pipes"
2232         - "4 Pipes"
2233         - "6 Pipes"
2234         - "8 Pipes"
2235         - "10 Pipes"
2236       layout: "plot-cpta"
2237
2238     - title: "VPP 8T4C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2239       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-pipelines-dpdk"
2240       data: "plot-performance-trending-vpp-nfv-2n-skx"
2241       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
2242       groups:
2243         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2244         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2245         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2246         - ["6R1C", "6R2C", "6R4C"]
2247         - ["8R1C", "8R2C"]
2248         - ["10R1C", "10R2C"]
2249       group-names:
2250         - "1 Pipe"
2251         - "2 Pipes"
2252         - "4 Pipes"
2253         - "6 Pipes"
2254         - "8 Pipes"
2255         - "10 Pipes"
2256       layout: "plot-cpta"
2257
2258 ################################################################################
2259
2260     - title: "2n-clx-xxv710-64b-2t1c-memif-base-avf"
2261       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-avf"
2262       data: "plot-performance-trending-vpp-2n-clx"
2263       include:
2264         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2265         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2266         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2267         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2268       layout: "plot-cpta"
2269
2270     - title: "2n-clx-xxv710-64b-4t2c-memif-base-avf"
2271       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-avf"
2272       data: "plot-performance-trending-vpp-2n-clx"
2273       include:
2274         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2275         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2276         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2277         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2278       layout: "plot-cpta"
2279
2280     - title: "2n-clx-xxv710-64b-8t4c-memif-base-avf"
2281       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-avf"
2282       data: "plot-performance-trending-vpp-2n-clx"
2283       include:
2284         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2285         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2286         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2287         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2288       layout: "plot-cpta"
2289
2290     - title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
2291       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
2292       data: "plot-performance-trending-vpp-2n-clx"
2293       include:
2294         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2295         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2296         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2297         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2298       layout: "plot-cpta"
2299
2300     - title: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
2301       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
2302       data: "plot-performance-trending-vpp-2n-clx"
2303       include:
2304         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2305         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2306         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2307         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2308       layout: "plot-cpta"
2309
2310     - title: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
2311       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
2312       data: "plot-performance-trending-vpp-2n-clx"
2313       include:
2314         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2315         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2316         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2317         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2318       layout: "plot-cpta"
2319
2320 <<<<<<< HEAD   (d3ea22 Report: Add data)
2321     - title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
2322       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
2323 =======
2324     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
2325       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
2326       data: "plot-performance-trending-vpp-2n-clx"
2327       include:
2328         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2329         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2330         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2331         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2332       layout: "plot-cpta"
2333
2334     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
2335       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
2336       data: "plot-performance-trending-vpp-2n-clx"
2337       include:
2338         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2339         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2340         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2341         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2342       layout: "plot-cpta"
2343
2344     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
2345       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
2346       data: "plot-performance-trending-vpp-2n-clx"
2347       include:
2348         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2349         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2350         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2351         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2352       layout: "plot-cpta"
2353
2354     - title: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
2355       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
2356       data: "plot-performance-trending-vpp-2n-skx"
2357       include:
2358         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2359         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2360         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2361         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2362       layout: "plot-cpta"
2363
2364     - title: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
2365       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
2366       data: "plot-performance-trending-vpp-2n-skx"
2367       include:
2368         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2369         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2370         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2371         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2372       layout: "plot-cpta"
2373
2374     - title: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
2375       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
2376       data: "plot-performance-trending-vpp-2n-skx"
2377       include:
2378         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2379         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2380         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2381         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2382       layout: "plot-cpta"
2383
2384     - title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2385       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2386 >>>>>>> CHANGE (b51708 Trending: Plots)
2387       data: "plot-performance-trending-vpp-2n-skx"
2388       include:
2389         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2390         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2391         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2392         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2393       layout: "plot-cpta"
2394
2395     - title: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2396       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2397       data: "plot-performance-trending-vpp-2n-skx"
2398       include:
2399         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2400         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2401         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2402         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2403       layout: "plot-cpta"
2404
2405     - title: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2406       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2407       data: "plot-performance-trending-vpp-2n-skx"
2408       include:
2409         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2410         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2411         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2412         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2413       layout: "plot-cpta"
2414
2415     - title: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
2416       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
2417       data: "plot-performance-trending-vpp-3n-skx"
2418       include:
2419         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2420         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
2421         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2422         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2423         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2424       layout: "plot-cpta"
2425
2426     - title: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
2427       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
2428       data: "plot-performance-trending-vpp-3n-skx"
2429       include:
2430         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2431         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
2432         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2433         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2434         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2435       layout: "plot-cpta"
2436
2437     - title: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
2438       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
2439       data: "plot-performance-trending-vpp-3n-skx"
2440       include:
2441         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2442         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
2443         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2444         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2445         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2446       layout: "plot-cpta"
2447
2448     - title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2449       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2450       data: "plot-performance-trending-vpp-3n-skx"
2451       include:
2452         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2453         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2454         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2455         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2456         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2457       layout: "plot-cpta"
2458
2459     - title: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2460       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2461       data: "plot-performance-trending-vpp-3n-skx"
2462       include:
2463         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2464         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2465         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2466         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2467         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2468       layout: "plot-cpta"
2469
2470     - title: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2471       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2472       data: "plot-performance-trending-vpp-3n-skx"
2473       include:
2474         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2475         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2476         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2477         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2478         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2479       layout: "plot-cpta"
2480
2481     - title: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
2482       output-file-name: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
2483       data: "plot-performance-trending-vpp-3n-tsh"
2484       include:
2485         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2486         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2487         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2488         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2489         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2490       layout: "plot-cpta"
2491
2492     - title: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
2493       output-file-name: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
2494       data: "plot-performance-trending-vpp-3n-tsh"
2495       include:
2496         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2497         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2498         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2499         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2500         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2501       layout: "plot-cpta"
2502
2503     - title: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
2504       output-file-name: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
2505       data: "plot-performance-trending-vpp-3n-tsh"
2506       include:
2507         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2508         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2509         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2510         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2511         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2512       layout: "plot-cpta"
2513
2514     - title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
2515       output-file-name: "2n-clx-x710-64b-2t1c-ip4-base-scale-avf-dpdk"
2516       data: "plot-performance-trending-vpp-2n-clx"
2517       include:
2518         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2519         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2520         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2521         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
2522         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2523         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2524       layout: "plot-cpta"
2525
2526     - title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
2527       output-file-name: "2n-clx-x710-64b-4t2c-ip4-base-scale-avf-dpdk"
2528       data: "plot-performance-trending-vpp-2n-clx"
2529       include:
2530         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2531         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2532         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2533         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
2534         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2535         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2536       layout: "plot-cpta"
2537
2538     - title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
2539       output-file-name: "2n-clx-x710-64b-8t4c-ip4-base-scale-avf-dpdk"
2540       data: "plot-performance-trending-vpp-2n-clx"
2541       include:
2542         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2543         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2544         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2545         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
2546         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2547         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2548       layout: "plot-cpta"
2549
2550     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-avf"
2551       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-avf"
2552       data: "plot-performance-trending-vpp-2n-clx"
2553       include:
2554         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2555         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2556       layout: "plot-cpta"
2557
2558     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-avf"
2559       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-avf"
2560       data: "plot-performance-trending-vpp-2n-clx"
2561       include:
2562         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2563         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2564       layout: "plot-cpta"
2565
2566     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-avf"
2567       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-avf"
2568       data: "plot-performance-trending-vpp-2n-clx"
2569       include:
2570         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2571         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2572       layout: "plot-cpta"
2573
2574     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf"
2575       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-scale-avf"
2576       data: "plot-performance-trending-vpp-2n-clx"
2577       include:
2578         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2579         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
2580         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2581         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
2582         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2583         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
2584       layout: "plot-cpta"
2585
2586     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-scale-avf"
2587       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-scale-avf"
2588       data: "plot-performance-trending-vpp-2n-clx"
2589       include:
2590         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2591         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
2592         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2593         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
2594         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2595         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
2596       layout: "plot-cpta"
2597
2598     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-scale-avf"
2599       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-scale-avf"
2600       data: "plot-performance-trending-vpp-2n-clx"
2601       include:
2602         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2603         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
2604         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2605         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
2606         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2607         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
2608       layout: "plot-cpta"
2609
2610     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-dpdk"
2611       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-dpdk"
2612       data: "plot-performance-trending-vpp-2n-clx"
2613       include:
2614         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2615         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2616       layout: "plot-cpta"
2617
2618     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-dpdk"
2619       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-dpdk"
2620       data: "plot-performance-trending-vpp-2n-clx"
2621       include:
2622         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2623         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2624       layout: "plot-cpta"
2625
2626     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-dpdk"
2627       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-dpdk"
2628       data: "plot-performance-trending-vpp-2n-clx"
2629       include:
2630         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2631         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2632       layout: "plot-cpta"
2633
2634     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk"
2635       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-scale-dpdk"
2636       data: "plot-performance-trending-vpp-2n-clx"
2637       include:
2638         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2639         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
2640         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2641         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
2642         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2643         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
2644       layout: "plot-cpta"
2645
2646     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-scale-dpdk"
2647       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-scale-dpdk"
2648       data: "plot-performance-trending-vpp-2n-clx"
2649       include:
2650         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2651         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
2652         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2653         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
2654         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2655         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
2656       layout: "plot-cpta"
2657
2658     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-scale-dpdk"
2659       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-scale-dpdk"
2660       data: "plot-performance-trending-vpp-2n-clx"
2661       include:
2662         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2663         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
2664         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2665         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
2666         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2667         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
2668       layout: "plot-cpta"
2669
2670     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf"
2671       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-avf"
2672       data: "plot-performance-trending-vpp-2n-clx"
2673       include:
2674         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2675         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2676         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2677         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2678         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
2679         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2680       layout: "plot-cpta"
2681
2682     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-avf"
2683       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-avf"
2684       data: "plot-performance-trending-vpp-2n-clx"
2685       include:
2686         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2687         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2688         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2689         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2690         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
2691         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2692       layout: "plot-cpta"
2693
2694     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-avf"
2695       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-avf"
2696       data: "plot-performance-trending-vpp-2n-clx"
2697       include:
2698         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2699         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2700         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2701         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2702         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
2703         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2704       layout: "plot-cpta"
2705
2706     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
2707       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-dpdk"
2708       data: "plot-performance-trending-vpp-2n-clx"
2709       include:
2710         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2711         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2712       layout: "plot-cpta"
2713
2714     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
2715       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-dpdk"
2716       data: "plot-performance-trending-vpp-2n-clx"
2717       include:
2718         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2719         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2720       layout: "plot-cpta"
2721
2722     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
2723       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-dpdk"
2724       data: "plot-performance-trending-vpp-2n-clx"
2725       include:
2726         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2727         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2728       layout: "plot-cpta"
2729
2730 <<<<<<< HEAD   (d3ea22 Report: Add data)
2731 =======
2732     - title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
2733       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
2734       data: "plot-performance-trending-vpp-2n-clx"
2735       include:
2736         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-2t1c-rdma-dot1q-ip4base-mrr"
2737         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-2t1c-rdma-ethip4-ip4base-mrr"
2738       layout: "plot-cpta"
2739
2740     - title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
2741       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
2742       data: "plot-performance-trending-vpp-2n-clx"
2743       include:
2744         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-4t2c-rdma-dot1q-ip4base-mrr"
2745         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-4t2c-rdma-ethip4-ip4base-mrr"
2746       layout: "plot-cpta"
2747
2748     - title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
2749       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
2750       data: "plot-performance-trending-vpp-2n-clx"
2751       include:
2752         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-8t4c-rdma-dot1q-ip4base-mrr"
2753         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-8t4c-rdma-ethip4-ip4base-mrr"
2754       layout: "plot-cpta"
2755
2756     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
2757       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
2758       data: "plot-performance-trending-vpp-2n-clx"
2759       include:
2760         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-mrr"
2761         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-mrr"
2762         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-mrr"
2763         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-mrr"
2764         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-mrr"
2765         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-mrr"
2766       layout: "plot-cpta"
2767
2768     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
2769       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
2770       data: "plot-performance-trending-vpp-2n-clx"
2771       include:
2772         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-mrr"
2773         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-mrr"
2774         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-mrr"
2775         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-mrr"
2776         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-mrr"
2777         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-mrr"
2778       layout: "plot-cpta"
2779
2780     - title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
2781       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
2782       data: "plot-performance-trending-vpp-2n-clx"
2783       include:
2784         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-mrr"
2785         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-mrr"
2786         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-mrr"
2787         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-mrr"
2788         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-mrr"
2789         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-mrr"
2790       layout: "plot-cpta"
2791
2792     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
2793       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
2794       data: "plot-performance-trending-vpp-2n-clx"
2795       include:
2796         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2797         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2798         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2799         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2800         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-mrr"
2801         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2802       layout: "plot-cpta"
2803
2804     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
2805       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
2806       data: "plot-performance-trending-vpp-2n-clx"
2807       include:
2808         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2809         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2810         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2811         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2812         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-nat44-mrr"
2813         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2814       layout: "plot-cpta"
2815
2816     - title: "2n-clx-cx556a-64b-8t4c-ip4routing-base-scale-avf-dpdk"
2817       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features"
2818       data: "plot-performance-trending-vpp-2n-clx"
2819       include:
2820         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2821         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2822         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2823         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2824         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-nat44-mrr"
2825         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
2826       layout: "plot-cpta"
2827
2828 >>>>>>> CHANGE (b51708 Trending: Plots)
2829     - title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
2830       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-ixgbe"
2831       data: "plot-performance-trending-vpp-2n-dnv"
2832       include:
2833         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2834         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2835         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2836         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2837         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2838       layout: "plot-cpta"
2839
2840     - title: "2n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
2841       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-ixgbe"
2842       data: "plot-performance-trending-vpp-2n-dnv"
2843       include:
2844         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2845         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2846         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2847         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2848         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2849       layout: "plot-cpta"
2850
2851     - title: "2n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
2852       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-ixgbe"
2853       data: "plot-performance-trending-vpp-2n-dnv"
2854       include:
2855         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2856         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2857         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2858         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2859         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2860       layout: "plot-cpta"
2861
2862     - title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe"
2863       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-features-ixgbe"
2864       data: "plot-performance-trending-vpp-2n-dnv"
2865       include:
2866         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2867         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2868         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2869         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2870         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2871         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
2872       layout: "plot-cpta"
2873
2874     - title: "2n-dnv-x553-64b-2t2c-features-ip4routing-base-ixgbe"
2875       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-features-ixgbe"
2876       data: "plot-performance-trending-vpp-2n-dnv"
2877       include:
2878         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2879         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2880         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2881         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2882         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2883         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
2884       layout: "plot-cpta"
2885
2886     - title: "2n-dnv-x553-64b-4t4c-features-ip4routing-base-ixgbe"
2887       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-features-ixgbe"
2888       data: "plot-performance-trending-vpp-2n-dnv"
2889       include:
2890         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2891         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2892         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2893         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2894         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2895         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
2896       layout: "plot-cpta"
2897
2898     - title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
2899       output-file-name: "2n-skx-x710-64b-2t1c-ip4-avf-dpdk"
2900       data: "plot-performance-trending-vpp-2n-skx"
2901       include:
2902         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2903         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2904         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2905         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
2906         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2907         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2908       layout: "plot-cpta"
2909
2910     - title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
2911       output-file-name: "2n-skx-x710-64b-4t2c-ip4-avf-dpdk"
2912       data: "plot-performance-trending-vpp-2n-skx"
2913       include:
2914         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2915         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2916         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2917         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
2918         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2919         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2920       layout: "plot-cpta"
2921
2922     - title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
2923       output-file-name: "2n-skx-x710-64b-8t4c-ip4-avf-dpdk"
2924       data: "plot-performance-trending-vpp-2n-skx"
2925       include:
2926         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2927         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2928         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2929         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
2930         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2931         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2932       layout: "plot-cpta"
2933
2934     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2935       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
2936       data: "plot-performance-trending-vpp-2n-skx"
2937       include:
2938         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2939         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2940         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2941         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2942         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2943       layout: "plot-cpta"
2944
2945     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2946       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
2947       data: "plot-performance-trending-vpp-2n-skx"
2948       include:
2949         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2950         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2951         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2952         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2953         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2954       layout: "plot-cpta"
2955
2956     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2957       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
2958       data: "plot-performance-trending-vpp-2n-skx"
2959       include:
2960         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2961         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2962         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2963         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2964         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2965       layout: "plot-cpta"
2966
2967     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-rnd"
2968       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf-rnd"
2969       data: "plot-performance-trending-vpp-2n-skx"
2970       include:
2971         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
2972         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
2973         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
2974       layout: "plot-cpta"
2975
2976     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-rnd"
2977       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf-rnd"
2978       data: "plot-performance-trending-vpp-2n-skx"
2979       include:
2980         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
2981         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
2982         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
2983       layout: "plot-cpta"
2984
2985     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-rnd"
2986       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf-rnd"
2987       data: "plot-performance-trending-vpp-2n-skx"
2988       include:
2989         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
2990         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
2991         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
2992       layout: "plot-cpta"
2993
2994     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
2995       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
2996       data: "plot-performance-trending-vpp-2n-skx"
2997       include:
2998         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2999         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3000         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
3001         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
3002         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3003       layout: "plot-cpta"
3004
3005     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
3006       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
3007       data: "plot-performance-trending-vpp-2n-skx"
3008       include:
3009         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3010         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3011         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
3012         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
3013         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3014       layout: "plot-cpta"
3015
3016     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
3017       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
3018       data: "plot-performance-trending-vpp-2n-skx"
3019       include:
3020         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3021         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3022         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
3023         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
3024         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3025       layout: "plot-cpta"
3026
3027     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-rnd"
3028       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk-rnd"
3029       data: "plot-performance-trending-vpp-2n-skx"
3030       include:
3031         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
3032         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
3033         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
3034       layout: "plot-cpta"
3035
3036     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk-rnd"
3037       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk-rnd"
3038       data: "plot-performance-trending-vpp-2n-skx"
3039       include:
3040         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
3041         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
3042         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
3043       layout: "plot-cpta"
3044
3045     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk-rnd"
3046       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk-rnd"
3047       data: "plot-performance-trending-vpp-2n-skx"
3048       include:
3049         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
3050         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
3051         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
3052       layout: "plot-cpta"
3053
3054     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3055       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-avf"
3056       data: "plot-performance-trending-vpp-2n-skx"
3057       include:
3058         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3059         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3060         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3061         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3062         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3063         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3064       layout: "plot-cpta"
3065
3066     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3067       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-avf"
3068       data: "plot-performance-trending-vpp-2n-skx"
3069       include:
3070         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3071         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3072         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3073         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3074         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3075         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3076       layout: "plot-cpta"
3077
3078     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3079       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-avf"
3080       data: "plot-performance-trending-vpp-2n-skx"
3081       include:
3082         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3083         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3084         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3085         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3086         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3087         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3088       layout: "plot-cpta"
3089
3090     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3091       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
3092       data: "plot-performance-trending-vpp-2n-skx"
3093       include:
3094         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3095         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3096       layout: "plot-cpta"
3097
3098     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3099       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
3100       data: "plot-performance-trending-vpp-2n-skx"
3101       include:
3102         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3103         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3104       layout: "plot-cpta"
3105
3106     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3107       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
3108       data: "plot-performance-trending-vpp-2n-skx"
3109       include:
3110         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3111         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3112       layout: "plot-cpta"
3113
3114     - title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
3115       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-base-scale-ixgbe"
3116       data: "plot-performance-trending-vpp-3n-dnv"
3117       include:
3118         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3119         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3120         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3121         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3122         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3123       layout: "plot-cpta"
3124
3125     - title: "3n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
3126       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-base-scale-ixgbe"
3127       data: "plot-performance-trending-vpp-3n-dnv"
3128       include:
3129         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3130         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3131         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3132         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3133         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3134       layout: "plot-cpta"
3135
3136     - title: "3n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
3137       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-base-scale-ixgbe"
3138       data: "plot-performance-trending-vpp-3n-dnv"
3139       include:
3140         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3141         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3142         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3143         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3144         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3145       layout: "plot-cpta"
3146
3147     - title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe"
3148       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-features-ixgbe"
3149       data: "plot-performance-trending-vpp-3n-dnv"
3150       include:
3151         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3152         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3153         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3154         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3155         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3156         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
3157       layout: "plot-cpta"
3158
3159     - title: "3n-dnv-x553-64b-2t2c-features-ip4routing-base-ixgbe"
3160       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-features-ixgbe"
3161       data: "plot-performance-trending-vpp-3n-dnv"
3162       include:
3163         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3164         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3165         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3166         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3167         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3168         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
3169       layout: "plot-cpta"
3170
3171     - title: "3n-dnv-x553-64b-4t4c-features-ip4routing-base-ixgbe"
3172       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-features-ixgbe"
3173       data: "plot-performance-trending-vpp-3n-dnv"
3174       include:
3175         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3176         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3177         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3178         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3179         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3180         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
3181       layout: "plot-cpta"
3182
3183     - title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk"
3184       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-base-scale-dpdk"
3185       data: "plot-performance-trending-vpp-3n-hsw"
3186       include:
3187         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3188         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3189         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3190         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3191         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3192       layout: "plot-cpta"
3193
3194     - title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-dpdk"
3195       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-base-scale-dpdk"
3196       data: "plot-performance-trending-vpp-3n-hsw"
3197       include:
3198         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3199         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3200         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3201         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3202         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3203       layout: "plot-cpta"
3204
3205     - title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-dpdk"
3206       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-base-scale-dpdk"
3207       data: "plot-performance-trending-vpp-3n-hsw"
3208       include:
3209         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3210         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3211         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3212         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3213         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3214       layout: "plot-cpta"
3215
3216     - title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf"
3217       output-file-name: "3n-skx-x710-64b-2t1c-ip4-base-scale-avf"
3218       data: "plot-performance-trending-vpp-3n-skx"
3219       include:
3220         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3221         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3222         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3223       layout: "plot-cpta"
3224
3225     - title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf"
3226       output-file-name: "3n-skx-x710-64b-4t2c-ip4-base-scale-avf"
3227       data: "plot-performance-trending-vpp-3n-skx"
3228       include:
3229         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3230         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3231         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3232       layout: "plot-cpta"
3233
3234     - title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf"
3235       output-file-name: "3n-skx-x710-64b-8t4c-ip4-base-scale-avf"
3236       data: "plot-performance-trending-vpp-3n-skx"
3237       include:
3238         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3239         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3240         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3241       layout: "plot-cpta"
3242
3243     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
3244       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
3245       data: "plot-performance-trending-vpp-3n-skx"
3246       include:
3247         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3248         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3249         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3250         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3251         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3252       layout: "plot-cpta"
3253
3254     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
3255       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
3256       data: "plot-performance-trending-vpp-3n-skx"
3257       include:
3258         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3259         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3260         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3261         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3262         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3263       layout: "plot-cpta"
3264
3265     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
3266       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
3267       data: "plot-performance-trending-vpp-3n-skx"
3268       include:
3269         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3270         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3271         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3272         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3273         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3274       layout: "plot-cpta"
3275
3276     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
3277       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
3278       data: "plot-performance-trending-vpp-3n-skx"
3279       include:
3280         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3281         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3282         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3283       layout: "plot-cpta"
3284
3285     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
3286       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
3287       data: "plot-performance-trending-vpp-3n-skx"
3288       include:
3289         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3290         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3291         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3292       layout: "plot-cpta"
3293
3294     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
3295       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
3296       data: "plot-performance-trending-vpp-3n-skx"
3297       include:
3298         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3299         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3300         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3301       layout: "plot-cpta"
3302
3303     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3304       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-avf"
3305       data: "plot-performance-trending-vpp-3n-skx"
3306       include:
3307         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3308         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3309         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3310         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3311         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3312         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3313       layout: "plot-cpta"
3314
3315     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3316       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-avf"
3317       data: "plot-performance-trending-vpp-3n-skx"
3318       include:
3319         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3320         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3321         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3322         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3323         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3324         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3325       layout: "plot-cpta"
3326
3327     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3328       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-avf"
3329       data: "plot-performance-trending-vpp-3n-skx"
3330       include:
3331         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3332         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3333         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3334         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3335         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3336         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3337       layout: "plot-cpta"
3338
3339     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3340       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
3341       data: "plot-performance-trending-vpp-3n-skx"
3342       include:
3343         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3344         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3345       layout: "plot-cpta"
3346
3347     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3348       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
3349       data: "plot-performance-trending-vpp-3n-skx"
3350       include:
3351         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3352         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3353       layout: "plot-cpta"
3354
3355     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3356       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
3357       data: "plot-performance-trending-vpp-3n-skx"
3358       include:
3359         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3360         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3361       layout: "plot-cpta"
3362
3363     - title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe"
3364       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-base-scale-ixgbe"
3365       data: "plot-performance-trending-vpp-3n-tsh"
3366       include:
3367         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3368         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3369         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3370         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3371         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3372       layout: "plot-cpta"
3373
3374     - title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe"
3375       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-base-scale-ixgbe"
3376       data: "plot-performance-trending-vpp-3n-tsh"
3377       include:
3378         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3379         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3380         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3381         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3382         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3383       layout: "plot-cpta"
3384
3385     - title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe"
3386       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-base-scale-ixgbe"
3387       data: "plot-performance-trending-vpp-3n-tsh"
3388       include:
3389         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3390         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3391         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3392         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3393         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3394       layout: "plot-cpta"
3395
3396     - title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe"
3397       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-tunnels-scale-ixgbe"
3398       data: "plot-performance-trending-vpp-3n-dnv"
3399       include:
3400         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3401         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3402         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3403         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3404       layout: "plot-cpta"
3405
3406     - title: "3n-dnv-x553-64b-2t2c-ip4tunnel-base-scale-ixgbe"
3407       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-tunnels-scale-ixgbe"
3408       data: "plot-performance-trending-vpp-3n-dnv"
3409       include:
3410         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3411         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3412         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3413         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3414       layout: "plot-cpta"
3415
3416     - title: "3n-dnv-x553-64b-4t4c-ip4tunnel-base-scale-ixgbe"
3417       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-tunnels-scale-ixgbe"
3418       data: "plot-performance-trending-vpp-3n-dnv"
3419       include:
3420         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3421         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3422         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3423         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3424       layout: "plot-cpta"
3425
3426     - title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
3427       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-tunnels-base-dpdk"
3428       data: "plot-performance-trending-vpp-3n-hsw"
3429       include:
3430         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3431         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3432       layout: "plot-cpta"
3433
3434     - title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-dpdk-ndr"
3435       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-tunnels-base-dpdk"
3436       data: "plot-performance-trending-vpp-3n-hsw"
3437       include:
3438         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3439         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3440       layout: "plot-cpta"
3441
3442     - title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-dpdk-ndr"
3443       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-tunnels-base-dpdk"
3444       data: "plot-performance-trending-vpp-3n-hsw"
3445       include:
3446         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3447         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3448       layout: "plot-cpta"
3449
3450     - title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-dpdk"
3451       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-tunnels-base-scale-avf-dpdk"
3452       data: "plot-performance-trending-vpp-3n-skx"
3453       include:
3454         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3455         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3456         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
3457         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-avf-ethip4vxlan-l2xcbase-mrr"
3458         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3459         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-ethip4vxlan-l2xcbase-mrr"
3460       layout: "plot-cpta"
3461
3462     - title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-avf-dpdk"
3463       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-tunnels-base-scale-avf-dpdk"
3464       data: "plot-performance-trending-vpp-3n-skx"
3465       include:
3466         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3467         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3468         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
3469         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-avf-ethip4vxlan-l2xcbase-mrr"
3470         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3471         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-ethip4vxlan-l2xcbase-mrr"
3472       layout: "plot-cpta"
3473
3474     - title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-dpdk"
3475       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-tunnels-base-scale-avf-dpdk"
3476       data: "plot-performance-trending-vpp-3n-skx"
3477       include:
3478         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3479         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3480         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
3481         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-avf-ethip4vxlan-l2xcbase-mrr"
3482         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3483         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-ethip4vxlan-l2xcbase-mrr"
3484       layout: "plot-cpta"
3485
3486     - title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe"
3487       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-tunnels-base-scale-dpdk"
3488       data: "plot-performance-trending-vpp-3n-tsh"
3489       include:
3490         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3491         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3492         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3493         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3494       layout: "plot-cpta"
3495
3496     - title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe"
3497       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-tunnels-base-scale-dpdk"
3498       data: "plot-performance-trending-vpp-3n-tsh"
3499       include:
3500         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3501         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3502         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3503         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3504       layout: "plot-cpta"
3505
3506     - title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe"
3507       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-tunnels-base-scale-dpdk"
3508       data: "plot-performance-trending-vpp-3n-tsh"
3509       include:
3510         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3511         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3512         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3513         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-4t4c--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3514       layout: "plot-cpta"
3515
3516     - title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk"
3517       output-file-name: "2n-clx-x710-78b-2t1c-ip6-base-scale-dpdk"
3518       data: "plot-performance-trending-vpp-2n-clx"
3519       include:
3520         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3521         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3522         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3523         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3524         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3525       layout: "plot-cpta"
3526
3527     - title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-dpdk"
3528       output-file-name: "2n-clx-x710-78b-4t2c-ip6-base-scale-dpdk"
3529       data: "plot-performance-trending-vpp-2n-clx"
3530       include:
3531         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3532         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3533         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3534         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3535         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3536       layout: "plot-cpta"
3537
3538     - title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-dpdk"
3539       output-file-name: "2n-clx-x710-78b-8t4c-ip6-base-scale-dpdk"
3540       data: "plot-performance-trending-vpp-2n-clx"
3541       include:
3542         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3543         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3544         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3545         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3546         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3547       layout: "plot-cpta"
3548
3549     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
3550       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-avf"
3551       data: "plot-performance-trending-vpp-2n-clx"
3552       include:
3553         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3554         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3555         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
3556         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
3557         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3558       layout: "plot-cpta"
3559
3560     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
3561       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-avf"
3562       data: "plot-performance-trending-vpp-2n-clx"
3563       include:
3564         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3565         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3566         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
3567         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
3568         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3569       layout: "plot-cpta"
3570
3571     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
3572       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-avf"
3573       data: "plot-performance-trending-vpp-2n-clx"
3574       include:
3575         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3576         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3577         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
3578         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
3579         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3580       layout: "plot-cpta"
3581
3582     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
3583       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
3584       data: "plot-performance-trending-vpp-2n-clx"
3585       include:
3586         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3587         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3588         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
3589         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
3590         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3591       layout: "plot-cpta"
3592
3593     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
3594       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
3595       data: "plot-performance-trending-vpp-2n-clx"
3596       include:
3597         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3598         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3599         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
3600         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
3601         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3602       layout: "plot-cpta"
3603
3604     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
3605       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
3606       data: "plot-performance-trending-vpp-2n-clx"
3607       include:
3608         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3609         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3610         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
3611         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
3612         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3613       layout: "plot-cpta"
3614
3615 <<<<<<< HEAD   (d3ea22 Report: Add data)
3616 =======
3617     - title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
3618       output-file-name: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
3619       data: "plot-performance-trending-vpp-2n-clx"
3620       include:
3621         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-2t1c-rdma-dot1q-ip6base-mrr"
3622         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-2t1c-rdma-ethip6-ip6base-mrr"
3623         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-2t1c-rdma-ethip6-ip6scale20k-mrr"
3624         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-2t1c-rdma-ethip6-ip6scale200k-mrr"
3625         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-rdma-ethip6-ip6scale2m-mrr"
3626       layout: "plot-cpta"
3627
3628     - title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
3629       output-file-name: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
3630       data: "plot-performance-trending-vpp-2n-clx"
3631       include:
3632         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-4t2c-rdma-dot1q-ip6base-mrr"
3633         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-4t2c-rdma-ethip6-ip6base-mrr"
3634         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-4t2c-rdma-ethip6-ip6scale20k-mrr"
3635         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-4t2c-rdma-ethip6-ip6scale200k-mrr"
3636         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-rdma-ethip6-ip6scale2m-mrr"
3637       layout: "plot-cpta"
3638
3639     - title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
3640       output-file-name: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
3641       data: "plot-performance-trending-vpp-2n-clx"
3642       include:
3643         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-8t4c-rdma-dot1q-ip6base-mrr"
3644         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-8t4c-rdma-ethip6-ip6base-mrr"
3645         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-8t4c-rdma-ethip6-ip6scale20k-mrr"
3646         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-8t4c-rdma-ethip6-ip6scale200k-mrr"
3647         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-rdma-ethip6-ip6scale2m-mrr"
3648       layout: "plot-cpta"
3649
3650 >>>>>>> CHANGE (b51708 Trending: Plots)
3651     - title: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
3652       output-file-name: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
3653       data: "plot-performance-trending-vpp-2n-dnv"
3654       include:
3655         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3656         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3657         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3658         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3659         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3660       layout: "plot-cpta"
3661
3662     - title: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
3663       output-file-name: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
3664       data: "plot-performance-trending-vpp-2n-dnv"
3665       include:
3666         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3667         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3668         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3669         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3670         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3671       layout: "plot-cpta"
3672
3673     - title: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
3674       output-file-name: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
3675       data: "plot-performance-trending-vpp-2n-dnv"
3676       include:
3677         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3678         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3679         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3680         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3681         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3682       layout: "plot-cpta"
3683
3684     - title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-dpdk"
3685       output-file-name: "2n-skx-x710-78b-2t1c-ip6-base-scale-avf-dpdk"
3686       data: "plot-performance-trending-vpp-2n-skx"
3687       include:
3688         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3689         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3690         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3691         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3692         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3693       layout: "plot-cpta"
3694
3695     - title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-avf-dpdk"
3696       output-file-name: "2n-skx-x710-78b-4t2c-ip6-base-scale-avf-dpdk"
3697       data: "plot-performance-trending-vpp-2n-skx"
3698       include:
3699         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3700         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3701         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3702         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3703         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3704       layout: "plot-cpta"
3705
3706     - title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-avf-dpdk"
3707       output-file-name: "2n-skx-x710-78b-8t4c-ip6-base-scale-avf-dpdk"
3708       data: "plot-performance-trending-vpp-2n-skx"
3709       include:
3710         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3711         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3712         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3713         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3714         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3715       layout: "plot-cpta"
3716
3717     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
3718       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
3719       data: "plot-performance-trending-vpp-2n-skx"
3720       include:
3721         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3722         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3723         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
3724         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
3725         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3726       layout: "plot-cpta"
3727
3728     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
3729       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
3730       data: "plot-performance-trending-vpp-2n-skx"
3731       include:
3732         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3733         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3734         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
3735         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
3736         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3737       layout: "plot-cpta"
3738
3739     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
3740       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
3741       data: "plot-performance-trending-vpp-2n-skx"
3742       include:
3743         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3744         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3745         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
3746         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
3747         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3748       layout: "plot-cpta"
3749
3750     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
3751       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
3752       data: "plot-performance-trending-vpp-2n-skx"
3753       include:
3754         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3755         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3756         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
3757         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
3758         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3759       layout: "plot-cpta"
3760
3761     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
3762       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
3763       data: "plot-performance-trending-vpp-2n-skx"
3764       include:
3765         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3766         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3767         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
3768         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
3769         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3770       layout: "plot-cpta"
3771
3772     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
3773       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
3774       data: "plot-performance-trending-vpp-2n-skx"
3775       include:
3776         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3777         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3778         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
3779         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
3780         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3781       layout: "plot-cpta"
3782
3783     - title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe"
3784       output-file-name: "3n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
3785       data: "plot-performance-trending-vpp-3n-dnv"
3786       include:
3787         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3788         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3789         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3790         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3791         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3792       layout: "plot-cpta"
3793
3794     - title: "3n-dnv-x553-78b-2t2c-ip6routing-base-scale-ixgbe"
3795       output-file-name: "3n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
3796       data: "plot-performance-trending-vpp-3n-dnv"
3797       include:
3798         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3799         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3800         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3801         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3802         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3803       layout: "plot-cpta"
3804
3805     - title: "3n-dnv-x553-78b-4t4c-ip6routing-base-scale-ixgbe"
3806       output-file-name: "3n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
3807       data: "plot-performance-trending-vpp-3n-dnv"
3808       include:
3809         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3810         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3811         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3812         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3813         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3814       layout: "plot-cpta"
3815
3816     - title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk"
3817       output-file-name: "3n-hsw-xl710-78b-1t1c-ip6-base-scale-dpdk"
3818       data: "plot-performance-trending-vpp-3n-hsw"
3819       include:
3820         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3821         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3822         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3823       layout: "plot-cpta"
3824
3825     - title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-dpdk"
3826       output-file-name: "3n-hsw-xl710-78b-2t2c-ip6-base-scale-dpdk"
3827       data: "plot-performance-trending-vpp-3n-hsw"
3828       include:
3829         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3830         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3831         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3832       layout: "plot-cpta"
3833
3834     - title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-dpdk"
3835       output-file-name: "3n-hsw-xl710-78b-4t4c-ip6-base-scale-dpdk"
3836       data: "plot-performance-trending-vpp-3n-hsw"
3837       include:
3838         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3839         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3840         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3841       layout: "plot-cpta"
3842
3843     - title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf"
3844       output-file-name: "3n-skx-x710-78b-2t1c-ip6-base-scale-avf"
3845       data: "plot-performance-trending-vpp-3n-skx"
3846       include:
3847         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3848         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3849         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3850       layout: "plot-cpta"
3851
3852     - title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-avf"
3853       output-file-name: "3n-skx-x710-78b-4t2c-ip6-base-scale-avf"
3854       data: "plot-performance-trending-vpp-3n-skx"
3855       include:
3856         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3857         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3858         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3859       layout: "plot-cpta"
3860
3861     - title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-avf"
3862       output-file-name: "3n-skx-x710-78b-8t4c-ip6-base-scale-avf"
3863       data: "plot-performance-trending-vpp-3n-skx"
3864       include:
3865         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3866         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3867         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3868       layout: "plot-cpta"
3869
3870     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
3871       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
3872       data: "plot-performance-trending-vpp-3n-skx"
3873       include:
3874         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3875         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3876         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
3877         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
3878         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3879       layout: "plot-cpta"
3880
3881     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
3882       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
3883       data: "plot-performance-trending-vpp-3n-skx"
3884       include:
3885         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3886         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3887         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
3888         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
3889         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3890       layout: "plot-cpta"
3891
3892     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
3893       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
3894       data: "plot-performance-trending-vpp-3n-skx"
3895       include:
3896         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3897         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3898         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
3899         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
3900         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3901       layout: "plot-cpta"
3902
3903     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
3904       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
3905       data: "plot-performance-trending-vpp-3n-skx"
3906       include:
3907         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3908         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3909         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3910       layout: "plot-cpta"
3911
3912     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
3913       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
3914       data: "plot-performance-trending-vpp-3n-skx"
3915       include:
3916         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3917         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3918         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3919       layout: "plot-cpta"
3920
3921     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
3922       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
3923       data: "plot-performance-trending-vpp-3n-skx"
3924       include:
3925         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3926         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3927         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3928       layout: "plot-cpta"
3929
3930     - title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe"
3931       output-file-name: "3n-tsh-x520-78b-1t1c-ip6-base-scale-ixgbe"
3932       data: "plot-performance-trending-vpp-3n-tsh"
3933       include:
3934         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3935         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3936         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3937         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3938         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3939       layout: "plot-cpta"
3940
3941     - title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe"
3942       output-file-name: "3n-tsh-x520-78b-2t2c-ip6-base-scale-ixgbe"
3943       data: "plot-performance-trending-vpp-3n-tsh"
3944       include:
3945         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3946         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3947         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3948         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3949         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3950       layout: "plot-cpta"
3951
3952     - title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe"
3953       output-file-name: "3n-tsh-x520-78b-4t4c-ip6-base-scale-ixgbe"
3954       data: "plot-performance-trending-vpp-3n-tsh"
3955       include:
3956         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3957         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3958         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3959         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3960         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3961       layout: "plot-cpta"
3962
3963     - title: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3964       output-file-name: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3965       data: "plot-performance-trending-vpp-3n-dnv"
3966       include:
3967         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3968         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3969         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3970         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3971         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3972         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3973       layout: "plot-cpta"
3974
3975     - title: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3976       output-file-name: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3977       data: "plot-performance-trending-vpp-3n-dnv"
3978       include:
3979         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3980         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3981         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3982         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3983         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3984         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3985       layout: "plot-cpta"
3986
3987     - title: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3988       output-file-name: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3989       data: "plot-performance-trending-vpp-3n-dnv"
3990       include:
3991         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3992         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3993         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3994         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3995         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3996         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3997       layout: "plot-cpta"
3998
3999     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk"
4000       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-sw-dpdk"
4001       data: "plot-performance-trending-vpp-3n-hsw"
4002       include:
4003         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4004         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4005         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4006         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4007         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4008         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4009       layout: "plot-cpta"
4010
4011     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-dpdk"
4012       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-sw-dpdk"
4013       data: "plot-performance-trending-vpp-3n-hsw"
4014       include:
4015         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4016         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4017         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4018         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4019         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4020         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4021       layout: "plot-cpta"
4022
4023     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-dpdk"
4024       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-sw-dpdk"
4025       data: "plot-performance-trending-vpp-3n-hsw"
4026       include:
4027         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4028         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4029         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4030         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4031         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4032         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4033       layout: "plot-cpta"
4034
4035     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk"
4036       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-hw-dpdk"
4037       data: "plot-performance-trending-vpp-3n-hsw"
4038       include:
4039         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4040         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4041         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4042         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4043       layout: "plot-cpta"
4044
4045     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-dpdk"
4046       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-hw-dpdk"
4047       data: "plot-performance-trending-vpp-3n-hsw"
4048       include:
4049         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4050         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4051         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4052         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4053       layout: "plot-cpta"
4054
4055     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-dpdk"
4056       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-hw-dpdk"
4057       data: "plot-performance-trending-vpp-3n-hsw"
4058       include:
4059         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4060         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4061         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4062         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4063       layout: "plot-cpta"
4064
4065     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf"
4066       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-avf"
4067       data: "plot-performance-trending-vpp-3n-skx"
4068       include:
4069         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4070         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4071         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4072         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4073         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4074         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4075       layout: "plot-cpta"
4076
4077     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-avf"
4078       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-avf"
4079       data: "plot-performance-trending-vpp-3n-skx"
4080       include:
4081         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4082         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4083         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4084         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4085         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4086         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4087       layout: "plot-cpta"
4088
4089     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-avf"
4090       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-avf"
4091       data: "plot-performance-trending-vpp-3n-skx"
4092       include:
4093         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4094         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4095         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4096         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4097         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4098         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4099       layout: "plot-cpta"
4100
4101     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk"
4102       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-dpdk"
4103       data: "plot-performance-trending-vpp-3n-skx"
4104       include:
4105         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4106         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4107         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4108         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4109       layout: "plot-cpta"
4110
4111     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-dpdk"
4112       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-dpdk"
4113       data: "plot-performance-trending-vpp-3n-skx"
4114       include:
4115         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4116         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4117         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4118         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4119       layout: "plot-cpta"
4120
4121     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-dpdk"
4122       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-dpdk"
4123       data: "plot-performance-trending-vpp-3n-skx"
4124       include:
4125         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4126         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4127         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4128         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4129       layout: "plot-cpta"
4130
4131     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-avf"
4132       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-avf"
4133       data: "plot-performance-trending-vpp-3n-skx"
4134       include:
4135         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4136         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4137         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4138         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4139         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4140         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4141       layout: "plot-cpta"
4142
4143     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-avf"
4144       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-avf"
4145       data: "plot-performance-trending-vpp-3n-skx"
4146       include:
4147         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4148         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4149         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4150         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4151         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4152         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4153       layout: "plot-cpta"
4154
4155     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-avf"
4156       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-avf"
4157       data: "plot-performance-trending-vpp-3n-skx"
4158       include:
4159         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4160         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4161         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4162         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4163         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4164         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4165       layout: "plot-cpta"
4166
4167     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk"
4168       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-dpdk"
4169       data: "plot-performance-trending-vpp-3n-skx"
4170       include:
4171         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4172         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4173         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4174         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4175       layout: "plot-cpta"
4176
4177     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-dpdk"
4178       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-dpdk"
4179       data: "plot-performance-trending-vpp-3n-skx"
4180       include:
4181         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4182         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4183         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4184         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4185       layout: "plot-cpta"
4186
4187     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-dpdk"
4188       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-dpdk"
4189       data: "plot-performance-trending-vpp-3n-skx"
4190       include:
4191         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4192         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4193         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4194         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4195       layout: "plot-cpta"
4196
4197     - title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe"
4198       output-file-name: "3n-tsh-x520-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4199       data: "plot-performance-trending-vpp-3n-tsh"
4200       include:
4201         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4202         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4203         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4204         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4205         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4206         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4207       layout: "plot-cpta"
4208
4209     - title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe"
4210       output-file-name: "3n-tsh-x520-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4211       data: "plot-performance-trending-vpp-3n-tsh"
4212       include:
4213         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4214         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4215         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4216         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4217         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4218         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4219       layout: "plot-cpta"
4220
4221     - title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe"
4222       output-file-name: "3n-tsh-x520-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4223       data: "plot-performance-trending-vpp-3n-tsh"
4224       include:
4225         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4226         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4227         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4228         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4229         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4230         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4231       layout: "plot-cpta"
4232
4233     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf"
4234       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-avf"
4235       data: "plot-performance-trending-vpp-2n-clx"
4236       include:
4237         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4238         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
4239         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4240         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4241         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4242       layout: "plot-cpta"
4243
4244     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf"
4245       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-avf"
4246       data: "plot-performance-trending-vpp-2n-clx"
4247       include:
4248         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4249         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
4250         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4251         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4252         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4253       layout: "plot-cpta"
4254
4255     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf"
4256       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-avf"
4257       data: "plot-performance-trending-vpp-2n-clx"
4258       include:
4259         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4260         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
4261         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4262         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4263         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4264       layout: "plot-cpta"
4265
4266     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk"
4267       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-dpdk"
4268       data: "plot-performance-trending-vpp-2n-clx"
4269       include:
4270         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4271         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-2t1c-eth-l2patch-mrr"
4272         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-2t1c-eth-l2xcbase-mrr"
4273         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4274         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4275       layout: "plot-cpta"
4276
4277     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-dpdk"
4278       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-dpdk"
4279       data: "plot-performance-trending-vpp-2n-clx"
4280       include:
4281         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4282         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-4t2c-eth-l2patch-mrr"
4283         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-4t2c-eth-l2xcbase-mrr"
4284         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4285         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4286       layout: "plot-cpta"
4287
4288     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-dpdk"
4289       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-dpdk"
4290       data: "plot-performance-trending-vpp-2n-clx"
4291       include:
4292         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4293         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-8t4c-eth-l2patch-mrr"
4294         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-8t4c-eth-l2xcbase-mrr"
4295         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4296         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4297       layout: "plot-cpta"
4298
4299     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf"
4300       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-avf"
4301       data: "plot-performance-trending-vpp-2n-clx"
4302       include:
4303         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
4304         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4305         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4306         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4307         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4308       layout: "plot-cpta"
4309
4310     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf"
4311       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-avf"
4312       data: "plot-performance-trending-vpp-2n-clx"
4313       include:
4314         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
4315         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4316         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4317         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4318         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4319       layout: "plot-cpta"
4320
4321     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf"
4322       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-avf"
4323       data: "plot-performance-trending-vpp-2n-clx"
4324       include:
4325         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
4326         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4327         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4328         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4329         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4330       layout: "plot-cpta"
4331
4332     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk"
4333       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-dpdk"
4334       data: "plot-performance-trending-vpp-2n-clx"
4335       include:
4336         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4337         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4338         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4339         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
4340         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4341         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
4342       layout: "plot-cpta"
4343
4344     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-dpdk"
4345       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-dpdk"
4346       data: "plot-performance-trending-vpp-2n-clx"
4347       include:
4348         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4349         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4350         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4351         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
4352         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4353         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
4354       layout: "plot-cpta"
4355
4356     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-dpdk"
4357       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-dpdk"
4358       data: "plot-performance-trending-vpp-2n-clx"
4359       include:
4360         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4361         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4362         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4363         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
4364         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4365         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
4366       layout: "plot-cpta"
4367
4368     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf"
4369       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-avf"
4370       data: "plot-performance-trending-vpp-2n-clx"
4371       include:
4372         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4373         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
4374         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
4375         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4376       layout: "plot-cpta"
4377
4378     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-avf"
4379       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-avf"
4380       data: "plot-performance-trending-vpp-2n-clx"
4381       include:
4382         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4383         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
4384         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
4385         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4386       layout: "plot-cpta"
4387
4388     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-avf"
4389       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-avf"
4390       data: "plot-performance-trending-vpp-2n-clx"
4391       include:
4392         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4393         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
4394         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
4395         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4396       layout: "plot-cpta"
4397
4398     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
4399       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-dpdk"
4400       data: "plot-performance-trending-vpp-2n-clx"
4401       include:
4402         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4403         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
4404         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
4405         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4406       layout: "plot-cpta"
4407
4408     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
4409       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-dpdk"
4410       data: "plot-performance-trending-vpp-2n-clx"
4411       include:
4412         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4413         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
4414         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
4415         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4416       layout: "plot-cpta"
4417
4418     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
4419       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-dpdk"
4420       data: "plot-performance-trending-vpp-2n-clx"
4421       include:
4422         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4423         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
4424         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
4425         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4426       layout: "plot-cpta"
4427
4428 <<<<<<< HEAD   (d3ea22 Report: Add data)
4429 =======
4430     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
4431       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
4432       data: "plot-performance-trending-vpp-2n-clx"
4433       include:
4434         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-mrr"
4435         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-mrr"
4436         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
4437         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-2t1c-rdma-eth-l2patch-mrr"
4438         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-2t1c-rdma-eth-l2xcbase-mrr"
4439         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
4440       layout: "plot-cpta"
4441
4442     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
4443       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
4444       data: "plot-performance-trending-vpp-2n-clx"
4445       include:
4446         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-mrr"
4447         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-mrr"
4448         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
4449         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-4t2c-rdma-eth-l2patch-mrr"
4450         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-4t2c-rdma-eth-l2xcbase-mrr"
4451         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
4452       layout: "plot-cpta"
4453
4454     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
4455       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
4456       data: "plot-performance-trending-vpp-2n-clx"
4457       include:
4458         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-mrr"
4459         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-mrr"
4460         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
4461         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-8t4c-rdma-eth-l2patch-mrr"
4462         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-8t4c-rdma-eth-l2xcbase-mrr"
4463         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
4464       layout: "plot-cpta"
4465
4466     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
4467       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
4468       data: "plot-performance-trending-vpp-2n-clx"
4469       include:
4470         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
4471         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-mrr"
4472         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-mrr"
4473         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-mrr"
4474       layout: "plot-cpta"
4475
4476     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
4477       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
4478       data: "plot-performance-trending-vpp-2n-clx"
4479       include:
4480         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
4481         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-mrr"
4482         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-mrr"
4483         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-mrr"
4484       layout: "plot-cpta"
4485
4486     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
4487       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
4488       data: "plot-performance-trending-vpp-2n-clx"
4489       include:
4490         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
4491         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-mrr"
4492         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-mrr"
4493         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-mrr"
4494       layout: "plot-cpta"
4495
4496 >>>>>>> CHANGE (b51708 Trending: Plots)
4497     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
4498       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-ixgbe"
4499       data: "plot-performance-trending-vpp-2n-dnv"
4500       include:
4501         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4502         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4503         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4504         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4505       layout: "plot-cpta"
4506
4507     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
4508       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-ixgbe"
4509       data: "plot-performance-trending-vpp-2n-dnv"
4510       include:
4511         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4512         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4513         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4514         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4515       layout: "plot-cpta"
4516
4517     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
4518       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-ixgbe"
4519       data: "plot-performance-trending-vpp-2n-dnv"
4520       include:
4521         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4522         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4523         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4524         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4525       layout: "plot-cpta"
4526
4527     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
4528       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
4529       data: "plot-performance-trending-vpp-2n-dnv"
4530       include:
4531         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4532         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4533         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4534         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
4535         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
4536         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4537       layout: "plot-cpta"
4538
4539     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
4540       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
4541       data: "plot-performance-trending-vpp-2n-dnv"
4542       include:
4543         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4544         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4545         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4546         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
4547         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
4548         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4549       layout: "plot-cpta"
4550
4551     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
4552       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
4553       data: "plot-performance-trending-vpp-2n-dnv"
4554       include:
4555         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4556         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4557         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4558         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
4559         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
4560         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4561       layout: "plot-cpta"
4562
4563     - title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-dpdk"
4564       output-file-name: "2n-skx-x710-64b-2t1c-l2-base-scale-avf-dpdk"
4565       data: "plot-performance-trending-vpp-2n-skx"
4566       include:
4567         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4568         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4569         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4570         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4571         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4572         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4573       layout: "plot-cpta"
4574
4575     - title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-dpdk"
4576       output-file-name: "2n-skx-x710-64b-4t2c-l2-base-scale-avf-dpdk"
4577       data: "plot-performance-trending-vpp-2n-skx"
4578       include:
4579         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4580         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4581         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4582         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4583         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4584         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4585       layout: "plot-cpta"
4586
4587     - title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-dpdk"
4588       output-file-name: "2n-skx-x710-64b-8t4c-l2-base-scale-avf-dpdk"
4589       data: "plot-performance-trending-vpp-2n-skx"
4590       include:
4591         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4592         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4593         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4594         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4595         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4596         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4597       layout: "plot-cpta"
4598
4599     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf"
4600       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-avf"
4601       data: "plot-performance-trending-vpp-2n-skx"
4602       include:
4603         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
4604         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4605         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4606         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
4607         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4608         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4609       layout: "plot-cpta"
4610
4611     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf"
4612       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-avf"
4613       data: "plot-performance-trending-vpp-2n-skx"
4614       include:
4615         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
4616         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4617         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4618         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
4619         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4620         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4621       layout: "plot-cpta"
4622
4623     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf"
4624       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-avf"
4625       data: "plot-performance-trending-vpp-2n-skx"
4626       include:
4627         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
4628         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4629         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4630         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
4631         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4632         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4633       layout: "plot-cpta"
4634
4635     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk"
4636       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-dpdk"
4637       data: "plot-performance-trending-vpp-2n-skx"
4638       include:
4639         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
4640         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4641         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
4642         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4643         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4644         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4645       layout: "plot-cpta"
4646
4647     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-dpdk"
4648       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-dpdk"
4649       data: "plot-performance-trending-vpp-2n-skx"
4650       include:
4651         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
4652         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4653         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
4654         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4655         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4656         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4657       layout: "plot-cpta"
4658
4659     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-dpdk"
4660       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-dpdk"
4661       data: "plot-performance-trending-vpp-2n-skx"
4662       include:
4663         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
4664         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4665         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
4666         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4667         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4668         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4669       layout: "plot-cpta"
4670
4671     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
4672       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
4673       data: "plot-performance-trending-vpp-2n-skx"
4674       include:
4675         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4676         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
4677         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
4678         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4679       layout: "plot-cpta"
4680
4681     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
4682       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
4683       data: "plot-performance-trending-vpp-2n-skx"
4684       include:
4685         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4686         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
4687         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
4688         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4689       layout: "plot-cpta"
4690
4691     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
4692       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
4693       data: "plot-performance-trending-vpp-2n-skx"
4694       include:
4695         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4696         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
4697         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
4698         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4699       layout: "plot-cpta"
4700
4701     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
4702       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
4703       data: "plot-performance-trending-vpp-2n-skx"
4704       include:
4705         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4706         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
4707         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
4708         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4709       layout: "plot-cpta"
4710
4711     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
4712       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
4713       data: "plot-performance-trending-vpp-2n-skx"
4714       include:
4715         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4716         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
4717         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
4718         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4719       layout: "plot-cpta"
4720
4721     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
4722       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
4723       data: "plot-performance-trending-vpp-2n-skx"
4724       include:
4725         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4726         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
4727         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
4728         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4729       layout: "plot-cpta"
4730
4731     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
4732       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-ixgbe"
4733       data: "plot-performance-trending-vpp-3n-dnv"
4734       include:
4735         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4736         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4737         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4738         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4739       layout: "plot-cpta"
4740
4741     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
4742       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-ixgbe"
4743       data: "plot-performance-trending-vpp-3n-dnv"
4744       include:
4745         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4746         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4747         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4748         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4749       layout: "plot-cpta"
4750
4751     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
4752       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-ixgbe"
4753       data: "plot-performance-trending-vpp-3n-dnv"
4754       include:
4755         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4756         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4757         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4758         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4759       layout: "plot-cpta"
4760
4761     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
4762       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
4763       data: "plot-performance-trending-vpp-3n-dnv"
4764       include:
4765         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4766         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4767         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4768         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
4769         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
4770         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4771       layout: "plot-cpta"
4772
4773     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
4774       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
4775       data: "plot-performance-trending-vpp-3n-dnv"
4776       include:
4777         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4778         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4779         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4780         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
4781         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
4782         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4783       layout: "plot-cpta"
4784
4785     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
4786       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
4787       data: "plot-performance-trending-vpp-3n-dnv"
4788       include:
4789         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4790         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4791         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4792         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
4793         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
4794         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4795       layout: "plot-cpta"
4796
4797     - title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe"
4798       output-file-name: "3n-dnv-x553-64b-1t1c-l2-features-ixgbe"
4799       data: "plot-performance-trending-vpp-3n-dnv"
4800       include:
4801         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4802         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4803         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4804         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4805         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4806         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4807       layout: "plot-cpta"
4808
4809     - title: "3n-dnv-x553-64b-2t2c-features-l2switching-base-ixgbe"
4810       output-file-name: "3n-dnv-x553-64b-2t2c-l2-features-ixgbe"
4811       data: "plot-performance-trending-vpp-3n-dnv"
4812       include:
4813         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4814         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4815         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4816         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4817         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4818         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4819       layout: "plot-cpta"
4820
4821     - title: "3n-dnv-x553-64b-4t4c-features-l2switching-base-ixgbe"
4822       output-file-name: "3n-dnv-x553-64b-4t4c-l2-features-ixgbe"
4823       data: "plot-performance-trending-vpp-3n-dnv"
4824       include:
4825         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4826         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4827         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4828         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4829         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4830         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4831       layout: "plot-cpta"
4832
4833     - title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk"
4834       output-file-name: "3n-hsw-xl710-64b-1t1c-l2-base-scale-dpdk"
4835       data: "plot-performance-trending-vpp-3n-hsw"
4836       include:
4837         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4838         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4839         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4840         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4841         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4842         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4843       layout: "plot-cpta"
4844
4845     - title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-dpdk"
4846       output-file-name: "3n-hsw-xl710-64b-2t2c-l2-base-scale-dpdk"
4847       data: "plot-performance-trending-vpp-3n-hsw"
4848       include:
4849         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4850         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4851         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4852         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4853         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4854         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4855       layout: "plot-cpta"
4856
4857     - title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-dpdk"
4858       output-file-name: "3n-hsw-xl710-64b-4t4c-l2-base-scale-dpdk"
4859       data: "plot-performance-trending-vpp-3n-hsw"
4860       include:
4861         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4862         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4863         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4864         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4865         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4866         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4867       layout: "plot-cpta"
4868
4869     - title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf"
4870       output-file-name: "3n-skx-x710-64b-2t1c-l2-base-scale-avf"
4871       data: "plot-performance-trending-vpp-3n-skx"
4872       include:
4873         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4874         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
4875         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4876         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4877         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4878       layout: "plot-cpta"
4879
4880     - title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf"
4881       output-file-name: "3n-skx-x710-64b-4t2c-l2-base-scale-avf"
4882       data: "plot-performance-trending-vpp-3n-skx"
4883       include:
4884         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4885         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
4886         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4887         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4888         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4889       layout: "plot-cpta"
4890
4891     - title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf"
4892       output-file-name: "3n-skx-x710-64b-8t4c-l2-base-scale-avf"
4893       data: "plot-performance-trending-vpp-3n-skx"
4894       include:
4895         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4896         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
4897         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4898         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4899         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4900       layout: "plot-cpta"
4901
4902     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf"
4903       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-avf"
4904       data: "plot-performance-trending-vpp-3n-skx"
4905       include:
4906         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
4907         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4908         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
4909         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4910         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4911       layout: "plot-cpta"
4912
4913     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf"
4914       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-avf"
4915       data: "plot-performance-trending-vpp-3n-skx"
4916       include:
4917         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
4918         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4919         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
4920         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4921         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4922       layout: "plot-cpta"
4923
4924     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf"
4925       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-avf"
4926       data: "plot-performance-trending-vpp-3n-skx"
4927       include:
4928         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
4929         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4930         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
4931         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4932         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4933       layout: "plot-cpta"
4934
4935     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
4936       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
4937       data: "plot-performance-trending-vpp-3n-skx"
4938       include:
4939         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4940         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
4941         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
4942         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4943       layout: "plot-cpta"
4944
4945     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
4946       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
4947       data: "plot-performance-trending-vpp-3n-skx"
4948       include:
4949         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4950         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
4951         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
4952         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4953       layout: "plot-cpta"
4954
4955     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
4956       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
4957       data: "plot-performance-trending-vpp-3n-skx"
4958       include:
4959         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4960         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
4961         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
4962         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4963       layout: "plot-cpta"
4964
4965     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
4966       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
4967       data: "plot-performance-trending-vpp-3n-skx"
4968       include:
4969         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-2t1c-dot1q-l2xcbase-mrr"
4970         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4971         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4972         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4973         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4974         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4975       layout: "plot-cpta"
4976
4977     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
4978       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
4979       data: "plot-performance-trending-vpp-3n-skx"
4980       include:
4981         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-4t2c-dot1q-l2xcbase-mrr"
4982         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4983         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4984         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4985         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4986         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4987       layout: "plot-cpta"
4988
4989     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
4990       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
4991       data: "plot-performance-trending-vpp-3n-skx"
4992       include:
4993         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-8t4c-dot1q-l2xcbase-mrr"
4994         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4995         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4996         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4997         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4998         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4999       layout: "plot-cpta"
5000
5001     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk"
5002       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-dpdk"
5003       data: "plot-performance-trending-vpp-3n-skx"
5004       include:
5005         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5006         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5007         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5008         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5009         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5010         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5011       layout: "plot-cpta"
5012
5013     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-dpdk"
5014       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-dpdk"
5015       data: "plot-performance-trending-vpp-3n-skx"
5016       include:
5017         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5018         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5019         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5020         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5021         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5022         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5023       layout: "plot-cpta"
5024
5025     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-dpdk"
5026       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-dpdk"
5027       data: "plot-performance-trending-vpp-3n-skx"
5028       include:
5029         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5030         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5031         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5032         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5033         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5034         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5035       layout: "plot-cpta"
5036
5037     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe"
5038       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-ixgbe"
5039       data: "plot-performance-trending-vpp-3n-tsh"
5040       include:
5041         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5042         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5043         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5044         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5045       layout: "plot-cpta"
5046
5047     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe"
5048       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-ixgbe"
5049       data: "plot-performance-trending-vpp-3n-tsh"
5050       include:
5051         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5052         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5053         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5054         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5055       layout: "plot-cpta"
5056
5057     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe"
5058       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-ixgbe"
5059       data: "plot-performance-trending-vpp-3n-tsh"
5060       include:
5061         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5062         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5063         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5064         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5065       layout: "plot-cpta"
5066
5067     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe"
5068       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-scale-ixgbe"
5069       data: "plot-performance-trending-vpp-3n-tsh"
5070       include:
5071         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5072         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5073         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5074         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5075         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5076         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5077       layout: "plot-cpta"
5078
5079     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe"
5080       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-scale-ixgbe"
5081       data: "plot-performance-trending-vpp-3n-tsh"
5082       include:
5083         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5084         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5085         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5086         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5087         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5088         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5089       layout: "plot-cpta"
5090
5091     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe"
5092       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-scale-ixgbe"
5093       data: "plot-performance-trending-vpp-3n-tsh"
5094       include:
5095         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5096         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5097         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5098         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5099         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5100         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5101       layout: "plot-cpta"
5102
5103     - title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe"
5104       output-file-name: "3n-tsh-x520-64b-1t1c-l2-features-ixgbe"
5105       data: "plot-performance-trending-vpp-3n-tsh"
5106       include:
5107         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5108         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5109         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5110         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5111         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5112         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5113       layout: "plot-cpta"
5114
5115     - title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe"
5116       output-file-name: "3n-tsh-x520-64b-2t2c-l2-features-ixgbe"
5117       data: "plot-performance-trending-vpp-3n-tsh"
5118       include:
5119         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5120         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5121         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5122         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5123         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5124         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5125       layout: "plot-cpta"
5126
5127     - title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe"
5128       output-file-name: "3n-tsh-x520-64b-4t4c-l2-features-ixgbe"
5129       data: "plot-performance-trending-vpp-3n-tsh"
5130       include:
5131         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5132         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5133         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5134         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5135         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5136         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5137       layout: "plot-cpta"
5138
5139     - title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe"
5140       output-file-name: "3n-dnv-x553-78b-1t1c-srv6-base-ixgbe"
5141       data: "plot-performance-trending-vpp-3n-dnv"
5142       include:
5143         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5144         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5145         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5146       layout: "plot-cpta"
5147
5148     - title: "3n-dnv-x553-78b-2t2c-srv6-ip6routing-base-ixgbe"
5149       output-file-name: "3n-dnv-x553-78b-2t2c-srv6-base-ixgbe"
5150       data: "plot-performance-trending-vpp-3n-dnv"
5151       include:
5152         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5153         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5154         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5155       layout: "plot-cpta"
5156
5157     - title: "3n-dnv-x553-78b-4t4c-srv6-ip6routing-base-ixgbe"
5158       output-file-name: "3n-dnv-x553-78b-4t4c-srv6-base-ixgbe"
5159       data: "plot-performance-trending-vpp-3n-dnv"
5160       include:
5161         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5162         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5163         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5164       layout: "plot-cpta"
5165
5166     - title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk"
5167       output-file-name: "3n-hsw-xl710-78b-1t1c-srv6-base-dpdk"
5168       data: "plot-performance-trending-vpp-3n-hsw"
5169       include:
5170         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5171         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5172         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5173         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5174         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5175         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5176       layout: "plot-cpta"
5177
5178     - title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-dpdk"
5179       output-file-name: "3n-hsw-xl710-78b-2t2c-srv6-base-dpdk"
5180       data: "plot-performance-trending-vpp-3n-hsw"
5181       include:
5182         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5183         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5184         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5185         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5186         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5187         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5188       layout: "plot-cpta"
5189
5190     - title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-dpdk"
5191       output-file-name: "3n-hsw-xl710-78b-4t4c-srv6-base-dpdk"
5192       data: "plot-performance-trending-vpp-3n-hsw"
5193       include:
5194         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5195         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5196         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5197         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5198         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5199         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5200       layout: "plot-cpta"
5201
5202     - title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk"
5203       output-file-name: "3n-skx-xxv710-78b-2t1c-srv6-base-dpdk"
5204       data: "plot-performance-trending-vpp-3n-skx"
5205       include:
5206         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5207         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5208         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5209         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5210         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5211         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5212       layout: "plot-cpta"
5213
5214     - title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-dpdk"
5215       output-file-name: "3n-skx-xxv710-78b-4t2c-srv6-base-dpdk"
5216       data: "plot-performance-trending-vpp-3n-skx"
5217       include:
5218         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t2c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5219         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5220         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5221         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5222         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5223         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5224       layout: "plot-cpta"
5225
5226     - title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-dpdk"
5227       output-file-name: "3n-skx-xxv710-78b-8t4c-srv6-base-dpdk"
5228       data: "plot-performance-trending-vpp-3n-skx"
5229       include:
5230         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-8t4c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5231         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5232         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5233         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5234         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5235         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5236       layout: "plot-cpta"
5237
5238     - title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe"
5239       output-file-name: "3n-tsh-x520-78b-1t1c-srv6-base-ixgbe"
5240       data: "plot-performance-trending-vpp-3n-tsh"
5241       include:
5242         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5243         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5244         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5245         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5246         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5247         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5248       layout: "plot-cpta"
5249
5250     - title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe"
5251       output-file-name: "3n-tsh-x520-78b-2t2c-srv6-base-ixgbe"
5252       data: "plot-performance-trending-vpp-3n-tsh"
5253       include:
5254         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5255         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5256         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5257         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5258         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5259         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5260       layout: "plot-cpta"
5261
5262     - title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe"
5263       output-file-name: "3n-tsh-x520-78b-4t4c-srv6-base-ixgbe"
5264       data: "plot-performance-trending-vpp-3n-tsh"
5265       include:
5266         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5267         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5268         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5269         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5270         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5271         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5272       layout: "plot-cpta"
5273
5274     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5275       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5276       data: "plot-performance-trending-vpp-2n-clx"
5277       include:
5278         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5279         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5280         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5281         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5282       layout: "plot-cpta"
5283
5284     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5285       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5286       data: "plot-performance-trending-vpp-2n-clx"
5287       include:
5288         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5289         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5290         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5291         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5292       layout: "plot-cpta"
5293
5294     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5295       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5296       data: "plot-performance-trending-vpp-2n-clx"
5297       include:
5298         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5299         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5300         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5301         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5302       layout: "plot-cpta"
5303
5304     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5305       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5306       data: "plot-performance-trending-vpp-2n-clx"
5307       include:
5308         - "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"
5309         - "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"
5310         - "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"
5311         - "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"
5312       layout: "plot-cpta"
5313
5314     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5315       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5316       data: "plot-performance-trending-vpp-2n-clx"
5317       include:
5318         - "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"
5319         - "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"
5320         - "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"
5321         - "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"
5322       layout: "plot-cpta"
5323
5324     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5325       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5326       data: "plot-performance-trending-vpp-2n-clx"
5327       include:
5328         - "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"
5329         - "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"
5330         - "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"
5331         - "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"
5332       layout: "plot-cpta"
5333
5334     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5335       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5336       data: "plot-performance-trending-vpp-2n-clx"
5337       include:
5338         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5339         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5340         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5341         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5342       layout: "plot-cpta"
5343
5344     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5345       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5346       data: "plot-performance-trending-vpp-2n-clx"
5347       include:
5348         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5349         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5350         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5351         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5352       layout: "plot-cpta"
5353
5354     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5355       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5356       data: "plot-performance-trending-vpp-2n-clx"
5357       include:
5358         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5359         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5360         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5361         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5362       layout: "plot-cpta"
5363
5364     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5365       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5366       data: "plot-performance-trending-vpp-2n-clx"
5367       include:
5368         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5369         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5370         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5371         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5372       layout: "plot-cpta"
5373
5374     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5375       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5376       data: "plot-performance-trending-vpp-2n-clx"
5377       include:
5378         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5379         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5380         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5381         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5382       layout: "plot-cpta"
5383
5384     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5385       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5386       data: "plot-performance-trending-vpp-2n-clx"
5387       include:
5388         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5389         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5390         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5391         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5392       layout: "plot-cpta"
5393
5394 <<<<<<< HEAD   (d3ea22 Report: Add data)
5395     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
5396       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
5397 =======
5398     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
5399       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
5400       data: "plot-performance-trending-vpp-2n-clx"
5401       include:
5402         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5403         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5404         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5405         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5406       layout: "plot-cpta"
5407
5408     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
5409       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
5410       data: "plot-performance-trending-vpp-2n-clx"
5411       include:
5412         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5413         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5414         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5415         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5416       layout: "plot-cpta"
5417
5418     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
5419       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
5420       data: "plot-performance-trending-vpp-2n-clx"
5421       include:
5422         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5423         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5424         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5425         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5426       layout: "plot-cpta"
5427
5428     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
5429       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
5430       data: "plot-performance-trending-vpp-2n-clx"
5431       include:
5432         - "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"
5433         - "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"
5434         - "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"
5435         - "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"
5436       layout: "plot-cpta"
5437
5438     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
5439       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
5440       data: "plot-performance-trending-vpp-2n-clx"
5441       include:
5442         - "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"
5443         - "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"
5444         - "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"
5445         - "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"
5446       layout: "plot-cpta"
5447
5448     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
5449       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
5450       data: "plot-performance-trending-vpp-2n-clx"
5451       include:
5452         - "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"
5453         - "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"
5454         - "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"
5455         - "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"
5456       layout: "plot-cpta"
5457
5458     - title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5459       output-file-name: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5460       data: "plot-performance-trending-vpp-2n-clx"
5461       include:
5462         - "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"
5463         - "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"
5464         - "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"
5465         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5466         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5467         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5468       layout: "plot-cpta"
5469
5470     - title: "2n-clx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5471       output-file-name: "2n-clx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5472       data: "plot-performance-trending-vpp-2n-clx"
5473       include:
5474         - "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"
5475         - "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"
5476         - "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"
5477         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5478         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5479         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5480       layout: "plot-cpta"
5481
5482     - title: "2n-clx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
5483       output-file-name: "2n-clx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
5484       data: "plot-performance-trending-vpp-2n-clx"
5485       include:
5486         - "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"
5487         - "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"
5488         - "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"
5489         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5490         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5491         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5492       layout: "plot-cpta"
5493
5494     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5495       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5496       data: "plot-performance-trending-vpp-2n-skx"
5497       include:
5498         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5499         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5500         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5501         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5502       layout: "plot-cpta"
5503
5504     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5505       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5506       data: "plot-performance-trending-vpp-2n-skx"
5507       include:
5508         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5509         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5510         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5511         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5512       layout: "plot-cpta"
5513
5514     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5515       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5516       data: "plot-performance-trending-vpp-2n-skx"
5517       include:
5518         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5519         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5520         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5521         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5522       layout: "plot-cpta"
5523
5524     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5525       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5526       data: "plot-performance-trending-vpp-2n-skx"
5527       include:
5528         - "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"
5529         - "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"
5530         - "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"
5531         - "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"
5532       layout: "plot-cpta"
5533
5534     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5535       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5536       data: "plot-performance-trending-vpp-2n-skx"
5537       include:
5538         - "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"
5539         - "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"
5540         - "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"
5541         - "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"
5542       layout: "plot-cpta"
5543
5544     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5545       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5546       data: "plot-performance-trending-vpp-2n-skx"
5547       include:
5548         - "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"
5549         - "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"
5550         - "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"
5551         - "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"
5552       layout: "plot-cpta"
5553
5554     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5555       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5556 >>>>>>> CHANGE (b51708 Trending: Plots)
5557       data: "plot-performance-trending-vpp-2n-skx"
5558       include:
5559         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5560         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5561         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5562         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5563         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5564       layout: "plot-cpta"
5565
5566     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5567       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5568       data: "plot-performance-trending-vpp-2n-skx"
5569       include:
5570         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5571         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5572         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5573         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5574         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5575       layout: "plot-cpta"
5576
5577     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5578       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5579       data: "plot-performance-trending-vpp-2n-skx"
5580       include:
5581         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5582         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5583         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5584         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5585         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5586       layout: "plot-cpta"
5587
5588     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5589       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5590       data: "plot-performance-trending-vpp-2n-skx"
5591       include:
5592         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5593         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5594         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5595         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5596         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5597       layout: "plot-cpta"
5598
5599     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5600       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5601       data: "plot-performance-trending-vpp-2n-skx"
5602       include:
5603         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5604         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5605         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5606         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5607         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5608       layout: "plot-cpta"
5609
5610     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5611       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5612       data: "plot-performance-trending-vpp-2n-skx"
5613       include:
5614         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5615         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5616         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5617         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5618         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5619       layout: "plot-cpta"
5620
5621     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
5622       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
5623       data: "plot-performance-trending-vpp-3n-hsw"
5624       include:
5625         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5626         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5627         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5628         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5629       layout: "plot-cpta"
5630
5631     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
5632       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
5633       data: "plot-performance-trending-vpp-3n-hsw"
5634       include:
5635         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5636         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5637         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5638         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5639       layout: "plot-cpta"
5640
5641     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
5642       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
5643       data: "plot-performance-trending-vpp-3n-hsw"
5644       include:
5645         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5646         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5647         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5648         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5649       layout: "plot-cpta"
5650
5651     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
5652       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
5653       data: "plot-performance-trending-vpp-3n-hsw"
5654       include:
5655         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5656         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5657         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5658         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5659       layout: "plot-cpta"
5660
5661     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
5662       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
5663       data: "plot-performance-trending-vpp-3n-hsw"
5664       include:
5665         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5666         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5667         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5668         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5669       layout: "plot-cpta"
5670
5671     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
5672       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
5673       data: "plot-performance-trending-vpp-3n-hsw"
5674       include:
5675         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5676         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5677         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5678         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5679       layout: "plot-cpta"
5680
5681     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
5682       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
5683       data: "plot-performance-trending-vpp-3n-skx"
5684       include:
5685         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5686         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5687       layout: "plot-cpta"
5688
5689     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
5690       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
5691       data: "plot-performance-trending-vpp-3n-skx"
5692       include:
5693         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5694         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5695       layout: "plot-cpta"
5696
5697     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
5698       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
5699       data: "plot-performance-trending-vpp-3n-skx"
5700       include:
5701         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5702         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5703       layout: "plot-cpta"
5704
5705     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
5706       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
5707       data: "plot-performance-trending-vpp-3n-skx"
5708       include:
5709         - "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"
5710         - "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"
5711       layout: "plot-cpta"
5712
5713     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
5714       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
5715       data: "plot-performance-trending-vpp-3n-skx"
5716       include:
5717         - "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"
5718         - "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"
5719       layout: "plot-cpta"
5720
5721     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
5722       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
5723       data: "plot-performance-trending-vpp-3n-skx"
5724       include:
5725         - "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"
5726         - "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"
5727       layout: "plot-cpta"
5728
5729     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5730       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5731       data: "plot-performance-trending-vpp-3n-skx"
5732       include:
5733         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5734         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5735         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5736         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5737         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5738         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5739       layout: "plot-cpta"
5740
5741     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5742       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5743       data: "plot-performance-trending-vpp-3n-skx"
5744       include:
5745         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5746         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5747         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5748         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5749         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5750         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5751       layout: "plot-cpta"
5752
5753     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5754       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5755       data: "plot-performance-trending-vpp-3n-skx"
5756       include:
5757         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5758         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5759         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5760         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5761         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5762         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5763       layout: "plot-cpta"
5764
5765     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5766       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5767       data: "plot-performance-trending-vpp-3n-skx"
5768       include:
5769         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5770         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5771         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5772         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5773         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5774         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5775       layout: "plot-cpta"
5776
5777     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5778       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5779       data: "plot-performance-trending-vpp-3n-skx"
5780       include:
5781         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5782         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5783         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5784         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5785         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5786         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5787       layout: "plot-cpta"
5788
5789     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5790       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5791       data: "plot-performance-trending-vpp-3n-skx"
5792       include:
5793         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5794         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5795         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5796         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5797         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5798         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5799       layout: "plot-cpta"
5800
5801     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5802       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5803       data: "plot-performance-trending-vpp-3n-skx"
5804       include:
5805         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5806         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5807         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5808         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5809         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5810         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5811       layout: "plot-cpta"
5812
5813     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5814       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5815       data: "plot-performance-trending-vpp-3n-skx"
5816       include:
5817         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5818         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5819         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5820         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5821         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5822         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5823       layout: "plot-cpta"
5824
5825     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5826       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5827       data: "plot-performance-trending-vpp-3n-skx"
5828       include:
5829         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5830         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5831         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5832         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5833         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5834         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5835
5836     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
5837       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
5838       data: "plot-performance-trending-vpp-3n-skx"
5839       include:
5840         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5841         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5842       layout: "plot-cpta"
5843
5844     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
5845       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
5846       data: "plot-performance-trending-vpp-3n-skx"
5847       include:
5848         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5849         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5850       layout: "plot-cpta"
5851
5852     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
5853       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
5854       data: "plot-performance-trending-vpp-3n-skx"
5855       include:
5856         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5857         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5858       layout: "plot-cpta"
5859
5860     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
5861       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
5862       data: "plot-performance-trending-vpp-3n-skx"
5863       include:
5864         - "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"
5865         - "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"
5866       layout: "plot-cpta"
5867
5868     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
5869       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
5870       data: "plot-performance-trending-vpp-3n-skx"
5871       include:
5872         - "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"
5873         - "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"
5874       layout: "plot-cpta"
5875
5876     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
5877       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
5878       data: "plot-performance-trending-vpp-3n-skx"
5879       include:
5880         - "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"
5881         - "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"
5882       layout: "plot-cpta"
5883
5884     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe"
5885       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe"
5886       data: "plot-performance-trending-vpp-3n-tsh"
5887       include:
5888         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5889         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5890         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5891         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5892         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5893       layout: "plot-cpta"
5894
5895     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe"
5896       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe"
5897       data: "plot-performance-trending-vpp-3n-tsh"
5898       include:
5899         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5900         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5901         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5902         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5903         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5904       layout: "plot-cpta"
5905
5906     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe"
5907       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe"
5908       data: "plot-performance-trending-vpp-3n-tsh"
5909       include:
5910         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5911         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5912         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5913         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5914         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5915       layout: "plot-cpta"
5916
5917     - title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe"
5918       output-file-name: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe"
5919       data: "plot-performance-trending-vpp-3n-tsh"
5920       include:
5921         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5922         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5923         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5924         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5925         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5926         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5927       layout: "plot-cpta"
5928
5929     - title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe"
5930       output-file-name: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe"
5931       data: "plot-performance-trending-vpp-3n-tsh"
5932       include:
5933         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5934         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5935         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5936         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5937         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5938         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5939       layout: "plot-cpta"
5940
5941     - title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe"
5942       output-file-name: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe"
5943       data: "plot-performance-trending-vpp-3n-tsh"
5944       include:
5945         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5946         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5947         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5948         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5949         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5950         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5951       layout: "plot-cpta"
5952
5953     - title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5954       output-file-name: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5955       data: "plot-performance-trending-vpp-2n-skx"
5956       include:
5957         - "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"
5958         - "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"
5959         - "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"
5960         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5961         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5962         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5963       layout: "plot-cpta"
5964
5965     - title: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5966       output-file-name: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5967       data: "plot-performance-trending-vpp-2n-skx"
5968       include:
5969         - "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"
5970         - "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"
5971         - "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"
5972         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5973         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5974         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5975       layout: "plot-cpta"
5976
5977     - title: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
5978       output-file-name: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
5979       data: "plot-performance-trending-vpp-2n-skx"
5980       include:
5981         - "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"
5982         - "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"
5983         - "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"
5984         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5985         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5986         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5987       layout: "plot-cpta"
5988
5989     - title: "2n-skx-x710-64b-2t1c-dpdk"
5990       output-file-name: "2n-skx-x710-64b-2t1c-dpdk"
5991       data: "plot-performance-trending-dpdk-2n-skx"
5992       include:
5993         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5994         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5995       layout: "plot-cpta"
5996
5997     - title: "2n-skx-x710-64b-4t2c-dpdk"
5998       output-file-name: "2n-skx-x710-64b-4t2c-dpdk"
5999       data: "plot-performance-trending-dpdk-2n-skx"
6000       include:
6001         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6002         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6003       layout: "plot-cpta"
6004
6005     - title: "2n-skx-x710-64b-8t4c-dpdk"
6006       output-file-name: "2n-skx-x710-64b-8t4c-dpdk"
6007       data: "plot-performance-trending-dpdk-2n-skx"
6008       include:
6009         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6010         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6011       layout: "plot-cpta"
6012
6013     - title: "2n-skx-xxv710-64b-2t1c-dpdk"
6014       output-file-name: "2n-skx-xxv710-64b-2t1c-dpdk"
6015       data: "plot-performance-trending-dpdk-2n-skx"
6016       include:
6017         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6018         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6019       layout: "plot-cpta"
6020
6021     - title: "2n-skx-xxv710-64b-4t2c-dpdk"
6022       output-file-name: "2n-skx-xxv710-64b-4t2c-dpdk"
6023       data: "plot-performance-trending-dpdk-2n-skx"
6024       include:
6025         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6026         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6027       layout: "plot-cpta"
6028
6029     - title: "2n-skx-xxv710-64b-8t4c-dpdk"
6030       output-file-name: "2n-skx-xxv710-64b-8t4c-dpdk"
6031       data: "plot-performance-trending-dpdk-2n-skx"
6032       include:
6033         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6034         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6035       layout: "plot-cpta"
6036
6037 <<<<<<< HEAD   (d3ea22 Report: Add data)
6038 =======
6039     - title: "2n-clx-x710-64b-2t1c-dpdk"
6040       output-file-name: "2n-clx-x710-64b-2t1c-dpdk"
6041       data: "plot-performance-trending-dpdk-2n-clx"
6042       include:
6043         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6044         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6045       layout: "plot-cpta"
6046
6047     - title: "2n-clx-x710-64b-4t2c-dpdk"
6048       output-file-name: "2n-clx-x710-64b-4t2c-dpdk"
6049       data: "plot-performance-trending-dpdk-2n-clx"
6050       include:
6051         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6052         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6053       layout: "plot-cpta"
6054
6055     - title: "2n-clx-x710-64b-8t4c-dpdk"
6056       output-file-name: "2n-clx-x710-64b-8t4c-dpdk"
6057       data: "plot-performance-trending-dpdk-2n-clx"
6058       include:
6059         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6060         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6061       layout: "plot-cpta"
6062
6063     - title: "2n-clx-xxv710-64b-2t1c-dpdk"
6064       output-file-name: "2n-clx-xxv710-64b-2t1c-dpdk"
6065       data: "plot-performance-trending-dpdk-2n-clx"
6066       include:
6067         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6068         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6069       layout: "plot-cpta"
6070
6071     - title: "2n-clx-xxv710-64b-4t2c-dpdk"
6072       output-file-name: "2n-clx-xxv710-64b-4t2c-dpdk"
6073       data: "plot-performance-trending-dpdk-2n-clx"
6074       include:
6075         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6076         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6077       layout: "plot-cpta"
6078
6079     - title: "2n-clx-xxv710-64b-8t4c-dpdk"
6080       output-file-name: "2n-clx-xxv710-64b-8t4c-dpdk"
6081       data: "plot-performance-trending-dpdk-2n-clx"
6082       include:
6083         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6084         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6085       layout: "plot-cpta"
6086
6087
6088 >>>>>>> CHANGE (b51708 Trending: Plots)
6089     - title: "3n-hsw-x710-64b-1t1c-dpdk"
6090       output-file-name: "3n-hsw-x710-64b-1t1c-dpdk"
6091       data: "plot-performance-trending-dpdk-3n-hsw"
6092       include:
6093         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
6094         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
6095       layout: "plot-cpta"
6096
6097     - title: "3n-hsw-x710-64b-2t2c-dpdk"
6098       output-file-name: "3n-hsw-x710-64b-2t2c-dpdk"
6099       data: "plot-performance-trending-dpdk-3n-hsw"
6100       include:
6101         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
6102         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
6103       layout: "plot-cpta"
6104
6105     - title: "3n-hsw-x710-64b-4t4c-dpdk"
6106       output-file-name: "3n-hsw-x710-64b-4t4c-dpdk"
6107       data: "plot-performance-trending-dpdk-3n-hsw"
6108       include:
6109         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
6110         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
6111       layout: "plot-cpta"
6112
6113     - title: "3n-hsw-xl710-64b-1t1c-dpdk"
6114       output-file-name: "3n-hsw-xl710-64b-1t1c-dpdk"
6115       data: "plot-performance-trending-dpdk-3n-hsw"
6116       include:
6117         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
6118         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
6119       layout: "plot-cpta"
6120
6121     - title: "3n-hsw-xl710-64b-2t2c-dpdk"
6122       output-file-name: "3n-hsw-xl710-64b-2t2c-dpdk"
6123       data: "plot-performance-trending-dpdk-3n-hsw"
6124       include:
6125         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
6126         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
6127       layout: "plot-cpta"
6128
6129     - title: "3n-hsw-xl710-64b-4t4c-dpdk"
6130       output-file-name: "3n-hsw-xl710-64b-4t4c-dpdk"
6131       data: "plot-performance-trending-dpdk-3n-hsw"
6132       include:
6133         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
6134         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
6135       layout: "plot-cpta"
6136
6137     - title: "3n-skx-x710-64b-2t1c-dpdk"
6138       output-file-name: "3n-skx-x710-64b-2t1c-dpdk"
6139       data: "plot-performance-trending-dpdk-3n-skx"
6140       include:
6141         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6142         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6143       layout: "plot-cpta"
6144
6145     - title: "3n-skx-x710-64b-4t2c-dpdk"
6146       output-file-name: "3n-skx-x710-64b-4t2c-dpdk"
6147       data: "plot-performance-trending-dpdk-3n-skx"
6148       include:
6149         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6150         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6151       layout: "plot-cpta"
6152
6153     - title: "3n-skx-x710-64b-8t4c-dpdk"
6154       output-file-name: "3n-skx-x710-64b-8t4c-dpdk"
6155       data: "plot-performance-trending-dpdk-3n-skx"
6156       include:
6157         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6158         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6159       layout: "plot-cpta"
6160
6161     - title: "3n-skx-xxv710-64b-2t1c-dpdk"
6162       output-file-name: "3n-skx-xxv710-64b-2t1c-dpdk"
6163       data: "plot-performance-trending-dpdk-3n-skx"
6164       include:
6165         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6166         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6167       layout: "plot-cpta"
6168
6169     - title: "3n-skx-xxv710-64b-4t2c-dpdk"
6170       output-file-name: "3n-skx-xxv710-64b-4t2c-dpdk"
6171       data: "plot-performance-trending-dpdk-3n-skx"
6172       include:
6173         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6174         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6175       layout: "plot-cpta"
6176
6177     - title: "3n-skx-xxv710-64b-8t4c-dpdk"
6178       output-file-name: "3n-skx-xxv710-64b-8t4c-dpdk"
6179       data: "plot-performance-trending-dpdk-3n-skx"
6180       include:
6181         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6182         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6183       layout: "plot-cpta"