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