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