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