Report: Fixes
[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     - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-1t1c"
2853       output-file-name: "ipsecsw-1t1c-xl710-3n-hsw"
2854       data: "plot-performance-trending-vpp-3n-hsw"
2855       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and not 'VHOST'"
2856       parameters:
2857       - "result"
2858       layout: "plot-cpta"
2859
2860     - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-2t2c"
2861       output-file-name: "ipsecsw-2t2c-xl710-3n-hsw"
2862       data: "plot-performance-trending-vpp-3n-hsw"
2863       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and not 'VHOST'"
2864       parameters:
2865       - "result"
2866       layout: "plot-cpta"
2867
2868     - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-4t4c"
2869       output-file-name: "ipsecsw-4t4c-xl710-3n-hsw"
2870       data: "plot-performance-trending-vpp-3n-hsw"
2871       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and not 'VHOST'"
2872       parameters:
2873       - "result"
2874       layout: "plot-cpta"
2875
2876 # SRv6 - x520
2877
2878     - title: "3n-hsw-x520-srv6-78b-1t1c"
2879       output-file-name: "srv6-78b-1t1c-x520-3n-hsw"
2880       data: "plot-performance-trending-vpp-3n-hsw"
2881       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
2882       parameters:
2883       - "result"
2884       layout: "plot-cpta"
2885
2886     - title: "3n-hsw-x520-srv6-78b-2t2c"
2887       output-file-name: "srv6-78b-2t2c-x520-3n-hsw"
2888       data: "plot-performance-trending-vpp-3n-hsw"
2889       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
2890       parameters:
2891       - "result"
2892       layout: "plot-cpta"
2893
2894     - title: "3n-hsw-x520-srv6-78b-4t4c"
2895       output-file-name: "srv6-78b-4t4c-x520-3n-hsw"
2896       data: "plot-performance-trending-vpp-3n-hsw"
2897       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
2898       parameters:
2899       - "result"
2900       layout: "plot-cpta"
2901
2902 #    - title: "3n-hsw-x520-srv6-imix-1t1c"
2903 #      output-file-name: "srv6-imix-1t1c-x520-3n-hsw"
2904 #      data: "plot-performance-trending-vpp-3n-hsw"
2905 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
2906 #      parameters:
2907 #      - "result"
2908 #      layout: "plot-cpta"
2909 #
2910 #    - title: "3n-hsw-x520-srv6-imix-2t2c"
2911 #      output-file-name: "srv6-imix-2t2c-x520-3n-hsw"
2912 #      data: "plot-performance-trending-vpp-3n-hsw"
2913 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
2914 #      parameters:
2915 #      - "result"
2916 #      layout: "plot-cpta"
2917 #
2918 #    - title: "3n-hsw-x520-srv6-imix-4t4c"
2919 #      output-file-name: "srv6-imix-4t4c-x520-3n-hsw"
2920 #      data: "plot-performance-trending-vpp-3n-hsw"
2921 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
2922 #      parameters:
2923 #      - "result"
2924 #      layout: "plot-cpta"
2925
2926 # Link Bonding - x520
2927
2928     - title: "3n-hsw-x520-lb-64b-1t1c"
2929       output-file-name: "lb-64b-1t1c-x520-3n-hsw"
2930       data: "plot-performance-trending-vpp-3n-hsw"
2931       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'"
2932       parameters:
2933       - "result"
2934       layout: "plot-cpta"
2935
2936     - title: "3n-hsw-x520-lb-64b-2t2c"
2937       output-file-name: "lb-64b-2t2c-x520-3n-hsw"
2938       data: "plot-performance-trending-vpp-3n-hsw"
2939       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'"
2940       parameters:
2941       - "result"
2942       layout: "plot-cpta"
2943
2944     - title: "3n-hsw-x520-lb-64b-4t4c"
2945       output-file-name: "lb-64b-4t4c-x520-3n-hsw"
2946       data: "plot-performance-trending-vpp-3n-hsw"
2947       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'"
2948       parameters:
2949       - "result"
2950       layout: "plot-cpta"
2951
2952     - title: "3n-hsw-x520-lb-imix-1t1c"
2953       output-file-name: "lb-imix-1t1c-x520-3n-hsw"
2954       data: "plot-performance-trending-vpp-3n-hsw"
2955       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'"
2956       parameters:
2957       - "result"
2958       layout: "plot-cpta"
2959
2960     - title: "3n-hsw-x520-lb-imix-2t2c"
2961       output-file-name: "lb-imix-2t2c-x520-3n-hsw"
2962       data: "plot-performance-trending-vpp-3n-hsw"
2963       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'"
2964       parameters:
2965       - "result"
2966       layout: "plot-cpta"
2967
2968     - title: "3n-hsw-x520-lb-imix-4t4c"
2969       output-file-name: "lb-imix-4t4c-x520-3n-hsw"
2970       data: "plot-performance-trending-vpp-3n-hsw"
2971       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'"
2972       parameters:
2973       - "result"
2974       layout: "plot-cpta"
2975
2976 # Link Bonding - x710
2977
2978     - title: "3n-hsw-x710-lb-64b-1t1c"
2979       output-file-name: "lb-64b-1t1c-x710-3n-hsw"
2980       data: "plot-performance-trending-vpp-3n-hsw"
2981       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
2982       parameters:
2983       - "result"
2984       layout: "plot-cpta"
2985
2986     - title: "3n-hsw-x710-lb-64b-2t2c"
2987       output-file-name: "lb-64b-2t2c-x710-3n-hsw"
2988       data: "plot-performance-trending-vpp-3n-hsw"
2989       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
2990       parameters:
2991       - "result"
2992       layout: "plot-cpta"
2993
2994     - title: "3n-hsw-x710-lb-64b-4t4c"
2995       output-file-name: "lb-64b-4t4c-x710-3n-hsw"
2996       data: "plot-performance-trending-vpp-3n-hsw"
2997       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
2998       parameters:
2999       - "result"
3000       layout: "plot-cpta"
3001
3002     - title: "3n-hsw-x710-lb-imix-1t1c"
3003       output-file-name: "lb-imix-1t1c-x710-3n-hsw"
3004       data: "plot-performance-trending-vpp-3n-hsw"
3005       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
3006       parameters:
3007       - "result"
3008       layout: "plot-cpta"
3009
3010     - title: "3n-hsw-x710-lb-imix-2t2c"
3011       output-file-name: "lb-imix-2t2c-x710-3n-hsw"
3012       data: "plot-performance-trending-vpp-3n-hsw"
3013       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
3014       parameters:
3015       - "result"
3016       layout: "plot-cpta"
3017
3018     - title: "3n-hsw-x710-lb-imix-4t4c"
3019       output-file-name: "lb-imix-4t4c-x710-3n-hsw"
3020       data: "plot-performance-trending-vpp-3n-hsw"
3021       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
3022       parameters:
3023       - "result"
3024       layout: "plot-cpta"
3025
3026 # DPDK - x520 - 64B
3027
3028     - title: "3n-hsw-x520-dpdk-64b-1t1c"
3029       output-file-name: "dpdk-64b-1t1c-x520-3n-hsw"
3030       data: "plot-performance-trending-dpdk-3n-hsw"
3031       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
3032       parameters:
3033       - "result"
3034       layout: "plot-cpta"
3035
3036     - title: "3n-hsw-x520-dpdk-64b-2t2c"
3037       output-file-name: "dpdk-64b-2t2c-x520-3n-hsw"
3038       data: "plot-performance-trending-dpdk-3n-hsw"
3039       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
3040       parameters:
3041       - "result"
3042       layout: "plot-cpta"
3043
3044     - title: "3n-hsw-x520-dpdk-64b-4t4c"
3045       output-file-name: "dpdk-64b-4t4c-x520-3n-hsw"
3046       data: "plot-performance-trending-dpdk-3n-hsw"
3047       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
3048       parameters:
3049       - "result"
3050       layout: "plot-cpta"
3051
3052 # DPDK - x710 - 64B
3053
3054     - title: "3n-hsw-x710-dpdk-64b-1t1c"
3055       output-file-name: "dpdk-64b-1t1c-x710-3n-hsw"
3056       data: "plot-performance-trending-dpdk-3n-hsw"
3057       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
3058       parameters:
3059       - "result"
3060       layout: "plot-cpta"
3061
3062     - title: "3n-hsw-x710-dpdk-64b-2t2c"
3063       output-file-name: "dpdk-64b-2t2c-x710-3n-hsw"
3064       data: "plot-performance-trending-dpdk-3n-hsw"
3065       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
3066       parameters:
3067       - "result"
3068       layout: "plot-cpta"
3069
3070     - title: "3n-hsw-x710-dpdk-64b-4t4c"
3071       output-file-name: "dpdk-64b-4t4c-x710-3n-hsw"
3072       data: "plot-performance-trending-dpdk-3n-hsw"
3073       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
3074       parameters:
3075       - "result"
3076       layout: "plot-cpta"
3077
3078 # DPDK - xl710 - 64B
3079
3080     - title: "3n-hsw-xl710-dpdk-64b-1t1c"
3081       output-file-name: "dpdk-64b-1t1c-xl710-3n-hsw"
3082       data: "plot-performance-trending-dpdk-3n-hsw"
3083       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
3084       parameters:
3085       - "result"
3086       layout: "plot-cpta"
3087
3088     - title: "3n-hsw-xl710-dpdk-64b-2t2c"
3089       output-file-name: "dpdk-64b-2t2c-xl710-3n-hsw"
3090       data: "plot-performance-trending-dpdk-3n-hsw"
3091       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
3092       parameters:
3093       - "result"
3094       layout: "plot-cpta"
3095
3096     - title: "3n-hsw-xl710-dpdk-64b-4t4c"
3097       output-file-name: "dpdk-64b-4t4c-xl710-3n-hsw"
3098       data: "plot-performance-trending-dpdk-3n-hsw"
3099       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
3100       parameters:
3101       - "result"
3102       layout: "plot-cpta"
3103
3104 ## DPDK - x520 - IMIX
3105 #
3106 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3107 #      output-file-name: "dpdk-imix-1t1c-x520-3n-hsw"
3108 #      data: "plot-performance-trending-dpdk-3n-hsw"
3109 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
3110 #      parameters:
3111 #      - "result"
3112 #      layout: "plot-cpta"
3113 #
3114 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
3115 #      output-file-name: "dpdk-imix-2t2c-x520-3n-hsw"
3116 #      data: "plot-performance-trending-dpdk-3n-hsw"
3117 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
3118 #      parameters:
3119 #      - "result"
3120 #      layout: "plot-cpta"
3121 #
3122 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
3123 #      output-file-name: "dpdk-imix-4t4c-x520-3n-hsw"
3124 #      data: "plot-performance-trending-dpdk-3n-hsw"
3125 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3126 #      parameters:
3127 #      - "result"
3128 #      layout: "plot-cpta"
3129 #
3130 ## DPDK - x710 - IMIX
3131 #
3132 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3133 #      output-file-name: "dpdk-imix-1t1c-x710-3n-hsw"
3134 #      data: "plot-performance-trending-dpdk-3n-hsw"
3135 #      filter: "'NIC_Intel-X710' 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-x710-3n-hsw"
3142 #      data: "plot-performance-trending-dpdk-3n-hsw"
3143 #      filter: "'NIC_Intel-X710' 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-x710-3n-hsw"
3150 #      data: "plot-performance-trending-dpdk-3n-hsw"
3151 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3152 #      parameters:
3153 #      - "result"
3154 #      layout: "plot-cpta"
3155 #
3156 ## DPDK - xl710 - IMIX
3157 #
3158 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3159 #      output-file-name: "dpdk-imix-1t1c-xl710-3n-hsw"
3160 #      data: "plot-performance-trending-dpdk-3n-hsw"
3161 #      filter: "'NIC_Intel-XL710' 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-xl710-3n-hsw"
3168 #      data: "plot-performance-trending-dpdk-3n-hsw"
3169 #      filter: "'NIC_Intel-XL710' 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-xl710-3n-hsw"
3176 #      data: "plot-performance-trending-dpdk-3n-hsw"
3177 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3178 #      parameters:
3179 #      - "result"
3180 #      layout: "plot-cpta"
3181
3182 ################################################################################
3183 # 3n-skx
3184
3185 # L2 - x710
3186
3187     - title: "3n-skx-x710-l2sw-64b-base-scale-2t1c"
3188       output-file-name: "l2-2t1c-x710-3n-skx"
3189       data: "plot-performance-trending-vpp-3n-skx"
3190       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'"
3191       parameters:
3192       - "result"
3193       layout: "plot-cpta"
3194
3195     - title: "3n-skx-x710-l2sw-64b-base-scale-4t2c"
3196       output-file-name: "l2-4t2c-x710-3n-skx"
3197       data: "plot-performance-trending-vpp-3n-skx"
3198       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'"
3199       parameters:
3200       - "result"
3201       layout: "plot-cpta"
3202
3203     - title: "3n-skx-x710-l2sw-64b-base-scale-8t4c"
3204       output-file-name: "l2-8t4c-x710-3n-skx"
3205       data: "plot-performance-trending-vpp-3n-skx"
3206       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'"
3207       parameters:
3208       - "result"
3209       layout: "plot-cpta"
3210
3211     - title: "3n-skx-x710-l2sw-64b-features-2t1c"
3212       output-file-name: "l2-feature-2t1c-x710-3n-skx"
3213       data: "plot-performance-trending-vpp-3n-skx"
3214       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3215       parameters:
3216       - "result"
3217       layout: "plot-cpta"
3218
3219     - title: "3n-skx-x710-l2sw-64b-features-4t2c"
3220       output-file-name: "l2-feature-4t2c-x710-3n-skx"
3221       data: "plot-performance-trending-vpp-3n-skx"
3222       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3223       parameters:
3224       - "result"
3225       layout: "plot-cpta"
3226
3227     - title: "3n-skx-x710-l2sw-64b-features-8t4c"
3228       output-file-name: "l2-feature-8t4c-x710-3n-skx"
3229       data: "plot-performance-trending-vpp-3n-skx"
3230       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3231       parameters:
3232       - "result"
3233       layout: "plot-cpta"
3234
3235 # L2 - xxv710
3236
3237     - title: "3n-skx-xxv710-l2sw-64b-base-scale-2t1c"
3238       output-file-name: "l2-2t1c-xxv710-3n-skx"
3239       data: "plot-performance-trending-vpp-3n-skx"
3240       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'"
3241       parameters:
3242       - "result"
3243       layout: "plot-cpta"
3244
3245     - title: "3n-skx-xxv710-l2sw-64b-base-scale-4t2c"
3246       output-file-name: "l2-4t2c-xxv710-3n-skx"
3247       data: "plot-performance-trending-vpp-3n-skx"
3248       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'"
3249       parameters:
3250       - "result"
3251       layout: "plot-cpta"
3252
3253     - title: "3n-skx-xxv710-l2sw-64b-base-scale-8t4c"
3254       output-file-name: "l2-8t4c-xxv710-3n-skx"
3255       data: "plot-performance-trending-vpp-3n-skx"
3256       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'"
3257       parameters:
3258       - "result"
3259       layout: "plot-cpta"
3260
3261     - title: "3n-skx-xxv710-l2sw-64b-features-2t1c"
3262       output-file-name: "l2-feature-2t1c-xxv710-3n-skx"
3263       data: "plot-performance-trending-vpp-3n-skx"
3264       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3265       parameters:
3266       - "result"
3267       layout: "plot-cpta"
3268
3269     - title: "3n-skx-xxv710-l2sw-64b-features-4t2c"
3270       output-file-name: "l2-feature-4t2c-xxv710-3n-skx"
3271       data: "plot-performance-trending-vpp-3n-skx"
3272       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3273       parameters:
3274       - "result"
3275       layout: "plot-cpta"
3276
3277     - title: "3n-skx-xxv710-l2sw-64b-features-8t4c"
3278       output-file-name: "l2-feature-8t4c-xxv710-3n-skx"
3279       data: "plot-performance-trending-vpp-3n-skx"
3280       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3281       parameters:
3282       - "result"
3283       layout: "plot-cpta"
3284
3285 # IPv4 - x710
3286
3287     - title: "3n-skx-x710-ip4-64b-base-scale-2t1c"
3288       output-file-name: "ip4-2t1c-x710-3n-skx"
3289       data: "plot-performance-trending-vpp-3n-skx"
3290       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'"
3291       parameters:
3292       - "result"
3293       layout: "plot-cpta"
3294
3295     - title: "3n-skx-x710-ip4-64b-base-scale-4t2c"
3296       output-file-name: "ip4-4t2c-x710-3n-skx"
3297       data: "plot-performance-trending-vpp-3n-skx"
3298       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'"
3299       parameters:
3300       - "result"
3301       layout: "plot-cpta"
3302
3303     - title: "3n-skx-x710-ip4-64b-base-scale-8t4c"
3304       output-file-name: "ip4-8t4c-x710-3n-skx"
3305       data: "plot-performance-trending-vpp-3n-skx"
3306       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'"
3307       parameters:
3308       - "result"
3309       layout: "plot-cpta"
3310
3311     - title: "3n-skx-x710-ip4-64b-features-2t1c"
3312       output-file-name: "ip4-feature-2t1c-x710-3n-skx"
3313       data: "plot-performance-trending-vpp-3n-skx"
3314       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3315       parameters:
3316       - "result"
3317       layout: "plot-cpta"
3318
3319     - title: "3n-skx-x710-ip4-64b-features-4t2c"
3320       output-file-name: "ip4-feature-4t2c-x710-3n-skx"
3321       data: "plot-performance-trending-vpp-3n-skx"
3322       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3323       parameters:
3324       - "result"
3325       layout: "plot-cpta"
3326
3327     - title: "3n-skx-x710-ip4-64b-features-8t4c"
3328       output-file-name: "ip4-feature-8t4c-x710-3n-skx"
3329       data: "plot-performance-trending-vpp-3n-skx"
3330       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3331       parameters:
3332       - "result"
3333       layout: "plot-cpta"
3334
3335 # IPv4 - xxv710
3336
3337     - title: "3n-skx-xxv710-ip4-64b-base-scale-2t1c"
3338       output-file-name: "ip4-2t1c-xxv710-3n-skx"
3339       data: "plot-performance-trending-vpp-3n-skx"
3340       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'"
3341       parameters:
3342       - "result"
3343       layout: "plot-cpta"
3344
3345     - title: "3n-skx-xxv710-ip4-64b-base-scale-4t2c"
3346       output-file-name: "ip4-4t2c-xxv710-3n-skx"
3347       data: "plot-performance-trending-vpp-3n-skx"
3348       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'"
3349       parameters:
3350       - "result"
3351       layout: "plot-cpta"
3352
3353     - title: "3n-skx-xxv710-ip4-64b-base-scale-8t4c"
3354       output-file-name: "ip4-8t4c-xxv710-3n-skx"
3355       data: "plot-performance-trending-vpp-3n-skx"
3356       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'"
3357       parameters:
3358       - "result"
3359       layout: "plot-cpta"
3360
3361     - title: "3n-skx-xxv710-ip4-64b-features-2t1c"
3362       output-file-name: "ip4-feature-2t1c-xxv710-3n-skx"
3363       data: "plot-performance-trending-vpp-3n-skx"
3364       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3365       parameters:
3366       - "result"
3367       layout: "plot-cpta"
3368
3369     - title: "3n-skx-xxv710-ip4-64b-features-4t2c"
3370       output-file-name: "ip4-feature-4t2c-xxv710-3n-skx"
3371       data: "plot-performance-trending-vpp-3n-skx"
3372       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3373       parameters:
3374       - "result"
3375       layout: "plot-cpta"
3376
3377     - title: "3n-skx-xxv710-ip4-64b-features-8t4c"
3378       output-file-name: "ip4-feature-8t4c-xxv710-3n-skx"
3379       data: "plot-performance-trending-vpp-3n-skx"
3380       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3381       parameters:
3382       - "result"
3383       layout: "plot-cpta"
3384
3385 # IPv4 Tunnels - x710
3386
3387     - title: "3n-skx-x710-ip4tun-64b-base-2t1c"
3388       output-file-name: "ip4-tunnels-2t1c-x710-3n-skx"
3389       data: "plot-performance-trending-vpp-3n-skx"
3390       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'"
3391       parameters:
3392       - "result"
3393       layout: "plot-cpta"
3394
3395     - title: "3n-skx-x710-ip4tun-64b-base-4t2c"
3396       output-file-name: "ip4-tunnels-4t2c-x710-3n-skx"
3397       data: "plot-performance-trending-vpp-3n-skx"
3398       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'"
3399       parameters:
3400       - "result"
3401       layout: "plot-cpta"
3402
3403     - title: "3n-skx-x710-ip4tun-64b-base-8t4c"
3404       output-file-name: "ip4-tunnels-8t4c-x710-3n-skx"
3405       data: "plot-performance-trending-vpp-3n-skx"
3406       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'"
3407       parameters:
3408       - "result"
3409       layout: "plot-cpta"
3410
3411 # IPv4 Tunnels - xxv710
3412
3413     - title: "3n-skx-xxv710-ip4tun-64b-base-2t1c"
3414       output-file-name: "ip4-tunnels-2t1c-xxv710-3n-skx"
3415       data: "plot-performance-trending-vpp-3n-skx"
3416       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'"
3417       parameters:
3418       - "result"
3419       layout: "plot-cpta"
3420
3421     - title: "3n-skx-xxv710-ip4tun-64b-base-4t2c"
3422       output-file-name: "ip4-tunnels-4t2c-xxv710-3n-skx"
3423       data: "plot-performance-trending-vpp-3n-skx"
3424       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'"
3425       parameters:
3426       - "result"
3427       layout: "plot-cpta"
3428
3429     - title: "3n-skx-xxv710-ip4tun-64b-base-8t4c"
3430       output-file-name: "ip4-tunnels-8t4c-xxv710-3n-skx"
3431       data: "plot-performance-trending-vpp-3n-skx"
3432       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'"
3433       parameters:
3434       - "result"
3435       layout: "plot-cpta"
3436
3437 # IPv6 - x710
3438
3439     - title: "3n-skx-x710-ip6-78b-base-scale-2t1c"
3440       output-file-name: "ip6-2t1c-x710-3n-skx"
3441       data: "plot-performance-trending-vpp-3n-skx"
3442       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'"
3443       parameters:
3444       - "result"
3445       layout: "plot-cpta"
3446
3447     - title: "3n-skx-x710-ip6-78b-base-scale-4t2c"
3448       output-file-name: "ip6-4t2c-x710-3n-skx"
3449       data: "plot-performance-trending-vpp-3n-skx"
3450       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'"
3451       parameters:
3452       - "result"
3453       layout: "plot-cpta"
3454
3455     - title: "3n-skx-x710-ip6-78b-base-scale-8t4c"
3456       output-file-name: "ip6-8t4c-x710-3n-skx"
3457       data: "plot-performance-trending-vpp-3n-skx"
3458       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'"
3459       parameters:
3460       - "result"
3461       layout: "plot-cpta"
3462
3463 # IPv6 - xxv710
3464
3465     - title: "3n-skx-xxv710-ip6-78b-base-scale-2t1c"
3466       output-file-name: "ip6-2t1c-xxv710-3n-skx"
3467       data: "plot-performance-trending-vpp-3n-skx"
3468       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'"
3469       parameters:
3470       - "result"
3471       layout: "plot-cpta"
3472
3473     - title: "3n-skx-xxv710-ip6-78b-base-scale-4t2c"
3474       output-file-name: "ip6-4t2c-xxv710-3n-skx"
3475       data: "plot-performance-trending-vpp-3n-skx"
3476       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'"
3477       parameters:
3478       - "result"
3479       layout: "plot-cpta"
3480
3481     - title: "3n-skx-xxv710-ip6-78b-base-scale-8t4c"
3482       output-file-name: "ip6-8t4c-xxv710-3n-skx"
3483       data: "plot-performance-trending-vpp-3n-skx"
3484       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'"
3485       parameters:
3486       - "result"
3487       layout: "plot-cpta"
3488
3489 # Container memif - x710, 64B
3490
3491     - title: "3n-skx-x710-l2sw-memif-64b-base-2t1c"
3492       output-file-name: "container-memif-l2-2t1c-x710-3n-skx"
3493       data: "plot-performance-trending-vpp-3n-skx"
3494       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'"
3495       parameters:
3496       - "result"
3497       layout: "plot-cpta"
3498
3499     - title: "3n-skx-x710-l2sw-memif-64b-base-4t2c"
3500       output-file-name: "container-memif-l2-4t2c-x710-3n-skx"
3501       data: "plot-performance-trending-vpp-3n-skx"
3502       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'"
3503       parameters:
3504       - "result"
3505       layout: "plot-cpta"
3506
3507     - title: "3n-skx-x710-l2sw-memif-64b-base-8t4c"
3508       output-file-name: "container-memif-l2-8t4c-x710-3n-skx"
3509       data: "plot-performance-trending-vpp-3n-skx"
3510       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'"
3511       parameters:
3512       - "result"
3513       layout: "plot-cpta"
3514
3515 # Container memif - xxv710, 64B
3516
3517     - title: "3n-skx-xxv710-l2sw-memif-64b-base-2t1c"
3518       output-file-name: "container-memif-l2-2t1c-xxv710-3n-skx"
3519       data: "plot-performance-trending-vpp-3n-skx"
3520       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'"
3521       parameters:
3522       - "result"
3523       layout: "plot-cpta"
3524
3525     - title: "3n-skx-xxv710-l2sw-memif-64b-base-4t2c"
3526       output-file-name: "container-memif-l2-4t2c-xxv710-3n-skx"
3527       data: "plot-performance-trending-vpp-3n-skx"
3528       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'"
3529       parameters:
3530       - "result"
3531       layout: "plot-cpta"
3532
3533     - title: "3n-skx-xxv710-l2sw-memif-64b-base-8t4c"
3534       output-file-name: "container-memif-l2-8t4c-xxv710-3n-skx"
3535       data: "plot-performance-trending-vpp-3n-skx"
3536       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'"
3537       parameters:
3538       - "result"
3539       layout: "plot-cpta"
3540
3541 # Container memif - x710, IMIX
3542
3543     - title: "3n-skx-x710-l2sw-memif-imix-base-2t1c"
3544       output-file-name: "container-memif-imix-l2-2t1c-x710-3n-skx"
3545       data: "plot-performance-trending-vpp-3n-skx"
3546       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'"
3547       parameters:
3548       - "result"
3549       layout: "plot-cpta"
3550
3551     - title: "3n-skx-x710-l2sw-memif-imix-base-4t2c"
3552       output-file-name: "container-memif-imix-l2-4t2c-x710-3n-skx"
3553       data: "plot-performance-trending-vpp-3n-skx"
3554       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'"
3555       parameters:
3556       - "result"
3557       layout: "plot-cpta"
3558
3559     - title: "3n-skx-x710-l2sw-memif-imix-base-8t4c"
3560       output-file-name: "container-memif-imix-l2-8t4c-x710-3n-skx"
3561       data: "plot-performance-trending-vpp-3n-skx"
3562       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'"
3563       parameters:
3564       - "result"
3565       layout: "plot-cpta"
3566
3567 # Container memif - xxv710, IMIX
3568
3569     - title: "3n-skx-xxv710-l2sw-memif-imix-base-2t1c"
3570       output-file-name: "container-memif-imix-l2-2t1c-xxv710-3n-skx"
3571       data: "plot-performance-trending-vpp-3n-skx"
3572       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'"
3573       parameters:
3574       - "result"
3575       layout: "plot-cpta"
3576
3577     - title: "3n-skx-xxv710-l2sw-memif-imix-base-4t2c"
3578       output-file-name: "container-memif-imix-l2-4t2c-xxv710-3n-skx"
3579       data: "plot-performance-trending-vpp-3n-skx"
3580       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'"
3581       parameters:
3582       - "result"
3583       layout: "plot-cpta"
3584
3585     - title: "3n-skx-xxv710-l2sw-memif-imix-base-8t4c"
3586       output-file-name: "container-memif-imix-l2-8t4c-xxv710-3n-skx"
3587       data: "plot-performance-trending-vpp-3n-skx"
3588       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'"
3589       parameters:
3590       - "result"
3591       layout: "plot-cpta"
3592
3593 # VM vhost - x710, ethip4, 64B
3594
3595     - title: "3n-skx-x710-ip4-vhost-64b-base-2t1c"
3596       output-file-name: "vm-vhost-ethip4-2t1c-x710-3n-skx"
3597       data: "plot-performance-trending-vpp-3n-skx"
3598       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'"
3599       parameters:
3600       - "result"
3601       layout: "plot-cpta"
3602
3603     - title: "3n-skx-x710-ip4-vhost-64b-base-4t2c"
3604       output-file-name: "vm-vhost-ethip4-4t2c-x710-3n-skx"
3605       data: "plot-performance-trending-vpp-3n-skx"
3606       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'"
3607       parameters:
3608       - "result"
3609       layout: "plot-cpta"
3610
3611     - title: "3n-skx-x710-ip4-vhost-64b-base-8t4c"
3612       output-file-name: "vm-vhost-ethip4-8t4c-x710-3n-skx"
3613       data: "plot-performance-trending-vpp-3n-skx"
3614       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'"
3615       parameters:
3616       - "result"
3617       layout: "plot-cpta"
3618
3619 # VM vhost - xxv710, ethip4, 64B
3620
3621     - title: "3n-skx-xxv710-ip4-vhost-64b-base-2t1c"
3622       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-3n-skx"
3623       data: "plot-performance-trending-vpp-3n-skx"
3624       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'"
3625       parameters:
3626       - "result"
3627       layout: "plot-cpta"
3628
3629     - title: "3n-skx-xxv710-ip4-vhost-64b-base-4t2c"
3630       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-3n-skx"
3631       data: "plot-performance-trending-vpp-3n-skx"
3632       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'"
3633       parameters:
3634       - "result"
3635       layout: "plot-cpta"
3636
3637     - title: "3n-skx-xxv710-ip4-vhost-64b-base-8t4c"
3638       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-3n-skx"
3639       data: "plot-performance-trending-vpp-3n-skx"
3640       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'"
3641       parameters:
3642       - "result"
3643       layout: "plot-cpta"
3644
3645 # VM vhost - x710, ethip4, IMIX
3646
3647     - title: "3n-skx-x710-ip4-vhost-imix-base-2t1c"
3648       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-3n-skx"
3649       data: "plot-performance-trending-vpp-3n-skx"
3650       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'"
3651       parameters:
3652       - "result"
3653       layout: "plot-cpta"
3654
3655     - title: "3n-skx-x710-ip4-vhost-imix-base-4t2c"
3656       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-3n-skx"
3657       data: "plot-performance-trending-vpp-3n-skx"
3658       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'"
3659       parameters:
3660       - "result"
3661       layout: "plot-cpta"
3662
3663     - title: "3n-skx-x710-ip4-vhost-imix-base-8t4c"
3664       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-3n-skx"
3665       data: "plot-performance-trending-vpp-3n-skx"
3666       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'"
3667       parameters:
3668       - "result"
3669       layout: "plot-cpta"
3670
3671 # VM vhost - xxv710, ethip4, IMIX
3672
3673     - title: "3n-skx-xxv710-ip4-vhost-imix-base-2t1c"
3674       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-3n-skx"
3675       data: "plot-performance-trending-vpp-3n-skx"
3676       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'"
3677       parameters:
3678       - "result"
3679       layout: "plot-cpta"
3680
3681     - title: "3n-skx-xxv710-ip4-vhost-imix-base-4t2c"
3682       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-3n-skx"
3683       data: "plot-performance-trending-vpp-3n-skx"
3684       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'"
3685       parameters:
3686       - "result"
3687       layout: "plot-cpta"
3688
3689     - title: "3n-skx-xxv710-ip4-vhost-imix-base-8t4c"
3690       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-3n-skx"
3691       data: "plot-performance-trending-vpp-3n-skx"
3692       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'"
3693       parameters:
3694       - "result"
3695       layout: "plot-cpta"
3696
3697 # VM vhost - x710, eth, 64B
3698
3699     - title: "3n-skx-x710-l2sw-vhost-64b-base-2t1c"
3700       output-file-name: "vm-vhost-eth-2t1c-x710-3n-skx"
3701       data: "plot-performance-trending-vpp-3n-skx"
3702       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3703
3704       parameters:
3705       - "result"
3706       layout: "plot-cpta"
3707
3708     - title: "3n-skx-x710-l2sw-vhost-64b-base-4t2c"
3709       output-file-name: "vm-vhost-eth-4t2c-x710-3n-skx"
3710       data: "plot-performance-trending-vpp-3n-skx"
3711       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3712       parameters:
3713       - "result"
3714       layout: "plot-cpta"
3715
3716     - title: "3n-skx-x710-l2sw-vhost-64b-base-8t4c"
3717       output-file-name: "vm-vhost-eth-8t4c-x710-3n-skx"
3718       data: "plot-performance-trending-vpp-3n-skx"
3719       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3720       parameters:
3721       - "result"
3722       layout: "plot-cpta"
3723
3724 # VM vhost - xxv710, eth, 64B
3725
3726     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-2t1c"
3727       output-file-name: "vm-vhost-eth-2t1c-xxv710-3n-skx"
3728       data: "plot-performance-trending-vpp-3n-skx"
3729       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3730
3731       parameters:
3732       - "result"
3733       layout: "plot-cpta"
3734
3735     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-4t2c"
3736       output-file-name: "vm-vhost-eth-4t2c-xxv710-3n-skx"
3737       data: "plot-performance-trending-vpp-3n-skx"
3738       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3739       parameters:
3740       - "result"
3741       layout: "plot-cpta"
3742
3743     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-8t4c"
3744       output-file-name: "vm-vhost-eth-8t4c-xxv710-3n-skx"
3745       data: "plot-performance-trending-vpp-3n-skx"
3746       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3747       parameters:
3748       - "result"
3749       layout: "plot-cpta"
3750
3751 # VM vhost - x710, eth, IMIX
3752
3753     - title: "3n-skx-x710-l2sw-vhost-imix-base-2t1c"
3754       output-file-name: "vm-vhost-imix-eth-2t1c-x710-3n-skx"
3755       data: "plot-performance-trending-vpp-3n-skx"
3756       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3757
3758       parameters:
3759       - "result"
3760       layout: "plot-cpta"
3761
3762     - title: "3n-skx-x710-l2sw-vhost-imix-base-4t2c"
3763       output-file-name: "vm-vhost-imix-eth-4t2c-x710-3n-skx"
3764       data: "plot-performance-trending-vpp-3n-skx"
3765       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3766       parameters:
3767       - "result"
3768       layout: "plot-cpta"
3769
3770     - title: "3n-skx-x710-l2sw-vhost-imix-base-8t4c"
3771       output-file-name: "vm-vhost-imix-eth-8t4c-x710-3n-skx"
3772       data: "plot-performance-trending-vpp-3n-skx"
3773       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3774       parameters:
3775       - "result"
3776       layout: "plot-cpta"
3777
3778 # VM vhost - xxv710, eth, IMIX
3779
3780     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-2t1c"
3781       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-3n-skx"
3782       data: "plot-performance-trending-vpp-3n-skx"
3783       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3784
3785       parameters:
3786       - "result"
3787       layout: "plot-cpta"
3788
3789     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-4t2c"
3790       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-3n-skx"
3791       data: "plot-performance-trending-vpp-3n-skx"
3792       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3793       parameters:
3794       - "result"
3795       layout: "plot-cpta"
3796
3797     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-8t4c"
3798       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-3n-skx"
3799       data: "plot-performance-trending-vpp-3n-skx"
3800       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3801       parameters:
3802       - "result"
3803       layout: "plot-cpta"
3804
3805 # Link Bonding - x710
3806
3807     - title: "3n-skx-x710-lb-64b-2t1c"
3808       output-file-name: "lb-64b-2t1c-x710-3n-skx"
3809       data: "plot-performance-trending-vpp-3n-skx"
3810       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3811       parameters:
3812       - "result"
3813       layout: "plot-cpta"
3814
3815     - title: "3n-skx-x710-lb-64b-4t2c"
3816       output-file-name: "lb-64b-4t2c-x710-3n-skx"
3817       data: "plot-performance-trending-vpp-3n-skx"
3818       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3819       parameters:
3820       - "result"
3821       layout: "plot-cpta"
3822
3823     - title: "3n-skx-x710-lb-64b-8t4c"
3824       output-file-name: "lb-64b-8t4c-x710-3n-skx"
3825       data: "plot-performance-trending-vpp-3n-skx"
3826       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3827       parameters:
3828       - "result"
3829       layout: "plot-cpta"
3830
3831     - title: "3n-skx-x710-lb-imix-2t1c"
3832       output-file-name: "lb-imix-2t1c-x710-3n-skx"
3833       data: "plot-performance-trending-vpp-3n-skx"
3834       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3835       parameters:
3836       - "result"
3837       layout: "plot-cpta"
3838
3839     - title: "3n-skx-x710-lb-imix-4t2c"
3840       output-file-name: "lb-imix-4t2c-x710-3n-skx"
3841       data: "plot-performance-trending-vpp-3n-skx"
3842       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3843       parameters:
3844       - "result"
3845       layout: "plot-cpta"
3846
3847     - title: "3n-skx-x710-lb-imix-8t4c"
3848       output-file-name: "lb-imix-8t4c-x710-3n-skx"
3849       data: "plot-performance-trending-vpp-3n-skx"
3850       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3851       parameters:
3852       - "result"
3853       layout: "plot-cpta"
3854
3855 ## Link Bonding - xxv710
3856 #
3857 #    - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
3858 #      output-file-name: "lb-64b-2t1c-xxv710-3n-skx"
3859 #      data: "plot-performance-trending-vpp-3n-skx"
3860 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3861 #      parameters:
3862 #      - "result"
3863 #      layout: "plot-cpta"
3864 #
3865 #    - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
3866 #      output-file-name: "lb-64b-4t2c-xxv710-3n-skx"
3867 #      data: "plot-performance-trending-vpp-3n-skx"
3868 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3869 #      parameters:
3870 #      - "result"
3871 #      layout: "plot-cpta"
3872 #
3873 #    - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
3874 #      output-file-name: "lb-64b-8t4c-xxv710-3n-skx"
3875 #      data: "plot-performance-trending-vpp-3n-skx"
3876 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3877 #      parameters:
3878 #      - "result"
3879 #      layout: "plot-cpta"
3880 #
3881 #    - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
3882 #      output-file-name: "lb-imix-2t1c-xxv710-3n-skx"
3883 #      data: "plot-performance-trending-vpp-3n-skx"
3884 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3885 #      parameters:
3886 #      - "result"
3887 #      layout: "plot-cpta"
3888 #
3889 #    - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
3890 #      output-file-name: "lb-imix-4t2c-xxv710-3n-skx"
3891 #      data: "plot-performance-trending-vpp-3n-skx"
3892 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3893 #      parameters:
3894 #      - "result"
3895 #      layout: "plot-cpta"
3896 #
3897 #    - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
3898 #      output-file-name: "lb-imix-8t4c-xxv710-3n-skx"
3899 #      data: "plot-performance-trending-vpp-3n-skx"
3900 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3901 #      parameters:
3902 #      - "result"
3903 #      layout: "plot-cpta"
3904
3905 # DPDK - x710 - 64B
3906
3907     - title: "3n-skx-x710-dpdk-64b-2t1c"
3908       output-file-name: "dpdk-64b-2t1c-x710-3n-skx"
3909       data: "plot-performance-trending-dpdk-3n-skx"
3910       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3911       parameters:
3912       - "result"
3913       layout: "plot-cpta"
3914
3915     - title: "3n-skx-x710-dpdk-64b-4t2c"
3916       output-file-name: "dpdk-64b-4t2c-x710-3n-skx"
3917       data: "plot-performance-trending-dpdk-3n-skx"
3918       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3919       parameters:
3920       - "result"
3921       layout: "plot-cpta"
3922
3923     - title: "3n-skx-x710-dpdk-64b-8t4c"
3924       output-file-name: "dpdk-64b-8t4c-x710-3n-skx"
3925       data: "plot-performance-trending-dpdk-3n-skx"
3926       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3927       parameters:
3928       - "result"
3929       layout: "plot-cpta"
3930
3931 ## DPDK - x710 - IMIX
3932 #
3933 #    - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
3934 #      output-file-name: "dpdk-imix-2t1c-x710-3n-skx"
3935 #      data: "plot-performance-trending-dpdk-3n-skx"
3936 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3937 #      parameters:
3938 #      - "result"
3939 #      layout: "plot-cpta"
3940 #
3941 #    - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
3942 #      output-file-name: "dpdk-imix-4t2c-x710-3n-skx"
3943 #      data: "plot-performance-trending-dpdk-3n-skx"
3944 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3945 #      parameters:
3946 #      - "result"
3947 #      layout: "plot-cpta"
3948 #
3949 #    - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
3950 #      output-file-name: "dpdk-imix-8t4c-x710-3n-skx"
3951 #      data: "plot-performance-trending-dpdk-3n-skx"
3952 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3953 #      parameters:
3954 #      - "result"
3955 #      layout: "plot-cpta"
3956
3957 # DPDK - xxv710 - 64B
3958
3959     - title: "3n-skx-xxv710-dpdk-64b-2t1c"
3960       output-file-name: "dpdk-64b-2t1c-xxv710-3n-skx"
3961       data: "plot-performance-trending-dpdk-3n-skx"
3962       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3963       parameters:
3964       - "result"
3965       layout: "plot-cpta"
3966
3967     - title: "3n-skx-xxv710-dpdk-64b-4t2c"
3968       output-file-name: "dpdk-64b-4t2c-xxv710-3n-skx"
3969       data: "plot-performance-trending-dpdk-3n-skx"
3970       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3971       parameters:
3972       - "result"
3973       layout: "plot-cpta"
3974
3975     - title: "3n-skx-xxv710-dpdk-64b-8t4c"
3976       output-file-name: "dpdk-64b-8t4c-xxv710-3n-skx"
3977       data: "plot-performance-trending-dpdk-3n-skx"
3978       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3979       parameters:
3980       - "result"
3981       layout: "plot-cpta"
3982
3983 ## DPDK - xxv710 - IMIX
3984 #
3985 #    - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
3986 #      output-file-name: "dpdk-imix-2t1c-xxv710-3n-skx"
3987 #      data: "plot-performance-trending-dpdk-3n-skx"
3988 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3989 #      parameters:
3990 #      - "result"
3991 #      layout: "plot-cpta"
3992 #
3993 #    - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
3994 #      output-file-name: "dpdk-imix-4t2c-xxv710-3n-skx"
3995 #      data: "plot-performance-trending-dpdk-3n-skx"
3996 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3997 #      parameters:
3998 #      - "result"
3999 #      layout: "plot-cpta"
4000 #
4001 #    - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
4002 #      output-file-name: "dpdk-imix-8t4c-xxv710-3n-skx"
4003 #      data: "plot-performance-trending-dpdk-3n-skx"
4004 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4005 #      parameters:
4006 #      - "result"
4007 #      layout: "plot-cpta"
4008
4009 ################################################################################
4010 # 2n-skx
4011
4012 # L2 - x710
4013
4014     - title: "2n-skx-x710-l2sw-64b-base-scale-2t1c"
4015       output-file-name: "l2-2t1c-x710-2n-skx"
4016       data: "plot-performance-trending-vpp-2n-skx"
4017       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'"
4018       parameters:
4019       - "result"
4020       layout: "plot-cpta"
4021
4022     - title: "2n-skx-x710-l2sw-64b-base-scale-4t2c"
4023       output-file-name: "l2-4t2c-x710-2n-skx"
4024       data: "plot-performance-trending-vpp-2n-skx"
4025       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'"
4026       parameters:
4027       - "result"
4028       layout: "plot-cpta"
4029
4030     - title: "2n-skx-x710-l2sw-64b-base-scale-8t4c"
4031       output-file-name: "l2-8t4c-x710-2n-skx"
4032       data: "plot-performance-trending-vpp-2n-skx"
4033       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'"
4034       parameters:
4035       - "result"
4036       layout: "plot-cpta"
4037
4038     - title: "2n-skx-x710-l2sw-64b-features-2t1c"
4039       output-file-name: "l2-feature-2t1c-x710-2n-skx"
4040       data: "plot-performance-trending-vpp-2n-skx"
4041       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4042       parameters:
4043       - "result"
4044       layout: "plot-cpta"
4045
4046     - title: "2n-skx-x710-l2sw-64b-features-4t2c"
4047       output-file-name: "l2-feature-4t2c-x710-2n-skx"
4048       data: "plot-performance-trending-vpp-2n-skx"
4049       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4050       parameters:
4051       - "result"
4052       layout: "plot-cpta"
4053
4054     - title: "2n-skx-x710-l2sw-64b-features-8t4c"
4055       output-file-name: "l2-feature-8t4c-x710-2n-skx"
4056       data: "plot-performance-trending-vpp-2n-skx"
4057       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4058       parameters:
4059       - "result"
4060       layout: "plot-cpta"
4061
4062 # L2 - xxv710
4063
4064     - title: "2n-skx-xxv710-l2sw-64b-base-scale-2t1c"
4065       output-file-name: "l2-2t1c-xxv710-2n-skx"
4066       data: "plot-performance-trending-vpp-2n-skx"
4067       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'"
4068       parameters:
4069       - "result"
4070       layout: "plot-cpta"
4071
4072     - title: "2n-skx-xxv710-l2sw-64b-base-scale-4t2c"
4073       output-file-name: "l2-4t2c-xxv710-2n-skx"
4074       data: "plot-performance-trending-vpp-2n-skx"
4075       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'"
4076       parameters:
4077       - "result"
4078       layout: "plot-cpta"
4079
4080     - title: "2n-skx-xxv710-l2sw-64b-base-scale-8t4c"
4081       output-file-name: "l2-8t4c-xxv710-2n-skx"
4082       data: "plot-performance-trending-vpp-2n-skx"
4083       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'"
4084       parameters:
4085       - "result"
4086       layout: "plot-cpta"
4087
4088     - title: "2n-skx-xxv710-l2sw-64b-features-2t1c"
4089       output-file-name: "l2-feature-2t1c-xxv710-2n-skx"
4090       data: "plot-performance-trending-vpp-2n-skx"
4091       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4092       parameters:
4093       - "result"
4094       layout: "plot-cpta"
4095
4096     - title: "2n-skx-xxv710-l2sw-64b-features-4t2c"
4097       output-file-name: "l2-feature-4t2c-xxv710-2n-skx"
4098       data: "plot-performance-trending-vpp-2n-skx"
4099       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4100       parameters:
4101       - "result"
4102       layout: "plot-cpta"
4103
4104     - title: "2n-skx-xxv710-l2sw-64b-features-8t4c"
4105       output-file-name: "l2-feature-8t4c-xxv710-2n-skx"
4106       data: "plot-performance-trending-vpp-2n-skx"
4107       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4108       parameters:
4109       - "result"
4110       layout: "plot-cpta"
4111
4112 # IPv4 - x710
4113
4114     - title: "2n-skx-x710-ip4-64b-base-scale-2t1c"
4115       output-file-name: "ip4-2t1c-x710-2n-skx"
4116       data: "plot-performance-trending-vpp-2n-skx"
4117       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'"
4118       parameters:
4119       - "result"
4120       layout: "plot-cpta"
4121
4122     - title: "2n-skx-x710-ip4-64b-base-scale-4t2c"
4123       output-file-name: "ip4-4t2c-x710-2n-skx"
4124       data: "plot-performance-trending-vpp-2n-skx"
4125       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'"
4126       parameters:
4127       - "result"
4128       layout: "plot-cpta"
4129
4130     - title: "2n-skx-x710-ip4-64b-base-scale-8t4c"
4131       output-file-name: "ip4-8t4c-x710-2n-skx"
4132       data: "plot-performance-trending-vpp-2n-skx"
4133       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'"
4134       parameters:
4135       - "result"
4136       layout: "plot-cpta"
4137
4138     - title: "2n-skx-x710-ip4-64b-features-2t1c"
4139       output-file-name: "ip4-feature-2t1c-x710-2n-skx"
4140       data: "plot-performance-trending-vpp-2n-skx"
4141       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4142       parameters:
4143       - "result"
4144       layout: "plot-cpta"
4145
4146     - title: "2n-skx-x710-ip4-64b-features-4t2c"
4147       output-file-name: "ip4-feature-4t2c-x710-2n-skx"
4148       data: "plot-performance-trending-vpp-2n-skx"
4149       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4150       parameters:
4151       - "result"
4152       layout: "plot-cpta"
4153
4154     - title: "2n-skx-x710-ip4-64b-features-8t4c"
4155       output-file-name: "ip4-feature-8t4c-x710-2n-skx"
4156       data: "plot-performance-trending-vpp-2n-skx"
4157       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4158       parameters:
4159       - "result"
4160       layout: "plot-cpta"
4161
4162 # IPv4 - xxv710
4163
4164     - title: "2n-skx-xxv710-ip4-64b-base-scale-2t1c"
4165       output-file-name: "ip4-2t1c-xxv710-2n-skx"
4166       data: "plot-performance-trending-vpp-2n-skx"
4167       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'"
4168       parameters:
4169       - "result"
4170       layout: "plot-cpta"
4171
4172     - title: "2n-skx-xxv710-ip4-64b-base-scale-4t2c"
4173       output-file-name: "ip4-4t2c-xxv710-2n-skx"
4174       data: "plot-performance-trending-vpp-2n-skx"
4175       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'"
4176       parameters:
4177       - "result"
4178       layout: "plot-cpta"
4179
4180     - title: "2n-skx-xxv710-ip4-64b-base-scale-8t4c"
4181       output-file-name: "ip4-8t4c-xxv710-2n-skx"
4182       data: "plot-performance-trending-vpp-2n-skx"
4183       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'"
4184       parameters:
4185       - "result"
4186       layout: "plot-cpta"
4187
4188 #    - title: "2n-skx-xxv710-ip4-64b-features-2t1c"
4189 #      output-file-name: "ip4-feature-2t1c-xxv710-2n-skx"
4190 #      data: "plot-performance-trending-vpp-2n-skx"
4191 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4192 #      parameters:
4193 #      - "result"
4194 #      layout: "plot-cpta"
4195 #
4196 #    - title: "2n-skx-xxv710-ip4-64b-features-4t2c"
4197 #      output-file-name: "ip4-feature-4t2c-xxv710-2n-skx"
4198 #      data: "plot-performance-trending-vpp-2n-skx"
4199 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4200 #      parameters:
4201 #      - "result"
4202 #      layout: "plot-cpta"
4203 #
4204 #    - title: "2n-skx-xxv710-ip4-64b-features-8t4c"
4205 #      output-file-name: "ip4-feature-8t4c-xxv710-2n-skx"
4206 #      data: "plot-performance-trending-vpp-2n-skx"
4207 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4208 #      parameters:
4209 #      - "result"
4210 #      layout: "plot-cpta"
4211
4212 # IPv4 Tunnels - x710
4213
4214     - title: "2n-skx-x710-ip4tun-64b-base-2t1c"
4215       output-file-name: "ip4-tunnels-2t1c-x710-2n-skx"
4216       data: "plot-performance-trending-vpp-2n-skx"
4217       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'"
4218       parameters:
4219       - "result"
4220       layout: "plot-cpta"
4221
4222     - title: "2n-skx-x710-ip4tun-64b-base-4t2c"
4223       output-file-name: "ip4-tunnels-4t2c-x710-2n-skx"
4224       data: "plot-performance-trending-vpp-2n-skx"
4225       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'"
4226       parameters:
4227       - "result"
4228       layout: "plot-cpta"
4229
4230     - title: "2n-skx-x710-ip4tun-64b-base-8t4c"
4231       output-file-name: "ip4-tunnels-8t4c-x710-2n-skx"
4232       data: "plot-performance-trending-vpp-2n-skx"
4233       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'"
4234       parameters:
4235       - "result"
4236       layout: "plot-cpta"
4237
4238 # IPv4 Tunnels - xxv710
4239
4240     - title: "2n-skx-xxv710-ip4tun-64b-base-2t1c"
4241       output-file-name: "ip4-tunnels-2t1c-xxv710-2n-skx"
4242       data: "plot-performance-trending-vpp-2n-skx"
4243       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'"
4244       parameters:
4245       - "result"
4246       layout: "plot-cpta"
4247
4248     - title: "2n-skx-xxv710-ip4tun-64b-base-4t2c"
4249       output-file-name: "ip4-tunnels-4t2c-xxv710-2n-skx"
4250       data: "plot-performance-trending-vpp-2n-skx"
4251       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'"
4252       parameters:
4253       - "result"
4254       layout: "plot-cpta"
4255
4256     - title: "2n-skx-xxv710-ip4tun-64b-base-8t4c"
4257       output-file-name: "ip4-tunnels-8t4c-xxv710-2n-skx"
4258       data: "plot-performance-trending-vpp-2n-skx"
4259       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'"
4260       parameters:
4261       - "result"
4262       layout: "plot-cpta"
4263
4264 # IPv6 - x710
4265
4266     - title: "2n-skx-x710-ip6-78b-base-scale-2t1c"
4267       output-file-name: "ip6-2t1c-x710-2n-skx"
4268       data: "plot-performance-trending-vpp-2n-skx"
4269       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'"
4270       parameters:
4271       - "result"
4272       layout: "plot-cpta"
4273
4274     - title: "2n-skx-x710-ip6-78b-base-scale-4t2c"
4275       output-file-name: "ip6-4t2c-x710-2n-skx"
4276       data: "plot-performance-trending-vpp-2n-skx"
4277       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'"
4278       parameters:
4279       - "result"
4280       layout: "plot-cpta"
4281
4282     - title: "2n-skx-x710-ip6-78b-base-scale-8t4c"
4283       output-file-name: "ip6-8t4c-x710-2n-skx"
4284       data: "plot-performance-trending-vpp-2n-skx"
4285       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'"
4286       parameters:
4287       - "result"
4288       layout: "plot-cpta"
4289
4290 # IPv6 - xxv710
4291
4292     - title: "2n-skx-xxv710-ip6-78b-base-scale-2t1c"
4293       output-file-name: "ip6-2t1c-xxv710-2n-skx"
4294       data: "plot-performance-trending-vpp-2n-skx"
4295       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'"
4296       parameters:
4297       - "result"
4298       layout: "plot-cpta"
4299
4300     - title: "2n-skx-xxv710-ip6-78b-base-scale-4t2c"
4301       output-file-name: "ip6-4t2c-xxv710-2n-skx"
4302       data: "plot-performance-trending-vpp-2n-skx"
4303       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'"
4304       parameters:
4305       - "result"
4306       layout: "plot-cpta"
4307
4308     - title: "2n-skx-xxv710-ip6-78b-base-scale-8t4c"
4309       output-file-name: "ip6-8t4c-xxv710-2n-skx"
4310       data: "plot-performance-trending-vpp-2n-skx"
4311       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'"
4312       parameters:
4313       - "result"
4314       layout: "plot-cpta"
4315
4316 # Container memif - x710, 64B
4317
4318     - title: "2n-skx-x710-l2sw-memif-64b-base-2t1c"
4319       output-file-name: "container-memif-l2-2t1c-x710-2n-skx"
4320       data: "plot-performance-trending-vpp-2n-skx"
4321       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'"
4322       parameters:
4323       - "result"
4324       layout: "plot-cpta"
4325
4326     - title: "2n-skx-x710-l2sw-memif-64b-base-4t2c"
4327       output-file-name: "container-memif-l2-4t2c-x710-2n-skx"
4328       data: "plot-performance-trending-vpp-2n-skx"
4329       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'"
4330       parameters:
4331       - "result"
4332       layout: "plot-cpta"
4333
4334     - title: "2n-skx-x710-l2sw-memif-64b-base-8t4c"
4335       output-file-name: "container-memif-l2-8t4c-x710-2n-skx"
4336       data: "plot-performance-trending-vpp-2n-skx"
4337       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'"
4338       parameters:
4339       - "result"
4340       layout: "plot-cpta"
4341
4342 ## Container memif - xxv710, 64B
4343 #
4344 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-2t1c"
4345 #      output-file-name: "container-memif-l2-2t1c-xxv710-2n-skx"
4346 #      data: "plot-performance-trending-vpp-2n-skx"
4347 #      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'"
4348 #      parameters:
4349 #      - "result"
4350 #      layout: "plot-cpta"
4351 #
4352 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-4t2c"
4353 #      output-file-name: "container-memif-l2-4t2c-xxv710-2n-skx"
4354 #      data: "plot-performance-trending-vpp-2n-skx"
4355 #      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'"
4356 #      parameters:
4357 #      - "result"
4358 #      layout: "plot-cpta"
4359 #
4360 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-8t4c"
4361 #      output-file-name: "container-memif-l2-8t4c-xxv710-2n-skx"
4362 #      data: "plot-performance-trending-vpp-2n-skx"
4363 #      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'"
4364 #      parameters:
4365 #      - "result"
4366 #      layout: "plot-cpta"
4367
4368 # VM vhost - x710, ethip4, 64B
4369
4370     - title: "2n-skx-x710-ip4-vhost-64b-base-2t1c-mrr"
4371       output-file-name: "vm-vhost-ethip4-2t1c-x710-2n-skx"
4372       data: "plot-performance-trending-vpp-2n-skx"
4373       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'"
4374       parameters:
4375       - "result"
4376       layout: "plot-cpta"
4377
4378     - title: "2n-skx-x710-ip4-vhost-64b-base-4t2c-mrr"
4379       output-file-name: "vm-vhost-ethip4-4t2c-x710-2n-skx"
4380       data: "plot-performance-trending-vpp-2n-skx"
4381       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'"
4382       parameters:
4383       - "result"
4384       layout: "plot-cpta"
4385
4386     - title: "2n-skx-x710-ip4-vhost-64b-base-8t4c-mrr"
4387       output-file-name: "vm-vhost-ethip4-8t4c-x710-2n-skx"
4388       data: "plot-performance-trending-vpp-2n-skx"
4389       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'"
4390       parameters:
4391       - "result"
4392       layout: "plot-cpta"
4393
4394 ## VM vhost - xxv710, ethip4, 64B
4395 #
4396 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-2t1c"
4397 #      output-file-name: "vm-vhost-ethip4-2t1c-xxv710-2n-skx"
4398 #      data: "plot-performance-trending-vpp-2n-skx"
4399 #      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'"
4400 #      parameters:
4401 #      - "result"
4402 #      layout: "plot-cpta"
4403 #
4404 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-4t2c"
4405 #      output-file-name: "vm-vhost-ethip4-4t2c-xxv710-2n-skx"
4406 #      data: "plot-performance-trending-vpp-2n-skx"
4407 #      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'"
4408 #      parameters:
4409 #      - "result"
4410 #      layout: "plot-cpta"
4411 #
4412 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-8t4c"
4413 #      output-file-name: "vm-vhost-ethip4-8t4c-xxv710-2n-skx"
4414 #      data: "plot-performance-trending-vpp-2n-skx"
4415 #      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'"
4416 #      parameters:
4417 #      - "result"
4418 #      layout: "plot-cpta"
4419
4420 # VM vhost - x710, ethip4, IMIX
4421
4422     - title: "2n-skx-x710-ip4-vhost-imix-base-2t1c"
4423       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-2n-skx"
4424       data: "plot-performance-trending-vpp-2n-skx"
4425       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'"
4426       parameters:
4427       - "result"
4428       layout: "plot-cpta"
4429
4430     - title: "2n-skx-x710-ip4-vhost-imix-base-4t2c"
4431       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-2n-skx"
4432       data: "plot-performance-trending-vpp-2n-skx"
4433       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'"
4434       parameters:
4435       - "result"
4436       layout: "plot-cpta"
4437
4438     - title: "2n-skx-x710-ip4-vhost-imix-base-8t4c"
4439       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-2n-skx"
4440       data: "plot-performance-trending-vpp-2n-skx"
4441       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'"
4442       parameters:
4443       - "result"
4444       layout: "plot-cpta"
4445
4446 ## VM vhost - xxv710, ethip4, IMIX
4447 #
4448 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-2t1c"
4449 #      output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-2n-skx"
4450 #      data: "plot-performance-trending-vpp-2n-skx"
4451 #      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'"
4452 #      parameters:
4453 #      - "result"
4454 #      layout: "plot-cpta"
4455 #
4456 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-4t2c"
4457 #      output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-2n-skx"
4458 #      data: "plot-performance-trending-vpp-2n-skx"
4459 #      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'"
4460 #      parameters:
4461 #      - "result"
4462 #      layout: "plot-cpta"
4463 #
4464 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-8t4c"
4465 #      output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-2n-skx"
4466 #      data: "plot-performance-trending-vpp-2n-skx"
4467 #      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'"
4468 #      parameters:
4469 #      - "result"
4470 #      layout: "plot-cpta"
4471
4472 # VM vhost - x710, eth, 64B
4473
4474     - title: "2n-skx-x710-l2sw-vhost-64b-base-2t1c"
4475       output-file-name: "vm-vhost-eth-2t1c-x710-2n-skx"
4476       data: "plot-performance-trending-vpp-2n-skx"
4477       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'"
4478
4479       parameters:
4480       - "result"
4481       layout: "plot-cpta"
4482
4483     - title: "2n-skx-x710-l2sw-vhost-64b-base-4t2c"
4484       output-file-name: "vm-vhost-eth-4t2c-x710-2n-skx"
4485       data: "plot-performance-trending-vpp-2n-skx"
4486       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'"
4487       parameters:
4488       - "result"
4489       layout: "plot-cpta"
4490
4491     - title: "2n-skx-x710-l2sw-vhost-64b-base-8t4c"
4492       output-file-name: "vm-vhost-eth-8t4c-x710-2n-skx"
4493       data: "plot-performance-trending-vpp-2n-skx"
4494       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'"
4495       parameters:
4496       - "result"
4497       layout: "plot-cpta"
4498
4499 ## VM vhost - xxv710, eth, 64B
4500 #
4501 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-2t1c"
4502 #      output-file-name: "vm-vhost-eth-2t1c-xxv710-2n-skx"
4503 #      data: "plot-performance-trending-vpp-2n-skx"
4504 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4505 #
4506 #      parameters:
4507 #      - "result"
4508 #      layout: "plot-cpta"
4509 #
4510 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-4t2c"
4511 #      output-file-name: "vm-vhost-eth-4t2c-xxv710-2n-skx"
4512 #      data: "plot-performance-trending-vpp-2n-skx"
4513 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4514 #      parameters:
4515 #      - "result"
4516 #      layout: "plot-cpta"
4517 #
4518 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-8t4c"
4519 #      output-file-name: "vm-vhost-eth-8t4c-xxv710-2n-skx"
4520 #      data: "plot-performance-trending-vpp-2n-skx"
4521 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4522 #      parameters:
4523 #      - "result"
4524 #      layout: "plot-cpta"
4525
4526 # VM vhost - x710, eth, IMIX
4527
4528     - title: "2n-skx-x710-l2sw-vhost-imix-base-2t1c"
4529       output-file-name: "vm-vhost-imix-eth-2t1c-x710-2n-skx"
4530       data: "plot-performance-trending-vpp-2n-skx"
4531       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'"
4532
4533       parameters:
4534       - "result"
4535       layout: "plot-cpta"
4536
4537     - title: "2n-skx-x710-l2sw-vhost-imix-base-4t2c"
4538       output-file-name: "vm-vhost-imix-eth-4t2c-x710-2n-skx"
4539       data: "plot-performance-trending-vpp-2n-skx"
4540       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'"
4541       parameters:
4542       - "result"
4543       layout: "plot-cpta"
4544
4545     - title: "2n-skx-x710-l2sw-vhost-imix-base-8t4c"
4546       output-file-name: "vm-vhost-imix-eth-8t4c-x710-2n-skx"
4547       data: "plot-performance-trending-vpp-2n-skx"
4548       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'"
4549       parameters:
4550       - "result"
4551       layout: "plot-cpta"
4552
4553 ## VM vhost - xxv710, eth, IMIX
4554 #
4555 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-2t1c"
4556 #      output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-2n-skx"
4557 #      data: "plot-performance-trending-vpp-2n-skx"
4558 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4559 #
4560 #      parameters:
4561 #      - "result"
4562 #      layout: "plot-cpta"
4563 #
4564 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-4t2c"
4565 #      output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-2n-skx"
4566 #      data: "plot-performance-trending-vpp-2n-skx"
4567 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4568 #      parameters:
4569 #      - "result"
4570 #      layout: "plot-cpta"
4571 #
4572 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-8t4c"
4573 #      output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-2n-skx"
4574 #      data: "plot-performance-trending-vpp-2n-skx"
4575 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4576 #      parameters:
4577 #      - "result"
4578 #      layout: "plot-cpta"
4579
4580 # Link Bonding - x710
4581
4582     - title: "2n-skx-x710-lb-64b-2t1c"
4583       output-file-name: "lb-64b-2t1c-x710-2n-skx"
4584       data: "plot-performance-trending-vpp-2n-skx"
4585       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
4586       parameters:
4587       - "result"
4588       layout: "plot-cpta"
4589
4590     - title: "2n-skx-x710-lb-64b-4t2c"
4591       output-file-name: "lb-64b-4t2c-x710-2n-skx"
4592       data: "plot-performance-trending-vpp-2n-skx"
4593       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
4594       parameters:
4595       - "result"
4596       layout: "plot-cpta"
4597
4598     - title: "2n-skx-x710-lb-64b-8t4c"
4599       output-file-name: "lb-64b-8t4c-x710-2n-skx"
4600       data: "plot-performance-trending-vpp-2n-skx"
4601       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
4602       parameters:
4603       - "result"
4604       layout: "plot-cpta"
4605
4606     - title: "2n-skx-x710-lb-imix-2t1c"
4607       output-file-name: "lb-imix-2t1c-x710-2n-skx"
4608       data: "plot-performance-trending-vpp-2n-skx"
4609       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
4610       parameters:
4611       - "result"
4612       layout: "plot-cpta"
4613
4614     - title: "2n-skx-x710-lb-imix-4t2c"
4615       output-file-name: "lb-imix-4t2c-x710-2n-skx"
4616       data: "plot-performance-trending-vpp-2n-skx"
4617       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
4618       parameters:
4619       - "result"
4620       layout: "plot-cpta"
4621
4622     - title: "2n-skx-x710-lb-imix-8t4c"
4623       output-file-name: "lb-imix-8t4c-x710-2n-skx"
4624       data: "plot-performance-trending-vpp-2n-skx"
4625       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
4626       parameters:
4627       - "result"
4628       layout: "plot-cpta"
4629
4630 ## Link Bonding - xxv710
4631 #
4632 #    - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
4633 #      output-file-name: "lb-64b-2t1c-xxv710-2n-skx"
4634 #      data: "plot-performance-trending-vpp-2n-skx"
4635 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
4636 #      parameters:
4637 #      - "result"
4638 #      layout: "plot-cpta"
4639 #
4640 #    - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
4641 #      output-file-name: "lb-64b-4t2c-xxv710-2n-skx"
4642 #      data: "plot-performance-trending-vpp-2n-skx"
4643 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
4644 #      parameters:
4645 #      - "result"
4646 #      layout: "plot-cpta"
4647 #
4648 #    - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
4649 #      output-file-name: "lb-64b-8t4c-xxv710-2n-skx"
4650 #      data: "plot-performance-trending-vpp-2n-skx"
4651 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
4652 #      parameters:
4653 #      - "result"
4654 #      layout: "plot-cpta"
4655 #
4656 #    - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
4657 #      output-file-name: "lb-imix-2t1c-xxv710-2n-skx"
4658 #      data: "plot-performance-trending-vpp-2n-skx"
4659 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
4660 #      parameters:
4661 #      - "result"
4662 #      layout: "plot-cpta"
4663 #
4664 #    - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
4665 #      output-file-name: "lb-imix-4t2c-xxv710-2n-skx"
4666 #      data: "plot-performance-trending-vpp-2n-skx"
4667 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
4668 #      parameters:
4669 #      - "result"
4670 #      layout: "plot-cpta"
4671 #
4672 #    - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
4673 #      output-file-name: "lb-imix-8t4c-xxv710-2n-skx"
4674 #      data: "plot-performance-trending-vpp-2n-skx"
4675 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
4676 #      parameters:
4677 #      - "result"
4678 #      layout: "plot-cpta"
4679
4680 # DPDK - x710 - 64B
4681
4682     - title: "2n-skx-x710-dpdk-64b-2t1c"
4683       output-file-name: "dpdk-64b-2t1c-x710-2n-skx"
4684       data: "plot-performance-trending-dpdk-2n-skx"
4685       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
4686       parameters:
4687       - "result"
4688       layout: "plot-cpta"
4689
4690     - title: "2n-skx-x710-dpdk-64b-4t2c"
4691       output-file-name: "dpdk-64b-4t2c-x710-2n-skx"
4692       data: "plot-performance-trending-dpdk-2n-skx"
4693       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
4694       parameters:
4695       - "result"
4696       layout: "plot-cpta"
4697
4698     - title: "2n-skx-x710-dpdk-64b-8t4c"
4699       output-file-name: "dpdk-64b-8t4c-x710-2n-skx"
4700       data: "plot-performance-trending-dpdk-2n-skx"
4701       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
4702       parameters:
4703       - "result"
4704       layout: "plot-cpta"
4705
4706 ## DPDK - x710 - IMIX
4707 #
4708 #    - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
4709 #      output-file-name: "dpdk-imix-2t1c-x710-2n-skx"
4710 #      data: "plot-performance-trending-dpdk-2n-skx"
4711 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
4712 #      parameters:
4713 #      - "result"
4714 #      layout: "plot-cpta"
4715 #
4716 #    - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
4717 #      output-file-name: "dpdk-imix-4t2c-x710-2n-skx"
4718 #      data: "plot-performance-trending-dpdk-2n-skx"
4719 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
4720 #      parameters:
4721 #      - "result"
4722 #      layout: "plot-cpta"
4723 #
4724 #    - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
4725 #      output-file-name: "dpdk-imix-8t4c-x710-2n-skx"
4726 #      data: "plot-performance-trending-dpdk-2n-skx"
4727 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4728 #      parameters:
4729 #      - "result"
4730 #      layout: "plot-cpta"
4731
4732 # DPDK - xxv710 - 64B
4733
4734     - title: "2n-skx-xxv710-dpdk-64b-2t1c"
4735       output-file-name: "dpdk-64b-2t1c-xxv710-2n-skx"
4736       data: "plot-performance-trending-dpdk-2n-skx"
4737       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
4738       parameters:
4739       - "result"
4740       layout: "plot-cpta"
4741
4742     - title: "2n-skx-xxv710-dpdk-64b-4t2c"
4743       output-file-name: "dpdk-64b-4t2c-xxv710-2n-skx"
4744       data: "plot-performance-trending-dpdk-2n-skx"
4745       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
4746       parameters:
4747       - "result"
4748       layout: "plot-cpta"
4749
4750     - title: "2n-skx-xxv710-dpdk-64b-8t4c"
4751       output-file-name: "dpdk-64b-8t4c-xxv710-2n-skx"
4752       data: "plot-performance-trending-dpdk-2n-skx"
4753       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
4754       parameters:
4755       - "result"
4756       layout: "plot-cpta"
4757
4758 ## DPDK - xxv710 - IMIX
4759 #
4760 #    - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
4761 #      output-file-name: "dpdk-imix-2t1c-xxv710-2n-skx"
4762 #      data: "plot-performance-trending-dpdk-2n-skx"
4763 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
4764 #      parameters:
4765 #      - "result"
4766 #      layout: "plot-cpta"
4767 #
4768 #    - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
4769 #      output-file-name: "dpdk-imix-4t2c-xxv710-2n-skx"
4770 #      data: "plot-performance-trending-dpdk-2n-skx"
4771 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
4772 #      parameters:
4773 #      - "result"
4774 #      layout: "plot-cpta"
4775 #
4776 #    - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
4777 #      output-file-name: "dpdk-imix-8t4c-xxv710-2n-skx"
4778 #      data: "plot-performance-trending-dpdk-2n-skx"
4779 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4780 #      parameters:
4781 #      - "result"
4782 #      layout: "plot-cpta"
4783
4784 ################################################################################
4785 # 3n-tsh
4786
4787 # L2 - x520
4788
4789     - title: "3n-tsh-x520-l2sw-64b-base-scale-1t1c"
4790       output-file-name: "l2-1t1c-x520-3n-tsh"
4791       data: "plot-performance-trending-vpp-3n-tsh"
4792       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'"
4793       parameters:
4794       - "result"
4795       layout: "plot-cpta"
4796
4797     - title: "3n-tsh-x520-l2sw-64b-base-scale-2t2c"
4798       output-file-name: "l2-2t2c-x520-3n-tsh"
4799       data: "plot-performance-trending-vpp-3n-tsh"
4800       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'"
4801       parameters:
4802       - "result"
4803       layout: "plot-cpta"
4804
4805     - title: "3n-tsh-x520-l2sw-64b-base-scale-4t4c"
4806       output-file-name: "l2-4t4c-x520-3n-tsh"
4807       data: "plot-performance-trending-vpp-3n-tsh"
4808       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'"
4809       parameters:
4810       - "result"
4811       layout: "plot-cpta"
4812
4813 # IPv4 - x520
4814
4815     - title: "3n-tsh-x520-ip4-64b-base-scale-1t1c"
4816       output-file-name: "ip4-1t1c-x520-3n-tsh"
4817       data: "plot-performance-trending-vpp-3n-tsh"
4818       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'"
4819       parameters:
4820       - "result"
4821       layout: "plot-cpta"
4822
4823     - title: "3n-tsh-x520-ip4-64b-base-scale-2t2c"
4824       output-file-name: "ip4-2t2c-x520-3n-tsh"
4825       data: "plot-performance-trending-vpp-3n-tsh"
4826       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'"
4827       parameters:
4828       - "result"
4829       layout: "plot-cpta"
4830
4831     - title: "3n-tsh-x520-ip4-64b-base-scale-4t4c"
4832       output-file-name: "ip4-4t4c-x520-3n-tsh"
4833       data: "plot-performance-trending-vpp-3n-tsh"
4834       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'"
4835       parameters:
4836       - "result"
4837       layout: "plot-cpta"
4838
4839     - title: "3n-tsh-x520-ip4-64b-features-1t1c"
4840       output-file-name: "ip4-feature-1t1c-x520-3n-tsh"
4841       data: "plot-performance-trending-vpp-3n-tsh"
4842       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4843       parameters:
4844       - "result"
4845       layout: "plot-cpta"
4846
4847     - title: "3n-tsh-x520-ip4-64b-features-2t2c"
4848       output-file-name: "ip4-feature-2t2c-x520-3n-tsh"
4849       data: "plot-performance-trending-vpp-3n-tsh"
4850       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4851       parameters:
4852       - "result"
4853       layout: "plot-cpta"
4854
4855     - title: "3n-tsh-x520-ip4-64b-features-4t4c"
4856       output-file-name: "ip4-feature-4t4c-x520-3n-tsh"
4857       data: "plot-performance-trending-vpp-3n-tsh"
4858       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4859       parameters:
4860       - "result"
4861       layout: "plot-cpta"
4862
4863 # IPv4 Tunnels - x520
4864
4865     - title: "3n-tsh-x520-ip4tun-64b-base-1t1c"
4866       output-file-name: "ip4-tunnels-1t1c-x520-3n-tsh"
4867       data: "plot-performance-trending-vpp-3n-tsh"
4868       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'"
4869       parameters:
4870       - "result"
4871       layout: "plot-cpta"
4872
4873     - title: "3n-tsh-x520-ip4tun-64b-base-2t2c"
4874       output-file-name: "ip4-tunnels-2t2c-x520-3n-tsh"
4875       data: "plot-performance-trending-vpp-3n-tsh"
4876       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'"
4877       parameters:
4878       - "result"
4879       layout: "plot-cpta"
4880
4881     - title: "3n-tsh-x520-ip4tun-64b-base-4t4c"
4882       output-file-name: "ip4-tunnels-4t4c-x520-3n-tsh"
4883       data: "plot-performance-trending-vpp-3n-tsh"
4884       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'"
4885       parameters:
4886       - "result"
4887       layout: "plot-cpta"
4888
4889 # IPv6 - x520
4890
4891     - title: "3n-tsh-x520-ip6-78b-base-scale-1t1c"
4892       output-file-name: "ip6-1t1c-x520-3n-tsh"
4893       data: "plot-performance-trending-vpp-3n-tsh"
4894       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'"
4895       parameters:
4896       - "result"
4897       layout: "plot-cpta"
4898
4899     - title: "3n-tsh-x520-ip6-78b-base-scale-2t2c"
4900       output-file-name: "ip6-2t2c-x520-3n-tsh"
4901       data: "plot-performance-trending-vpp-3n-tsh"
4902       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'"
4903       parameters:
4904       - "result"
4905       layout: "plot-cpta"
4906
4907     - title: "3n-tsh-x520-ip6-78b-base-scale-4t4c"
4908       output-file-name: "ip6-4t4c-x520-3n-tsh"
4909       data: "plot-performance-trending-vpp-3n-tsh"
4910       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'"
4911       parameters:
4912       - "result"
4913       layout: "plot-cpta"
4914
4915 # Container memif - x520, 64B
4916
4917     - title: "3n-tsh-x520-l2sw-memif-64b-base-1t1c"
4918       output-file-name: "container-memif-l2-1t1c-x520-3n-tsh"
4919       data: "plot-performance-trending-vpp-3n-tsh"
4920       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'"
4921       parameters:
4922       - "result"
4923       layout: "plot-cpta"
4924
4925     - title: "3n-tsh-x520-l2sw-memif-64b-base-2t2c"
4926       output-file-name: "container-memif-l2-2t2c-x520-3n-tsh"
4927       data: "plot-performance-trending-vpp-3n-tsh"
4928       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'"
4929       parameters:
4930       - "result"
4931       layout: "plot-cpta"
4932
4933     - title: "3n-tsh-x520-l2sw-memif-64b-base-4t4c"
4934       output-file-name: "container-memif-l2-4t4c-x520-3n-tsh"
4935       data: "plot-performance-trending-vpp-3n-tsh"
4936       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'"
4937       parameters:
4938       - "result"
4939       layout: "plot-cpta"
4940
4941 # VM vhost - x520, ethip4, 64B
4942
4943     - title: "3n-tsh-x520-ip4-vhost-64b-base-1t1c"
4944       output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-tsh"
4945       data: "plot-performance-trending-vpp-3n-tsh"
4946       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'"
4947       parameters:
4948       - "result"
4949       layout: "plot-cpta"
4950
4951     - title: "3n-tsh-x520-ip4-vhost-64b-base-2t2c"
4952       output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-tsh"
4953       data: "plot-performance-trending-vpp-3n-tsh"
4954       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'"
4955       parameters:
4956       - "result"
4957       layout: "plot-cpta"
4958
4959     - title: "3n-tsh-x520-ip4-vhost-64b-base-4t4c"
4960       output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-tsh"
4961       data: "plot-performance-trending-vpp-3n-tsh"
4962       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'"
4963       parameters:
4964       - "result"
4965       layout: "plot-cpta"
4966
4967 # VM vhost - x520, eth, 64B
4968
4969     - title: "3n-tsh-x520-l2sw-vhost-64b-base-1t1c"
4970       output-file-name: "vm-vhost-eth-1t1c-x520-3n-tsh"
4971       data: "plot-performance-trending-vpp-3n-tsh"
4972       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'"
4973
4974       parameters:
4975       - "result"
4976       layout: "plot-cpta"
4977
4978     - title: "3n-tsh-x520-l2sw-vhost-64b-base-2t2c"
4979       output-file-name: "vm-vhost-eth-2t2c-x520-3n-tsh"
4980       data: "plot-performance-trending-vpp-3n-tsh"
4981       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'"
4982       parameters:
4983       - "result"
4984       layout: "plot-cpta"
4985
4986     - title: "3n-tsh-x520-l2sw-vhost-64b-base-4t4c"
4987       output-file-name: "vm-vhost-eth-4t4c-x520-3n-tsh"
4988       data: "plot-performance-trending-vpp-3n-tsh"
4989       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'"
4990       parameters:
4991       - "result"
4992       layout: "plot-cpta"
4993
4994 # IPSec SW INT
4995
4996     - title: "3n-tsh-x520-ip4-ipsecsw-int-64b-base-scale-1t1c"
4997       output-file-name: "ipsecsw-int-1t1c-x520-3n-tsh"
4998       data: "plot-performance-trending-vpp-3n-tsh"
4999       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'"
5000       parameters:
5001       - "result"
5002       layout: "plot-cpta"
5003
5004     - title: "3n-tsh-x520-ip4-ipsecsw-int-64b-base-scale-2t2c"
5005       output-file-name: "ipsecsw-int-2t2c-x520-3n-tsh"
5006       data: "plot-performance-trending-vpp-3n-tsh"
5007       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'"
5008       parameters:
5009       - "result"
5010       layout: "plot-cpta"
5011
5012     - title: "3n-tsh-x520-ip4-ipsecsw-int-64b-base-scale-4t4c"
5013       output-file-name: "ipsecsw-int-4t4c-x520-3n-tsh"
5014       data: "plot-performance-trending-vpp-3n-tsh"
5015       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'"
5016       parameters:
5017       - "result"
5018       layout: "plot-cpta"
5019
5020 # IPSec SW TNL
5021
5022     - title: "3n-tsh-x520-ip4-ipsecsw-tnl-64b-base-scale-1t1c"
5023       output-file-name: "ipsecsw-tnl-1t1c-x520-3n-tsh"
5024       data: "plot-performance-trending-vpp-3n-tsh"
5025       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5026       parameters:
5027       - "result"
5028       layout: "plot-cpta"
5029
5030     - title: "3n-tsh-x520-ip4-ipsecsw-tnl-64b-base-scale-2t2c"
5031       output-file-name: "ipsecsw-tnl-2t2c-x520-3n-tsh"
5032       data: "plot-performance-trending-vpp-3n-tsh"
5033       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5034       parameters:
5035       - "result"
5036       layout: "plot-cpta"
5037
5038     - title: "3n-tsh-x520-ip4-ipsecsw-tnl-64b-base-scale-4t4c"
5039       output-file-name: "ipsecsw-tnl-4t4c-x520-3n-tsh"
5040       data: "plot-performance-trending-vpp-3n-tsh"
5041       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and 'IPSECTUN' and 'AES_256_GCM' and not 'VHOST'"
5042       parameters:
5043       - "result"
5044       layout: "plot-cpta"
5045
5046 # Link Bonding - x520
5047
5048     - title: "3n-tsh-x520-lb-64b-1t1c"
5049       output-file-name: "lb-64b-1t1c-x520-3n-tsh"
5050       data: "plot-performance-trending-vpp-3n-tsh"
5051       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND_VPP'"
5052       parameters:
5053       - "result"
5054       layout: "plot-cpta"
5055
5056     - title: "3n-tsh-x520-lb-64b-2t2c"
5057       output-file-name: "lb-64b-2t2c-x520-3n-tsh"
5058       data: "plot-performance-trending-vpp-3n-tsh"
5059       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND_VPP'"
5060       parameters:
5061       - "result"
5062       layout: "plot-cpta"
5063
5064     - title: "3n-tsh-x520-lb-64b-4t4c"
5065       output-file-name: "lb-64b-4t4c-x520-3n-tsh"
5066       data: "plot-performance-trending-vpp-3n-tsh"
5067       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND_VPP'"
5068       parameters:
5069       - "result"
5070       layout: "plot-cpta"
5071
5072 ################################################################################
5073 # 3n-dnv
5074
5075 # L2 - x533
5076
5077     - title: "3n-dnv-x533-l2sw-64b-base-scale-1t1c"
5078       output-file-name: "l2-1t1c-x533-3n-dnv"
5079       data: "plot-performance-trending-vpp-3n-dnv"
5080       filter: "'NIC_Intel-X533' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5081       parameters:
5082       - "result"
5083       layout: "plot-cpta"
5084
5085     - title: "3n-dnv-x533-l2sw-64b-base-scale-2t2c"
5086       output-file-name: "l2-2t2c-x533-3n-dnv"
5087       data: "plot-performance-trending-vpp-3n-dnv"
5088       filter: "'NIC_Intel-X533' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5089       parameters:
5090       - "result"
5091       layout: "plot-cpta"
5092
5093     - title: "3n-dnv-x533-l2sw-64b-base-scale-4t4c"
5094       output-file-name: "l2-4t4c-x533-3n-dnv"
5095       data: "plot-performance-trending-vpp-3n-dnv"
5096       filter: "'NIC_Intel-X533' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5097       parameters:
5098       - "result"
5099       layout: "plot-cpta"
5100
5101 # IPv4 - x533
5102
5103     - title: "3n-dnv-x533-ip4-64b-base-scale-1t1c"
5104       output-file-name: "ip4-1t1c-x533-3n-dnv"
5105       data: "plot-performance-trending-vpp-3n-dnv"
5106       filter: "'NIC_Intel-X533' 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'"
5107       parameters:
5108       - "result"
5109       layout: "plot-cpta"
5110
5111     - title: "3n-dnv-x533-ip4-64b-base-scale-2t2c"
5112       output-file-name: "ip4-2t2c-x533-3n-dnv"
5113       data: "plot-performance-trending-vpp-3n-dnv"
5114       filter: "'NIC_Intel-X533' 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'"
5115       parameters:
5116       - "result"
5117       layout: "plot-cpta"
5118
5119     - title: "3n-dnv-x533-ip4-64b-base-scale-4t4c"
5120       output-file-name: "ip4-4t4c-x533-3n-dnv"
5121       data: "plot-performance-trending-vpp-3n-dnv"
5122       filter: "'NIC_Intel-X533' 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'"
5123       parameters:
5124       - "result"
5125       layout: "plot-cpta"
5126
5127 # IPv4 Tunnels - x533
5128
5129     - title: "3n-dnv-x533-ip4tun-64b-base-1t1c"
5130       output-file-name: "ip4-tunnels-1t1c-x533-3n-dnv"
5131       data: "plot-performance-trending-vpp-3n-dnv"
5132       filter: "'NIC_Intel-X533' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5133       parameters:
5134       - "result"
5135       layout: "plot-cpta"
5136
5137     - title: "3n-dnv-x533-ip4tun-64b-base-2t2c"
5138       output-file-name: "ip4-tunnels-2t2c-x533-3n-dnv"
5139       data: "plot-performance-trending-vpp-3n-dnv"
5140       filter: "'NIC_Intel-X533' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5141       parameters:
5142       - "result"
5143       layout: "plot-cpta"
5144
5145     - title: "3n-dnv-x533-ip4tun-64b-base-4t4c"
5146       output-file-name: "ip4-tunnels-4t4c-x533-3n-dnv"
5147       data: "plot-performance-trending-vpp-3n-dnv"
5148       filter: "'NIC_Intel-X533' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5149       parameters:
5150       - "result"
5151       layout: "plot-cpta"
5152
5153 # IPv6 - x533
5154
5155     - title: "3n-dnv-x533-ip6-78b-base-scale-1t1c"
5156       output-file-name: "ip6-1t1c-x533-3n-dnv"
5157       data: "plot-performance-trending-vpp-3n-dnv"
5158       filter: "'NIC_Intel-X533' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5159       parameters:
5160       - "result"
5161       layout: "plot-cpta"
5162
5163     - title: "3n-dnv-x533-ip6-78b-base-scale-2t2c"
5164       output-file-name: "ip6-2t2c-x533-3n-dnv"
5165       data: "plot-performance-trending-vpp-3n-dnv"
5166       filter: "'NIC_Intel-X533' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5167       parameters:
5168       - "result"
5169       layout: "plot-cpta"
5170
5171     - title: "3n-dnv-x533-ip6-78b-base-scale-4t4c"
5172       output-file-name: "ip6-4t4c-x533-3n-dnv"
5173       data: "plot-performance-trending-vpp-3n-dnv"
5174       filter: "'NIC_Intel-X533' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5175       parameters:
5176       - "result"
5177       layout: "plot-cpta"
5178
5179 # IPSec HW
5180
5181     - title: "3n-dnv-x533-ip4-ipsechw-64b-base-scale-1t1c"
5182       output-file-name: "ipsechw-1t1c-x533-3n-dnv"
5183       data: "plot-performance-trending-vpp-3n-dnv"
5184       filter: "'NIC_Intel-X533' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and not 'VHOST'"
5185       parameters:
5186       - "result"
5187       layout: "plot-cpta"
5188
5189     - title: "3n-dnv-x533-ip4-ipsechw-64b-base-scale-2t2c"
5190       output-file-name: "ipsechw-2t2c-x533-3n-dnv"
5191       data: "plot-performance-trending-vpp-3n-dnv"
5192       filter: "'NIC_Intel-X533' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and not 'VHOST'"
5193       parameters:
5194       - "result"
5195       layout: "plot-cpta"
5196
5197     - title: "3n-dnv-x533-ip4-ipsechw-64b-base-scale-4t4c"
5198       output-file-name: "ipsechw-4t4c-x533-3n-dnv"
5199       data: "plot-performance-trending-vpp-3n-dnv"
5200       filter: "'NIC_Intel-X533' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and not 'VHOST'"
5201       parameters:
5202       - "result"
5203       layout: "plot-cpta"
5204
5205 ################################################################################
5206 # 2n-dnv
5207
5208 # L2 - x533
5209
5210     - title: "2n-dnv-x533-l2sw-64b-base-scale-1t1c"
5211       output-file-name: "l2-1t1c-x533-2n-dnv"
5212       data: "plot-performance-trending-vpp-2n-dnv"
5213       filter: "'NIC_Intel-X533' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5214       parameters:
5215       - "result"
5216       layout: "plot-cpta"
5217
5218     - title: "2n-dnv-x533-l2sw-64b-base-scale-2t2c"
5219       output-file-name: "l2-2t2c-x533-2n-dnv"
5220       data: "plot-performance-trending-vpp-2n-dnv"
5221       filter: "'NIC_Intel-X533' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5222       parameters:
5223       - "result"
5224       layout: "plot-cpta"
5225
5226     - title: "2n-dnv-x533-l2sw-64b-base-scale-4t4c"
5227       output-file-name: "l2-4t4c-x533-2n-dnv"
5228       data: "plot-performance-trending-vpp-2n-dnv"
5229       filter: "'NIC_Intel-X533' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5230       parameters:
5231       - "result"
5232       layout: "plot-cpta"
5233
5234 # IPv4 - x533
5235
5236     - title: "2n-dnv-x533-ip4-64b-base-scale-1t1c"
5237       output-file-name: "ip4-1t1c-x533-2n-dnv"
5238       data: "plot-performance-trending-vpp-2n-dnv"
5239       filter: "'NIC_Intel-X533' 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'"
5240       parameters:
5241       - "result"
5242       layout: "plot-cpta"
5243
5244     - title: "2n-dnv-x533-ip4-64b-base-scale-2t2c"
5245       output-file-name: "ip4-2t2c-x533-2n-dnv"
5246       data: "plot-performance-trending-vpp-2n-dnv"
5247       filter: "'NIC_Intel-X533' 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'"
5248       parameters:
5249       - "result"
5250       layout: "plot-cpta"
5251
5252     - title: "2n-dnv-x533-ip4-64b-base-scale-4t4c"
5253       output-file-name: "ip4-4t4c-x533-2n-dnv"
5254       data: "plot-performance-trending-vpp-2n-dnv"
5255       filter: "'NIC_Intel-X533' 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'"
5256       parameters:
5257       - "result"
5258       layout: "plot-cpta"
5259
5260 # IPv6 - x533
5261
5262     - title: "2n-dnv-x533-ip6-78b-base-scale-1t1c"
5263       output-file-name: "ip6-1t1c-x533-2n-dnv"
5264       data: "plot-performance-trending-vpp-2n-dnv"
5265       filter: "'NIC_Intel-X533' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5266       parameters:
5267       - "result"
5268       layout: "plot-cpta"
5269
5270     - title: "2n-dnv-x533-ip6-78b-base-scale-2t2c"
5271       output-file-name: "ip6-2t2c-x533-2n-dnv"
5272       data: "plot-performance-trending-vpp-2n-dnv"
5273       filter: "'NIC_Intel-X533' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5274       parameters:
5275       - "result"
5276       layout: "plot-cpta"
5277
5278     - title: "2n-dnv-x533-ip6-78b-base-scale-4t4c"
5279       output-file-name: "ip6-4t4c-x533-2n-dnv"
5280       data: "plot-performance-trending-vpp-2n-dnv"
5281       filter: "'NIC_Intel-X533' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5282       parameters:
5283       - "result"
5284       layout: "plot-cpta"