Python3: PAL
[csit.git] / resources / tools / presentation / specification_CPTA.yaml
1 # Copyright (c) 2019 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 # This is the specification of parameters for "Continuous Performance Trending
15 # and Analysis" feature provided by PAL.
16
17 -
18   type: "environment"
19
20   paths:
21     # Top level directories:
22     ## Working directory
23     DIR[WORKING]: "_tmp"
24     ## Build directories
25     DIR[BUILD,HTML]: "_build"
26     ## Static .rst files
27     DIR[RST]: "../../../docs/cpta"
28
29     # Static html content
30     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
31     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
32     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
33
34     # Working directories
35     ## Input data files (.zip, .xml)
36     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
37     ## Static source files from git
38     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
39     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
40
41     # .css patch file
42     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
43     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
44
45   urls:
46     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
47     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
48     URL[NEXUS,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-3n-hsw"
132           - "last-failed-tests-3n-tsh"
133           - "last-failed-tests-2n-dnv"
134           - "last-failed-tests-3n-dnv"
135         urls:
136           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-skx"
137           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-skx"
138           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master"
139           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-tsh"
140           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-dnv"
141           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-dnv"
142         url-details: "https://docs.fd.io/csit/master/trending/introduction/failures.html"
143
144     configurations:
145       # Configuration of the email notifications.
146       email:
147         # SMTP server
148         server: "localhost"
149         # List of recipients.
150         address-to:
151         - "csit-report@lists.fd.io"
152         # Sender
153         address-from: "testuser@testserver.com"
154
155       # Configuration of notifications sent by Jenkins.
156       jenkins:
157         # The directory in the workspace where the generated data is stored and
158         # then read by Jenkins job.
159         output-dir: "_build/_static/vpp"
160         # The name of the output files. ASCII text and HTML formats are
161         # generated.
162         output-file: "trending-failed-tests"
163         # If defined, all output files are zipped into this file.
164         zip-output: "failed-tests.tar.gz"
165
166   data-sets:
167
168     # Compressed failed tests (last builds)
169     table-last-failed-tests-3n-hsw:
170       csit-vpp-perf-mrr-daily-master:
171         - "lastCompletedBuild"
172     table-last-failed-tests-3n-skx:
173       csit-vpp-perf-mrr-daily-master-3n-skx:
174         - "lastCompletedBuild"
175     table-last-failed-tests-2n-skx:
176       csit-vpp-perf-mrr-daily-master-2n-skx:
177         - "lastCompletedBuild"
178     table-last-failed-tests-nf-2n-skx:
179       csit-vpp-perf-mrr-weekly-master-2n-skx:
180         - "lastCompletedBuild"
181     table-last-failed-tests-3n-tsh:
182       csit-vpp-perf-mrr-daily-master-3n-tsh:
183         - "lastCompletedBuild"
184     table-last-failed-tests-3n-dnv:
185       csit-vpp-perf-mrr-daily-master-3n-dnv:
186         - "lastCompletedBuild"
187     table-last-failed-tests-2n-dnv:
188       csit-vpp-perf-mrr-daily-master-2n-dnv:
189         - "lastCompletedBuild"
190
191     # 3n-hsw
192     plot-performance-trending-all-3n-hsw:
193       csit-vpp-perf-mrr-daily-master:
194         start: 851
195         end: "lastCompletedBuild"
196         skip:
197           - 852
198           - 855
199           - 856
200           - 860
201           - 867
202           - 891
203           - 892
204           - 893
205           - 899
206           - 900
207           - 901
208           - 902
209           - 903
210           - 904
211           - 921
212           - 922
213           - 935
214           - 936
215           - 937
216           - 938
217           - 939
218           - 940
219           - 941
220           - 953
221           - 987
222       csit-dpdk-perf-mrr-weekly-master:
223         start: 91
224         end: "lastCompletedBuild"
225         skip:
226           - 101
227
228     plot-performance-trending-vpp-3n-hsw:
229       csit-vpp-perf-mrr-daily-master:
230         start: 851
231         end: "lastCompletedBuild"
232         skip:
233           - 852
234           - 855
235           - 856
236           - 860
237           - 867
238           - 891
239           - 892
240           - 893
241           - 899
242           - 900
243           - 901
244           - 902
245           - 903
246           - 904
247           - 921
248           - 922
249           - 935
250           - 936
251           - 937
252           - 938
253           - 939
254           - 940
255           - 941
256           - 953
257           - 987
258
259     plot-performance-trending-dpdk-3n-hsw:
260       csit-dpdk-perf-mrr-weekly-master:
261         start: 91
262         end: "lastCompletedBuild"
263         skip:
264           - 101
265
266     # 3n-skx
267     plot-performance-trending-all-3n-skx:
268       csit-vpp-perf-mrr-daily-master-3n-skx:
269         start: 598
270         end: "lastCompletedBuild"
271         skip:
272           - 600
273           - 601
274           - 603
275           - 604
276           - 612
277           - 633
278           - 634
279           - 641
280           - 642
281           - 643
282           - 644
283           - 645
284           - 646
285           - 662
286           - 663
287           - 683
288           - 684
289           - 685
290           - 686
291           - 687
292           - 694
293           - 695
294           - 696
295           - 697
296           - 705
297       csit-dpdk-perf-mrr-weekly-master-3n-skx:
298         start: 57
299         end: "lastCompletedBuild"
300         skip:
301           - 66
302
303     plot-performance-trending-vpp-3n-skx:
304       csit-vpp-perf-mrr-daily-master-3n-skx:
305         start: 598
306         end: "lastCompletedBuild"
307         skip:
308           - 600
309           - 601
310           - 603
311           - 604
312           - 612
313           - 633
314           - 634
315           - 641
316           - 642
317           - 643
318           - 644
319           - 645
320           - 646
321           - 662
322           - 663
323           - 683
324           - 684
325           - 685
326           - 686
327           - 687
328           - 694
329           - 695
330           - 696
331           - 697
332           - 705
333
334     plot-performance-trending-dpdk-3n-skx:
335       csit-dpdk-perf-mrr-weekly-master-3n-skx:
336         start: 57
337         end: "lastCompletedBuild"
338         skip:
339           - 66
340
341     # 2n-skx
342     plot-performance-trending-all-2n-skx:
343       csit-vpp-perf-mrr-daily-master-2n-skx:
344         start: 606
345         end: "lastCompletedBuild"
346         skip:
347           - 608
348           - 609
349           - 612
350           - 620
351           - 627
352           - 645
353           - 646
354           - 653
355           - 654
356           - 655
357           - 656
358           - 657
359           - 658
360           - 675
361           - 676
362           - 693
363           - 694
364           - 695
365           - 696
366           - 697
367           - 698
368           - 699
369           - 700
370           - 701
371           - 702
372       csit-dpdk-perf-mrr-weekly-master-2n-skx:
373         start: 57
374         end: "lastCompletedBuild"
375         skip:
376           - 64
377           - 66
378
379     plot-performance-trending-vpp-2n-skx:
380       csit-vpp-perf-mrr-daily-master-2n-skx:
381         start: 606
382         end: "lastCompletedBuild"
383         skip:
384           - 608
385           - 609
386           - 612
387           - 620
388           - 627
389           - 645
390           - 646
391           - 653
392           - 654
393           - 655
394           - 656
395           - 657
396           - 658
397           - 675
398           - 676
399           - 693
400           - 694
401           - 695
402           - 696
403           - 697
404           - 698
405           - 699
406           - 700
407           - 701
408           - 702
409
410     plot-performance-trending-dpdk-2n-skx:
411       csit-dpdk-perf-mrr-weekly-master-2n-skx:
412         start: 57
413         end: "lastCompletedBuild"
414         skip:
415           - 64
416           - 66
417
418     plot-performance-trending-vpp-nfv-2n-skx:
419       csit-vpp-perf-mrr-weekly-master-2n-skx:
420         start: 30
421         end: "lastCompletedBuild"
422         skip:
423           - 34
424           - 37
425
426     # 3n-tsh
427     plot-performance-trending-all-3n-tsh:
428       csit-vpp-perf-mrr-daily-master-3n-tsh:
429         start: 95
430         end: "lastCompletedBuild"
431         skip:
432           - 95
433
434     plot-performance-trending-vpp-3n-tsh:
435       csit-vpp-perf-mrr-daily-master-3n-tsh:
436         start: 95
437         end: "lastCompletedBuild"
438         skip:
439           - 95
440
441     plot-performance-trending-vpp-3n-dnv:
442       csit-vpp-perf-mrr-daily-master-3n-dnv:
443         start: 79
444         end: "lastCompletedBuild"
445         skip:
446           - 80
447           - 83
448           - 84
449           - 91
450           - 92
451           - 93
452           - 94
453           - 95
454           - 96
455           - 97
456           - 98
457           - 99
458           - 100
459           - 101
460           - 102
461           - 103
462           - 104
463           - 105
464           - 106
465           - 107
466           - 108
467           - 109
468           - 110
469           - 111
470           - 112
471           - 113
472           - 114
473           - 115
474           - 116
475           - 117
476           - 118
477           - 119
478           - 120
479           - 121
480           - 128
481           - 129
482           - 130
483           - 131
484           - 132
485           - 133
486           - 150
487           - 151
488           - 175
489           - 176
490           - 227
491           - 228
492
493     plot-performance-trending-vpp-2n-dnv:
494       csit-vpp-perf-mrr-daily-master-2n-dnv:
495         start: 78
496         end: "lastCompletedBuild"
497         skip:
498           - 79
499           - 80
500           - 83
501           - 90
502           - 91
503           - 92
504           - 93
505           - 94
506           - 95
507           - 96
508           - 97
509           - 98
510           - 99
511           - 100
512           - 101
513           - 102
514           - 103
515           - 104
516           - 105
517           - 106
518           - 107
519           - 108
520           - 109
521           - 110
522           - 111
523           - 112
524           - 113
525           - 114
526           - 115
527           - 116
528           - 117
529           - 118
530           - 119
531           - 120
532           - 127
533           - 128
534           - 129
535           - 130
536           - 131
537           - 132
538           - 145
539           - 149
540           - 150
541           - 228
542
543   plot-layouts:
544
545     plot-cpta:
546       title: ""
547       titlefont:
548         size: 16
549       autosize: True
550       showlegend: True
551       width: 1100
552       height: 800
553       yaxis:
554         showticklabels: True
555         tickformat: ".4s"
556         title: "Throughput [pps]"
557         hoverformat: ".4s"
558         gridcolor: "rgb(238, 238, 238)"
559         linecolor: "rgb(238, 238, 238)"
560         showline: True
561         zeroline: False
562         tickcolor: "rgb(238, 238, 238)"
563         linewidth: 1
564         showgrid: True
565       xaxis:
566         title: 'Date [MMDD]'
567         type: "date"
568         autorange: True
569         fixedrange: False
570         showgrid: True
571         gridcolor: "rgb(238, 238, 238)"
572         showline: True
573         linecolor: "rgb(238, 238, 238)"
574         zeroline: False
575         linewidth: 1
576         showticklabels: True
577         tickcolor: "rgb(238, 238, 238)"
578         tickmode: "auto"
579         tickformat: "%m%d"
580         rangeselector:
581           buttons:
582           - count: 14
583             label: "2w"
584             step: "day"
585             stepmode: "backward"
586           - count: 1
587             label: "1m"
588             step: "month"
589             stepmode: "backward"
590           - count: 2
591             label: "2m"
592             step: "month"
593             stepmode: "backward"
594           - count: 3
595             label: "3m"
596             step: "month"
597             stepmode: "backward"
598           - step: "all"
599       margin:
600         r: 20
601         b: 5
602         t: 5
603         l: 70
604       legend:
605         orientation: "h"
606         xanchor: "center"
607         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
608         tracegroupgap: 20
609         bordercolor: "rgb(238, 238, 238)"
610       paper_bgcolor: "#fff"
611       plot_bgcolor: "#fff"
612       hoverlabel:
613         namelength: -1
614
615 -
616   type: "static"
617   src-path: "{DIR[RST]}"
618   dst-path: "{DIR[WORKING,SRC]}"
619
620 -
621   type: "input"
622   general:
623     file-name: "output_info.xml.gz"
624     file-format: ".gz"
625     download-path: "{job}/{build}/archives/{filename}"
626     extract: "output.xml"
627     # Number of days from now to the past. Only files generated in this
628     # time period are used.
629     time-period: 90
630
631     zip-file-name: "robot-plugin.zip"
632     zip-file-format: ".zip"
633     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
634     zip-extract: "robot-plugin/output.xml"
635
636   builds:
637
638     # 3n-hsw
639     csit-vpp-perf-mrr-daily-master:
640       start: 851
641       end: "lastCompletedBuild"
642       skip:
643         - 852
644         - 855
645         - 856
646         - 860
647         - 867
648         - 891
649         - 892
650         - 893
651         - 899
652         - 900
653         - 901
654         - 902
655         - 903
656         - 904
657         - 921
658         - 922
659         - 935
660         - 936
661         - 937
662         - 938
663         - 939
664         - 940
665         - 941
666         - 953
667         - 987
668     csit-dpdk-perf-mrr-weekly-master:
669       start: 91
670       end: "lastCompletedBuild"
671       skip:
672         - 101
673
674     # 3n-skx
675     csit-vpp-perf-mrr-daily-master-3n-skx:
676       start: 598
677       end: "lastCompletedBuild"
678       skip:
679         - 600
680         - 601
681         - 603
682         - 604
683         - 612
684         - 633
685         - 634
686         - 641
687         - 642
688         - 643
689         - 644
690         - 645
691         - 646
692         - 662
693         - 663
694         - 683
695         - 684
696         - 685
697         - 686
698         - 687
699         - 694
700         - 695
701         - 696
702         - 697
703         - 705
704     csit-dpdk-perf-mrr-weekly-master-3n-skx:
705       start: 57
706       end: "lastCompletedBuild"
707       skip:
708         - 66
709
710     # 2n-skx
711     csit-vpp-perf-mrr-daily-master-2n-skx:
712       start: 606
713       end: "lastCompletedBuild"
714       skip:
715         - 608
716         - 609
717         - 612
718         - 620
719         - 627
720         - 645
721         - 646
722         - 653
723         - 654
724         - 655
725         - 656
726         - 657
727         - 658
728         - 675
729         - 676
730         - 693
731         - 694
732         - 695
733         - 696
734         - 697
735         - 698
736         - 699
737         - 700
738         - 701
739         - 702
740     csit-vpp-perf-mrr-weekly-master-2n-skx:
741       start: 30
742       end: "lastCompletedBuild"
743       skip:
744         - 34
745         - 37
746     csit-dpdk-perf-mrr-weekly-master-2n-skx:
747       start: 57
748       end: "lastCompletedBuild"
749       skip:
750         - 64
751         - 66
752
753     # 3n-tsh
754     csit-vpp-perf-mrr-daily-master-3n-tsh:
755       start: 95
756       end: "lastCompletedBuild"
757       skip:
758         - 95
759
760     # 3n-dnv
761     csit-vpp-perf-mrr-daily-master-3n-dnv:
762       start: 79
763       end: "lastCompletedBuild"
764       skip:
765         - 80
766         - 83
767         - 84
768         - 91
769         - 92
770         - 93
771         - 94
772         - 95
773         - 96
774         - 97
775         - 98
776         - 99
777         - 100
778         - 101
779         - 102
780         - 103
781         - 104
782         - 105
783         - 106
784         - 107
785         - 108
786         - 109
787         - 110
788         - 111
789         - 112
790         - 113
791         - 114
792         - 115
793         - 116
794         - 117
795         - 118
796         - 119
797         - 120
798         - 121
799         - 128
800         - 129
801         - 130
802         - 131
803         - 132
804         - 133
805         - 150
806         - 151
807         - 175
808         - 176
809         - 227
810         - 228
811
812     # 2n-dnv
813     csit-vpp-perf-mrr-daily-master-2n-dnv:
814       start: 78
815       end: "lastCompletedBuild"
816       skip:
817         - 79
818         - 80
819         - 83
820         - 90
821         - 91
822         - 92
823         - 93
824         - 94
825         - 95
826         - 96
827         - 97
828         - 98
829         - 99
830         - 100
831         - 101
832         - 102
833         - 103
834         - 104
835         - 105
836         - 106
837         - 107
838         - 108
839         - 109
840         - 110
841         - 111
842         - 112
843         - 113
844         - 114
845         - 115
846         - 116
847         - 117
848         - 118
849         - 119
850         - 120
851         - 127
852         - 128
853         - 129
854         - 130
855         - 131
856         - 132
857         - 145
858         - 149
859         - 150
860         - 228
861
862 -
863   type: "output"
864   output:
865     "CPTA"  # Continuous Performance Trending and Analysis
866   format:
867     html:
868     - full
869
870 ################################################################################
871 ###                               T A B L E S                                ###
872 ################################################################################
873
874 ################################################################################
875
876 # Compressed failed tests (last build)
877 -
878   type: "table"
879   title: "Last failed tests (last builds) 3n-hsw"
880   algorithm: "table_last_failed_tests"
881   output-file-ext: ".txt"
882   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-hsw"
883   data: "table-last-failed-tests-3n-hsw"
884   filter: "'MRR'"
885   parameters:
886     - "name"
887     - "parent"
888     - "status"
889
890 -
891   type: "table"
892   title: "Last failed tests (last builds) 3n-skx"
893   algorithm: "table_last_failed_tests"
894   output-file-ext: ".txt"
895   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-skx"
896   data: "table-last-failed-tests-3n-skx"
897   filter: "'MRR'"
898   parameters:
899     - "name"
900     - "parent"
901     - "status"
902
903 -
904   type: "table"
905   title: "Last failed tests (last builds) 2n-skx"
906   algorithm: "table_last_failed_tests"
907   output-file-ext: ".txt"
908   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-skx"
909   data: "table-last-failed-tests-2n-skx"
910   filter: "'MRR'"
911   parameters:
912     - "name"
913     - "parent"
914     - "status"
915
916 -
917   type: "table"
918   title: "Last failed tests (last builds) 3n-tsh"
919   algorithm: "table_last_failed_tests"
920   output-file-ext: ".txt"
921   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-tsh"
922   data: "table-last-failed-tests-3n-tsh"
923   filter: "'MRR'"
924   parameters:
925     - "name"
926     - "parent"
927     - "status"
928
929 -
930   type: "table"
931   title: "Last failed tests (last builds) 3n-dnv"
932   algorithm: "table_last_failed_tests"
933   output-file-ext: ".txt"
934   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-dnv"
935   data: "table-last-failed-tests-3n-dnv"
936   filter: "'MRR'"
937   parameters:
938     - "name"
939     - "parent"
940     - "status"
941
942 -
943   type: "table"
944   title: "Last failed tests (last builds) 2n-dnv"
945   algorithm: "table_last_failed_tests"
946   output-file-ext: ".txt"
947   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-dnv"
948   data: "table-last-failed-tests-2n-dnv"
949   filter: "'MRR'"
950   parameters:
951     - "name"
952     - "parent"
953     - "status"
954
955 # 3n-hsw
956 -
957   type: "table"
958   title: "Performance trending dashboard 1t1c-3n-hsw"
959   algorithm: "table_perf_trending_dash"
960   output-file-ext: ".csv"
961   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
962   data: "plot-performance-trending-all-3n-hsw"
963   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
964   parameters:
965   - "name"
966   - "parent"
967   - "result"
968   ignore-list:
969     # This test is "ndrdisc" test and was improperly tagged. It was fixed
970     # but it remains in the old output.xml files.
971   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
972   window: 14
973   long-trend-window: 180
974
975 -
976   type: "table"
977   title: "Performance trending dashboard 2t2c-3n-hsw"
978   algorithm: "table_perf_trending_dash"
979   output-file-ext: ".csv"
980   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
981   data: "plot-performance-trending-all-3n-hsw"
982   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
983   parameters:
984   - "name"
985   - "parent"
986   - "result"
987   ignore-list:
988     # This test is "ndrdisc" test and was improperly tagged. It was fixed
989     # but it remains in the old output.xml files.
990   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
991   window: 14
992   long-trend-window: 180
993
994 -
995   type: "table"
996   title: "Performance trending dashboard 4t4c-3n-hsw"
997   algorithm: "table_perf_trending_dash"
998   output-file-ext: ".csv"
999   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
1000   data: "plot-performance-trending-all-3n-hsw"
1001   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
1002   parameters:
1003   - "name"
1004   - "parent"
1005   - "result"
1006   ignore-list:
1007     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1008     # but it remains in the old output.xml files.
1009   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1010   window: 14
1011   long-trend-window: 180
1012
1013 -
1014   type: "table"
1015   title: "HTML performance trending dashboard 1t1c-3n-hsw"
1016   algorithm: "table_perf_trending_dash_html"
1017   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
1018   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
1019   testbed: "3n-hsw"
1020
1021 -
1022   type: "table"
1023   title: "HTML performance trending dashboard 2t2c-3n-hsw"
1024   algorithm: "table_perf_trending_dash_html"
1025   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
1026   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
1027   testbed: "3n-hsw"
1028
1029 -
1030   type: "table"
1031   title: "HTML performance trending dashboard 4t4c-3n-hsw"
1032   algorithm: "table_perf_trending_dash_html"
1033   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
1034   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
1035   testbed: "3n-hsw"
1036
1037 -
1038   type: "table"
1039   title: "Failed MRR tests 3n-hsw"
1040   algorithm: "table_failed_tests"
1041   output-file-ext: ".csv"
1042   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
1043   data: "plot-performance-trending-all-3n-hsw"
1044   filter: "'MRR' and not 'NIC_Intel-XXV710'"
1045   parameters:
1046   - "name"
1047   - "parent"
1048   - "status"
1049   ignore-list:
1050     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1051     # but it remains in the old output.xml files.
1052   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1053   window: 7  # days
1054
1055 -
1056   type: "table"
1057   title: "HTML Failed MRR tests 3n-hsw"
1058   algorithm: "table_failed_tests_html"
1059   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
1060   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
1061   testbed: "3n-hsw"
1062
1063 ################################################################################
1064 # 3n-skx
1065 -
1066   type: "table"
1067   title: "Performance trending dashboard 2t1c-3n-skx"
1068   algorithm: "table_perf_trending_dash"
1069   output-file-ext: ".csv"
1070   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
1071   data: "plot-performance-trending-all-3n-skx"
1072   filter: "'MRR' and '2T1C'"
1073   parameters:
1074   - "name"
1075   - "parent"
1076   - "result"
1077   ignore-list:
1078     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1079     # but it remains in the old output.xml files.
1080   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1081   window: 14
1082   long-trend-window: 180
1083
1084 -
1085   type: "table"
1086   title: "Performance trending dashboard 4t2c-3n-skx"
1087   algorithm: "table_perf_trending_dash"
1088   output-file-ext: ".csv"
1089   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
1090   data: "plot-performance-trending-all-3n-skx"
1091   filter: "'MRR' and '4T2C'"
1092   parameters:
1093   - "name"
1094   - "parent"
1095   - "result"
1096   ignore-list:
1097     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1098     # but it remains in the old output.xml files.
1099   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1100   window: 14
1101   long-trend-window: 180
1102
1103 -
1104   type: "table"
1105   title: "Performance trending dashboard 8t4c-3n-skx"
1106   algorithm: "table_perf_trending_dash"
1107   output-file-ext: ".csv"
1108   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
1109   data: "plot-performance-trending-all-3n-skx"
1110   filter: "'MRR' and '8T4C'"
1111   parameters:
1112   - "name"
1113   - "parent"
1114   - "result"
1115   ignore-list:
1116     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1117     # but it remains in the old output.xml files.
1118   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1119   window: 14
1120   long-trend-window: 180
1121
1122 -
1123   type: "table"
1124   title: "HTML performance trending dashboard 2t1c-3n-skx"
1125   algorithm: "table_perf_trending_dash_html"
1126   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
1127   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
1128   testbed: "3n-skx"
1129
1130 -
1131   type: "table"
1132   title: "HTML performance trending dashboard 4t2c-3n-skx"
1133   algorithm: "table_perf_trending_dash_html"
1134   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
1135   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
1136   testbed: "3n-skx"
1137
1138 -
1139   type: "table"
1140   title: "HTML performance trending dashboard 8t4c-3n-skx"
1141   algorithm: "table_perf_trending_dash_html"
1142   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
1143   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
1144   testbed: "3n-skx"
1145
1146 -
1147   type: "table"
1148   title: "Failed MRR tests 3n-skx"
1149   algorithm: "table_failed_tests"
1150   output-file-ext: ".csv"
1151   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
1152   data: "plot-performance-trending-all-3n-skx"
1153   filter: "'MRR'"
1154   parameters:
1155   - "name"
1156   - "parent"
1157   - "status"
1158   ignore-list:
1159     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1160     # but it remains in the old output.xml files.
1161   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1162   window: 7  # days
1163
1164 -
1165   type: "table"
1166   title: "HTML Failed MRR tests 3n-skx"
1167   algorithm: "table_failed_tests_html"
1168   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
1169   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
1170   testbed: "3n-skx"
1171
1172 ################################################################################
1173 # 2n-skx
1174 -
1175   type: "table"
1176   title: "Performance trending dashboard 2t1c-2n-skx"
1177   algorithm: "table_perf_trending_dash"
1178   output-file-ext: ".csv"
1179   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
1180   data: "plot-performance-trending-all-2n-skx"
1181   filter: "'MRR' and '2T1C'"
1182   parameters:
1183   - "name"
1184   - "parent"
1185   - "result"
1186   ignore-list:
1187     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1188     # but it remains in the old output.xml files.
1189   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1190   window: 14
1191   long-trend-window: 180
1192
1193 -
1194   type: "table"
1195   title: "Performance trending dashboard 4t2c-2n-skx"
1196   algorithm: "table_perf_trending_dash"
1197   output-file-ext: ".csv"
1198   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
1199   data: "plot-performance-trending-all-2n-skx"
1200   filter: "'MRR' and '4T2C'"
1201   parameters:
1202   - "name"
1203   - "parent"
1204   - "result"
1205   ignore-list:
1206     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1207     # but it remains in the old output.xml files.
1208   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1209   window: 14
1210   long-trend-window: 180
1211
1212 -
1213   type: "table"
1214   title: "Performance trending dashboard 8t4c-2n-skx"
1215   algorithm: "table_perf_trending_dash"
1216   output-file-ext: ".csv"
1217   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
1218   data: "plot-performance-trending-all-2n-skx"
1219   filter: "'MRR' and '8T4C'"
1220   parameters:
1221   - "name"
1222   - "parent"
1223   - "result"
1224   ignore-list:
1225     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1226     # but it remains in the old output.xml files.
1227   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1228   window: 14
1229   long-trend-window: 180
1230
1231 -
1232   type: "table"
1233   title: "HTML performance trending dashboard 2t1c-2n-skx"
1234   algorithm: "table_perf_trending_dash_html"
1235   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
1236   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
1237   testbed: "2n-skx"
1238
1239 -
1240   type: "table"
1241   title: "HTML performance trending dashboard 4t2c-2n-skx"
1242   algorithm: "table_perf_trending_dash_html"
1243   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
1244   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
1245   testbed: "2n-skx"
1246
1247 -
1248   type: "table"
1249   title: "HTML performance trending dashboard 8t4c-2n-skx"
1250   algorithm: "table_perf_trending_dash_html"
1251   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
1252   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
1253   testbed: "2n-skx"
1254
1255 -
1256   type: "table"
1257   title: "Failed MRR tests 2n-skx"
1258   algorithm: "table_failed_tests"
1259   output-file-ext: ".csv"
1260   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
1261   data: "plot-performance-trending-all-2n-skx"
1262   filter: "'MRR'"
1263   parameters:
1264   - "name"
1265   - "parent"
1266   - "status"
1267   ignore-list:
1268     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1269     # but it remains in the old output.xml files.
1270   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1271   window: 7  # days
1272
1273 -
1274   type: "table"
1275   title: "HTML Failed MRR tests 2n-skx"
1276   algorithm: "table_failed_tests_html"
1277   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
1278   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
1279   testbed: "2n-skx"
1280
1281 ################################################################################
1282 # 3n-tsh
1283 -
1284   type: "table"
1285   title: "Performance trending dashboard 1t1c-3n-tsh"
1286   algorithm: "table_perf_trending_dash"
1287   output-file-ext: ".csv"
1288   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh"
1289   data: "plot-performance-trending-all-3n-tsh"
1290   filter: "'MRR' and '1T1C'"
1291   parameters:
1292   - "name"
1293   - "parent"
1294   - "result"
1295   window: 14
1296   long-trend-window: 180
1297
1298 -
1299   type: "table"
1300   title: "Performance trending dashboard 2t2c-3n-tsh"
1301   algorithm: "table_perf_trending_dash"
1302   output-file-ext: ".csv"
1303   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh"
1304   data: "plot-performance-trending-all-3n-tsh"
1305   filter: "'MRR' and '2T2C'"
1306   parameters:
1307   - "name"
1308   - "parent"
1309   - "result"
1310   window: 14
1311   long-trend-window: 180
1312
1313 -
1314   type: "table"
1315   title: "Performance trending dashboard 4t4c-3n-tsh"
1316   algorithm: "table_perf_trending_dash"
1317   output-file-ext: ".csv"
1318   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh"
1319   data: "plot-performance-trending-all-3n-tsh"
1320   filter: "'MRR' and '4T4C'"
1321   parameters:
1322   - "name"
1323   - "parent"
1324   - "result"
1325   window: 14
1326   long-trend-window: 180
1327
1328 -
1329   type: "table"
1330   title: "HTML performance trending dashboard 1t1c-3n-tsh"
1331   algorithm: "table_perf_trending_dash_html"
1332   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.csv"
1333   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.rst"
1334   testbed: "3n-tsh"
1335
1336 -
1337   type: "table"
1338   title: "HTML performance trending dashboard 2t2c-3n-tsh"
1339   algorithm: "table_perf_trending_dash_html"
1340   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.csv"
1341   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.rst"
1342   testbed: "3n-tsh"
1343
1344 -
1345   type: "table"
1346   title: "HTML performance trending dashboard 4t4c-3n-tsh"
1347   algorithm: "table_perf_trending_dash_html"
1348   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.csv"
1349   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.rst"
1350   testbed: "3n-tsh"
1351
1352 -
1353   type: "table"
1354   title: "Failed MRR tests 3n-tsh"
1355   algorithm: "table_failed_tests"
1356   output-file-ext: ".csv"
1357   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh"
1358   data: "plot-performance-trending-all-3n-tsh"
1359   filter: "'MRR'"
1360   parameters:
1361   - "name"
1362   - "parent"
1363   - "status"
1364   window: 7  # days
1365
1366 -
1367   type: "table"
1368   title: "HTML Failed MRR tests 3n-tsh"
1369   algorithm: "table_failed_tests_html"
1370   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.csv"
1371   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.rst"
1372   testbed: "3n-tsh"
1373
1374 ################################################################################
1375 # 3n-dnv
1376 -
1377   type: "table"
1378   title: "Performance trending dashboard 1t1c-3n-dnv"
1379   algorithm: "table_perf_trending_dash"
1380   output-file-ext: ".csv"
1381   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv"
1382   data: "plot-performance-trending-vpp-3n-dnv"
1383   filter: "'MRR' and '1T1C'"
1384   parameters:
1385   - "name"
1386   - "parent"
1387   - "result"
1388   window: 14
1389   long-trend-window: 180
1390
1391 -
1392   type: "table"
1393   title: "Performance trending dashboard 2t2c-3n-dnv"
1394   algorithm: "table_perf_trending_dash"
1395   output-file-ext: ".csv"
1396   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv"
1397   data: "plot-performance-trending-vpp-3n-dnv"
1398   filter: "'MRR' and '2T2C'"
1399   parameters:
1400   - "name"
1401   - "parent"
1402   - "result"
1403   window: 14
1404   long-trend-window: 180
1405
1406 -
1407   type: "table"
1408   title: "Performance trending dashboard 4t4c-3n-dnv"
1409   algorithm: "table_perf_trending_dash"
1410   output-file-ext: ".csv"
1411   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv"
1412   data: "plot-performance-trending-vpp-3n-dnv"
1413   filter: "'MRR' and '4T4C'"
1414   parameters:
1415   - "name"
1416   - "parent"
1417   - "result"
1418   window: 14
1419   long-trend-window: 180
1420
1421 -
1422   type: "table"
1423   title: "HTML performance trending dashboard 1t1c-3n-dnv"
1424   algorithm: "table_perf_trending_dash_html"
1425   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.csv"
1426   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.rst"
1427   testbed: "3n-dnv"
1428
1429 -
1430   type: "table"
1431   title: "HTML performance trending dashboard 2t2c-3n-dnv"
1432   algorithm: "table_perf_trending_dash_html"
1433   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.csv"
1434   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.rst"
1435   testbed: "3n-dnv"
1436
1437 -
1438   type: "table"
1439   title: "HTML performance trending dashboard 4t4c-3n-dnv"
1440   algorithm: "table_perf_trending_dash_html"
1441   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.csv"
1442   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.rst"
1443   testbed: "3n-dnv"
1444
1445 -
1446   type: "table"
1447   title: "Failed MRR tests 3n-dnv"
1448   algorithm: "table_failed_tests"
1449   output-file-ext: ".csv"
1450   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv"
1451   data: "plot-performance-trending-vpp-3n-dnv"
1452   filter: "'MRR'"
1453   parameters:
1454   - "name"
1455   - "parent"
1456   - "status"
1457   window: 7  # days
1458
1459 -
1460   type: "table"
1461   title: "HTML Failed MRR tests 3n-dnv"
1462   algorithm: "table_failed_tests_html"
1463   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.csv"
1464   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.rst"
1465   testbed: "3n-dnv"
1466
1467 ################################################################################
1468 # 2n-dnv
1469 -
1470   type: "table"
1471   title: "Performance trending dashboard 1t1c-2n-dnv"
1472   algorithm: "table_perf_trending_dash"
1473   output-file-ext: ".csv"
1474   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv"
1475   data: "plot-performance-trending-vpp-2n-dnv"
1476   filter: "'MRR' and '1T1C'"
1477   parameters:
1478   - "name"
1479   - "parent"
1480   - "result"
1481   window: 14
1482   long-trend-window: 180
1483
1484 -
1485   type: "table"
1486   title: "Performance trending dashboard 2t2c-2n-dnv"
1487   algorithm: "table_perf_trending_dash"
1488   output-file-ext: ".csv"
1489   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv"
1490   data: "plot-performance-trending-vpp-2n-dnv"
1491   filter: "'MRR' and '2T2C'"
1492   parameters:
1493   - "name"
1494   - "parent"
1495   - "result"
1496   window: 14
1497   long-trend-window: 180
1498
1499 -
1500   type: "table"
1501   title: "Performance trending dashboard 4t4c-2n-dnv"
1502   algorithm: "table_perf_trending_dash"
1503   output-file-ext: ".csv"
1504   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv"
1505   data: "plot-performance-trending-vpp-2n-dnv"
1506   filter: "'MRR' and '4T4C'"
1507   parameters:
1508   - "name"
1509   - "parent"
1510   - "result"
1511   window: 14
1512   long-trend-window: 180
1513
1514 -
1515   type: "table"
1516   title: "HTML performance trending dashboard 1t1c-2n-dnv"
1517   algorithm: "table_perf_trending_dash_html"
1518   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.csv"
1519   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.rst"
1520   testbed: "2n-dnv"
1521
1522 -
1523   type: "table"
1524   title: "HTML performance trending dashboard 2t2c-2n-dnv"
1525   algorithm: "table_perf_trending_dash_html"
1526   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.csv"
1527   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.rst"
1528   testbed: "2n-dnv"
1529
1530 -
1531   type: "table"
1532   title: "HTML performance trending dashboard 4t4c-2n-dnv"
1533   algorithm: "table_perf_trending_dash_html"
1534   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.csv"
1535   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.rst"
1536   testbed: "2n-dnv"
1537
1538 -
1539   type: "table"
1540   title: "Failed MRR tests 2n-dnv"
1541   algorithm: "table_failed_tests"
1542   output-file-ext: ".csv"
1543   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv"
1544   data: "plot-performance-trending-vpp-2n-dnv"
1545   filter: "'MRR'"
1546   parameters:
1547   - "name"
1548   - "parent"
1549   - "status"
1550   window: 7  # days
1551
1552 -
1553   type: "table"
1554   title: "HTML Failed MRR tests 2n-dnv"
1555   algorithm: "table_failed_tests_html"
1556   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.csv"
1557   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.rst"
1558   testbed: "2n-dnv"
1559
1560 ################################################################################
1561 ###                                 C P T A                                  ###
1562 ################################################################################
1563
1564 # Plots VPP Continuous Performance Trending and Analysis
1565
1566 -
1567   type: "cpta"
1568   title: "Continuous Performance Trending and Analysis"
1569   output-file-type: ".html"
1570   output-file: "{DIR[STATIC,VPP]}/cpta"
1571
1572   plots:
1573
1574 ################################################################################
1575 # NFV
1576
1577     - title: "VPP 2T1C NF Service Density VNFc 64B MRR Trending 2n-skx"
1578       output-file-name: "vnfc-eth-l2bd-64b-2t1c-x710-2n-skx"
1579       data: "plot-performance-trending-vpp-nfv-2n-skx"
1580       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'"
1581       groups:
1582       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1583       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1584       - ["4R1C", "4R2C", "4R4C"]
1585       - ["6R1C", "6R2C"]
1586       - ["8R1C", "8R2C"]
1587       - ["10R1C"]
1588       group-names:
1589       - "1 Chain"
1590       - "2 Chains"
1591       - "4 Chains"
1592       - "6 Chains"
1593       - "8 Chains"
1594       - "10 Chains"
1595       parameters:
1596       - "result"
1597       - "tags"
1598       layout: "plot-cpta"
1599
1600     - title: "VPP 4T2C NF Service Density VNFc 64B MRR Trending 2n-skx"
1601       output-file-name: "vnfc-eth-l2bd-64b-4t2c-x710-2n-skx"
1602       data: "plot-performance-trending-vpp-nfv-2n-skx"
1603       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'"
1604       groups:
1605       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1606       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1607       - ["4R1C", "4R2C", "4R4C"]
1608       - ["6R1C", "6R2C"]
1609       - ["8R1C", "8R2C"]
1610       - ["10R1C"]
1611       group-names:
1612       - "1 Chain"
1613       - "2 Chains"
1614       - "4 Chains"
1615       - "6 Chains"
1616       - "8 Chains"
1617       - "10 Chains"
1618       parameters:
1619       - "result"
1620       - "tags"
1621       layout: "plot-cpta"
1622
1623     - title: "VPP 8T4C NF Service Density VNFc 64B MRR Trending 2n-skx"
1624       output-file-name: "vnfc-eth-l2bd-64b-8t4c-x710-2n-skx"
1625       data: "plot-performance-trending-vpp-nfv-2n-skx"
1626       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'"
1627       groups:
1628       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1629       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1630       - ["4R1C", "4R2C", "4R4C"]
1631       - ["6R1C", "6R2C"]
1632       - ["8R1C", "8R2C"]
1633       - ["10R1C"]
1634       group-names:
1635       - "1 Chain"
1636       - "2 Chains"
1637       - "4 Chains"
1638       - "6 Chains"
1639       - "8 Chains"
1640       - "10 Chains"
1641       parameters:
1642       - "result"
1643       - "tags"
1644       layout: "plot-cpta"
1645
1646     - title: "VPP 2T1C NF Service Density CNFc 64B MRR Trending 2n-skx"
1647       output-file-name: "cnfc-eth-l2bd-64b-2t1c-x710-2n-skx"
1648       data: "plot-performance-trending-vpp-nfv-2n-skx"
1649       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'"
1650       groups:
1651       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1652       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1653       - ["4R1C", "4R2C", "4R4C"]
1654       - ["6R1C", "6R2C"]
1655       - ["8R1C", "8R2C"]
1656       - ["10R1C"]
1657       group-names:
1658       - "1 Chain"
1659       - "2 Chains"
1660       - "4 Chains"
1661       - "6 Chains"
1662       - "8 Chains"
1663       - "10 Chains"
1664       parameters:
1665       - "result"
1666       - "tags"
1667       layout: "plot-cpta"
1668
1669     - title: "VPP 4T2C NF Service Density CNFc 64B MRR Trending 2n-skx"
1670       output-file-name: "cnfc-eth-l2bd-64b-4t2c-x710-2n-skx"
1671       data: "plot-performance-trending-vpp-nfv-2n-skx"
1672       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'"
1673       groups:
1674       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1675       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1676       - ["4R1C", "4R2C", "4R4C"]
1677       - ["6R1C", "6R2C"]
1678       - ["8R1C", "8R2C"]
1679       - ["10R1C"]
1680       group-names:
1681       - "1 Chain"
1682       - "2 Chains"
1683       - "4 Chains"
1684       - "6 Chains"
1685       - "8 Chains"
1686       - "10 Chains"
1687       parameters:
1688       - "result"
1689       - "tags"
1690       layout: "plot-cpta"
1691
1692     - title: "VPP 8T4C NF Service Density CNFc 64B MRR Trending 2n-skx"
1693       output-file-name: "cnfc-eth-l2bd-64b-8t4c-x710-2n-skx"
1694       data: "plot-performance-trending-vpp-nfv-2n-skx"
1695       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'"
1696       groups:
1697       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1698       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1699       - ["4R1C", "4R2C", "4R4C"]
1700       - ["6R1C", "6R2C"]
1701       - ["8R1C", "8R2C"]
1702       - ["10R1C"]
1703       group-names:
1704       - "1 Chain"
1705       - "2 Chains"
1706       - "4 Chains"
1707       - "6 Chains"
1708       - "8 Chains"
1709       - "10 Chains"
1710       parameters:
1711       - "result"
1712       - "tags"
1713       layout: "plot-cpta"
1714
1715     - title: "VPP 2T1C NF Service Density CNFp 64B MRR Trending 2n-skx"
1716       output-file-name: "cnfp-eth-l2bd-64b-2t1c-x710-2n-skx"
1717       data: "plot-performance-trending-vpp-nfv-2n-skx"
1718       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'"
1719       groups:
1720       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1721       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1722       - ["4R1C", "4R2C", "4R4C"]
1723       - ["6R1C", "6R2C"]
1724       - ["8R1C", "8R2C"]
1725       - ["10R1C"]
1726       group-names:
1727       - "1 Pipe"
1728       - "2 Pipes"
1729       - "4 Pipes"
1730       - "6 Pipes"
1731       - "8 Pipes"
1732       - "10 Pipes"
1733       parameters:
1734       - "result"
1735       - "tags"
1736       layout: "plot-cpta"
1737
1738     - title: "VPP 4T2C NF Service Density CNFp 64B MRR Trending 2n-skx"
1739       output-file-name: "cnfp-eth-l2bd-64b-4t2c-x710-2n-skx"
1740       data: "plot-performance-trending-vpp-nfv-2n-skx"
1741       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'"
1742       groups:
1743       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1744       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1745       - ["4R1C", "4R2C", "4R4C"]
1746       - ["6R1C", "6R2C"]
1747       - ["8R1C", "8R2C"]
1748       - ["10R1C"]
1749       group-names:
1750       - "1 Pipe"
1751       - "2 Pipes"
1752       - "4 Pipes"
1753       - "6 Pipes"
1754       - "8 Pipes"
1755       - "10 Pipes"
1756       parameters:
1757       - "result"
1758       - "tags"
1759       layout: "plot-cpta"
1760
1761     - title: "VPP 8T4C NF Service Density CNFp 64B MRR Trending 2n-skx"
1762       output-file-name: "cnfp-eth-l2bd-64b-8t4c-x710-2n-skx"
1763       data: "plot-performance-trending-vpp-nfv-2n-skx"
1764       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'"
1765       groups:
1766       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1767       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1768       - ["4R1C", "4R2C", "4R4C"]
1769       - ["6R1C", "6R2C"]
1770       - ["8R1C", "8R2C"]
1771       - ["10R1C"]
1772       group-names:
1773       - "1 Pipe"
1774       - "2 Pipes"
1775       - "4 Pipes"
1776       - "6 Pipes"
1777       - "8 Pipes"
1778       - "10 Pipes"
1779       parameters:
1780       - "result"
1781       - "tags"
1782       layout: "plot-cpta"
1783
1784 ################################################################################
1785 # 3n-hsw
1786
1787 # L2 - VIC-1227
1788
1789     - title: "3n-hsw-vic1227-l2sw-64b-base-scale-1t1c"
1790       output-file-name: "l2-1t1c-vic1227-3n-hsw"
1791       data: "plot-performance-trending-vpp-3n-hsw"
1792       filter: "'NIC_Cisco-VIC-1227' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1793       parameters:
1794       - "result"
1795       layout: "plot-cpta"
1796
1797     - title: "3n-hsw-vic1227-l2sw-64b-base-scale-2t2c"
1798       output-file-name: "l2-2t2c-vic1227-3n-hsw"
1799       data: "plot-performance-trending-vpp-3n-hsw"
1800       filter: "'NIC_Cisco-VIC-1227' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1801       parameters:
1802       - "result"
1803       layout: "plot-cpta"
1804
1805     - title: "3n-hsw-vic1227-l2sw-64b-base-scale-4t4c"
1806       output-file-name: "l2-4t4c-vic1227-3n-hsw"
1807       data: "plot-performance-trending-vpp-3n-hsw"
1808       filter: "'NIC_Cisco-VIC-1227' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1809       parameters:
1810       - "result"
1811       layout: "plot-cpta"
1812
1813 # L2 - VIC-1385
1814
1815     - title: "3n-hsw-vic1385-l2sw-64b-base-scale-1t1c"
1816       output-file-name: "l2-1t1c-vic1385-3n-hsw"
1817       data: "plot-performance-trending-vpp-3n-hsw"
1818       filter: "'NIC_Cisco-VIC-1385' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1819       parameters:
1820       - "result"
1821       layout: "plot-cpta"
1822
1823     - title: "3n-hsw-vic1385-l2sw-64b-base-scale-2t2c"
1824       output-file-name: "l2-2t2c-vic1385-3n-hsw"
1825       data: "plot-performance-trending-vpp-3n-hsw"
1826       filter: "'NIC_Cisco-VIC-1385' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1827       parameters:
1828       - "result"
1829       layout: "plot-cpta"
1830
1831     - title: "3n-hsw-vic1385-l2sw-64b-base-scale-4t4c"
1832       output-file-name: "l2-4t4c-vic1385-3n-hsw"
1833       data: "plot-performance-trending-vpp-3n-hsw"
1834       filter: "'NIC_Cisco-VIC-1385' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1835       parameters:
1836       - "result"
1837       layout: "plot-cpta"
1838
1839 # L2 - x520
1840
1841     - title: "3n-hsw-x520-l2sw-64b-base-scale-1t1c"
1842       output-file-name: "l2-1t1c-x520-3n-hsw"
1843       data: "plot-performance-trending-vpp-3n-hsw"
1844       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1845       parameters:
1846       - "result"
1847       layout: "plot-cpta"
1848
1849     - title: "3n-hsw-x520-l2sw-64b-base-scale-2t2c"
1850       output-file-name: "l2-2t2c-x520-3n-hsw"
1851       data: "plot-performance-trending-vpp-3n-hsw"
1852       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1853       parameters:
1854       - "result"
1855       layout: "plot-cpta"
1856
1857     - title: "3n-hsw-x520-l2sw-64b-base-scale-4t4c"
1858       output-file-name: "l2-4t4c-x520-3n-hsw"
1859       data: "plot-performance-trending-vpp-3n-hsw"
1860       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1861       parameters:
1862       - "result"
1863       layout: "plot-cpta"
1864
1865     - title: "3n-hsw-x520-l2sw-64b-features-iacl-1t1c"
1866       output-file-name: "l2-feature-1t1c-x520-3n-hsw-iacl"
1867       data: "plot-performance-trending-vpp-3n-hsw"
1868       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1869       parameters:
1870       - "result"
1871       layout: "plot-cpta"
1872
1873     - title: "3n-hsw-x520-l2sw-64b-features-iacl-2t2c"
1874       output-file-name: "l2-feature-2t2c-x520-3n-hsw-iacl"
1875       data: "plot-performance-trending-vpp-3n-hsw"
1876       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1877       parameters:
1878       - "result"
1879       layout: "plot-cpta"
1880
1881     - title: "3n-hsw-x520-l2sw-64b-features-iacl-4t4c"
1882       output-file-name: "l2-feature-4t4c-x520-3n-hsw-iacl"
1883       data: "plot-performance-trending-vpp-3n-hsw"
1884       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1885       parameters:
1886       - "result"
1887       layout: "plot-cpta"
1888
1889     - title: "3n-hsw-x520-l2sw-64b-features-oacl-1t1c"
1890       output-file-name: "l2-feature-1t1c-x520-3n-hsw-oacl"
1891       data: "plot-performance-trending-vpp-3n-hsw"
1892       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1893       parameters:
1894       - "result"
1895       layout: "plot-cpta"
1896
1897     - title: "3n-hsw-x520-l2sw-64b-features-oacl-2t2c"
1898       output-file-name: "l2-feature-2t2c-x520-3n-hsw-oacl"
1899       data: "plot-performance-trending-vpp-3n-hsw"
1900       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1901       parameters:
1902       - "result"
1903       layout: "plot-cpta"
1904
1905     - title: "3n-hsw-x520-l2sw-64b-features-oacl-4t4c"
1906       output-file-name: "l2-feature-4t4c-x520-3n-hsw-oacl"
1907       data: "plot-performance-trending-vpp-3n-hsw"
1908       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1909       parameters:
1910       - "result"
1911       layout: "plot-cpta"
1912
1913     - title: "3n-hsw-x520-l2sw-64b-features-macip-1t1c"
1914       output-file-name: "l2-feature-1t1c-x520-3n-hsw-macip"
1915       data: "plot-performance-trending-vpp-3n-hsw"
1916       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'"
1917       parameters:
1918       - "result"
1919       layout: "plot-cpta"
1920
1921     - title: "3n-hsw-x520-l2sw-64b-features-macip-2t2c"
1922       output-file-name: "l2-feature-2t2c-x520-3n-hsw-macip"
1923       data: "plot-performance-trending-vpp-3n-hsw"
1924       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'"
1925       parameters:
1926       - "result"
1927       layout: "plot-cpta"
1928
1929     - title: "3n-hsw-x520-l2sw-64b-features-macip-4t4c"
1930       output-file-name: "l2-feature-4t4c-x520-3n-hsw-macip"
1931       data: "plot-performance-trending-vpp-3n-hsw"
1932       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'"
1933       parameters:
1934       - "result"
1935       layout: "plot-cpta"
1936
1937 # L2 - xl710
1938
1939     - title: "3n-hsw-xl710-l2sw-64b-base-scale-1t1c"
1940       output-file-name: "l2-1t1c-xl710-3n-hsw"
1941       data: "plot-performance-trending-vpp-3n-hsw"
1942       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1943       parameters:
1944       - "result"
1945       layout: "plot-cpta"
1946
1947     - title: "3n-hsw-xl710-l2sw-64b-base-scale-2t2c"
1948       output-file-name: "l2-2t2c-xl710-3n-hsw"
1949       data: "plot-performance-trending-vpp-3n-hsw"
1950       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1951       parameters:
1952       - "result"
1953       layout: "plot-cpta"
1954
1955     - title: "3n-hsw-xl710-l2sw-64b-base-scale-4t4c"
1956       output-file-name: "l2-4t4c-xl710-3n-hsw"
1957       data: "plot-performance-trending-vpp-3n-hsw"
1958       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1959       parameters:
1960       - "result"
1961       layout: "plot-cpta"
1962
1963 # L2 - x710
1964
1965     - title: "3n-hsw-x710-l2sw-64b-base-scale-1t1c"
1966       output-file-name: "l2-1t1c-x710-3n-hsw"
1967       data: "plot-performance-trending-vpp-3n-hsw"
1968       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1969       parameters:
1970       - "result"
1971       layout: "plot-cpta"
1972
1973     - title: "3n-hsw-x710-l2sw-64b-base-scale-2t2c"
1974       output-file-name: "l2-2t2c-x710-3n-hsw"
1975       data: "plot-performance-trending-vpp-3n-hsw"
1976       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1977       parameters:
1978       - "result"
1979       layout: "plot-cpta"
1980
1981     - title: "3n-hsw-x710-l2sw-64b-base-scale-4t4c"
1982       output-file-name: "l2-4t4c-x710-3n-hsw"
1983       data: "plot-performance-trending-vpp-3n-hsw"
1984       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'DRV_AVF'"
1985       parameters:
1986       - "result"
1987       layout: "plot-cpta"
1988
1989     - title: "3n-hsw-x710-l2sw-64b-features-1t1c"
1990       output-file-name: "l2-feature-1t1c-x710-3n-hsw"
1991       data: "plot-performance-trending-vpp-3n-hsw"
1992       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1993       parameters:
1994       - "result"
1995       layout: "plot-cpta"
1996
1997     - title: "3n-hsw-x710-l2sw-64b-features-2t2c"
1998       output-file-name: "l2-feature-2t2c-x710-3n-hsw"
1999       data: "plot-performance-trending-vpp-3n-hsw"
2000       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2001       parameters:
2002       - "result"
2003       layout: "plot-cpta"
2004
2005     - title: "3n-hsw-x710-l2sw-64b-features-4t4c"
2006       output-file-name: "l2-feature-4t4c-x710-3n-hsw"
2007       data: "plot-performance-trending-vpp-3n-hsw"
2008       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2009       parameters:
2010       - "result"
2011       layout: "plot-cpta"
2012
2013 # IPv4 - x520
2014
2015     - title: "3n-hsw-x520-ip4-64b-base-scale-1t1c"
2016       output-file-name: "ip4-1t1c-x520-3n-hsw"
2017       data: "plot-performance-trending-vpp-3n-hsw"
2018       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
2019       parameters:
2020       - "result"
2021       layout: "plot-cpta"
2022
2023     - title: "3n-hsw-x520-ip4-64b-base-scale-2t2c"
2024       output-file-name: "ip4-2t2c-x520-3n-hsw"
2025       data: "plot-performance-trending-vpp-3n-hsw"
2026       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
2027       parameters:
2028       - "result"
2029       layout: "plot-cpta"
2030
2031     - title: "3n-hsw-x520-ip4-64b-base-scale-4t4c"
2032       output-file-name: "ip4-4t4c-x520-3n-hsw"
2033       data: "plot-performance-trending-vpp-3n-hsw"
2034       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'FIB_1M') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
2035       parameters:
2036       - "result"
2037       layout: "plot-cpta"
2038
2039     - title: "3n-hsw-x520-ip4-64b-features-iacl-1t1c"
2040       output-file-name: "ip4-feature-1t1c-x520-3n-hsw-iacl"
2041       data: "plot-performance-trending-vpp-3n-hsw"
2042       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
2043       parameters:
2044       - "result"
2045       layout: "plot-cpta"
2046
2047     - title: "3n-hsw-x520-ip4-64b-features-iacl-2t2c"
2048       output-file-name: "ip4-feature-2t2c-x520-3n-hsw-iacl"
2049       data: "plot-performance-trending-vpp-3n-hsw"
2050       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
2051       parameters:
2052       - "result"
2053       layout: "plot-cpta"
2054
2055     - title: "3n-hsw-x520-ip4-64b-features-iacl-4t4c"
2056       output-file-name: "ip4-feature-4t4c-x520-3n-hsw-iacl"
2057       data: "plot-performance-trending-vpp-3n-hsw"
2058       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
2059       parameters:
2060       - "result"
2061       layout: "plot-cpta"
2062
2063     - title: "3n-hsw-x520-ip4-64b-features-oacl-1t1c"
2064       output-file-name: "ip4-feature-1t1c-x520-3n-hsw-oacl"
2065       data: "plot-performance-trending-vpp-3n-hsw"
2066       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
2067       parameters:
2068       - "result"
2069       layout: "plot-cpta"
2070
2071     - title: "3n-hsw-x520-ip4-64b-features-oacl-2t2c"
2072       output-file-name: "ip4-feature-2t2c-x520-3n-hsw-oacl"
2073       data: "plot-performance-trending-vpp-3n-hsw"
2074       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
2075       parameters:
2076       - "result"
2077       layout: "plot-cpta"
2078
2079     - title: "3n-hsw-x520-ip4-64b-features-oacl-4t4c"
2080       output-file-name: "ip4-feature-4t4c-x520-3n-hsw-oacl"
2081       data: "plot-performance-trending-vpp-3n-hsw"
2082       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
2083       parameters:
2084       - "result"
2085       layout: "plot-cpta"
2086
2087     - title: "3n-hsw-x520-ip4-64b-features-1t1c"
2088       output-file-name: "ip4-feature-1t1c-x520-3n-hsw"
2089       data: "plot-performance-trending-vpp-3n-hsw"
2090       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'NAT44' and('BASE' or 'SRC_USER_4000') and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2091       parameters:
2092       - "result"
2093       layout: "plot-cpta"
2094
2095     - title: "3n-hsw-x520-ip4-64b-features-2t2c"
2096       output-file-name: "ip4-feature-2t2c-x520-3n-hsw"
2097       data: "plot-performance-trending-vpp-3n-hsw"
2098       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'NAT44' and('BASE' or 'SRC_USER_4000') and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2099       parameters:
2100       - "result"
2101       layout: "plot-cpta"
2102
2103     - title: "3n-hsw-x520-ip4-64b-features-4t4c"
2104       output-file-name: "ip4-feature-4t4c-x520-3n-hsw"
2105       data: "plot-performance-trending-vpp-3n-hsw"
2106       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'NAT44' and('BASE' or 'SRC_USER_4000') and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2107       parameters:
2108       - "result"
2109       layout: "plot-cpta"
2110
2111 # IPv4 - xl710
2112
2113     - title: "3n-hsw-xl710-ip4-64b-base-scale-features-1t1c"
2114       output-file-name: "ip4-1t1c-xl710-3n-hsw"
2115       data: "plot-performance-trending-vpp-3n-hsw"
2116       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST' and not 'MEMIF'"
2117       parameters:
2118       - "result"
2119       layout: "plot-cpta"
2120
2121     - title: "3n-hsw-xl710-ip4-64b-base-scale-features-2t2c"
2122       output-file-name: "ip4-2t2c-xl710-3n-hsw"
2123       data: "plot-performance-trending-vpp-3n-hsw"
2124       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST' and not 'MEMIF'"
2125       parameters:
2126       - "result"
2127       layout: "plot-cpta"
2128
2129     - title: "3n-hsw-xl710-ip4-64b-base-scale-features-4t4c"
2130       output-file-name: "ip4-4t4c-xl710-3n-hsw"
2131       data: "plot-performance-trending-vpp-3n-hsw"
2132       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST' and not 'MEMIF'"
2133       parameters:
2134       - "result"
2135       layout: "plot-cpta"
2136
2137 # IPv4 - x710
2138
2139     - title: "3n-hsw-x710-ip4-64b-base-scale-1t1c"
2140       output-file-name: "ip4-1t1c-x710-3n-hsw"
2141       data: "plot-performance-trending-vpp-3n-hsw"
2142       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
2143       parameters:
2144       - "result"
2145       layout: "plot-cpta"
2146
2147     - title: "3n-hsw-x710-ip4-64b-base-scale-2t2c"
2148       output-file-name: "ip4-2t2c-x710-3n-hsw"
2149       data: "plot-performance-trending-vpp-3n-hsw"
2150       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
2151       parameters:
2152       - "result"
2153       layout: "plot-cpta"
2154
2155     - title: "3n-hsw-x710-ip4-64b-base-scale-4t4c"
2156       output-file-name: "ip4-4t4c-x710-3n-hsw"
2157       data: "plot-performance-trending-vpp-3n-hsw"
2158       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
2159       parameters:
2160       - "result"
2161       layout: "plot-cpta"
2162
2163     - title: "3n-hsw-x710-ip4-64b-features-1t1c"
2164       output-file-name: "ip4-feature-1t1c-x710-3n-hsw"
2165       data: "plot-performance-trending-vpp-3n-hsw"
2166       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2167       parameters:
2168       - "result"
2169       layout: "plot-cpta"
2170
2171     - title: "3n-hsw-x710-ip4-64b-features-2t2c"
2172       output-file-name: "ip4-feature-2t2c-x710-3n-hsw"
2173       data: "plot-performance-trending-vpp-3n-hsw"
2174       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2175       parameters:
2176       - "result"
2177       layout: "plot-cpta"
2178
2179     - title: "3n-hsw-x710-ip4-64b-features-4t4c"
2180       output-file-name: "ip4-feature-4t4c-x710-3n-hsw"
2181       data: "plot-performance-trending-vpp-3n-hsw"
2182       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2183       parameters:
2184       - "result"
2185       layout: "plot-cpta"
2186
2187 # IPv4 Tunnels - x520
2188
2189     - title: "3n-hsw-x520-ip4tun-64b-base-1t1c"
2190       output-file-name: "ip4-tunnels-1t1c-x520-3n-hsw"
2191       data: "plot-performance-trending-vpp-3n-hsw"
2192       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and 'LISP' and 'IP6UNRLAY' and 'IP4OVRLAY' and not 'VHOST' and not 'IPSECHW'"
2193       parameters:
2194       - "result"
2195       layout: "plot-cpta"
2196
2197     - title: "3n-hsw-x520-ip4tun-64b-base-2t2c"
2198       output-file-name: "ip4-tunnels-2t2c-x520-3n-hsw"
2199       data: "plot-performance-trending-vpp-3n-hsw"
2200       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and 'LISP' and 'IP6UNRLAY' and 'IP4OVRLAY' and not 'VHOST' and not 'IPSECHW'"
2201       parameters:
2202       - "result"
2203       layout: "plot-cpta"
2204
2205     - title: "3n-hsw-x520-ip4tun-64b-base-4t4c"
2206       output-file-name: "ip4-tunnels-4t4c-x520-3n-hsw"
2207       data: "plot-performance-trending-vpp-3n-hsw"
2208       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and 'LISP' and 'IP6UNRLAY' and 'IP4OVRLAY' and not 'VHOST' and not 'IPSECHW'"
2209       parameters:
2210       - "result"
2211       layout: "plot-cpta"
2212
2213 # IPv4 Tunnels - x710
2214
2215     - title: "3n-hsw-x710-ip4tun-64b-base-1t1c"
2216       output-file-name: "ip4-tunnels-1t1c-x710-3n-hsw"
2217       data: "plot-performance-trending-vpp-3n-hsw"
2218       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2219       parameters:
2220       - "result"
2221       layout: "plot-cpta"
2222
2223     - title: "3n-hsw-x710-ip4tun-64b-base-2t2c"
2224       output-file-name: "ip4-tunnels-2t2c-x710-3n-hsw"
2225       data: "plot-performance-trending-vpp-3n-hsw"
2226       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2227       parameters:
2228       - "result"
2229       layout: "plot-cpta"
2230
2231     - title: "3n-hsw-x710-ip4tun-64b-base-4t4c"
2232       output-file-name: "ip4-tunnels-4t4c-x710-3n-hsw"
2233       data: "plot-performance-trending-vpp-3n-hsw"
2234       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2235       parameters:
2236       - "result"
2237       layout: "plot-cpta"
2238
2239 # IPv6 - x520
2240
2241     - title: "3n-hsw-x520-ip6-78b-base-scale-1t1c"
2242       output-file-name: "ip6-1t1c-x520-3n-hsw"
2243       data: "plot-performance-trending-vpp-3n-hsw"
2244       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and 'BASE' and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6' and not 'DOT1Q'"
2245       parameters:
2246       - "result"
2247       layout: "plot-cpta"
2248
2249     - title: "3n-hsw-x520-ip6-78b-base-scale-2t2c"
2250       output-file-name: "ip6-2t2c-x520-3n-hsw"
2251       data: "plot-performance-trending-vpp-3n-hsw"
2252       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and 'BASE' and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6' and not 'DOT1Q'"
2253       parameters:
2254       - "result"
2255       layout: "plot-cpta"
2256
2257     - title: "3n-hsw-x520-ip6-78b-base-scale-4t4c"
2258       output-file-name: "ip6-4t4c-x520-3n-hsw"
2259       data: "plot-performance-trending-vpp-3n-hsw"
2260       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and 'BASE' and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6' and not 'DOT1Q'"
2261       parameters:
2262       - "result"
2263       layout: "plot-cpta"
2264
2265 # IPv6 - xl710
2266
2267     - title: "3n-hsw-xl710-ip6-78b-base-scale-1t1c"
2268       output-file-name: "ip6-1t1c-xl710-3n-hsw"
2269       data: "plot-performance-trending-vpp-3n-hsw"
2270       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2271       parameters:
2272       - "result"
2273       layout: "plot-cpta"
2274
2275     - title: "3n-hsw-xl710-ip6-78b-base-scale-2t2c"
2276       output-file-name: "ip6-2t2c-xl710-3n-hsw"
2277       data: "plot-performance-trending-vpp-3n-hsw"
2278       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2279       parameters:
2280       - "result"
2281       layout: "plot-cpta"
2282
2283     - title: "3n-hsw-xl710-ip6-78b-base-scale-4t4c"
2284       output-file-name: "ip6-4t4c-xl710-3n-hsw"
2285       data: "plot-performance-trending-vpp-3n-hsw"
2286       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2287       parameters:
2288       - "result"
2289       layout: "plot-cpta"
2290
2291 # IPv6 - x710
2292
2293     - title: "3n-hsw-x710-ip6-78b-base-scale-1t1c"
2294       output-file-name: "ip6-1t1c-x710-3n-hsw"
2295       data: "plot-performance-trending-vpp-3n-hsw"
2296       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
2297       parameters:
2298       - "result"
2299       layout: "plot-cpta"
2300
2301     - title: "3n-hsw-x710-ip6-78b-base-scale-2t2c"
2302       output-file-name: "ip6-2t2c-x710-3n-hsw"
2303       data: "plot-performance-trending-vpp-3n-hsw"
2304       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
2305       parameters:
2306       - "result"
2307       layout: "plot-cpta"
2308
2309     - title: "3n-hsw-x710-ip6-78b-base-scale-4t4c"
2310       output-file-name: "ip6-4t4c-x710-3n-hsw"
2311       data: "plot-performance-trending-vpp-3n-hsw"
2312       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
2313       parameters:
2314       - "result"
2315       layout: "plot-cpta"
2316
2317 # Container memif - x520, 64B
2318
2319     - title: "3n-hsw-x520-l2sw-memif-64b-base-1t1c"
2320       output-file-name: "container-memif-l2-1t1c-x520-3n-hsw"
2321       data: "plot-performance-trending-vpp-3n-hsw"
2322       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2323       parameters:
2324       - "result"
2325       layout: "plot-cpta"
2326
2327     - title: "3n-hsw-x520-l2sw-memif-64b-base-2t2c"
2328       output-file-name: "container-memif-l2-2t2c-x520-3n-hsw"
2329       data: "plot-performance-trending-vpp-3n-hsw"
2330       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2331       parameters:
2332       - "result"
2333       layout: "plot-cpta"
2334
2335     - title: "3n-hsw-x520-l2sw-memif-64b-base-4t4c"
2336       output-file-name: "container-memif-l2-4t4c-x520-3n-hsw"
2337       data: "plot-performance-trending-vpp-3n-hsw"
2338       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2339       parameters:
2340       - "result"
2341       layout: "plot-cpta"
2342
2343 # Container memif - x520, IMIX
2344
2345     - title: "3n-hsw-x520-l2sw-memif-imix-base-1t1c"
2346       output-file-name: "container-memif-imix-l2-1t1c-x520-3n-hsw"
2347       data: "plot-performance-trending-vpp-3n-hsw"
2348       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
2349       parameters:
2350       - "result"
2351       layout: "plot-cpta"
2352
2353     - title: "3n-hsw-x520-l2sw-memif-imix-base-2t2c"
2354       output-file-name: "container-memif-imix-l2-2t2c-x520-3n-hsw"
2355       data: "plot-performance-trending-vpp-3n-hsw"
2356       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
2357       parameters:
2358       - "result"
2359       layout: "plot-cpta"
2360
2361     - title: "3n-hsw-x520-l2sw-memif-imix-base-4t4c"
2362       output-file-name: "container-memif-imix-l2-4t4c-x520-3n-hsw"
2363       data: "plot-performance-trending-vpp-3n-hsw"
2364       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
2365       parameters:
2366       - "result"
2367       layout: "plot-cpta"
2368
2369 # Container memif - xl710, 64B
2370
2371     - title: "3n-hsw-xl710-l2sw-memif-64b-base-1t1c"
2372       output-file-name: "container-memif-l2-1t1c-xl710-3n-hsw"
2373       data: "plot-performance-trending-vpp-3n-hsw"
2374       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2375       parameters:
2376       - "result"
2377       layout: "plot-cpta"
2378
2379     - title: "3n-hsw-xl710-l2sw-memif-64b-base-2t2c"
2380       output-file-name: "container-memif-l2-2t2c-xl710-3n-hsw"
2381       data: "plot-performance-trending-vpp-3n-hsw"
2382       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2383       parameters:
2384       - "result"
2385       layout: "plot-cpta"
2386
2387     - title: "3n-hsw-xl710-l2sw-memif-64b-base-4t4c"
2388       output-file-name: "container-memif-l2-4t4c-xl710-3n-hsw"
2389       data: "plot-performance-trending-vpp-3n-hsw"
2390       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2391       parameters:
2392       - "result"
2393       layout: "plot-cpta"
2394
2395 # Container memif - xl710, IMIX
2396
2397     - title: "3n-hsw-xl710-l2sw-memif-imix-base-1t1c"
2398       output-file-name: "container-memif-imix-l2-1t1c-xl710-3n-hsw"
2399       data: "plot-performance-trending-vpp-3n-hsw"
2400       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2401       parameters:
2402       - "result"
2403       layout: "plot-cpta"
2404
2405     - title: "3n-hsw-xl710-l2sw-memif-imix-base-2t2c"
2406       output-file-name: "container-memif-imix-l2-2t2c-xl710-3n-hsw"
2407       data: "plot-performance-trending-vpp-3n-hsw"
2408       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2409       parameters:
2410       - "result"
2411       layout: "plot-cpta"
2412
2413     - title: "3n-hsw-xl710-l2sw-memif-imix-base-4t4c"
2414       output-file-name: "container-memif-imix-l2-4t4c-xl710-3n-hsw"
2415       data: "plot-performance-trending-vpp-3n-hsw"
2416       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2417       parameters:
2418       - "result"
2419       layout: "plot-cpta"
2420
2421 # Container memif - x710, 64B
2422
2423     - title: "3n-hsw-x710-l2sw-memif-64b-base-1t1c"
2424       output-file-name: "container-memif-l2-1t1c-x710-3n-hsw"
2425       data: "plot-performance-trending-vpp-3n-hsw"
2426       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2427       parameters:
2428       - "result"
2429       layout: "plot-cpta"
2430
2431     - title: "3n-hsw-x710-l2sw-memif-64b-base-2t2c"
2432       output-file-name: "container-memif-l2-2t2c-x710-3n-hsw"
2433       data: "plot-performance-trending-vpp-3n-hsw"
2434       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2435       parameters:
2436       - "result"
2437       layout: "plot-cpta"
2438
2439     - title: "3n-hsw-x710-l2sw-memif-64b-base-4t4c"
2440       output-file-name: "container-memif-l2-4t4c-x710-3n-hsw"
2441       data: "plot-performance-trending-vpp-3n-hsw"
2442       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
2443       parameters:
2444       - "result"
2445       layout: "plot-cpta"
2446
2447 # Container memif - x710, IMIX
2448
2449     - title: "3n-hsw-x710-l2sw-memif-imix-base-1t1c"
2450       output-file-name: "container-memif-imix-l2-1t1c-x710-3n-hsw"
2451       data: "plot-performance-trending-vpp-3n-hsw"
2452       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
2453       parameters:
2454       - "result"
2455       layout: "plot-cpta"
2456
2457     - title: "3n-hsw-x710-l2sw-memif-imix-base-2t2c"
2458       output-file-name: "container-memif-imix-l2-2t2c-x710-3n-hsw"
2459       data: "plot-performance-trending-vpp-3n-hsw"
2460       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
2461       parameters:
2462       - "result"
2463       layout: "plot-cpta"
2464
2465     - title: "3n-hsw-x710-l2sw-memif-imix-base-4t4c"
2466       output-file-name: "container-memif-imix-l2-4t4c-x710-3n-hsw"
2467       data: "plot-performance-trending-vpp-3n-hsw"
2468       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
2469       parameters:
2470       - "result"
2471       layout: "plot-cpta"
2472
2473 # VM vhost - x520, ethip4, 64B
2474
2475     - title: "3n-hsw-x520-ip4-vhost-64b-base-1t1c"
2476       output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-hsw"
2477       data: "plot-performance-trending-vpp-3n-hsw"
2478       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2479       parameters:
2480       - "result"
2481       layout: "plot-cpta"
2482
2483     - title: "3n-hsw-x520-ip4-vhost-64b-base-2t2c"
2484       output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-hsw"
2485       data: "plot-performance-trending-vpp-3n-hsw"
2486       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2487       parameters:
2488       - "result"
2489       layout: "plot-cpta"
2490
2491     - title: "3n-hsw-x520-ip4-vhost-64b-base-4t4c"
2492       output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-hsw"
2493       data: "plot-performance-trending-vpp-3n-hsw"
2494       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2495       parameters:
2496       - "result"
2497       layout: "plot-cpta"
2498
2499 # VM vhost - x520, ethip4, IMIX
2500
2501     - title: "3n-hsw-x520-ip4-vhost-imix-base-1t1c"
2502       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520-3n-hsw"
2503       data: "plot-performance-trending-vpp-3n-hsw"
2504       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2505       parameters:
2506       - "result"
2507       layout: "plot-cpta"
2508
2509     - title: "3n-hsw-x520-ip4-vhost-imix-base-2t2c"
2510       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520-3n-hsw"
2511       data: "plot-performance-trending-vpp-3n-hsw"
2512       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2513       parameters:
2514       - "result"
2515       layout: "plot-cpta"
2516
2517     - title: "3n-hsw-x520-ip4-vhost-imix-base-4t4c"
2518       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520-3n-hsw"
2519       data: "plot-performance-trending-vpp-3n-hsw"
2520       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST_1024' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2521       parameters:
2522       - "result"
2523       layout: "plot-cpta"
2524
2525 # VM vhost - x520, eth, 64B
2526
2527     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-1t1c"
2528       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2xc"
2529       data: "plot-performance-trending-vpp-3n-hsw"
2530       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2531
2532       parameters:
2533       - "result"
2534       layout: "plot-cpta"
2535
2536     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-2t2c"
2537       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2xc"
2538       data: "plot-performance-trending-vpp-3n-hsw"
2539       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2540       parameters:
2541       - "result"
2542       layout: "plot-cpta"
2543
2544     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-4t4c"
2545       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2xc"
2546       data: "plot-performance-trending-vpp-3n-hsw"
2547       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2548       parameters:
2549       - "result"
2550       layout: "plot-cpta"
2551
2552     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-1t1c"
2553       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2bd"
2554       data: "plot-performance-trending-vpp-3n-hsw"
2555       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2556
2557       parameters:
2558       - "result"
2559       layout: "plot-cpta"
2560
2561     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-2t2c"
2562       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2bd"
2563       data: "plot-performance-trending-vpp-3n-hsw"
2564       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2565       parameters:
2566       - "result"
2567       layout: "plot-cpta"
2568
2569     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-4t4c"
2570       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2bd"
2571       data: "plot-performance-trending-vpp-3n-hsw"
2572       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2573       parameters:
2574       - "result"
2575       layout: "plot-cpta"
2576
2577 # VM vhost - x520, eth, IMIX
2578
2579     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-1t1c"
2580       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2xc"
2581       data: "plot-performance-trending-vpp-3n-hsw"
2582       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2583
2584       parameters:
2585       - "result"
2586       layout: "plot-cpta"
2587
2588     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-2t2c"
2589       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2xc"
2590       data: "plot-performance-trending-vpp-3n-hsw"
2591       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2592       parameters:
2593       - "result"
2594       layout: "plot-cpta"
2595
2596     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-4t4c"
2597       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2xc"
2598       data: "plot-performance-trending-vpp-3n-hsw"
2599       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST_1024' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2600       parameters:
2601       - "result"
2602       layout: "plot-cpta"
2603
2604     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-1t1c"
2605       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2bd"
2606       data: "plot-performance-trending-vpp-3n-hsw"
2607       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2608
2609       parameters:
2610       - "result"
2611       layout: "plot-cpta"
2612
2613     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-2t2c"
2614       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2bd"
2615       data: "plot-performance-trending-vpp-3n-hsw"
2616       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2617       parameters:
2618       - "result"
2619       layout: "plot-cpta"
2620
2621     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-4t4c"
2622       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2bd"
2623       data: "plot-performance-trending-vpp-3n-hsw"
2624       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST_1024' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'CFS_OPT'"
2625       parameters:
2626       - "result"
2627       layout: "plot-cpta"
2628
2629 ## VM vhost - xl710, eth, 64B
2630 #
2631 #    - title: "3n-hsw-xl710-l2sw-vhost-64b-base-1t1c"
2632 #      output-file-name: "vm-vhost-eth-1t1c-xl710-3n-hsw"
2633 #      data: "plot-performance-trending-vpp-3n-hsw"
2634 #      filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2635 #
2636 #      parameters:
2637 #      - "result"
2638 #      layout: "plot-cpta"
2639 #
2640 #    - title: "3n-hsw-xl710-l2sw-vhost-64b-base-2t2c"
2641 #      output-file-name: "vm-vhost-eth-2t2c-xl710-3n-hsw"
2642 #      data: "plot-performance-trending-vpp-3n-hsw"
2643 #      filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2644 #      parameters:
2645 #      - "result"
2646 #      layout: "plot-cpta"
2647 #
2648 #    - title: "3n-hsw-xl710-l2sw-vhost-64b-base-4t4c"
2649 #      output-file-name: "vm-vhost-eth-4t4c-xl710-3n-hsw"
2650 #      data: "plot-performance-trending-vpp-3n-hsw"
2651 #      filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2652 #      parameters:
2653 #      - "result"
2654 #      layout: "plot-cpta"
2655
2656 ## VM vhost - xl710, eth, IMIX
2657 #
2658 #    - title: "3n-hsw-xl710-l2sw-vhost-imix-base-1t1c"
2659 #      output-file-name: "vm-vhost-imix-eth-1t1c-xl710-3n-hsw"
2660 #      data: "plot-performance-trending-vpp-3n-hsw"
2661 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2662 #
2663 #      parameters:
2664 #      - "result"
2665 #      layout: "plot-cpta"
2666 #
2667 #    - title: "3n-hsw-xl710-l2sw-vhost-imix-base-2t2c"
2668 #      output-file-name: "vm-vhost-imix-eth-2t2c-xl710-3n-hsw"
2669 #      data: "plot-performance-trending-vpp-3n-hsw"
2670 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2671 #      parameters:
2672 #      - "result"
2673 #      layout: "plot-cpta"
2674 #
2675 #    - title: "3n-hsw-xl710-l2sw-vhost-imix-base-4t4c"
2676 #      output-file-name: "vm-vhost-imix-eth-4t4c-xl710-3n-hsw"
2677 #      data: "plot-performance-trending-vpp-3n-hsw"
2678 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2679 #      parameters:
2680 #      - "result"
2681 #      layout: "plot-cpta"
2682
2683 # VM vhost - x710, ethip4, 64B
2684
2685     - title: "3n-hsw-x710-ip4-vhost-64b-base-1t1c"
2686       output-file-name: "vm-vhost-ethip4-1t1c-x710-3n-hsw"
2687       data: "plot-performance-trending-vpp-3n-hsw"
2688       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2689       parameters:
2690       - "result"
2691       layout: "plot-cpta"
2692
2693     - title: "3n-hsw-x710-ip4-vhost-64b-base-2t2c"
2694       output-file-name: "vm-vhost-ethip4-2t2c-x710-3n-hsw"
2695       data: "plot-performance-trending-vpp-3n-hsw"
2696       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2697       parameters:
2698       - "result"
2699       layout: "plot-cpta"
2700
2701     - title: "3n-hsw-x710-ip4-vhost-64b-base-4t4c"
2702       output-file-name: "vm-vhost-ethip4-4t4c-x710-3n-hsw"
2703       data: "plot-performance-trending-vpp-3n-hsw"
2704       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2705       parameters:
2706       - "result"
2707       layout: "plot-cpta"
2708
2709 # VM vhost - x710, ethip4, IMIX
2710
2711     - title: "3n-hsw-x710-ip4-vhost-imix-base-1t1c"
2712       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710-3n-hsw"
2713       data: "plot-performance-trending-vpp-3n-hsw"
2714       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2715       parameters:
2716       - "result"
2717       layout: "plot-cpta"
2718
2719     - title: "3n-hsw-x710-ip4-vhost-imix-base-2t2c"
2720       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710-3n-hsw"
2721       data: "plot-performance-trending-vpp-3n-hsw"
2722       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2723       parameters:
2724       - "result"
2725       layout: "plot-cpta"
2726
2727     - title: "3n-hsw-x710-ip4-vhost-imix-base-4t4c"
2728       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710-3n-hsw"
2729       data: "plot-performance-trending-vpp-3n-hsw"
2730       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2731       parameters:
2732       - "result"
2733       layout: "plot-cpta"
2734
2735 # VM vhost - x710, eth, 64B
2736
2737     - title: "3n-hsw-x710-l2sw-vhost-64b-base-1t1c"
2738       output-file-name: "vm-vhost-eth-1t1c-x710-3n-hsw"
2739       data: "plot-performance-trending-vpp-3n-hsw"
2740       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2741
2742       parameters:
2743       - "result"
2744       layout: "plot-cpta"
2745
2746     - title: "3n-hsw-x710-l2sw-vhost-64b-base-2t2c"
2747       output-file-name: "vm-vhost-eth-2t2c-x710-3n-hsw"
2748       data: "plot-performance-trending-vpp-3n-hsw"
2749       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2750       parameters:
2751       - "result"
2752       layout: "plot-cpta"
2753
2754     - title: "3n-hsw-x710-l2sw-vhost-64b-base-4t4c"
2755       output-file-name: "vm-vhost-eth-4t4c-x710-3n-hsw"
2756       data: "plot-performance-trending-vpp-3n-hsw"
2757       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2758       parameters:
2759       - "result"
2760       layout: "plot-cpta"
2761
2762 # VM vhost - x710, eth, IMIX
2763
2764     - title: "3n-hsw-x710-l2sw-vhost-imix-base-1t1c"
2765       output-file-name: "vm-vhost-imix-eth-1t1c-x710-3n-hsw"
2766       data: "plot-performance-trending-vpp-3n-hsw"
2767       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2768
2769       parameters:
2770       - "result"
2771       layout: "plot-cpta"
2772
2773     - title: "3n-hsw-x710-l2sw-vhost-imix-base-2t2c"
2774       output-file-name: "vm-vhost-imix-eth-2t2c-x710-3n-hsw"
2775       data: "plot-performance-trending-vpp-3n-hsw"
2776       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2777       parameters:
2778       - "result"
2779       layout: "plot-cpta"
2780
2781     - title: "3n-hsw-x710-l2sw-vhost-imix-base-4t4c"
2782       output-file-name: "vm-vhost-imix-eth-4t4c-x710-3n-hsw"
2783       data: "plot-performance-trending-vpp-3n-hsw"
2784       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2785       parameters:
2786       - "result"
2787       layout: "plot-cpta"
2788
2789 # VTS - x520, 114B
2790
2791     - title: "3n-hsw-x520-vts-114b-1t1c"
2792       output-file-name: "vts-114b-1t1c-x520-3n-hsw"
2793       data: "plot-performance-trending-vpp-3n-hsw"
2794       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '1T1C' and 'VHOST' and 'VTS'"
2795       parameters:
2796       - "result"
2797       layout: "plot-cpta"
2798
2799     - title: "3n-hsw-x520-vts-114b-2t2c"
2800       output-file-name: "vts-114b-2t2c-x520-3n-hsw"
2801       data: "plot-performance-trending-vpp-3n-hsw"
2802       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '2T2C' and 'VHOST' and 'VTS'"
2803       parameters:
2804       - "result"
2805       layout: "plot-cpta"
2806
2807     - title: "3n-hsw-x520-vts-114b-4t4c"
2808       output-file-name: "vts-114b-4t4c-x520-3n-hsw"
2809       data: "plot-performance-trending-vpp-3n-hsw"
2810       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '4T4C' and 'VHOST' and 'VTS'"
2811       parameters:
2812       - "result"
2813       layout: "plot-cpta"
2814
2815 # IPSec
2816
2817 #    - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-1t1c"
2818 #      output-file-name: "ipsec-1t1c-xl710-3n-hsw"
2819 #      data: "plot-performance-trending-vpp-3n-hsw"
2820 #      filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and not 'VHOST'"
2821 #      parameters:
2822 #      - "result"
2823 #      layout: "plot-cpta"
2824 #
2825 #    - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-2t2c"
2826 #      output-file-name: "ipsec-2t2c-xl710-3n-hsw"
2827 #      data: "plot-performance-trending-vpp-3n-hsw"
2828 #      filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and not 'VHOST'"
2829 #      parameters:
2830 #      - "result"
2831 #      layout: "plot-cpta"
2832 #
2833 #    - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-4t4c"
2834 #      output-file-name: "ipsec-4t4c-xl710-3n-hsw"
2835 #      data: "plot-performance-trending-vpp-3n-hsw"
2836 #      filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and not 'VHOST'"
2837 #      parameters:
2838 #      - "result"
2839 #      layout: "plot-cpta"
2840
2841 # IPSec - SW INT
2842     - title: "3n-hsw-x710-ip4-ipsecsw-int-64b-base-scale-1t1c"
2843       output-file-name: "ipsecsw-int-1t1c-x710-3n-hsw"
2844       data: "plot-performance-trending-vpp-3n-hsw"
2845       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
2846       parameters:
2847       - "result"
2848       layout: "plot-cpta"
2849
2850     - title: "3n-hsw-x710-ip4-ipsecsw-int-64b-base-scale-2t2c"
2851       output-file-name: "ipsecsw-int-2t2c-x710-3n-hsw"
2852       data: "plot-performance-trending-vpp-3n-hsw"
2853       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
2854       parameters:
2855       - "result"
2856       layout: "plot-cpta"
2857
2858     - title: "3n-hsw-x710-ip4-ipsecsw-int-64b-base-scale-4t4c"
2859       output-file-name: "ipsecsw-int-4t4c-x710-3n-hsw"
2860       data: "plot-performance-trending-vpp-3n-hsw"
2861       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
2862       parameters:
2863       - "result"
2864       layout: "plot-cpta"
2865
2866 # IPSec - SW TUN
2867     - title: "3n-hsw-x710-ip4-ipsecsw-tnl-64b-base-scale-1t1c"
2868       output-file-name: "ipsecsw-tnl-1t1c-x710-3n-hsw"
2869       data: "plot-performance-trending-vpp-3n-hsw"
2870       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
2871       parameters:
2872       - "result"
2873       layout: "plot-cpta"
2874
2875     - title: "3n-hsw-x710-ip4-ipsecsw-tnl-64b-base-scale-2t2c"
2876       output-file-name: "ipsecsw-tnl-2t2c-x710-3n-hsw"
2877       data: "plot-performance-trending-vpp-3n-hsw"
2878       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
2879       parameters:
2880       - "result"
2881       layout: "plot-cpta"
2882
2883     - title: "3n-hsw-x710-ip4-ipsecsw-tnl-64b-base-scale-4t4c"
2884       output-file-name: "ipsecsw-tnl-4t4c-x710-3n-hsw"
2885       data: "plot-performance-trending-vpp-3n-hsw"
2886       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
2887       parameters:
2888       - "result"
2889       layout: "plot-cpta"
2890
2891 # SRv6 - x520
2892
2893     - title: "3n-hsw-x520-srv6-78b-1t1c"
2894       output-file-name: "srv6-78b-1t1c-x520-3n-hsw"
2895       data: "plot-performance-trending-vpp-3n-hsw"
2896       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
2897       parameters:
2898       - "result"
2899       layout: "plot-cpta"
2900
2901     - title: "3n-hsw-x520-srv6-78b-2t2c"
2902       output-file-name: "srv6-78b-2t2c-x520-3n-hsw"
2903       data: "plot-performance-trending-vpp-3n-hsw"
2904       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
2905       parameters:
2906       - "result"
2907       layout: "plot-cpta"
2908
2909     - title: "3n-hsw-x520-srv6-78b-4t4c"
2910       output-file-name: "srv6-78b-4t4c-x520-3n-hsw"
2911       data: "plot-performance-trending-vpp-3n-hsw"
2912       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
2913       parameters:
2914       - "result"
2915       layout: "plot-cpta"
2916
2917 #    - title: "3n-hsw-x520-srv6-imix-1t1c"
2918 #      output-file-name: "srv6-imix-1t1c-x520-3n-hsw"
2919 #      data: "plot-performance-trending-vpp-3n-hsw"
2920 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
2921 #      parameters:
2922 #      - "result"
2923 #      layout: "plot-cpta"
2924 #
2925 #    - title: "3n-hsw-x520-srv6-imix-2t2c"
2926 #      output-file-name: "srv6-imix-2t2c-x520-3n-hsw"
2927 #      data: "plot-performance-trending-vpp-3n-hsw"
2928 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
2929 #      parameters:
2930 #      - "result"
2931 #      layout: "plot-cpta"
2932 #
2933 #    - title: "3n-hsw-x520-srv6-imix-4t4c"
2934 #      output-file-name: "srv6-imix-4t4c-x520-3n-hsw"
2935 #      data: "plot-performance-trending-vpp-3n-hsw"
2936 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
2937 #      parameters:
2938 #      - "result"
2939 #      layout: "plot-cpta"
2940
2941 # Link Bonding - x520
2942
2943     - title: "3n-hsw-x520-lb-64b-1t1c"
2944       output-file-name: "lb-64b-1t1c-x520-3n-hsw"
2945       data: "plot-performance-trending-vpp-3n-hsw"
2946       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'"
2947       parameters:
2948       - "result"
2949       layout: "plot-cpta"
2950
2951     - title: "3n-hsw-x520-lb-64b-2t2c"
2952       output-file-name: "lb-64b-2t2c-x520-3n-hsw"
2953       data: "plot-performance-trending-vpp-3n-hsw"
2954       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'"
2955       parameters:
2956       - "result"
2957       layout: "plot-cpta"
2958
2959     - title: "3n-hsw-x520-lb-64b-4t4c"
2960       output-file-name: "lb-64b-4t4c-x520-3n-hsw"
2961       data: "plot-performance-trending-vpp-3n-hsw"
2962       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'"
2963       parameters:
2964       - "result"
2965       layout: "plot-cpta"
2966
2967     - title: "3n-hsw-x520-lb-imix-1t1c"
2968       output-file-name: "lb-imix-1t1c-x520-3n-hsw"
2969       data: "plot-performance-trending-vpp-3n-hsw"
2970       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'"
2971       parameters:
2972       - "result"
2973       layout: "plot-cpta"
2974
2975     - title: "3n-hsw-x520-lb-imix-2t2c"
2976       output-file-name: "lb-imix-2t2c-x520-3n-hsw"
2977       data: "plot-performance-trending-vpp-3n-hsw"
2978       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'"
2979       parameters:
2980       - "result"
2981       layout: "plot-cpta"
2982
2983     - title: "3n-hsw-x520-lb-imix-4t4c"
2984       output-file-name: "lb-imix-4t4c-x520-3n-hsw"
2985       data: "plot-performance-trending-vpp-3n-hsw"
2986       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'"
2987       parameters:
2988       - "result"
2989       layout: "plot-cpta"
2990
2991 # Link Bonding - x710
2992
2993     - title: "3n-hsw-x710-lb-64b-1t1c"
2994       output-file-name: "lb-64b-1t1c-x710-3n-hsw"
2995       data: "plot-performance-trending-vpp-3n-hsw"
2996       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
2997       parameters:
2998       - "result"
2999       layout: "plot-cpta"
3000
3001     - title: "3n-hsw-x710-lb-64b-2t2c"
3002       output-file-name: "lb-64b-2t2c-x710-3n-hsw"
3003       data: "plot-performance-trending-vpp-3n-hsw"
3004       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
3005       parameters:
3006       - "result"
3007       layout: "plot-cpta"
3008
3009     - title: "3n-hsw-x710-lb-64b-4t4c"
3010       output-file-name: "lb-64b-4t4c-x710-3n-hsw"
3011       data: "plot-performance-trending-vpp-3n-hsw"
3012       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
3013       parameters:
3014       - "result"
3015       layout: "plot-cpta"
3016
3017     - title: "3n-hsw-x710-lb-imix-1t1c"
3018       output-file-name: "lb-imix-1t1c-x710-3n-hsw"
3019       data: "plot-performance-trending-vpp-3n-hsw"
3020       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
3021       parameters:
3022       - "result"
3023       layout: "plot-cpta"
3024
3025     - title: "3n-hsw-x710-lb-imix-2t2c"
3026       output-file-name: "lb-imix-2t2c-x710-3n-hsw"
3027       data: "plot-performance-trending-vpp-3n-hsw"
3028       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
3029       parameters:
3030       - "result"
3031       layout: "plot-cpta"
3032
3033     - title: "3n-hsw-x710-lb-imix-4t4c"
3034       output-file-name: "lb-imix-4t4c-x710-3n-hsw"
3035       data: "plot-performance-trending-vpp-3n-hsw"
3036       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
3037       parameters:
3038       - "result"
3039       layout: "plot-cpta"
3040
3041 # DPDK - x520 - 64B
3042
3043     - title: "3n-hsw-x520-dpdk-64b-1t1c"
3044       output-file-name: "dpdk-64b-1t1c-x520-3n-hsw"
3045       data: "plot-performance-trending-dpdk-3n-hsw"
3046       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
3047       parameters:
3048       - "result"
3049       layout: "plot-cpta"
3050
3051     - title: "3n-hsw-x520-dpdk-64b-2t2c"
3052       output-file-name: "dpdk-64b-2t2c-x520-3n-hsw"
3053       data: "plot-performance-trending-dpdk-3n-hsw"
3054       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
3055       parameters:
3056       - "result"
3057       layout: "plot-cpta"
3058
3059     - title: "3n-hsw-x520-dpdk-64b-4t4c"
3060       output-file-name: "dpdk-64b-4t4c-x520-3n-hsw"
3061       data: "plot-performance-trending-dpdk-3n-hsw"
3062       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
3063       parameters:
3064       - "result"
3065       layout: "plot-cpta"
3066
3067 # DPDK - x710 - 64B
3068
3069     - title: "3n-hsw-x710-dpdk-64b-1t1c"
3070       output-file-name: "dpdk-64b-1t1c-x710-3n-hsw"
3071       data: "plot-performance-trending-dpdk-3n-hsw"
3072       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
3073       parameters:
3074       - "result"
3075       layout: "plot-cpta"
3076
3077     - title: "3n-hsw-x710-dpdk-64b-2t2c"
3078       output-file-name: "dpdk-64b-2t2c-x710-3n-hsw"
3079       data: "plot-performance-trending-dpdk-3n-hsw"
3080       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
3081       parameters:
3082       - "result"
3083       layout: "plot-cpta"
3084
3085     - title: "3n-hsw-x710-dpdk-64b-4t4c"
3086       output-file-name: "dpdk-64b-4t4c-x710-3n-hsw"
3087       data: "plot-performance-trending-dpdk-3n-hsw"
3088       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
3089       parameters:
3090       - "result"
3091       layout: "plot-cpta"
3092
3093 # DPDK - xl710 - 64B
3094
3095     - title: "3n-hsw-xl710-dpdk-64b-1t1c"
3096       output-file-name: "dpdk-64b-1t1c-xl710-3n-hsw"
3097       data: "plot-performance-trending-dpdk-3n-hsw"
3098       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
3099       parameters:
3100       - "result"
3101       layout: "plot-cpta"
3102
3103     - title: "3n-hsw-xl710-dpdk-64b-2t2c"
3104       output-file-name: "dpdk-64b-2t2c-xl710-3n-hsw"
3105       data: "plot-performance-trending-dpdk-3n-hsw"
3106       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
3107       parameters:
3108       - "result"
3109       layout: "plot-cpta"
3110
3111     - title: "3n-hsw-xl710-dpdk-64b-4t4c"
3112       output-file-name: "dpdk-64b-4t4c-xl710-3n-hsw"
3113       data: "plot-performance-trending-dpdk-3n-hsw"
3114       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
3115       parameters:
3116       - "result"
3117       layout: "plot-cpta"
3118
3119 ## DPDK - x520 - IMIX
3120 #
3121 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3122 #      output-file-name: "dpdk-imix-1t1c-x520-3n-hsw"
3123 #      data: "plot-performance-trending-dpdk-3n-hsw"
3124 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
3125 #      parameters:
3126 #      - "result"
3127 #      layout: "plot-cpta"
3128 #
3129 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
3130 #      output-file-name: "dpdk-imix-2t2c-x520-3n-hsw"
3131 #      data: "plot-performance-trending-dpdk-3n-hsw"
3132 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
3133 #      parameters:
3134 #      - "result"
3135 #      layout: "plot-cpta"
3136 #
3137 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
3138 #      output-file-name: "dpdk-imix-4t4c-x520-3n-hsw"
3139 #      data: "plot-performance-trending-dpdk-3n-hsw"
3140 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3141 #      parameters:
3142 #      - "result"
3143 #      layout: "plot-cpta"
3144 #
3145 ## DPDK - x710 - IMIX
3146 #
3147 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3148 #      output-file-name: "dpdk-imix-1t1c-x710-3n-hsw"
3149 #      data: "plot-performance-trending-dpdk-3n-hsw"
3150 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
3151 #      parameters:
3152 #      - "result"
3153 #      layout: "plot-cpta"
3154 #
3155 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
3156 #      output-file-name: "dpdk-imix-2t2c-x710-3n-hsw"
3157 #      data: "plot-performance-trending-dpdk-3n-hsw"
3158 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
3159 #      parameters:
3160 #      - "result"
3161 #      layout: "plot-cpta"
3162 #
3163 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
3164 #      output-file-name: "dpdk-imix-4t4c-x710-3n-hsw"
3165 #      data: "plot-performance-trending-dpdk-3n-hsw"
3166 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3167 #      parameters:
3168 #      - "result"
3169 #      layout: "plot-cpta"
3170 #
3171 ## DPDK - xl710 - IMIX
3172 #
3173 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3174 #      output-file-name: "dpdk-imix-1t1c-xl710-3n-hsw"
3175 #      data: "plot-performance-trending-dpdk-3n-hsw"
3176 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
3177 #      parameters:
3178 #      - "result"
3179 #      layout: "plot-cpta"
3180 #
3181 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
3182 #      output-file-name: "dpdk-imix-2t2c-xl710-3n-hsw"
3183 #      data: "plot-performance-trending-dpdk-3n-hsw"
3184 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
3185 #      parameters:
3186 #      - "result"
3187 #      layout: "plot-cpta"
3188 #
3189 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
3190 #      output-file-name: "dpdk-imix-4t4c-xl710-3n-hsw"
3191 #      data: "plot-performance-trending-dpdk-3n-hsw"
3192 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3193 #      parameters:
3194 #      - "result"
3195 #      layout: "plot-cpta"
3196
3197 ################################################################################
3198 # 3n-skx
3199
3200 # L2 - x710
3201
3202     - title: "3n-skx-x710-l2sw-64b-base-scale-2t1c"
3203       output-file-name: "l2-2t1c-x710-3n-skx"
3204       data: "plot-performance-trending-vpp-3n-skx"
3205       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3206       parameters:
3207       - "result"
3208       layout: "plot-cpta"
3209
3210     - title: "3n-skx-x710-l2sw-64b-base-scale-4t2c"
3211       output-file-name: "l2-4t2c-x710-3n-skx"
3212       data: "plot-performance-trending-vpp-3n-skx"
3213       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3214       parameters:
3215       - "result"
3216       layout: "plot-cpta"
3217
3218     - title: "3n-skx-x710-l2sw-64b-base-scale-8t4c"
3219       output-file-name: "l2-8t4c-x710-3n-skx"
3220       data: "plot-performance-trending-vpp-3n-skx"
3221       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3222       parameters:
3223       - "result"
3224       layout: "plot-cpta"
3225
3226     - title: "3n-skx-x710-l2sw-64b-features-2t1c"
3227       output-file-name: "l2-feature-2t1c-x710-3n-skx"
3228       data: "plot-performance-trending-vpp-3n-skx"
3229       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3230       parameters:
3231       - "result"
3232       layout: "plot-cpta"
3233
3234     - title: "3n-skx-x710-l2sw-64b-features-4t2c"
3235       output-file-name: "l2-feature-4t2c-x710-3n-skx"
3236       data: "plot-performance-trending-vpp-3n-skx"
3237       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3238       parameters:
3239       - "result"
3240       layout: "plot-cpta"
3241
3242     - title: "3n-skx-x710-l2sw-64b-features-8t4c"
3243       output-file-name: "l2-feature-8t4c-x710-3n-skx"
3244       data: "plot-performance-trending-vpp-3n-skx"
3245       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3246       parameters:
3247       - "result"
3248       layout: "plot-cpta"
3249
3250 # L2 - xxv710
3251
3252     - title: "3n-skx-xxv710-l2sw-64b-base-scale-2t1c"
3253       output-file-name: "l2-2t1c-xxv710-3n-skx"
3254       data: "plot-performance-trending-vpp-3n-skx"
3255       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'"
3256       parameters:
3257       - "result"
3258       layout: "plot-cpta"
3259
3260     - title: "3n-skx-xxv710-l2sw-64b-base-scale-4t2c"
3261       output-file-name: "l2-4t2c-xxv710-3n-skx"
3262       data: "plot-performance-trending-vpp-3n-skx"
3263       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'"
3264       parameters:
3265       - "result"
3266       layout: "plot-cpta"
3267
3268     - title: "3n-skx-xxv710-l2sw-64b-base-scale-8t4c"
3269       output-file-name: "l2-8t4c-xxv710-3n-skx"
3270       data: "plot-performance-trending-vpp-3n-skx"
3271       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'"
3272       parameters:
3273       - "result"
3274       layout: "plot-cpta"
3275
3276     - title: "3n-skx-xxv710-l2sw-64b-features-2t1c"
3277       output-file-name: "l2-feature-2t1c-xxv710-3n-skx"
3278       data: "plot-performance-trending-vpp-3n-skx"
3279       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3280       parameters:
3281       - "result"
3282       layout: "plot-cpta"
3283
3284     - title: "3n-skx-xxv710-l2sw-64b-features-4t2c"
3285       output-file-name: "l2-feature-4t2c-xxv710-3n-skx"
3286       data: "plot-performance-trending-vpp-3n-skx"
3287       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3288       parameters:
3289       - "result"
3290       layout: "plot-cpta"
3291
3292     - title: "3n-skx-xxv710-l2sw-64b-features-8t4c"
3293       output-file-name: "l2-feature-8t4c-xxv710-3n-skx"
3294       data: "plot-performance-trending-vpp-3n-skx"
3295       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3296       parameters:
3297       - "result"
3298       layout: "plot-cpta"
3299
3300 # IPv4 - x710
3301
3302     - title: "3n-skx-x710-ip4-64b-base-scale-2t1c"
3303       output-file-name: "ip4-2t1c-x710-3n-skx"
3304       data: "plot-performance-trending-vpp-3n-skx"
3305       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
3306       parameters:
3307       - "result"
3308       layout: "plot-cpta"
3309
3310     - title: "3n-skx-x710-ip4-64b-base-scale-4t2c"
3311       output-file-name: "ip4-4t2c-x710-3n-skx"
3312       data: "plot-performance-trending-vpp-3n-skx"
3313       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
3314       parameters:
3315       - "result"
3316       layout: "plot-cpta"
3317
3318     - title: "3n-skx-x710-ip4-64b-base-scale-8t4c"
3319       output-file-name: "ip4-8t4c-x710-3n-skx"
3320       data: "plot-performance-trending-vpp-3n-skx"
3321       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
3322       parameters:
3323       - "result"
3324       layout: "plot-cpta"
3325
3326     - title: "3n-skx-x710-ip4-64b-features-2t1c"
3327       output-file-name: "ip4-feature-2t1c-x710-3n-skx"
3328       data: "plot-performance-trending-vpp-3n-skx"
3329       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3330       parameters:
3331       - "result"
3332       layout: "plot-cpta"
3333
3334     - title: "3n-skx-x710-ip4-64b-features-4t2c"
3335       output-file-name: "ip4-feature-4t2c-x710-3n-skx"
3336       data: "plot-performance-trending-vpp-3n-skx"
3337       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3338       parameters:
3339       - "result"
3340       layout: "plot-cpta"
3341
3342     - title: "3n-skx-x710-ip4-64b-features-8t4c"
3343       output-file-name: "ip4-feature-8t4c-x710-3n-skx"
3344       data: "plot-performance-trending-vpp-3n-skx"
3345       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3346       parameters:
3347       - "result"
3348       layout: "plot-cpta"
3349
3350 # IPv4 - xxv710
3351
3352     - title: "3n-skx-xxv710-ip4-64b-base-scale-2t1c"
3353       output-file-name: "ip4-2t1c-xxv710-3n-skx"
3354       data: "plot-performance-trending-vpp-3n-skx"
3355       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
3356       parameters:
3357       - "result"
3358       layout: "plot-cpta"
3359
3360     - title: "3n-skx-xxv710-ip4-64b-base-scale-4t2c"
3361       output-file-name: "ip4-4t2c-xxv710-3n-skx"
3362       data: "plot-performance-trending-vpp-3n-skx"
3363       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
3364       parameters:
3365       - "result"
3366       layout: "plot-cpta"
3367
3368     - title: "3n-skx-xxv710-ip4-64b-base-scale-8t4c"
3369       output-file-name: "ip4-8t4c-xxv710-3n-skx"
3370       data: "plot-performance-trending-vpp-3n-skx"
3371       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
3372       parameters:
3373       - "result"
3374       layout: "plot-cpta"
3375
3376     - title: "3n-skx-xxv710-ip4-64b-features-2t1c"
3377       output-file-name: "ip4-feature-2t1c-xxv710-3n-skx"
3378       data: "plot-performance-trending-vpp-3n-skx"
3379       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3380       parameters:
3381       - "result"
3382       layout: "plot-cpta"
3383
3384     - title: "3n-skx-xxv710-ip4-64b-features-4t2c"
3385       output-file-name: "ip4-feature-4t2c-xxv710-3n-skx"
3386       data: "plot-performance-trending-vpp-3n-skx"
3387       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3388       parameters:
3389       - "result"
3390       layout: "plot-cpta"
3391
3392     - title: "3n-skx-xxv710-ip4-64b-features-8t4c"
3393       output-file-name: "ip4-feature-8t4c-xxv710-3n-skx"
3394       data: "plot-performance-trending-vpp-3n-skx"
3395       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3396       parameters:
3397       - "result"
3398       layout: "plot-cpta"
3399
3400 # IPv4 Tunnels - x710
3401
3402     - title: "3n-skx-x710-ip4tun-64b-base-2t1c"
3403       output-file-name: "ip4-tunnels-2t1c-x710-3n-skx"
3404       data: "plot-performance-trending-vpp-3n-skx"
3405       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
3406       parameters:
3407       - "result"
3408       layout: "plot-cpta"
3409
3410     - title: "3n-skx-x710-ip4tun-64b-base-4t2c"
3411       output-file-name: "ip4-tunnels-4t2c-x710-3n-skx"
3412       data: "plot-performance-trending-vpp-3n-skx"
3413       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
3414       parameters:
3415       - "result"
3416       layout: "plot-cpta"
3417
3418     - title: "3n-skx-x710-ip4tun-64b-base-8t4c"
3419       output-file-name: "ip4-tunnels-8t4c-x710-3n-skx"
3420       data: "plot-performance-trending-vpp-3n-skx"
3421       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
3422       parameters:
3423       - "result"
3424       layout: "plot-cpta"
3425
3426 # IPv4 Tunnels - xxv710
3427
3428     - title: "3n-skx-xxv710-ip4tun-64b-base-2t1c"
3429       output-file-name: "ip4-tunnels-2t1c-xxv710-3n-skx"
3430       data: "plot-performance-trending-vpp-3n-skx"
3431       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
3432       parameters:
3433       - "result"
3434       layout: "plot-cpta"
3435
3436     - title: "3n-skx-xxv710-ip4tun-64b-base-4t2c"
3437       output-file-name: "ip4-tunnels-4t2c-xxv710-3n-skx"
3438       data: "plot-performance-trending-vpp-3n-skx"
3439       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
3440       parameters:
3441       - "result"
3442       layout: "plot-cpta"
3443
3444     - title: "3n-skx-xxv710-ip4tun-64b-base-8t4c"
3445       output-file-name: "ip4-tunnels-8t4c-xxv710-3n-skx"
3446       data: "plot-performance-trending-vpp-3n-skx"
3447       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
3448       parameters:
3449       - "result"
3450       layout: "plot-cpta"
3451
3452 # IPv6 - x710
3453
3454     - title: "3n-skx-x710-ip6-78b-base-scale-2t1c"
3455       output-file-name: "ip6-2t1c-x710-3n-skx"
3456       data: "plot-performance-trending-vpp-3n-skx"
3457       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
3458       parameters:
3459       - "result"
3460       layout: "plot-cpta"
3461
3462     - title: "3n-skx-x710-ip6-78b-base-scale-4t2c"
3463       output-file-name: "ip6-4t2c-x710-3n-skx"
3464       data: "plot-performance-trending-vpp-3n-skx"
3465       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
3466       parameters:
3467       - "result"
3468       layout: "plot-cpta"
3469
3470     - title: "3n-skx-x710-ip6-78b-base-scale-8t4c"
3471       output-file-name: "ip6-8t4c-x710-3n-skx"
3472       data: "plot-performance-trending-vpp-3n-skx"
3473       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
3474       parameters:
3475       - "result"
3476       layout: "plot-cpta"
3477
3478 # IPv6 - xxv710
3479
3480     - title: "3n-skx-xxv710-ip6-78b-base-scale-2t1c"
3481       output-file-name: "ip6-2t1c-xxv710-3n-skx"
3482       data: "plot-performance-trending-vpp-3n-skx"
3483       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
3484       parameters:
3485       - "result"
3486       layout: "plot-cpta"
3487
3488     - title: "3n-skx-xxv710-ip6-78b-base-scale-4t2c"
3489       output-file-name: "ip6-4t2c-xxv710-3n-skx"
3490       data: "plot-performance-trending-vpp-3n-skx"
3491       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
3492       parameters:
3493       - "result"
3494       layout: "plot-cpta"
3495
3496     - title: "3n-skx-xxv710-ip6-78b-base-scale-8t4c"
3497       output-file-name: "ip6-8t4c-xxv710-3n-skx"
3498       data: "plot-performance-trending-vpp-3n-skx"
3499       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
3500       parameters:
3501       - "result"
3502       layout: "plot-cpta"
3503
3504 # Container memif - x710, 64B
3505
3506     - title: "3n-skx-x710-l2sw-memif-64b-base-2t1c"
3507       output-file-name: "container-memif-l2-2t1c-x710-3n-skx"
3508       data: "plot-performance-trending-vpp-3n-skx"
3509       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3510       parameters:
3511       - "result"
3512       layout: "plot-cpta"
3513
3514     - title: "3n-skx-x710-l2sw-memif-64b-base-4t2c"
3515       output-file-name: "container-memif-l2-4t2c-x710-3n-skx"
3516       data: "plot-performance-trending-vpp-3n-skx"
3517       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3518       parameters:
3519       - "result"
3520       layout: "plot-cpta"
3521
3522     - title: "3n-skx-x710-l2sw-memif-64b-base-8t4c"
3523       output-file-name: "container-memif-l2-8t4c-x710-3n-skx"
3524       data: "plot-performance-trending-vpp-3n-skx"
3525       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3526       parameters:
3527       - "result"
3528       layout: "plot-cpta"
3529
3530 # Container memif - xxv710, 64B
3531
3532     - title: "3n-skx-xxv710-l2sw-memif-64b-base-2t1c"
3533       output-file-name: "container-memif-l2-2t1c-xxv710-3n-skx"
3534       data: "plot-performance-trending-vpp-3n-skx"
3535       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3536       parameters:
3537       - "result"
3538       layout: "plot-cpta"
3539
3540     - title: "3n-skx-xxv710-l2sw-memif-64b-base-4t2c"
3541       output-file-name: "container-memif-l2-4t2c-xxv710-3n-skx"
3542       data: "plot-performance-trending-vpp-3n-skx"
3543       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3544       parameters:
3545       - "result"
3546       layout: "plot-cpta"
3547
3548     - title: "3n-skx-xxv710-l2sw-memif-64b-base-8t4c"
3549       output-file-name: "container-memif-l2-8t4c-xxv710-3n-skx"
3550       data: "plot-performance-trending-vpp-3n-skx"
3551       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3552       parameters:
3553       - "result"
3554       layout: "plot-cpta"
3555
3556 # Container memif - x710, IMIX
3557
3558     - title: "3n-skx-x710-l2sw-memif-imix-base-2t1c"
3559       output-file-name: "container-memif-imix-l2-2t1c-x710-3n-skx"
3560       data: "plot-performance-trending-vpp-3n-skx"
3561       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
3562       parameters:
3563       - "result"
3564       layout: "plot-cpta"
3565
3566     - title: "3n-skx-x710-l2sw-memif-imix-base-4t2c"
3567       output-file-name: "container-memif-imix-l2-4t2c-x710-3n-skx"
3568       data: "plot-performance-trending-vpp-3n-skx"
3569       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
3570       parameters:
3571       - "result"
3572       layout: "plot-cpta"
3573
3574     - title: "3n-skx-x710-l2sw-memif-imix-base-8t4c"
3575       output-file-name: "container-memif-imix-l2-8t4c-x710-3n-skx"
3576       data: "plot-performance-trending-vpp-3n-skx"
3577       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'DOT1Q' and not 'NF_DENSITY'"
3578       parameters:
3579       - "result"
3580       layout: "plot-cpta"
3581
3582 # Container memif - xxv710, IMIX
3583
3584     - title: "3n-skx-xxv710-l2sw-memif-imix-base-2t1c"
3585       output-file-name: "container-memif-imix-l2-2t1c-xxv710-3n-skx"
3586       data: "plot-performance-trending-vpp-3n-skx"
3587       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3588       parameters:
3589       - "result"
3590       layout: "plot-cpta"
3591
3592     - title: "3n-skx-xxv710-l2sw-memif-imix-base-4t2c"
3593       output-file-name: "container-memif-imix-l2-4t2c-xxv710-3n-skx"
3594       data: "plot-performance-trending-vpp-3n-skx"
3595       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3596       parameters:
3597       - "result"
3598       layout: "plot-cpta"
3599
3600     - title: "3n-skx-xxv710-l2sw-memif-imix-base-8t4c"
3601       output-file-name: "container-memif-imix-l2-8t4c-xxv710-3n-skx"
3602       data: "plot-performance-trending-vpp-3n-skx"
3603       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
3604       parameters:
3605       - "result"
3606       layout: "plot-cpta"
3607
3608 # VM vhost - x710, ethip4, 64B
3609
3610     - title: "3n-skx-x710-ip4-vhost-64b-base-2t1c"
3611       output-file-name: "vm-vhost-ethip4-2t1c-x710-3n-skx"
3612       data: "plot-performance-trending-vpp-3n-skx"
3613       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3614       parameters:
3615       - "result"
3616       layout: "plot-cpta"
3617
3618     - title: "3n-skx-x710-ip4-vhost-64b-base-4t2c"
3619       output-file-name: "vm-vhost-ethip4-4t2c-x710-3n-skx"
3620       data: "plot-performance-trending-vpp-3n-skx"
3621       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3622       parameters:
3623       - "result"
3624       layout: "plot-cpta"
3625
3626     - title: "3n-skx-x710-ip4-vhost-64b-base-8t4c"
3627       output-file-name: "vm-vhost-ethip4-8t4c-x710-3n-skx"
3628       data: "plot-performance-trending-vpp-3n-skx"
3629       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3630       parameters:
3631       - "result"
3632       layout: "plot-cpta"
3633
3634 # VM vhost - xxv710, ethip4, 64B
3635
3636     - title: "3n-skx-xxv710-ip4-vhost-64b-base-2t1c"
3637       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-3n-skx"
3638       data: "plot-performance-trending-vpp-3n-skx"
3639       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3640       parameters:
3641       - "result"
3642       layout: "plot-cpta"
3643
3644     - title: "3n-skx-xxv710-ip4-vhost-64b-base-4t2c"
3645       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-3n-skx"
3646       data: "plot-performance-trending-vpp-3n-skx"
3647       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3648       parameters:
3649       - "result"
3650       layout: "plot-cpta"
3651
3652     - title: "3n-skx-xxv710-ip4-vhost-64b-base-8t4c"
3653       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-3n-skx"
3654       data: "plot-performance-trending-vpp-3n-skx"
3655       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3656       parameters:
3657       - "result"
3658       layout: "plot-cpta"
3659
3660 # VM vhost - x710, ethip4, IMIX
3661
3662     - title: "3n-skx-x710-ip4-vhost-imix-base-2t1c"
3663       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-3n-skx"
3664       data: "plot-performance-trending-vpp-3n-skx"
3665       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3666       parameters:
3667       - "result"
3668       layout: "plot-cpta"
3669
3670     - title: "3n-skx-x710-ip4-vhost-imix-base-4t2c"
3671       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-3n-skx"
3672       data: "plot-performance-trending-vpp-3n-skx"
3673       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3674       parameters:
3675       - "result"
3676       layout: "plot-cpta"
3677
3678     - title: "3n-skx-x710-ip4-vhost-imix-base-8t4c"
3679       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-3n-skx"
3680       data: "plot-performance-trending-vpp-3n-skx"
3681       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3682       parameters:
3683       - "result"
3684       layout: "plot-cpta"
3685
3686 # VM vhost - xxv710, ethip4, IMIX
3687
3688     - title: "3n-skx-xxv710-ip4-vhost-imix-base-2t1c"
3689       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-3n-skx"
3690       data: "plot-performance-trending-vpp-3n-skx"
3691       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3692       parameters:
3693       - "result"
3694       layout: "plot-cpta"
3695
3696     - title: "3n-skx-xxv710-ip4-vhost-imix-base-4t2c"
3697       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-3n-skx"
3698       data: "plot-performance-trending-vpp-3n-skx"
3699       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3700       parameters:
3701       - "result"
3702       layout: "plot-cpta"
3703
3704     - title: "3n-skx-xxv710-ip4-vhost-imix-base-8t4c"
3705       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-3n-skx"
3706       data: "plot-performance-trending-vpp-3n-skx"
3707       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3708       parameters:
3709       - "result"
3710       layout: "plot-cpta"
3711
3712 # VM vhost - x710, eth, 64B
3713
3714     - title: "3n-skx-x710-l2sw-vhost-64b-base-2t1c"
3715       output-file-name: "vm-vhost-eth-2t1c-x710-3n-skx"
3716       data: "plot-performance-trending-vpp-3n-skx"
3717       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3718
3719       parameters:
3720       - "result"
3721       layout: "plot-cpta"
3722
3723     - title: "3n-skx-x710-l2sw-vhost-64b-base-4t2c"
3724       output-file-name: "vm-vhost-eth-4t2c-x710-3n-skx"
3725       data: "plot-performance-trending-vpp-3n-skx"
3726       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3727       parameters:
3728       - "result"
3729       layout: "plot-cpta"
3730
3731     - title: "3n-skx-x710-l2sw-vhost-64b-base-8t4c"
3732       output-file-name: "vm-vhost-eth-8t4c-x710-3n-skx"
3733       data: "plot-performance-trending-vpp-3n-skx"
3734       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3735       parameters:
3736       - "result"
3737       layout: "plot-cpta"
3738
3739 # VM vhost - xxv710, eth, 64B
3740
3741     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-2t1c"
3742       output-file-name: "vm-vhost-eth-2t1c-xxv710-3n-skx"
3743       data: "plot-performance-trending-vpp-3n-skx"
3744       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3745
3746       parameters:
3747       - "result"
3748       layout: "plot-cpta"
3749
3750     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-4t2c"
3751       output-file-name: "vm-vhost-eth-4t2c-xxv710-3n-skx"
3752       data: "plot-performance-trending-vpp-3n-skx"
3753       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3754       parameters:
3755       - "result"
3756       layout: "plot-cpta"
3757
3758     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-8t4c"
3759       output-file-name: "vm-vhost-eth-8t4c-xxv710-3n-skx"
3760       data: "plot-performance-trending-vpp-3n-skx"
3761       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3762       parameters:
3763       - "result"
3764       layout: "plot-cpta"
3765
3766 # VM vhost - x710, eth, IMIX
3767
3768     - title: "3n-skx-x710-l2sw-vhost-imix-base-2t1c"
3769       output-file-name: "vm-vhost-imix-eth-2t1c-x710-3n-skx"
3770       data: "plot-performance-trending-vpp-3n-skx"
3771       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3772
3773       parameters:
3774       - "result"
3775       layout: "plot-cpta"
3776
3777     - title: "3n-skx-x710-l2sw-vhost-imix-base-4t2c"
3778       output-file-name: "vm-vhost-imix-eth-4t2c-x710-3n-skx"
3779       data: "plot-performance-trending-vpp-3n-skx"
3780       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3781       parameters:
3782       - "result"
3783       layout: "plot-cpta"
3784
3785     - title: "3n-skx-x710-l2sw-vhost-imix-base-8t4c"
3786       output-file-name: "vm-vhost-imix-eth-8t4c-x710-3n-skx"
3787       data: "plot-performance-trending-vpp-3n-skx"
3788       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3789       parameters:
3790       - "result"
3791       layout: "plot-cpta"
3792
3793 # VM vhost - xxv710, eth, IMIX
3794
3795     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-2t1c"
3796       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-3n-skx"
3797       data: "plot-performance-trending-vpp-3n-skx"
3798       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3799
3800       parameters:
3801       - "result"
3802       layout: "plot-cpta"
3803
3804     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-4t2c"
3805       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-3n-skx"
3806       data: "plot-performance-trending-vpp-3n-skx"
3807       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3808       parameters:
3809       - "result"
3810       layout: "plot-cpta"
3811
3812     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-8t4c"
3813       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-3n-skx"
3814       data: "plot-performance-trending-vpp-3n-skx"
3815       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3816       parameters:
3817       - "result"
3818       layout: "plot-cpta"
3819
3820
3821 # IPSec - SW INT
3822     - title: "3n-skx-x710-ip4-ipsecsw-int-64b-base-scale-2t1c"
3823       output-file-name: "ipsecsw-int-2t1c-x710-3n-skx"
3824       data: "plot-performance-trending-vpp-3n-skx"
3825       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '2T1C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
3826       parameters:
3827       - "result"
3828       layout: "plot-cpta"
3829
3830     - title: "3n-skx-x710-ip4-ipsecsw-int-64b-base-scale-4t2c"
3831       output-file-name: "ipsecsw-int-4t2c-x710-3n-skx"
3832       data: "plot-performance-trending-vpp-3n-skx"
3833       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '4T2C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
3834       parameters:
3835       - "result"
3836       layout: "plot-cpta"
3837
3838     - title: "3n-skx-x710-ip4-ipsecsw-int-64b-base-scale-8t4c"
3839       output-file-name: "ipsecsw-int-8t4c-x710-3n-skx"
3840       data: "plot-performance-trending-vpp-3n-skx"
3841       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '8T4C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
3842       parameters:
3843       - "result"
3844       layout: "plot-cpta"
3845
3846 # IPSec - SW TUN
3847     - title: "3n-skx-x710-ip4-ipsecsw-tnl-64b-base-scale-2t1c"
3848       output-file-name: "ipsecsw-tnl-2t1c-x710-3n-skx"
3849       data: "plot-performance-trending-vpp-3n-skx"
3850       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '2T1C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
3851       parameters:
3852       - "result"
3853       layout: "plot-cpta"
3854
3855     - title: "3n-skx-x710-ip4-ipsecsw-tnl-64b-base-scale-4t2c"
3856       output-file-name: "ipsecsw-tnl-4t2c-x710-3n-skx"
3857       data: "plot-performance-trending-vpp-3n-skx"
3858       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '4T2C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
3859       parameters:
3860       - "result"
3861       layout: "plot-cpta"
3862
3863     - title: "3n-skx-x710-ip4-ipsecsw-tnl-64b-base-scale-8t4c"
3864       output-file-name: "ipsecsw-tnl-8t4c-x710-3n-skx"
3865       data: "plot-performance-trending-vpp-3n-skx"
3866       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '8T4C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
3867       parameters:
3868       - "result"
3869       layout: "plot-cpta"
3870
3871 # Link Bonding - x710
3872
3873     - title: "3n-skx-x710-lb-64b-2t1c"
3874       output-file-name: "lb-64b-2t1c-x710-3n-skx"
3875       data: "plot-performance-trending-vpp-3n-skx"
3876       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3877       parameters:
3878       - "result"
3879       layout: "plot-cpta"
3880
3881     - title: "3n-skx-x710-lb-64b-4t2c"
3882       output-file-name: "lb-64b-4t2c-x710-3n-skx"
3883       data: "plot-performance-trending-vpp-3n-skx"
3884       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3885       parameters:
3886       - "result"
3887       layout: "plot-cpta"
3888
3889     - title: "3n-skx-x710-lb-64b-8t4c"
3890       output-file-name: "lb-64b-8t4c-x710-3n-skx"
3891       data: "plot-performance-trending-vpp-3n-skx"
3892       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3893       parameters:
3894       - "result"
3895       layout: "plot-cpta"
3896
3897     - title: "3n-skx-x710-lb-imix-2t1c"
3898       output-file-name: "lb-imix-2t1c-x710-3n-skx"
3899       data: "plot-performance-trending-vpp-3n-skx"
3900       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3901       parameters:
3902       - "result"
3903       layout: "plot-cpta"
3904
3905     - title: "3n-skx-x710-lb-imix-4t2c"
3906       output-file-name: "lb-imix-4t2c-x710-3n-skx"
3907       data: "plot-performance-trending-vpp-3n-skx"
3908       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3909       parameters:
3910       - "result"
3911       layout: "plot-cpta"
3912
3913     - title: "3n-skx-x710-lb-imix-8t4c"
3914       output-file-name: "lb-imix-8t4c-x710-3n-skx"
3915       data: "plot-performance-trending-vpp-3n-skx"
3916       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3917       parameters:
3918       - "result"
3919       layout: "plot-cpta"
3920
3921 ## Link Bonding - xxv710
3922 #
3923 #    - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
3924 #      output-file-name: "lb-64b-2t1c-xxv710-3n-skx"
3925 #      data: "plot-performance-trending-vpp-3n-skx"
3926 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3927 #      parameters:
3928 #      - "result"
3929 #      layout: "plot-cpta"
3930 #
3931 #    - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
3932 #      output-file-name: "lb-64b-4t2c-xxv710-3n-skx"
3933 #      data: "plot-performance-trending-vpp-3n-skx"
3934 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3935 #      parameters:
3936 #      - "result"
3937 #      layout: "plot-cpta"
3938 #
3939 #    - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
3940 #      output-file-name: "lb-64b-8t4c-xxv710-3n-skx"
3941 #      data: "plot-performance-trending-vpp-3n-skx"
3942 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3943 #      parameters:
3944 #      - "result"
3945 #      layout: "plot-cpta"
3946 #
3947 #    - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
3948 #      output-file-name: "lb-imix-2t1c-xxv710-3n-skx"
3949 #      data: "plot-performance-trending-vpp-3n-skx"
3950 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3951 #      parameters:
3952 #      - "result"
3953 #      layout: "plot-cpta"
3954 #
3955 #    - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
3956 #      output-file-name: "lb-imix-4t2c-xxv710-3n-skx"
3957 #      data: "plot-performance-trending-vpp-3n-skx"
3958 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3959 #      parameters:
3960 #      - "result"
3961 #      layout: "plot-cpta"
3962 #
3963 #    - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
3964 #      output-file-name: "lb-imix-8t4c-xxv710-3n-skx"
3965 #      data: "plot-performance-trending-vpp-3n-skx"
3966 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3967 #      parameters:
3968 #      - "result"
3969 #      layout: "plot-cpta"
3970
3971 # DPDK - x710 - 64B
3972
3973     - title: "3n-skx-x710-dpdk-64b-2t1c"
3974       output-file-name: "dpdk-64b-2t1c-x710-3n-skx"
3975       data: "plot-performance-trending-dpdk-3n-skx"
3976       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3977       parameters:
3978       - "result"
3979       layout: "plot-cpta"
3980
3981     - title: "3n-skx-x710-dpdk-64b-4t2c"
3982       output-file-name: "dpdk-64b-4t2c-x710-3n-skx"
3983       data: "plot-performance-trending-dpdk-3n-skx"
3984       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3985       parameters:
3986       - "result"
3987       layout: "plot-cpta"
3988
3989     - title: "3n-skx-x710-dpdk-64b-8t4c"
3990       output-file-name: "dpdk-64b-8t4c-x710-3n-skx"
3991       data: "plot-performance-trending-dpdk-3n-skx"
3992       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3993       parameters:
3994       - "result"
3995       layout: "plot-cpta"
3996
3997 ## DPDK - x710 - IMIX
3998 #
3999 #    - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
4000 #      output-file-name: "dpdk-imix-2t1c-x710-3n-skx"
4001 #      data: "plot-performance-trending-dpdk-3n-skx"
4002 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
4003 #      parameters:
4004 #      - "result"
4005 #      layout: "plot-cpta"
4006 #
4007 #    - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
4008 #      output-file-name: "dpdk-imix-4t2c-x710-3n-skx"
4009 #      data: "plot-performance-trending-dpdk-3n-skx"
4010 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
4011 #      parameters:
4012 #      - "result"
4013 #      layout: "plot-cpta"
4014 #
4015 #    - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
4016 #      output-file-name: "dpdk-imix-8t4c-x710-3n-skx"
4017 #      data: "plot-performance-trending-dpdk-3n-skx"
4018 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4019 #      parameters:
4020 #      - "result"
4021 #      layout: "plot-cpta"
4022
4023 # DPDK - xxv710 - 64B
4024
4025     - title: "3n-skx-xxv710-dpdk-64b-2t1c"
4026       output-file-name: "dpdk-64b-2t1c-xxv710-3n-skx"
4027       data: "plot-performance-trending-dpdk-3n-skx"
4028       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
4029       parameters:
4030       - "result"
4031       layout: "plot-cpta"
4032
4033     - title: "3n-skx-xxv710-dpdk-64b-4t2c"
4034       output-file-name: "dpdk-64b-4t2c-xxv710-3n-skx"
4035       data: "plot-performance-trending-dpdk-3n-skx"
4036       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
4037       parameters:
4038       - "result"
4039       layout: "plot-cpta"
4040
4041     - title: "3n-skx-xxv710-dpdk-64b-8t4c"
4042       output-file-name: "dpdk-64b-8t4c-xxv710-3n-skx"
4043       data: "plot-performance-trending-dpdk-3n-skx"
4044       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
4045       parameters:
4046       - "result"
4047       layout: "plot-cpta"
4048
4049 ## DPDK - xxv710 - IMIX
4050 #
4051 #    - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
4052 #      output-file-name: "dpdk-imix-2t1c-xxv710-3n-skx"
4053 #      data: "plot-performance-trending-dpdk-3n-skx"
4054 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
4055 #      parameters:
4056 #      - "result"
4057 #      layout: "plot-cpta"
4058 #
4059 #    - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
4060 #      output-file-name: "dpdk-imix-4t2c-xxv710-3n-skx"
4061 #      data: "plot-performance-trending-dpdk-3n-skx"
4062 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
4063 #      parameters:
4064 #      - "result"
4065 #      layout: "plot-cpta"
4066 #
4067 #    - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
4068 #      output-file-name: "dpdk-imix-8t4c-xxv710-3n-skx"
4069 #      data: "plot-performance-trending-dpdk-3n-skx"
4070 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4071 #      parameters:
4072 #      - "result"
4073 #      layout: "plot-cpta"
4074
4075 ################################################################################
4076 # 2n-skx
4077
4078 # L2 - x710
4079
4080     - title: "2n-skx-x710-l2sw-64b-base-scale-2t1c"
4081       output-file-name: "l2-2t1c-x710-2n-skx"
4082       data: "plot-performance-trending-vpp-2n-skx"
4083       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK'"
4084       parameters:
4085       - "result"
4086       layout: "plot-cpta"
4087
4088     - title: "2n-skx-x710-l2sw-64b-base-scale-4t2c"
4089       output-file-name: "l2-4t2c-x710-2n-skx"
4090       data: "plot-performance-trending-vpp-2n-skx"
4091       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK'"
4092       parameters:
4093       - "result"
4094       layout: "plot-cpta"
4095
4096     - title: "2n-skx-x710-l2sw-64b-base-scale-8t4c"
4097       output-file-name: "l2-8t4c-x710-2n-skx"
4098       data: "plot-performance-trending-vpp-2n-skx"
4099       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK'"
4100       parameters:
4101       - "result"
4102       layout: "plot-cpta"
4103
4104     - title: "2n-skx-x710-l2sw-64b-features-2t1c"
4105       output-file-name: "l2-feature-2t1c-x710-2n-skx"
4106       data: "plot-performance-trending-vpp-2n-skx"
4107       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4108       parameters:
4109       - "result"
4110       layout: "plot-cpta"
4111
4112     - title: "2n-skx-x710-l2sw-64b-features-4t2c"
4113       output-file-name: "l2-feature-4t2c-x710-2n-skx"
4114       data: "plot-performance-trending-vpp-2n-skx"
4115       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4116       parameters:
4117       - "result"
4118       layout: "plot-cpta"
4119
4120     - title: "2n-skx-x710-l2sw-64b-features-8t4c"
4121       output-file-name: "l2-feature-8t4c-x710-2n-skx"
4122       data: "plot-performance-trending-vpp-2n-skx"
4123       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4124       parameters:
4125       - "result"
4126       layout: "plot-cpta"
4127
4128 # L2 - xxv710
4129
4130     - title: "2n-skx-xxv710-l2sw-64b-base-scale-2t1c"
4131       output-file-name: "l2-2t1c-xxv710-2n-skx"
4132       data: "plot-performance-trending-vpp-2n-skx"
4133       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK' and not 'DRV_AVF'"
4134       parameters:
4135       - "result"
4136       layout: "plot-cpta"
4137
4138     - title: "2n-skx-xxv710-l2sw-64b-base-scale-4t2c"
4139       output-file-name: "l2-4t2c-xxv710-2n-skx"
4140       data: "plot-performance-trending-vpp-2n-skx"
4141       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK' and not 'DRV_AVF'"
4142       parameters:
4143       - "result"
4144       layout: "plot-cpta"
4145
4146     - title: "2n-skx-xxv710-l2sw-64b-base-scale-8t4c"
4147       output-file-name: "l2-8t4c-xxv710-2n-skx"
4148       data: "plot-performance-trending-vpp-2n-skx"
4149       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF' and not 'POLICE_MARK' and not 'DRV_AVF'"
4150       parameters:
4151       - "result"
4152       layout: "plot-cpta"
4153
4154     - title: "2n-skx-xxv710-l2sw-64b-features-2t1c"
4155       output-file-name: "l2-feature-2t1c-xxv710-2n-skx"
4156       data: "plot-performance-trending-vpp-2n-skx"
4157       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4158       parameters:
4159       - "result"
4160       layout: "plot-cpta"
4161
4162     - title: "2n-skx-xxv710-l2sw-64b-features-4t2c"
4163       output-file-name: "l2-feature-4t2c-xxv710-2n-skx"
4164       data: "plot-performance-trending-vpp-2n-skx"
4165       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4166       parameters:
4167       - "result"
4168       layout: "plot-cpta"
4169
4170     - title: "2n-skx-xxv710-l2sw-64b-features-8t4c"
4171       output-file-name: "l2-feature-8t4c-xxv710-2n-skx"
4172       data: "plot-performance-trending-vpp-2n-skx"
4173       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4174       parameters:
4175       - "result"
4176       layout: "plot-cpta"
4177
4178 # IPv4 - x710
4179
4180     - title: "2n-skx-x710-ip4-64b-base-scale-2t1c"
4181       output-file-name: "ip4-2t1c-x710-2n-skx"
4182       data: "plot-performance-trending-vpp-2n-skx"
4183       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4184       parameters:
4185       - "result"
4186       layout: "plot-cpta"
4187
4188     - title: "2n-skx-x710-ip4-64b-base-scale-4t2c"
4189       output-file-name: "ip4-4t2c-x710-2n-skx"
4190       data: "plot-performance-trending-vpp-2n-skx"
4191       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4192       parameters:
4193       - "result"
4194       layout: "plot-cpta"
4195
4196     - title: "2n-skx-x710-ip4-64b-base-scale-8t4c"
4197       output-file-name: "ip4-8t4c-x710-2n-skx"
4198       data: "plot-performance-trending-vpp-2n-skx"
4199       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4200       parameters:
4201       - "result"
4202       layout: "plot-cpta"
4203
4204     - title: "2n-skx-x710-ip4-64b-features-2t1c"
4205       output-file-name: "ip4-feature-2t1c-x710-2n-skx"
4206       data: "plot-performance-trending-vpp-2n-skx"
4207       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4208       parameters:
4209       - "result"
4210       layout: "plot-cpta"
4211
4212     - title: "2n-skx-x710-ip4-64b-features-4t2c"
4213       output-file-name: "ip4-feature-4t2c-x710-2n-skx"
4214       data: "plot-performance-trending-vpp-2n-skx"
4215       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4216       parameters:
4217       - "result"
4218       layout: "plot-cpta"
4219
4220     - title: "2n-skx-x710-ip4-64b-features-8t4c"
4221       output-file-name: "ip4-feature-8t4c-x710-2n-skx"
4222       data: "plot-performance-trending-vpp-2n-skx"
4223       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4224       parameters:
4225       - "result"
4226       layout: "plot-cpta"
4227
4228 # IPv4 - xxv710
4229
4230     - title: "2n-skx-xxv710-ip4-64b-base-scale-2t1c"
4231       output-file-name: "ip4-2t1c-xxv710-2n-skx"
4232       data: "plot-performance-trending-vpp-2n-skx"
4233       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4234       parameters:
4235       - "result"
4236       layout: "plot-cpta"
4237
4238     - title: "2n-skx-xxv710-ip4-64b-base-scale-4t2c"
4239       output-file-name: "ip4-4t2c-xxv710-2n-skx"
4240       data: "plot-performance-trending-vpp-2n-skx"
4241       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4242       parameters:
4243       - "result"
4244       layout: "plot-cpta"
4245
4246     - title: "2n-skx-xxv710-ip4-64b-base-scale-8t4c"
4247       output-file-name: "ip4-8t4c-xxv710-2n-skx"
4248       data: "plot-performance-trending-vpp-2n-skx"
4249       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4250       parameters:
4251       - "result"
4252       layout: "plot-cpta"
4253
4254 #    - title: "2n-skx-xxv710-ip4-64b-features-2t1c"
4255 #      output-file-name: "ip4-feature-2t1c-xxv710-2n-skx"
4256 #      data: "plot-performance-trending-vpp-2n-skx"
4257 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4258 #      parameters:
4259 #      - "result"
4260 #      layout: "plot-cpta"
4261 #
4262 #    - title: "2n-skx-xxv710-ip4-64b-features-4t2c"
4263 #      output-file-name: "ip4-feature-4t2c-xxv710-2n-skx"
4264 #      data: "plot-performance-trending-vpp-2n-skx"
4265 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4266 #      parameters:
4267 #      - "result"
4268 #      layout: "plot-cpta"
4269 #
4270 #    - title: "2n-skx-xxv710-ip4-64b-features-8t4c"
4271 #      output-file-name: "ip4-feature-8t4c-xxv710-2n-skx"
4272 #      data: "plot-performance-trending-vpp-2n-skx"
4273 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4274 #      parameters:
4275 #      - "result"
4276 #      layout: "plot-cpta"
4277
4278 # IPv4 Tunnels - x710
4279
4280     - title: "2n-skx-x710-ip4tun-64b-base-2t1c"
4281       output-file-name: "ip4-tunnels-2t1c-x710-2n-skx"
4282       data: "plot-performance-trending-vpp-2n-skx"
4283       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4284       parameters:
4285       - "result"
4286       layout: "plot-cpta"
4287
4288     - title: "2n-skx-x710-ip4tun-64b-base-4t2c"
4289       output-file-name: "ip4-tunnels-4t2c-x710-2n-skx"
4290       data: "plot-performance-trending-vpp-2n-skx"
4291       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4292       parameters:
4293       - "result"
4294       layout: "plot-cpta"
4295
4296     - title: "2n-skx-x710-ip4tun-64b-base-8t4c"
4297       output-file-name: "ip4-tunnels-8t4c-x710-2n-skx"
4298       data: "plot-performance-trending-vpp-2n-skx"
4299       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4300       parameters:
4301       - "result"
4302       layout: "plot-cpta"
4303
4304 # IPv4 Tunnels - xxv710
4305
4306     - title: "2n-skx-xxv710-ip4tun-64b-base-2t1c"
4307       output-file-name: "ip4-tunnels-2t1c-xxv710-2n-skx"
4308       data: "plot-performance-trending-vpp-2n-skx"
4309       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4310       parameters:
4311       - "result"
4312       layout: "plot-cpta"
4313
4314     - title: "2n-skx-xxv710-ip4tun-64b-base-4t2c"
4315       output-file-name: "ip4-tunnels-4t2c-xxv710-2n-skx"
4316       data: "plot-performance-trending-vpp-2n-skx"
4317       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4318       parameters:
4319       - "result"
4320       layout: "plot-cpta"
4321
4322     - title: "2n-skx-xxv710-ip4tun-64b-base-8t4c"
4323       output-file-name: "ip4-tunnels-8t4c-xxv710-2n-skx"
4324       data: "plot-performance-trending-vpp-2n-skx"
4325       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4326       parameters:
4327       - "result"
4328       layout: "plot-cpta"
4329
4330 # IPv6 - x710
4331
4332     - title: "2n-skx-x710-ip6-78b-base-scale-2t1c"
4333       output-file-name: "ip6-2t1c-x710-2n-skx"
4334       data: "plot-performance-trending-vpp-2n-skx"
4335       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4336       parameters:
4337       - "result"
4338       layout: "plot-cpta"
4339
4340     - title: "2n-skx-x710-ip6-78b-base-scale-4t2c"
4341       output-file-name: "ip6-4t2c-x710-2n-skx"
4342       data: "plot-performance-trending-vpp-2n-skx"
4343       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4344       parameters:
4345       - "result"
4346       layout: "plot-cpta"
4347
4348     - title: "2n-skx-x710-ip6-78b-base-scale-8t4c"
4349       output-file-name: "ip6-8t4c-x710-2n-skx"
4350       data: "plot-performance-trending-vpp-2n-skx"
4351       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4352       parameters:
4353       - "result"
4354       layout: "plot-cpta"
4355
4356 # IPv6 - xxv710
4357
4358     - title: "2n-skx-xxv710-ip6-78b-base-scale-2t1c"
4359       output-file-name: "ip6-2t1c-xxv710-2n-skx"
4360       data: "plot-performance-trending-vpp-2n-skx"
4361       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4362       parameters:
4363       - "result"
4364       layout: "plot-cpta"
4365
4366     - title: "2n-skx-xxv710-ip6-78b-base-scale-4t2c"
4367       output-file-name: "ip6-4t2c-xxv710-2n-skx"
4368       data: "plot-performance-trending-vpp-2n-skx"
4369       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4370       parameters:
4371       - "result"
4372       layout: "plot-cpta"
4373
4374     - title: "2n-skx-xxv710-ip6-78b-base-scale-8t4c"
4375       output-file-name: "ip6-8t4c-xxv710-2n-skx"
4376       data: "plot-performance-trending-vpp-2n-skx"
4377       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4378       parameters:
4379       - "result"
4380       layout: "plot-cpta"
4381
4382 # Container memif - x710, 64B
4383
4384     - title: "2n-skx-x710-l2sw-memif-64b-base-2t1c"
4385       output-file-name: "container-memif-l2-2t1c-x710-2n-skx"
4386       data: "plot-performance-trending-vpp-2n-skx"
4387       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'DRV_AVF' and not 'NF_DENSITY'"
4388       parameters:
4389       - "result"
4390       layout: "plot-cpta"
4391
4392     - title: "2n-skx-x710-l2sw-memif-64b-base-4t2c"
4393       output-file-name: "container-memif-l2-4t2c-x710-2n-skx"
4394       data: "plot-performance-trending-vpp-2n-skx"
4395       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'DRV_AVF' and not 'NF_DENSITY'"
4396       parameters:
4397       - "result"
4398       layout: "plot-cpta"
4399
4400     - title: "2n-skx-x710-l2sw-memif-64b-base-8t4c"
4401       output-file-name: "container-memif-l2-8t4c-x710-2n-skx"
4402       data: "plot-performance-trending-vpp-2n-skx"
4403       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'DRV_AVF' and not 'NF_DENSITY'"
4404       parameters:
4405       - "result"
4406       layout: "plot-cpta"
4407
4408 ## Container memif - xxv710, 64B
4409 #
4410 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-2t1c"
4411 #      output-file-name: "container-memif-l2-2t1c-xxv710-2n-skx"
4412 #      data: "plot-performance-trending-vpp-2n-skx"
4413 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
4414 #      parameters:
4415 #      - "result"
4416 #      layout: "plot-cpta"
4417 #
4418 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-4t2c"
4419 #      output-file-name: "container-memif-l2-4t2c-xxv710-2n-skx"
4420 #      data: "plot-performance-trending-vpp-2n-skx"
4421 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
4422 #      parameters:
4423 #      - "result"
4424 #      layout: "plot-cpta"
4425 #
4426 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-8t4c"
4427 #      output-file-name: "container-memif-l2-8t4c-xxv710-2n-skx"
4428 #      data: "plot-performance-trending-vpp-2n-skx"
4429 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
4430 #      parameters:
4431 #      - "result"
4432 #      layout: "plot-cpta"
4433
4434 # VM vhost - x710, ethip4, 64B
4435
4436     - title: "2n-skx-x710-ip4-vhost-64b-base-2t1c-mrr"
4437       output-file-name: "vm-vhost-ethip4-2t1c-x710-2n-skx"
4438       data: "plot-performance-trending-vpp-2n-skx"
4439       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4440       parameters:
4441       - "result"
4442       layout: "plot-cpta"
4443
4444     - title: "2n-skx-x710-ip4-vhost-64b-base-4t2c-mrr"
4445       output-file-name: "vm-vhost-ethip4-4t2c-x710-2n-skx"
4446       data: "plot-performance-trending-vpp-2n-skx"
4447       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4448       parameters:
4449       - "result"
4450       layout: "plot-cpta"
4451
4452     - title: "2n-skx-x710-ip4-vhost-64b-base-8t4c-mrr"
4453       output-file-name: "vm-vhost-ethip4-8t4c-x710-2n-skx"
4454       data: "plot-performance-trending-vpp-2n-skx"
4455       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4456       parameters:
4457       - "result"
4458       layout: "plot-cpta"
4459
4460 ## VM vhost - xxv710, ethip4, 64B
4461 #
4462 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-2t1c"
4463 #      output-file-name: "vm-vhost-ethip4-2t1c-xxv710-2n-skx"
4464 #      data: "plot-performance-trending-vpp-2n-skx"
4465 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4466 #      parameters:
4467 #      - "result"
4468 #      layout: "plot-cpta"
4469 #
4470 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-4t2c"
4471 #      output-file-name: "vm-vhost-ethip4-4t2c-xxv710-2n-skx"
4472 #      data: "plot-performance-trending-vpp-2n-skx"
4473 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4474 #      parameters:
4475 #      - "result"
4476 #      layout: "plot-cpta"
4477 #
4478 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-8t4c"
4479 #      output-file-name: "vm-vhost-ethip4-8t4c-xxv710-2n-skx"
4480 #      data: "plot-performance-trending-vpp-2n-skx"
4481 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4482 #      parameters:
4483 #      - "result"
4484 #      layout: "plot-cpta"
4485
4486 # VM vhost - x710, ethip4, IMIX
4487
4488     - title: "2n-skx-x710-ip4-vhost-imix-base-2t1c"
4489       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-2n-skx"
4490       data: "plot-performance-trending-vpp-2n-skx"
4491       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4492       parameters:
4493       - "result"
4494       layout: "plot-cpta"
4495
4496     - title: "2n-skx-x710-ip4-vhost-imix-base-4t2c"
4497       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-2n-skx"
4498       data: "plot-performance-trending-vpp-2n-skx"
4499       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4500       parameters:
4501       - "result"
4502       layout: "plot-cpta"
4503
4504     - title: "2n-skx-x710-ip4-vhost-imix-base-8t4c"
4505       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-2n-skx"
4506       data: "plot-performance-trending-vpp-2n-skx"
4507       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4508       parameters:
4509       - "result"
4510       layout: "plot-cpta"
4511
4512 ## VM vhost - xxv710, ethip4, IMIX
4513 #
4514 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-2t1c"
4515 #      output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-2n-skx"
4516 #      data: "plot-performance-trending-vpp-2n-skx"
4517 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4518 #      parameters:
4519 #      - "result"
4520 #      layout: "plot-cpta"
4521 #
4522 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-4t2c"
4523 #      output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-2n-skx"
4524 #      data: "plot-performance-trending-vpp-2n-skx"
4525 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4526 #      parameters:
4527 #      - "result"
4528 #      layout: "plot-cpta"
4529 #
4530 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-8t4c"
4531 #      output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-2n-skx"
4532 #      data: "plot-performance-trending-vpp-2n-skx"
4533 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4534 #      parameters:
4535 #      - "result"
4536 #      layout: "plot-cpta"
4537
4538 # VM vhost - x710, eth, 64B
4539
4540     - title: "2n-skx-x710-l2sw-vhost-64b-base-2t1c"
4541       output-file-name: "vm-vhost-eth-2t1c-x710-2n-skx"
4542       data: "plot-performance-trending-vpp-2n-skx"
4543       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4544
4545       parameters:
4546       - "result"
4547       layout: "plot-cpta"
4548
4549     - title: "2n-skx-x710-l2sw-vhost-64b-base-4t2c"
4550       output-file-name: "vm-vhost-eth-4t2c-x710-2n-skx"
4551       data: "plot-performance-trending-vpp-2n-skx"
4552       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4553       parameters:
4554       - "result"
4555       layout: "plot-cpta"
4556
4557     - title: "2n-skx-x710-l2sw-vhost-64b-base-8t4c"
4558       output-file-name: "vm-vhost-eth-8t4c-x710-2n-skx"
4559       data: "plot-performance-trending-vpp-2n-skx"
4560       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4561       parameters:
4562       - "result"
4563       layout: "plot-cpta"
4564
4565 ## VM vhost - xxv710, eth, 64B
4566 #
4567 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-2t1c"
4568 #      output-file-name: "vm-vhost-eth-2t1c-xxv710-2n-skx"
4569 #      data: "plot-performance-trending-vpp-2n-skx"
4570 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4571 #
4572 #      parameters:
4573 #      - "result"
4574 #      layout: "plot-cpta"
4575 #
4576 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-4t2c"
4577 #      output-file-name: "vm-vhost-eth-4t2c-xxv710-2n-skx"
4578 #      data: "plot-performance-trending-vpp-2n-skx"
4579 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4580 #      parameters:
4581 #      - "result"
4582 #      layout: "plot-cpta"
4583 #
4584 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-8t4c"
4585 #      output-file-name: "vm-vhost-eth-8t4c-xxv710-2n-skx"
4586 #      data: "plot-performance-trending-vpp-2n-skx"
4587 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4588 #      parameters:
4589 #      - "result"
4590 #      layout: "plot-cpta"
4591
4592 # VM vhost - x710, eth, IMIX
4593
4594     - title: "2n-skx-x710-l2sw-vhost-imix-base-2t1c"
4595       output-file-name: "vm-vhost-imix-eth-2t1c-x710-2n-skx"
4596       data: "plot-performance-trending-vpp-2n-skx"
4597       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4598
4599       parameters:
4600       - "result"
4601       layout: "plot-cpta"
4602
4603     - title: "2n-skx-x710-l2sw-vhost-imix-base-4t2c"
4604       output-file-name: "vm-vhost-imix-eth-4t2c-x710-2n-skx"
4605       data: "plot-performance-trending-vpp-2n-skx"
4606       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4607       parameters:
4608       - "result"
4609       layout: "plot-cpta"
4610
4611     - title: "2n-skx-x710-l2sw-vhost-imix-base-8t4c"
4612       output-file-name: "vm-vhost-imix-eth-8t4c-x710-2n-skx"
4613       data: "plot-performance-trending-vpp-2n-skx"
4614       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS' and not 'NF_DENSITY'"
4615       parameters:
4616       - "result"
4617       layout: "plot-cpta"
4618
4619 ## VM vhost - xxv710, eth, IMIX
4620 #
4621 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-2t1c"
4622 #      output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-2n-skx"
4623 #      data: "plot-performance-trending-vpp-2n-skx"
4624 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4625 #
4626 #      parameters:
4627 #      - "result"
4628 #      layout: "plot-cpta"
4629 #
4630 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-4t2c"
4631 #      output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-2n-skx"
4632 #      data: "plot-performance-trending-vpp-2n-skx"
4633 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4634 #      parameters:
4635 #      - "result"
4636 #      layout: "plot-cpta"
4637 #
4638 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-8t4c"
4639 #      output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-2n-skx"
4640 #      data: "plot-performance-trending-vpp-2n-skx"
4641 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4642 #      parameters:
4643 #      - "result"
4644 #      layout: "plot-cpta"
4645
4646 # Link Bonding - x710
4647
4648     - title: "2n-skx-x710-lb-64b-2t1c"
4649       output-file-name: "lb-64b-2t1c-x710-2n-skx"
4650       data: "plot-performance-trending-vpp-2n-skx"
4651       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
4652       parameters:
4653       - "result"
4654       layout: "plot-cpta"
4655
4656     - title: "2n-skx-x710-lb-64b-4t2c"
4657       output-file-name: "lb-64b-4t2c-x710-2n-skx"
4658       data: "plot-performance-trending-vpp-2n-skx"
4659       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
4660       parameters:
4661       - "result"
4662       layout: "plot-cpta"
4663
4664     - title: "2n-skx-x710-lb-64b-8t4c"
4665       output-file-name: "lb-64b-8t4c-x710-2n-skx"
4666       data: "plot-performance-trending-vpp-2n-skx"
4667       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
4668       parameters:
4669       - "result"
4670       layout: "plot-cpta"
4671
4672     - title: "2n-skx-x710-lb-imix-2t1c"
4673       output-file-name: "lb-imix-2t1c-x710-2n-skx"
4674       data: "plot-performance-trending-vpp-2n-skx"
4675       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
4676       parameters:
4677       - "result"
4678       layout: "plot-cpta"
4679
4680     - title: "2n-skx-x710-lb-imix-4t2c"
4681       output-file-name: "lb-imix-4t2c-x710-2n-skx"
4682       data: "plot-performance-trending-vpp-2n-skx"
4683       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
4684       parameters:
4685       - "result"
4686       layout: "plot-cpta"
4687
4688     - title: "2n-skx-x710-lb-imix-8t4c"
4689       output-file-name: "lb-imix-8t4c-x710-2n-skx"
4690       data: "plot-performance-trending-vpp-2n-skx"
4691       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
4692       parameters:
4693       - "result"
4694       layout: "plot-cpta"
4695
4696 ## Link Bonding - xxv710
4697 #
4698 #    - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
4699 #      output-file-name: "lb-64b-2t1c-xxv710-2n-skx"
4700 #      data: "plot-performance-trending-vpp-2n-skx"
4701 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
4702 #      parameters:
4703 #      - "result"
4704 #      layout: "plot-cpta"
4705 #
4706 #    - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
4707 #      output-file-name: "lb-64b-4t2c-xxv710-2n-skx"
4708 #      data: "plot-performance-trending-vpp-2n-skx"
4709 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
4710 #      parameters:
4711 #      - "result"
4712 #      layout: "plot-cpta"
4713 #
4714 #    - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
4715 #      output-file-name: "lb-64b-8t4c-xxv710-2n-skx"
4716 #      data: "plot-performance-trending-vpp-2n-skx"
4717 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
4718 #      parameters:
4719 #      - "result"
4720 #      layout: "plot-cpta"
4721 #
4722 #    - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
4723 #      output-file-name: "lb-imix-2t1c-xxv710-2n-skx"
4724 #      data: "plot-performance-trending-vpp-2n-skx"
4725 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
4726 #      parameters:
4727 #      - "result"
4728 #      layout: "plot-cpta"
4729 #
4730 #    - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
4731 #      output-file-name: "lb-imix-4t2c-xxv710-2n-skx"
4732 #      data: "plot-performance-trending-vpp-2n-skx"
4733 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
4734 #      parameters:
4735 #      - "result"
4736 #      layout: "plot-cpta"
4737 #
4738 #    - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
4739 #      output-file-name: "lb-imix-8t4c-xxv710-2n-skx"
4740 #      data: "plot-performance-trending-vpp-2n-skx"
4741 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
4742 #      parameters:
4743 #      - "result"
4744 #      layout: "plot-cpta"
4745
4746 # DPDK - x710 - 64B
4747
4748     - title: "2n-skx-x710-dpdk-64b-2t1c"
4749       output-file-name: "dpdk-64b-2t1c-x710-2n-skx"
4750       data: "plot-performance-trending-dpdk-2n-skx"
4751       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
4752       parameters:
4753       - "result"
4754       layout: "plot-cpta"
4755
4756     - title: "2n-skx-x710-dpdk-64b-4t2c"
4757       output-file-name: "dpdk-64b-4t2c-x710-2n-skx"
4758       data: "plot-performance-trending-dpdk-2n-skx"
4759       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
4760       parameters:
4761       - "result"
4762       layout: "plot-cpta"
4763
4764     - title: "2n-skx-x710-dpdk-64b-8t4c"
4765       output-file-name: "dpdk-64b-8t4c-x710-2n-skx"
4766       data: "plot-performance-trending-dpdk-2n-skx"
4767       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
4768       parameters:
4769       - "result"
4770       layout: "plot-cpta"
4771
4772 ## DPDK - x710 - IMIX
4773 #
4774 #    - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
4775 #      output-file-name: "dpdk-imix-2t1c-x710-2n-skx"
4776 #      data: "plot-performance-trending-dpdk-2n-skx"
4777 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
4778 #      parameters:
4779 #      - "result"
4780 #      layout: "plot-cpta"
4781 #
4782 #    - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
4783 #      output-file-name: "dpdk-imix-4t2c-x710-2n-skx"
4784 #      data: "plot-performance-trending-dpdk-2n-skx"
4785 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
4786 #      parameters:
4787 #      - "result"
4788 #      layout: "plot-cpta"
4789 #
4790 #    - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
4791 #      output-file-name: "dpdk-imix-8t4c-x710-2n-skx"
4792 #      data: "plot-performance-trending-dpdk-2n-skx"
4793 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4794 #      parameters:
4795 #      - "result"
4796 #      layout: "plot-cpta"
4797
4798 # DPDK - xxv710 - 64B
4799
4800     - title: "2n-skx-xxv710-dpdk-64b-2t1c"
4801       output-file-name: "dpdk-64b-2t1c-xxv710-2n-skx"
4802       data: "plot-performance-trending-dpdk-2n-skx"
4803       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
4804       parameters:
4805       - "result"
4806       layout: "plot-cpta"
4807
4808     - title: "2n-skx-xxv710-dpdk-64b-4t2c"
4809       output-file-name: "dpdk-64b-4t2c-xxv710-2n-skx"
4810       data: "plot-performance-trending-dpdk-2n-skx"
4811       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
4812       parameters:
4813       - "result"
4814       layout: "plot-cpta"
4815
4816     - title: "2n-skx-xxv710-dpdk-64b-8t4c"
4817       output-file-name: "dpdk-64b-8t4c-xxv710-2n-skx"
4818       data: "plot-performance-trending-dpdk-2n-skx"
4819       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
4820       parameters:
4821       - "result"
4822       layout: "plot-cpta"
4823
4824 ## DPDK - xxv710 - IMIX
4825 #
4826 #    - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
4827 #      output-file-name: "dpdk-imix-2t1c-xxv710-2n-skx"
4828 #      data: "plot-performance-trending-dpdk-2n-skx"
4829 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
4830 #      parameters:
4831 #      - "result"
4832 #      layout: "plot-cpta"
4833 #
4834 #    - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
4835 #      output-file-name: "dpdk-imix-4t2c-xxv710-2n-skx"
4836 #      data: "plot-performance-trending-dpdk-2n-skx"
4837 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
4838 #      parameters:
4839 #      - "result"
4840 #      layout: "plot-cpta"
4841 #
4842 #    - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
4843 #      output-file-name: "dpdk-imix-8t4c-xxv710-2n-skx"
4844 #      data: "plot-performance-trending-dpdk-2n-skx"
4845 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4846 #      parameters:
4847 #      - "result"
4848 #      layout: "plot-cpta"
4849
4850 ################################################################################
4851 # 3n-tsh
4852
4853 # L2 - x520
4854
4855     - title: "3n-tsh-x520-l2sw-64b-base-scale-1t1c"
4856       output-file-name: "l2-1t1c-x520-3n-tsh"
4857       data: "plot-performance-trending-vpp-3n-tsh"
4858       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4859       parameters:
4860       - "result"
4861       layout: "plot-cpta"
4862
4863     - title: "3n-tsh-x520-l2sw-64b-base-scale-2t2c"
4864       output-file-name: "l2-2t2c-x520-3n-tsh"
4865       data: "plot-performance-trending-vpp-3n-tsh"
4866       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4867       parameters:
4868       - "result"
4869       layout: "plot-cpta"
4870
4871     - title: "3n-tsh-x520-l2sw-64b-base-scale-4t4c"
4872       output-file-name: "l2-4t4c-x520-3n-tsh"
4873       data: "plot-performance-trending-vpp-3n-tsh"
4874       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4875       parameters:
4876       - "result"
4877       layout: "plot-cpta"
4878
4879 # IPv4 - x520
4880
4881     - title: "3n-tsh-x520-ip4-64b-base-scale-1t1c"
4882       output-file-name: "ip4-1t1c-x520-3n-tsh"
4883       data: "plot-performance-trending-vpp-3n-tsh"
4884       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4885       parameters:
4886       - "result"
4887       layout: "plot-cpta"
4888
4889     - title: "3n-tsh-x520-ip4-64b-base-scale-2t2c"
4890       output-file-name: "ip4-2t2c-x520-3n-tsh"
4891       data: "plot-performance-trending-vpp-3n-tsh"
4892       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4893       parameters:
4894       - "result"
4895       layout: "plot-cpta"
4896
4897     - title: "3n-tsh-x520-ip4-64b-base-scale-4t4c"
4898       output-file-name: "ip4-4t4c-x520-3n-tsh"
4899       data: "plot-performance-trending-vpp-3n-tsh"
4900       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
4901       parameters:
4902       - "result"
4903       layout: "plot-cpta"
4904
4905     - title: "3n-tsh-x520-ip4-64b-features-1t1c"
4906       output-file-name: "ip4-feature-1t1c-x520-3n-tsh"
4907       data: "plot-performance-trending-vpp-3n-tsh"
4908       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4909       parameters:
4910       - "result"
4911       layout: "plot-cpta"
4912
4913     - title: "3n-tsh-x520-ip4-64b-features-2t2c"
4914       output-file-name: "ip4-feature-2t2c-x520-3n-tsh"
4915       data: "plot-performance-trending-vpp-3n-tsh"
4916       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4917       parameters:
4918       - "result"
4919       layout: "plot-cpta"
4920
4921     - title: "3n-tsh-x520-ip4-64b-features-4t4c"
4922       output-file-name: "ip4-feature-4t4c-x520-3n-tsh"
4923       data: "plot-performance-trending-vpp-3n-tsh"
4924       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4925       parameters:
4926       - "result"
4927       layout: "plot-cpta"
4928
4929 # IPv4 Tunnels - x520
4930
4931     - title: "3n-tsh-x520-ip4tun-64b-base-1t1c"
4932       output-file-name: "ip4-tunnels-1t1c-x520-3n-tsh"
4933       data: "plot-performance-trending-vpp-3n-tsh"
4934       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4935       parameters:
4936       - "result"
4937       layout: "plot-cpta"
4938
4939     - title: "3n-tsh-x520-ip4tun-64b-base-2t2c"
4940       output-file-name: "ip4-tunnels-2t2c-x520-3n-tsh"
4941       data: "plot-performance-trending-vpp-3n-tsh"
4942       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4943       parameters:
4944       - "result"
4945       layout: "plot-cpta"
4946
4947     - title: "3n-tsh-x520-ip4tun-64b-base-4t4c"
4948       output-file-name: "ip4-tunnels-4t4c-x520-3n-tsh"
4949       data: "plot-performance-trending-vpp-3n-tsh"
4950       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4951       parameters:
4952       - "result"
4953       layout: "plot-cpta"
4954
4955 # IPv6 - x520
4956
4957     - title: "3n-tsh-x520-ip6-78b-base-scale-1t1c"
4958       output-file-name: "ip6-1t1c-x520-3n-tsh"
4959       data: "plot-performance-trending-vpp-3n-tsh"
4960       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4961       parameters:
4962       - "result"
4963       layout: "plot-cpta"
4964
4965     - title: "3n-tsh-x520-ip6-78b-base-scale-2t2c"
4966       output-file-name: "ip6-2t2c-x520-3n-tsh"
4967       data: "plot-performance-trending-vpp-3n-tsh"
4968       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4969       parameters:
4970       - "result"
4971       layout: "plot-cpta"
4972
4973     - title: "3n-tsh-x520-ip6-78b-base-scale-4t4c"
4974       output-file-name: "ip6-4t4c-x520-3n-tsh"
4975       data: "plot-performance-trending-vpp-3n-tsh"
4976       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4977       parameters:
4978       - "result"
4979       layout: "plot-cpta"
4980
4981 # Container memif - x520, 64B
4982
4983     - title: "3n-tsh-x520-l2sw-memif-64b-base-1t1c"
4984       output-file-name: "container-memif-l2-1t1c-x520-3n-tsh"
4985       data: "plot-performance-trending-vpp-3n-tsh"
4986       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
4987       parameters:
4988       - "result"
4989       layout: "plot-cpta"
4990
4991     - title: "3n-tsh-x520-l2sw-memif-64b-base-2t2c"
4992       output-file-name: "container-memif-l2-2t2c-x520-3n-tsh"
4993       data: "plot-performance-trending-vpp-3n-tsh"
4994       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
4995       parameters:
4996       - "result"
4997       layout: "plot-cpta"
4998
4999     - title: "3n-tsh-x520-l2sw-memif-64b-base-4t4c"
5000       output-file-name: "container-memif-l2-4t4c-x520-3n-tsh"
5001       data: "plot-performance-trending-vpp-3n-tsh"
5002       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'NF_DENSITY'"
5003       parameters:
5004       - "result"
5005       layout: "plot-cpta"
5006
5007 # VM vhost - x520, ethip4, 64B
5008
5009     - title: "3n-tsh-x520-ip4-vhost-64b-base-1t1c"
5010       output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-tsh"
5011       data: "plot-performance-trending-vpp-3n-tsh"
5012       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
5013       parameters:
5014       - "result"
5015       layout: "plot-cpta"
5016
5017     - title: "3n-tsh-x520-ip4-vhost-64b-base-2t2c"
5018       output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-tsh"
5019       data: "plot-performance-trending-vpp-3n-tsh"
5020       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
5021       parameters:
5022       - "result"
5023       layout: "plot-cpta"
5024
5025     - title: "3n-tsh-x520-ip4-vhost-64b-base-4t4c"
5026       output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-tsh"
5027       data: "plot-performance-trending-vpp-3n-tsh"
5028       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
5029       parameters:
5030       - "result"
5031       layout: "plot-cpta"
5032
5033 # VM vhost - x520, eth, 64B
5034
5035     - title: "3n-tsh-x520-l2sw-vhost-64b-base-1t1c"
5036       output-file-name: "vm-vhost-eth-1t1c-x520-3n-tsh"
5037       data: "plot-performance-trending-vpp-3n-tsh"
5038       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
5039
5040       parameters:
5041       - "result"
5042       layout: "plot-cpta"
5043
5044     - title: "3n-tsh-x520-l2sw-vhost-64b-base-2t2c"
5045       output-file-name: "vm-vhost-eth-2t2c-x520-3n-tsh"
5046       data: "plot-performance-trending-vpp-3n-tsh"
5047       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
5048       parameters:
5049       - "result"
5050       layout: "plot-cpta"
5051
5052     - title: "3n-tsh-x520-l2sw-vhost-64b-base-4t4c"
5053       output-file-name: "vm-vhost-eth-4t4c-x520-3n-tsh"
5054       data: "plot-performance-trending-vpp-3n-tsh"
5055       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
5056       parameters:
5057       - "result"
5058       layout: "plot-cpta"
5059
5060 # IPSec SW INT
5061
5062     - title: "3n-tsh-x520-ip4-ipsecsw-int-64b-base-scale-1t1c"
5063       output-file-name: "ipsecsw-int-1t1c-x520-3n-tsh"
5064       data: "plot-performance-trending-vpp-3n-tsh"
5065       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
5066       parameters:
5067       - "result"
5068       layout: "plot-cpta"
5069
5070     - title: "3n-tsh-x520-ip4-ipsecsw-int-64b-base-scale-2t2c"
5071       output-file-name: "ipsecsw-int-2t2c-x520-3n-tsh"
5072       data: "plot-performance-trending-vpp-3n-tsh"
5073       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
5074       parameters:
5075       - "result"
5076       layout: "plot-cpta"
5077
5078     - title: "3n-tsh-x520-ip4-ipsecsw-int-64b-base-scale-4t4c"
5079       output-file-name: "ipsecsw-int-4t4c-x520-3n-tsh"
5080       data: "plot-performance-trending-vpp-3n-tsh"
5081       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
5082       parameters:
5083       - "result"
5084       layout: "plot-cpta"
5085
5086 # IPSec SW TNL
5087
5088     - title: "3n-tsh-x520-ip4-ipsecsw-tnl-64b-base-scale-1t1c"
5089       output-file-name: "ipsecsw-tnl-1t1c-x520-3n-tsh"
5090       data: "plot-performance-trending-vpp-3n-tsh"
5091       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5092       parameters:
5093       - "result"
5094       layout: "plot-cpta"
5095
5096     - title: "3n-tsh-x520-ip4-ipsecsw-tnl-64b-base-scale-2t2c"
5097       output-file-name: "ipsecsw-tnl-2t2c-x520-3n-tsh"
5098       data: "plot-performance-trending-vpp-3n-tsh"
5099       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5100       parameters:
5101       - "result"
5102       layout: "plot-cpta"
5103
5104     - title: "3n-tsh-x520-ip4-ipsecsw-tnl-64b-base-scale-4t4c"
5105       output-file-name: "ipsecsw-tnl-4t4c-x520-3n-tsh"
5106       data: "plot-performance-trending-vpp-3n-tsh"
5107       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5108       parameters:
5109       - "result"
5110       layout: "plot-cpta"
5111
5112 # Link Bonding - x520
5113
5114     - title: "3n-tsh-x520-lb-64b-1t1c"
5115       output-file-name: "lb-64b-1t1c-x520-3n-tsh"
5116       data: "plot-performance-trending-vpp-3n-tsh"
5117       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND_VPP'"
5118       parameters:
5119       - "result"
5120       layout: "plot-cpta"
5121
5122     - title: "3n-tsh-x520-lb-64b-2t2c"
5123       output-file-name: "lb-64b-2t2c-x520-3n-tsh"
5124       data: "plot-performance-trending-vpp-3n-tsh"
5125       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND_VPP'"
5126       parameters:
5127       - "result"
5128       layout: "plot-cpta"
5129
5130     - title: "3n-tsh-x520-lb-64b-4t4c"
5131       output-file-name: "lb-64b-4t4c-x520-3n-tsh"
5132       data: "plot-performance-trending-vpp-3n-tsh"
5133       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND_VPP'"
5134       parameters:
5135       - "result"
5136       layout: "plot-cpta"
5137
5138 ################################################################################
5139 # 3n-dnv
5140
5141 # L2 - x553
5142
5143     - title: "3n-dnv-x553-l2sw-64b-base-scale-1t1c"
5144       output-file-name: "l2-1t1c-x553-3n-dnv"
5145       data: "plot-performance-trending-vpp-3n-dnv"
5146       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5147       parameters:
5148       - "result"
5149       layout: "plot-cpta"
5150
5151     - title: "3n-dnv-x553-l2sw-64b-base-scale-2t2c"
5152       output-file-name: "l2-2t2c-x553-3n-dnv"
5153       data: "plot-performance-trending-vpp-3n-dnv"
5154       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5155       parameters:
5156       - "result"
5157       layout: "plot-cpta"
5158
5159     - title: "3n-dnv-x553-l2sw-64b-base-scale-4t4c"
5160       output-file-name: "l2-4t4c-x553-3n-dnv"
5161       data: "plot-performance-trending-vpp-3n-dnv"
5162       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5163       parameters:
5164       - "result"
5165       layout: "plot-cpta"
5166
5167 # IPv4 - x553
5168
5169     - title: "3n-dnv-x553-ip4-64b-base-scale-1t1c"
5170       output-file-name: "ip4-1t1c-x553-3n-dnv"
5171       data: "plot-performance-trending-vpp-3n-dnv"
5172       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
5173       parameters:
5174       - "result"
5175       layout: "plot-cpta"
5176
5177     - title: "3n-dnv-x553-ip4-64b-base-scale-2t2c"
5178       output-file-name: "ip4-2t2c-x553-3n-dnv"
5179       data: "plot-performance-trending-vpp-3n-dnv"
5180       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
5181       parameters:
5182       - "result"
5183       layout: "plot-cpta"
5184
5185     - title: "3n-dnv-x553-ip4-64b-base-scale-4t4c"
5186       output-file-name: "ip4-4t4c-x553-3n-dnv"
5187       data: "plot-performance-trending-vpp-3n-dnv"
5188       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
5189       parameters:
5190       - "result"
5191       layout: "plot-cpta"
5192
5193 # IPv4 Tunnels - x553
5194
5195     - title: "3n-dnv-x553-ip4tun-64b-base-1t1c"
5196       output-file-name: "ip4-tunnels-1t1c-x553-3n-dnv"
5197       data: "plot-performance-trending-vpp-3n-dnv"
5198       filter: "'NIC_Intel-X553' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5199       parameters:
5200       - "result"
5201       layout: "plot-cpta"
5202
5203     - title: "3n-dnv-x553-ip4tun-64b-base-2t2c"
5204       output-file-name: "ip4-tunnels-2t2c-x553-3n-dnv"
5205       data: "plot-performance-trending-vpp-3n-dnv"
5206       filter: "'NIC_Intel-X553' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5207       parameters:
5208       - "result"
5209       layout: "plot-cpta"
5210
5211     - title: "3n-dnv-x553-ip4tun-64b-base-4t4c"
5212       output-file-name: "ip4-tunnels-4t4c-x553-3n-dnv"
5213       data: "plot-performance-trending-vpp-3n-dnv"
5214       filter: "'NIC_Intel-X553' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5215       parameters:
5216       - "result"
5217       layout: "plot-cpta"
5218
5219 # IPv6 - x553
5220
5221     - title: "3n-dnv-x553-ip6-78b-base-scale-1t1c"
5222       output-file-name: "ip6-1t1c-x553-3n-dnv"
5223       data: "plot-performance-trending-vpp-3n-dnv"
5224       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5225       parameters:
5226       - "result"
5227       layout: "plot-cpta"
5228
5229     - title: "3n-dnv-x553-ip6-78b-base-scale-2t2c"
5230       output-file-name: "ip6-2t2c-x553-3n-dnv"
5231       data: "plot-performance-trending-vpp-3n-dnv"
5232       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5233       parameters:
5234       - "result"
5235       layout: "plot-cpta"
5236
5237     - title: "3n-dnv-x553-ip6-78b-base-scale-4t4c"
5238       output-file-name: "ip6-4t4c-x553-3n-dnv"
5239       data: "plot-performance-trending-vpp-3n-dnv"
5240       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5241       parameters:
5242       - "result"
5243       layout: "plot-cpta"
5244
5245 # IPSec HW IPSECINT
5246
5247     - title: "3n-dnv-x553-ip4-ipsechw-int-64b-base-scale-1t1c"
5248       output-file-name: "ipsechw-int-1t1c-x553-3n-dnv"
5249       data: "plot-performance-trending-vpp-3n-dnv"
5250       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
5251       parameters:
5252       - "result"
5253       layout: "plot-cpta"
5254
5255     - title: "3n-dnv-x553-ip4-ipsechw-int-64b-base-scale-2t2c"
5256       output-file-name: "ipsechw-int-2t2c-x553-3n-dnv"
5257       data: "plot-performance-trending-vpp-3n-dnv"
5258       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
5259       parameters:
5260       - "result"
5261       layout: "plot-cpta"
5262
5263     - title: "3n-dnv-x553-ip4-ipsechw-int-64b-base-scale-4t4c"
5264       output-file-name: "ipsechw-int-4t4c-x553-3n-dnv"
5265       data: "plot-performance-trending-vpp-3n-dnv"
5266       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and 'IPSECINT' and 'AES_256_GCM' and ('BASE' or 'TNL_4' or 'TNL_40' or 'TNL_1000' or 'TNL_60000') and not 'VHOST'"
5267       parameters:
5268       - "result"
5269       layout: "plot-cpta"
5270
5271 # IPSec HW IPSECTUN
5272
5273     - title: "3n-dnv-x553-ip4-ipsechw-tnl-64b-base-scale-1t1c"
5274       output-file-name: "ipsechw-tnl-1t1c-x553-3n-dnv"
5275       data: "plot-performance-trending-vpp-3n-dnv"
5276       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5277       parameters:
5278       - "result"
5279       layout: "plot-cpta"
5280
5281     - title: "3n-dnv-x553-ip4-ipsechw-tnl-64b-base-scale-2t2c"
5282       output-file-name: "ipsechw-tnl-2t2c-x553-3n-dnv"
5283       data: "plot-performance-trending-vpp-3n-dnv"
5284       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5285       parameters:
5286       - "result"
5287       layout: "plot-cpta"
5288
5289     - title: "3n-dnv-x553-ip4-ipsechw-tnl-64b-base-scale-4t4c"
5290       output-file-name: "ipsechw-tnl-4t4c-x553-3n-dnv"
5291       data: "plot-performance-trending-vpp-3n-dnv"
5292       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5293       parameters:
5294       - "result"
5295       layout: "plot-cpta"
5296
5297 ################################################################################
5298 # 2n-dnv
5299
5300 # L2 - x553
5301
5302     - title: "2n-dnv-x553-l2sw-64b-base-scale-1t1c"
5303       output-file-name: "l2-1t1c-x553-2n-dnv"
5304       data: "plot-performance-trending-vpp-2n-dnv"
5305       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5306       parameters:
5307       - "result"
5308       layout: "plot-cpta"
5309
5310     - title: "2n-dnv-x553-l2sw-64b-base-scale-2t2c"
5311       output-file-name: "l2-2t2c-x553-2n-dnv"
5312       data: "plot-performance-trending-vpp-2n-dnv"
5313       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5314       parameters:
5315       - "result"
5316       layout: "plot-cpta"
5317
5318     - title: "2n-dnv-x553-l2sw-64b-base-scale-4t4c"
5319       output-file-name: "l2-4t4c-x553-2n-dnv"
5320       data: "plot-performance-trending-vpp-2n-dnv"
5321       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5322       parameters:
5323       - "result"
5324       layout: "plot-cpta"
5325
5326 # IPv4 - x553
5327
5328     - title: "2n-dnv-x553-ip4-64b-base-scale-1t1c"
5329       output-file-name: "ip4-1t1c-x553-2n-dnv"
5330       data: "plot-performance-trending-vpp-2n-dnv"
5331       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
5332       parameters:
5333       - "result"
5334       layout: "plot-cpta"
5335
5336     - title: "2n-dnv-x553-ip4-64b-base-scale-2t2c"
5337       output-file-name: "ip4-2t2c-x553-2n-dnv"
5338       data: "plot-performance-trending-vpp-2n-dnv"
5339       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
5340       parameters:
5341       - "result"
5342       layout: "plot-cpta"
5343
5344     - title: "2n-dnv-x553-ip4-64b-base-scale-4t4c"
5345       output-file-name: "ip4-4t4c-x553-2n-dnv"
5346       data: "plot-performance-trending-vpp-2n-dnv"
5347       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST' and not 'POLICE_MARK' and not 'MEMIF'"
5348       parameters:
5349       - "result"
5350       layout: "plot-cpta"
5351
5352 # IPv6 - x553
5353
5354     - title: "2n-dnv-x553-ip6-78b-base-scale-1t1c"
5355       output-file-name: "ip6-1t1c-x553-2n-dnv"
5356       data: "plot-performance-trending-vpp-2n-dnv"
5357       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5358       parameters:
5359       - "result"
5360       layout: "plot-cpta"
5361
5362     - title: "2n-dnv-x553-ip6-78b-base-scale-2t2c"
5363       output-file-name: "ip6-2t2c-x553-2n-dnv"
5364       data: "plot-performance-trending-vpp-2n-dnv"
5365       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5366       parameters:
5367       - "result"
5368       layout: "plot-cpta"
5369
5370     - title: "2n-dnv-x553-ip6-78b-base-scale-4t4c"
5371       output-file-name: "ip6-4t4c-x553-2n-dnv"
5372       data: "plot-performance-trending-vpp-2n-dnv"
5373       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5374       parameters:
5375       - "result"
5376       layout: "plot-cpta"