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