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