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