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