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