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