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