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