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