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