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