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