555cfaee2c5ad896a981ec1dc9787b8896f5b65e
[csit.git] / resources / tools / presentation / new / specification_CPTA.yaml
1 # Copyright (c) 2018 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/new/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 -
65   type: "configuration"
66
67   data-sets:
68     plot-performance-trending-all:
69       csit-vpp-perf-mrr-daily-master:
70         start: 15
71         end: "lastCompletedBuild"
72       csit-dpdk-perf-mrr-weekly-master:
73         start: 3
74         end: "lastCompletedBuild"
75     plot-performance-trending-vpp:
76       csit-vpp-perf-mrr-daily-master:
77         start: 15
78         end: "lastCompletedBuild"
79     plot-performance-trending-dpdk:
80       csit-dpdk-perf-mrr-weekly-master:
81         start: 3
82         end: "lastCompletedBuild"
83
84   plot-layouts:
85
86     plot-cpta-vpp:
87       title: ""
88       autosize: False
89       showlegend: True
90       width: 1100
91       height: 800
92       yaxis:
93         showticklabels: True
94         tickformat: ".3s"
95         title: "Throughput [pps]"
96         hoverformat: ".4s"
97         range: []
98         gridcolor: "rgb(238, 238, 238)"
99         linecolor: "rgb(238, 238, 238)"
100         showline: True
101         zeroline: False
102         tickcolor: "rgb(238, 238, 238)"
103         linewidth: 1
104         showgrid: True
105       xaxis:
106         title: '<a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master" target="_blank">csit-vpp-perf-mrr-daily-master-build</a>/<a href="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/io/fd/vpp/vpp/" target="_blank">vpp-build</a>'
107         type: "date"
108         autorange: True
109         fixedrange: False
110         showgrid: True
111         gridcolor: "rgb(238, 238, 238)"
112         showline: True
113         linecolor: "rgb(238, 238, 238)"
114         zeroline: False
115         linewidth: 1
116         showticklabels: True
117         tickcolor: "rgb(238, 238, 238)"
118         autotick: True
119         tickformat: "%m%d"
120         rangeselector:
121           buttons:
122           - count: 14
123             label: "2w"
124             step: "day"
125             stepmode: "backward"
126           - count: 1
127             label: "1m"
128             step: "month"
129             stepmode: "backward"
130           - count: 2
131             label: "2m"
132             step: "month"
133             stepmode: "backward"
134           - count: 3
135             label: "3m"
136             step: "month"
137             stepmode: "backward"
138           - step: "all"
139         # rangeslider: {}
140       margin:
141         r: 20
142         # b: 200
143         t: 5
144         l: 70
145       legend:
146         orientation: "h"
147         # y: -0.5
148         xanchor: "center"
149         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
150         tracegroupgap: 20
151         bordercolor: "rgb(238, 238, 238)"
152         # borderwidth: 1
153       hoverlabel:
154         namelength: -1
155
156     plot-cpta-dpdk:
157       title: ""
158       autosize: False
159       showlegend: True
160       width: 1100
161       height: 800
162       yaxis:
163         showticklabels: True
164         tickformat: ".3s"
165         title: "Throughput [pps]"
166         hoverformat: ".4s"
167         range: []
168         gridcolor: "rgb(238, 238, 238)"
169         linecolor: "rgb(238, 238, 238)"
170         showline: True
171         zeroline: False
172         tickcolor: "rgb(238, 238, 238)"
173         linewidth: 1
174         showgrid: True
175       xaxis:
176         title: '<a href="https://jenkins.fd.io/view/csit/job/csit-dpdk-perf-mrr-weekly-master" target="_blank">csit-dpdk-perf-mrr-weekly-master</a>/<a href="http://fast.dpdk.org/rel/" target="_blank">dpdk-build</a>'
177         type: "date"
178         autorange: True
179         fixedrange: False
180         showgrid: True
181         gridcolor: "rgb(238, 238, 238)"
182         showline: True
183         linecolor: "rgb(238, 238, 238)"
184         zeroline: False
185         linewidth: 1
186         showticklabels: True
187         tickcolor: "rgb(238, 238, 238)"
188         autotick: True
189         tickformat: "%m%d"
190         rangeselector:
191           buttons:
192           - count: 14
193             label: "2w"
194             step: "day"
195             stepmode: "backward"
196           - count: 1
197             label: "1m"
198             step: "month"
199             stepmode: "backward"
200           - count: 2
201             label: "2m"
202             step: "month"
203             stepmode: "backward"
204           - count: 3
205             label: "3m"
206             step: "month"
207             stepmode: "backward"
208           - step: "all"
209       margin:
210         r: 20
211         # b: 200
212         t: 5
213         l: 70
214       legend:
215         orientation: "h"
216         # y: -0.5
217         xanchor: "center"
218         traceorder: "normal"
219         tracegroupgap: 20
220         bordercolor: "rgb(238, 238, 238)"
221       hoverlabel:
222         namelength: -1
223
224 -
225   type: "static"
226   src-path: "{DIR[RST]}"
227   dst-path: "{DIR[WORKING,SRC]}"
228
229 -
230   type: "input"
231   general:
232     file-name: "output.xml.gz"
233     file-format: ".gz"
234     download-path: "{job}/{build}/archives/{filename}"
235     extract: "output.xml"
236   builds:
237     csit-vpp-perf-mrr-daily-master:
238       start: 15
239       end: "lastCompletedBuild"  # take all from the 'start'
240     csit-dpdk-perf-mrr-weekly-master:
241       start: 3
242       end: "lastCompletedBuild"
243
244 -
245   type: "output"
246   output:
247 #   "report"
248     "CPTA"  # Continuous Performance Trending and Analysis
249   format:
250     html:
251     - full
252     pdf:
253     - minimal
254
255 ################################################################################
256 ###                               T A B L E S                                ###
257 ################################################################################
258
259 -
260   type: "table"
261   title: "Performance trending dashboard"
262   algorithm: "table_performance_trending_dashboard"
263   output-file-ext: ".csv"
264   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c"
265   data: "plot-performance-trending-all"
266   filter: "'MRR' and '1T1C'"
267   parameters:
268   - "name"
269   - "parent"
270   - "result"
271   ignore-list:
272   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
273   outlier-const: 1.5
274   window: 14
275   evaluated-window: 14
276   long-trend-window: 180
277
278 -
279   type: "table"
280   title: "Performance trending dashboard"
281   algorithm: "table_performance_trending_dashboard"
282   output-file-ext: ".csv"
283   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c"
284   data: "plot-performance-trending-all"
285   filter: "'MRR' and '2T2C'"
286   parameters:
287   - "name"
288   - "parent"
289   - "result"
290   ignore-list:
291   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
292   outlier-const: 1.5
293   window: 14
294   evaluated-window: 14
295   long-trend-window: 180
296
297 -
298   type: "table"
299   title: "Performance trending dashboard"
300   algorithm: "table_performance_trending_dashboard"
301   output-file-ext: ".csv"
302   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c"
303   data: "plot-performance-trending-all"
304   filter: "'MRR' and '4T4C'"
305   parameters:
306   - "name"
307   - "parent"
308   - "result"
309   ignore-list:
310   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
311   outlier-const: 1.5
312   window: 14
313   evaluated-window: 14
314   long-trend-window: 180
315
316 -
317   type: "table"
318   title: "HTML performance trending dashboard 1t1c"
319   algorithm: "table_performance_trending_dashboard_html"
320   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.csv"
321   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.rst"
322
323 -
324   type: "table"
325   title: "HTML performance trending dashboard 2t2c"
326   algorithm: "table_performance_trending_dashboard_html"
327   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.csv"
328   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.rst"
329
330 -
331   type: "table"
332   title: "HTML performance trending dashboard 4t4c"
333   algorithm: "table_performance_trending_dashboard_html"
334   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.csv"
335   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.rst"
336
337
338 ################################################################################
339 ###                                 C P T A                                  ###
340 ################################################################################
341
342 # Plots VPP Continuous Performance Trending and Analysis
343 -
344   type: "cpta"
345   title: "Continuous Performance Trending and Analysis"
346   output-file-type: ".html"
347   output-file: "{DIR[STATIC,VPP]}/cpta"
348   plots:
349
350 # L2 - x520
351
352     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
353       output-file-name: "l2-1t1c-x520"
354       data: "plot-performance-trending-vpp"
355       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
356       parameters:
357       - "result"
358       layout: "plot-cpta-vpp"
359
360     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
361       output-file-name: "l2-2t2c-x520"
362       data: "plot-performance-trending-vpp"
363       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
364       parameters:
365       - "result"
366       layout: "plot-cpta-vpp"
367
368     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
369       output-file-name: "l2-4t4c-x520"
370       data: "plot-performance-trending-vpp"
371       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
372       parameters:
373       - "result"
374       layout: "plot-cpta-vpp"
375
376     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
377       output-file-name: "l2-feature-1t1c-x520"
378       data: "plot-performance-trending-vpp"
379       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
380       parameters:
381       - "result"
382       layout: "plot-cpta-vpp"
383
384     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
385       output-file-name: "l2-feature-2t2c-x520"
386       data: "plot-performance-trending-vpp"
387       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
388       parameters:
389       - "result"
390       layout: "plot-cpta-vpp"
391
392     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
393       output-file-name: "l2-feature-4t4c-x520"
394       data: "plot-performance-trending-vpp"
395       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
396       parameters:
397       - "result"
398       layout: "plot-cpta-vpp"
399
400 # L2 - xl710
401
402     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
403       output-file-name: "l2-1t1c-xl710"
404       data: "plot-performance-trending-vpp"
405       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
406       parameters:
407       - "result"
408       layout: "plot-cpta-vpp"
409
410     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
411       output-file-name: "l2-2t2c-xl710"
412       data: "plot-performance-trending-vpp"
413       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
414       parameters:
415       - "result"
416       layout: "plot-cpta-vpp"
417
418     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
419       output-file-name: "l2-4t4c-xl710"
420       data: "plot-performance-trending-vpp"
421       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
422       parameters:
423       - "result"
424       layout: "plot-cpta-vpp"
425
426 # L2 - x710
427
428     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
429       output-file-name: "l2-1t1c-x710"
430       data: "plot-performance-trending-vpp"
431       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
432       parameters:
433       - "result"
434       layout: "plot-cpta-vpp"
435
436     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
437       output-file-name: "l2-2t2c-x710"
438       data: "plot-performance-trending-vpp"
439       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
440       parameters:
441       - "result"
442       layout: "plot-cpta-vpp"
443
444     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
445       output-file-name: "l2-4t4c-x710"
446       data: "plot-performance-trending-vpp"
447       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
448       parameters:
449       - "result"
450       layout: "plot-cpta-vpp"
451
452     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
453       output-file-name: "l2-feature-1t1c-x710"
454       data: "plot-performance-trending-vpp"
455       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
456       parameters:
457       - "result"
458       layout: "plot-cpta-vpp"
459
460     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
461       output-file-name: "l2-feature-2t2c-x710"
462       data: "plot-performance-trending-vpp"
463       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
464       parameters:
465       - "result"
466       layout: "plot-cpta-vpp"
467
468     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
469       output-file-name: "l2-feature-4t4c-x710"
470       data: "plot-performance-trending-vpp"
471       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
472       parameters:
473       - "result"
474       layout: "plot-cpta-vpp"
475
476 # IPv4 - x520
477
478     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
479       output-file-name: "ip4-1t1c-x520"
480       data: "plot-performance-trending-vpp"
481       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
482       parameters:
483       - "result"
484       layout: "plot-cpta-vpp"
485
486     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
487       output-file-name: "ip4-2t2c-x520"
488       data: "plot-performance-trending-vpp"
489       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
490       parameters:
491       - "result"
492       layout: "plot-cpta-vpp"
493
494     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
495       output-file-name: "ip4-4t4c-x520"
496       data: "plot-performance-trending-vpp"
497       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
498       parameters:
499       - "result"
500       layout: "plot-cpta-vpp"
501
502     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
503       output-file-name: "ip4-feature-1t1c-x520"
504       data: "plot-performance-trending-vpp"
505       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
506       parameters:
507       - "result"
508       layout: "plot-cpta-vpp"
509
510     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
511       output-file-name: "ip4-feature-2t2c-x520"
512       data: "plot-performance-trending-vpp"
513       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
514       parameters:
515       - "result"
516       layout: "plot-cpta-vpp"
517
518     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
519       output-file-name: "ip4-feature-4t4c-x520"
520       data: "plot-performance-trending-vpp"
521       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
522       parameters:
523       - "result"
524       layout: "plot-cpta-vpp"
525
526 # IPv4 - xl710
527
528     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
529       output-file-name: "ip4-1t1c-xl710"
530       data: "plot-performance-trending-vpp"
531       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
532       parameters:
533       - "result"
534       layout: "plot-cpta-vpp"
535
536     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
537       output-file-name: "ip4-2t2c-xl710"
538       data: "plot-performance-trending-vpp"
539       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
540       parameters:
541       - "result"
542       layout: "plot-cpta-vpp"
543
544     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
545       output-file-name: "ip4-4t4c-xl710"
546       data: "plot-performance-trending-vpp"
547       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
548       parameters:
549       - "result"
550       layout: "plot-cpta-vpp"
551
552 # IPv4 - x710
553
554     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
555       output-file-name: "ip4-1t1c-x710"
556       data: "plot-performance-trending-vpp"
557       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'"
558       parameters:
559       - "result"
560       layout: "plot-cpta-vpp"
561
562     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
563       output-file-name: "ip4-2t2c-x710"
564       data: "plot-performance-trending-vpp"
565       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'"
566       parameters:
567       - "result"
568       layout: "plot-cpta-vpp"
569
570     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
571       output-file-name: "ip4-4t4c-x710"
572       data: "plot-performance-trending-vpp"
573       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'"
574       parameters:
575       - "result"
576       layout: "plot-cpta-vpp"
577
578     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
579       output-file-name: "ip4-feature-1t1c-x710"
580       data: "plot-performance-trending-vpp"
581       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
582       parameters:
583       - "result"
584       layout: "plot-cpta-vpp"
585
586     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
587       output-file-name: "ip4-feature-2t2c-x710"
588       data: "plot-performance-trending-vpp"
589       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
590       parameters:
591       - "result"
592       layout: "plot-cpta-vpp"
593
594     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
595       output-file-name: "ip4-feature-4t4c-x710"
596       data: "plot-performance-trending-vpp"
597       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
598       parameters:
599       - "result"
600       layout: "plot-cpta-vpp"
601
602 # IPv4 Tunnels - x520
603
604     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - Trending"
605       output-file-name: "ip4-tunnels-1t1c-x520"
606       data: "plot-performance-trending-vpp"
607       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
608       parameters:
609       - "result"
610       layout: "plot-cpta-vpp"
611
612     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - Trending"
613       output-file-name: "ip4-tunnels-2t2c-x520"
614       data: "plot-performance-trending-vpp"
615       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
616       parameters:
617       - "result"
618       layout: "plot-cpta-vpp"
619
620     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - Trending"
621       output-file-name: "ip4-tunnels-4t4c-x520"
622       data: "plot-performance-trending-vpp"
623       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
624       parameters:
625       - "result"
626       layout: "plot-cpta-vpp"
627
628 # IPv4 Tunnels - x710
629
630     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - Trending"
631       output-file-name: "ip4-tunnels-1t1c-x710"
632       data: "plot-performance-trending-vpp"
633       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'"
634       parameters:
635       - "result"
636       layout: "plot-cpta-vpp"
637
638     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - Trending"
639       output-file-name: "ip4-tunnels-2t2c-x710"
640       data: "plot-performance-trending-vpp"
641       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'"
642       parameters:
643       - "result"
644       layout: "plot-cpta-vpp"
645
646     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - Trending"
647       output-file-name: "ip4-tunnels-4t4c-x710"
648       data: "plot-performance-trending-vpp"
649       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'"
650       parameters:
651       - "result"
652       layout: "plot-cpta-vpp"
653
654 # IPv6 - x520
655
656     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
657       output-file-name: "ip6-1t1c-x520"
658       data: "plot-performance-trending-vpp"
659       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'"
660       parameters:
661       - "result"
662       layout: "plot-cpta-vpp"
663
664     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
665       output-file-name: "ip6-2t2c-x520"
666       data: "plot-performance-trending-vpp"
667       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'"
668       parameters:
669       - "result"
670       layout: "plot-cpta-vpp"
671
672     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
673       output-file-name: "ip6-4t4c-x520"
674       data: "plot-performance-trending-vpp"
675       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'"
676       parameters:
677       - "result"
678       layout: "plot-cpta-vpp"
679
680 # IPv6 - xl710
681
682     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
683       output-file-name: "ip6-1t1c-xl710"
684       data: "plot-performance-trending-vpp"
685       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
686       parameters:
687       - "result"
688       layout: "plot-cpta-vpp"
689
690     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
691       output-file-name: "ip6-2t2c-xl710"
692       data: "plot-performance-trending-vpp"
693       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
694       parameters:
695       - "result"
696       layout: "plot-cpta-vpp"
697
698     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
699       output-file-name: "ip6-4t4c-xl710"
700       data: "plot-performance-trending-vpp"
701       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
702       parameters:
703       - "result"
704       layout: "plot-cpta-vpp"
705
706 # IPv6 - x710
707
708     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
709       output-file-name: "ip6-1t1c-x710"
710       data: "plot-performance-trending-vpp"
711       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
712       parameters:
713       - "result"
714       layout: "plot-cpta-vpp"
715
716     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
717       output-file-name: "ip6-2t2c-x710"
718       data: "plot-performance-trending-vpp"
719       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
720       parameters:
721       - "result"
722       layout: "plot-cpta-vpp"
723
724     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
725       output-file-name: "ip6-4t4c-x710"
726       data: "plot-performance-trending-vpp"
727       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
728       parameters:
729       - "result"
730       layout: "plot-cpta-vpp"
731
732 # Container memif - x520, 64B
733
734     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
735       output-file-name: "container-memif-l2-1t1c-x520"
736       data: "plot-performance-trending-vpp"
737       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
738       parameters:
739       - "result"
740       layout: "plot-cpta-vpp"
741
742     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
743       output-file-name: "container-memif-l2-2t2c-x520"
744       data: "plot-performance-trending-vpp"
745       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
746       parameters:
747       - "result"
748       layout: "plot-cpta-vpp"
749
750     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
751       output-file-name: "container-memif-l2-4t4c-x520"
752       data: "plot-performance-trending-vpp"
753       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
754       parameters:
755       - "result"
756       layout: "plot-cpta-vpp"
757
758 # Container memif - x520, IMIX
759
760     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
761       output-file-name: "container-memif-imix-l2-1t1c-x520"
762       data: "plot-performance-trending-vpp"
763       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
764       parameters:
765       - "result"
766       layout: "plot-cpta-vpp"
767
768     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
769       output-file-name: "container-memif-imix-l2-2t2c-x520"
770       data: "plot-performance-trending-vpp"
771       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
772       parameters:
773       - "result"
774       layout: "plot-cpta-vpp"
775
776     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
777       output-file-name: "container-memif-imix-l2-4t4c-x520"
778       data: "plot-performance-trending-vpp"
779       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
780       parameters:
781       - "result"
782       layout: "plot-cpta-vpp"
783
784 # Container memif - xl710, 64B
785
786     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
787       output-file-name: "container-memif-l2-1t1c-xl710"
788       data: "plot-performance-trending-vpp"
789       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
790       parameters:
791       - "result"
792       layout: "plot-cpta-vpp"
793
794     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
795       output-file-name: "container-memif-l2-2t2c-xl710"
796       data: "plot-performance-trending-vpp"
797       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
798       parameters:
799       - "result"
800       layout: "plot-cpta-vpp"
801
802     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
803       output-file-name: "container-memif-l2-4t4c-xl710"
804       data: "plot-performance-trending-vpp"
805       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
806       parameters:
807       - "result"
808       layout: "plot-cpta-vpp"
809
810 # Container memif - xl710, IMIX
811
812     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
813       output-file-name: "container-memif-imix-l2-1t1c-xl710"
814       data: "plot-performance-trending-vpp"
815       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
816       parameters:
817       - "result"
818       layout: "plot-cpta-vpp"
819
820     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
821       output-file-name: "container-memif-imix-l2-2t2c-xl710"
822       data: "plot-performance-trending-vpp"
823       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
824       parameters:
825       - "result"
826       layout: "plot-cpta-vpp"
827
828     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
829       output-file-name: "container-memif-imix-l2-4t4c-xl710"
830       data: "plot-performance-trending-vpp"
831       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
832       parameters:
833       - "result"
834       layout: "plot-cpta-vpp"
835
836 # Container memif - x710, 64B
837
838     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
839       output-file-name: "container-memif-l2-1t1c-x710"
840       data: "plot-performance-trending-vpp"
841       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
842       parameters:
843       - "result"
844       layout: "plot-cpta-vpp"
845
846     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
847       output-file-name: "container-memif-l2-2t2c-x710"
848       data: "plot-performance-trending-vpp"
849       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
850       parameters:
851       - "result"
852       layout: "plot-cpta-vpp"
853
854     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
855       output-file-name: "container-memif-l2-4t4c-x710"
856       data: "plot-performance-trending-vpp"
857       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
858       parameters:
859       - "result"
860       layout: "plot-cpta-vpp"
861
862 # Container memif - x520, IMIX
863
864     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
865       output-file-name: "container-memif-imix-l2-1t1c-x710"
866       data: "plot-performance-trending-vpp"
867       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
868       parameters:
869       - "result"
870       layout: "plot-cpta-vpp"
871
872     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
873       output-file-name: "container-memif-imix-l2-2t2c-x710"
874       data: "plot-performance-trending-vpp"
875       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
876       parameters:
877       - "result"
878       layout: "plot-cpta-vpp"
879
880     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
881       output-file-name: "container-memif-imix-l2-4t4c-x710"
882       data: "plot-performance-trending-vpp"
883       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
884       parameters:
885       - "result"
886       layout: "plot-cpta-vpp"
887
888 # VM vhost - x520, ethip4, 64B
889
890     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - Trending"
891       output-file-name: "vm-vhost-ethip4-1t1c-x520"
892       data: "plot-performance-trending-vpp"
893       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
894       parameters:
895       - "result"
896       layout: "plot-cpta-vpp"
897
898     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - Trending"
899       output-file-name: "vm-vhost-ethip4-2t2c-x520"
900       data: "plot-performance-trending-vpp"
901       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
902       parameters:
903       - "result"
904       layout: "plot-cpta-vpp"
905
906     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - Trending"
907       output-file-name: "vm-vhost-ethip4-4t4c-x520"
908       data: "plot-performance-trending-vpp"
909       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
910       parameters:
911       - "result"
912       layout: "plot-cpta-vpp"
913
914 # VM vhost - x520, ethip4, IMIX
915
916     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - Trending"
917       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520"
918       data: "plot-performance-trending-vpp"
919       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
920       parameters:
921       - "result"
922       layout: "plot-cpta-vpp"
923
924     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - Trending"
925       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520"
926       data: "plot-performance-trending-vpp"
927       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
928       parameters:
929       - "result"
930       layout: "plot-cpta-vpp"
931
932     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - Trending"
933       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520"
934       data: "plot-performance-trending-vpp"
935       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
936       parameters:
937       - "result"
938       layout: "plot-cpta-vpp"
939
940 # VM vhost - x520, eth, 64B
941
942     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
943       output-file-name: "vm-vhost-eth-1t1c-x520"
944       data: "plot-performance-trending-vpp"
945       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
946
947       parameters:
948       - "result"
949       layout: "plot-cpta-vpp"
950
951     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
952       output-file-name: "vm-vhost-eth-2t2c-x520"
953       data: "plot-performance-trending-vpp"
954       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
955       parameters:
956       - "result"
957       layout: "plot-cpta-vpp"
958
959     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
960       output-file-name: "vm-vhost-eth-4t4c-x520"
961       data: "plot-performance-trending-vpp"
962       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
963       parameters:
964       - "result"
965       layout: "plot-cpta-vpp"
966
967 # VM vhost - x520, eth, IMIX
968
969     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
970       output-file-name: "vm-vhost-imix-eth-1t1c-x520"
971       data: "plot-performance-trending-vpp"
972       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
973
974       parameters:
975       - "result"
976       layout: "plot-cpta-vpp"
977
978     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
979       output-file-name: "vm-vhost-imix-eth-2t2c-x520"
980       data: "plot-performance-trending-vpp"
981       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
982       parameters:
983       - "result"
984       layout: "plot-cpta-vpp"
985
986     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
987       output-file-name: "vm-vhost-imix-eth-4t4c-x520"
988       data: "plot-performance-trending-vpp"
989       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
990       parameters:
991       - "result"
992       layout: "plot-cpta-vpp"
993
994 # VM vhost - xl710, eth, 64B
995
996     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
997       output-file-name: "vm-vhost-eth-1t1c-xl710"
998       data: "plot-performance-trending-vpp"
999       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1000
1001       parameters:
1002       - "result"
1003       layout: "plot-cpta-vpp"
1004
1005     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
1006       output-file-name: "vm-vhost-eth-2t2c-xl710"
1007       data: "plot-performance-trending-vpp"
1008       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1009       parameters:
1010       - "result"
1011       layout: "plot-cpta-vpp"
1012
1013     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
1014       output-file-name: "vm-vhost-eth-4t4c-xl710"
1015       data: "plot-performance-trending-vpp"
1016       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1017       parameters:
1018       - "result"
1019       layout: "plot-cpta-vpp"
1020
1021 # VM vhost - xl710, eth, IMIX
1022
1023     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
1024       output-file-name: "vm-vhost-imix-eth-1t1c-xl710"
1025       data: "plot-performance-trending-vpp"
1026       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1027
1028       parameters:
1029       - "result"
1030       layout: "plot-cpta-vpp"
1031
1032     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
1033       output-file-name: "vm-vhost-imix-eth-2t2c-xl710"
1034       data: "plot-performance-trending-vpp"
1035       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1036       parameters:
1037       - "result"
1038       layout: "plot-cpta-vpp"
1039
1040     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
1041       output-file-name: "vm-vhost-imix-eth-4t4c-xl710"
1042       data: "plot-performance-trending-vpp"
1043       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1044       parameters:
1045       - "result"
1046       layout: "plot-cpta-vpp"
1047
1048 # VM vhost - x710, ethip4, 64B
1049
1050     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - Trending"
1051       output-file-name: "vm-vhost-ethip4-1t1c-x710"
1052       data: "plot-performance-trending-vpp"
1053       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1054       parameters:
1055       - "result"
1056       layout: "plot-cpta-vpp"
1057
1058     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - Trending"
1059       output-file-name: "vm-vhost-ethip4-2t2c-x710"
1060       data: "plot-performance-trending-vpp"
1061       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1062       parameters:
1063       - "result"
1064       layout: "plot-cpta-vpp"
1065
1066     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - Trending"
1067       output-file-name: "vm-vhost-ethip4-4t4c-x710"
1068       data: "plot-performance-trending-vpp"
1069       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1070       parameters:
1071       - "result"
1072       layout: "plot-cpta-vpp"
1073
1074 # VM vhost - x710, ethip4, IMIX
1075
1076     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - Trending"
1077       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710"
1078       data: "plot-performance-trending-vpp"
1079       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1080       parameters:
1081       - "result"
1082       layout: "plot-cpta-vpp"
1083
1084     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - Trending"
1085       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710"
1086       data: "plot-performance-trending-vpp"
1087       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1088       parameters:
1089       - "result"
1090       layout: "plot-cpta-vpp"
1091
1092     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - Trending"
1093       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710"
1094       data: "plot-performance-trending-vpp"
1095       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1096       parameters:
1097       - "result"
1098       layout: "plot-cpta-vpp"
1099
1100 # VM vhost - x710, eth, 64B
1101
1102     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
1103       output-file-name: "vm-vhost-eth-1t1c-x710"
1104       data: "plot-performance-trending-vpp"
1105       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1106
1107       parameters:
1108       - "result"
1109       layout: "plot-cpta-vpp"
1110
1111     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
1112       output-file-name: "vm-vhost-eth-2t2c-x710"
1113       data: "plot-performance-trending-vpp"
1114       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1115       parameters:
1116       - "result"
1117       layout: "plot-cpta-vpp"
1118
1119     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
1120       output-file-name: "vm-vhost-eth-4t4c-x710"
1121       data: "plot-performance-trending-vpp"
1122       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1123       parameters:
1124       - "result"
1125       layout: "plot-cpta-vpp"
1126
1127 # VM vhost - x710, eth, IMIX
1128
1129     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
1130       output-file-name: "vm-vhost-imix-eth-1t1c-x710"
1131       data: "plot-performance-trending-vpp"
1132       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1133
1134       parameters:
1135       - "result"
1136       layout: "plot-cpta-vpp"
1137
1138     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
1139       output-file-name: "vm-vhost-imix-eth-2t2c-x710"
1140       data: "plot-performance-trending-vpp"
1141       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1142       parameters:
1143       - "result"
1144       layout: "plot-cpta-vpp"
1145
1146     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
1147       output-file-name: "vm-vhost-imix-eth-4t4c-x710"
1148       data: "plot-performance-trending-vpp"
1149       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1150       parameters:
1151       - "result"
1152       layout: "plot-cpta-vpp"
1153
1154 # IPSec
1155
1156     - title: "VPP 1T1C IPSec 64B Packet Throughput - Trending"
1157       output-file-name: "ipsec-1t1c-xl710"
1158       data: "plot-performance-trending-vpp"
1159       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1160       parameters:
1161       - "result"
1162       layout: "plot-cpta-vpp"
1163
1164     - title: "VPP 2T2C IPSec 64B Packet Throughput - Trending"
1165       output-file-name: "ipsec-2t2c-xl710"
1166       data: "plot-performance-trending-vpp"
1167       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1168       parameters:
1169       - "result"
1170       layout: "plot-cpta-vpp"
1171
1172     - title: "VPP 4T4C IPSec 64B Packet Throughput - Trending"
1173       output-file-name: "ipsec-4t4c-xl710"
1174       data: "plot-performance-trending-vpp"
1175       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1176       parameters:
1177       - "result"
1178       layout: "plot-cpta-vpp"
1179
1180 # SRv6 - x520
1181
1182     - title: "VPP 1T1C SRv6 78B MRR Trending"
1183       output-file-name: "srv6-78b-1t1c-x520"
1184       data: "plot-performance-trending-vpp"
1185       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
1186       parameters:
1187       - "result"
1188       layout: "plot-cpta-vpp"
1189
1190     - title: "VPP 2T2C SRv6 78B MRR Trending"
1191       output-file-name: "srv6-78b-2t2c-x520"
1192       data: "plot-performance-trending-vpp"
1193       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
1194       parameters:
1195       - "result"
1196       layout: "plot-cpta-vpp"
1197
1198     - title: "VPP 4T4C SRv6 78B MRR Trending"
1199       output-file-name: "srv6-78b-4t4c-x520"
1200       data: "plot-performance-trending-vpp"
1201       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
1202       parameters:
1203       - "result"
1204       layout: "plot-cpta-vpp"
1205
1206     - title: "VPP 1T1C SRv6 IMIX MRR Trending"
1207       output-file-name: "srv6-imix-1t1c-x520"
1208       data: "plot-performance-trending-vpp"
1209       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
1210       parameters:
1211       - "result"
1212       layout: "plot-cpta-vpp"
1213
1214     - title: "VPP 2T2C SRv6 IMIX MRR Trending"
1215       output-file-name: "srv6-imix-2t2c-x520"
1216       data: "plot-performance-trending-vpp"
1217       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
1218       parameters:
1219       - "result"
1220       layout: "plot-cpta-vpp"
1221
1222     - title: "VPP 4T4C SRv6 IMIX MRR Trending"
1223       output-file-name: "srv6-imix-4t4c-x520"
1224       data: "plot-performance-trending-vpp"
1225       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
1226       parameters:
1227       - "result"
1228       layout: "plot-cpta-vpp"
1229
1230 # Link Bonding - x520
1231
1232     - title: "VPP 1T1C Link Bonding 64B MRR Trending"
1233       output-file-name: "lb-64b-1t1c-x520"
1234       data: "plot-performance-trending-vpp"
1235       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1236       parameters:
1237       - "result"
1238       layout: "plot-cpta-vpp"
1239
1240     - title: "VPP 2T2C Link Bonding 64B MRR Trending"
1241       output-file-name: "lb-64b-2t2c-x520"
1242       data: "plot-performance-trending-vpp"
1243       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1244       parameters:
1245       - "result"
1246       layout: "plot-cpta-vpp"
1247
1248     - title: "VPP 4T4C Link Bonding 64B MRR Trending"
1249       output-file-name: "lb-64b-4t4c-x520"
1250       data: "plot-performance-trending-vpp"
1251       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1252       parameters:
1253       - "result"
1254       layout: "plot-cpta-vpp"
1255
1256     - title: "VPP 1T1C Link Bonding IMIX MRR Trending"
1257       output-file-name: "lb-imix-1t1c-x520"
1258       data: "plot-performance-trending-vpp"
1259       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1260       parameters:
1261       - "result"
1262       layout: "plot-cpta-vpp"
1263
1264     - title: "VPP 2T2C Link Bonding IMIX MRR Trending"
1265       output-file-name: "lb-imix-2t2c-x520"
1266       data: "plot-performance-trending-vpp"
1267       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1268       parameters:
1269       - "result"
1270       layout: "plot-cpta-vpp"
1271
1272     - title: "VPP 4T4C Link Bonding IMIX MRR Trending"
1273       output-file-name: "lb-imix-4t4c-x520"
1274       data: "plot-performance-trending-vpp"
1275       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1276       parameters:
1277       - "result"
1278       layout: "plot-cpta-vpp"
1279
1280 # Link Bonding - x710
1281
1282     - title: "VPP 1T1C Link Bonding 64B MRR Trending"
1283       output-file-name: "lb-64b-1t1c-x710"
1284       data: "plot-performance-trending-vpp"
1285       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1286       parameters:
1287       - "result"
1288       layout: "plot-cpta-vpp"
1289
1290     - title: "VPP 2T2C Link Bonding 64B MRR Trending"
1291       output-file-name: "lb-64b-2t2c-x710"
1292       data: "plot-performance-trending-vpp"
1293       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1294       parameters:
1295       - "result"
1296       layout: "plot-cpta-vpp"
1297
1298     - title: "VPP 4T4C Link Bonding 64B MRR Trending"
1299       output-file-name: "lb-64b-4t4c-x710"
1300       data: "plot-performance-trending-vpp"
1301       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1302       parameters:
1303       - "result"
1304       layout: "plot-cpta-vpp"
1305
1306     - title: "VPP 1T1C Link Bonding IMIX MRR Trending"
1307       output-file-name: "lb-imix-1t1c-x710"
1308       data: "plot-performance-trending-vpp"
1309       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1310       parameters:
1311       - "result"
1312       layout: "plot-cpta-vpp"
1313
1314     - title: "VPP 2T2C Link Bonding IMIX MRR Trending"
1315       output-file-name: "lb-imix-2t2c-x710"
1316       data: "plot-performance-trending-vpp"
1317       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1318       parameters:
1319       - "result"
1320       layout: "plot-cpta-vpp"
1321
1322     - title: "VPP 4T4C Link Bonding IMIX MRR Trending"
1323       output-file-name: "lb-imix-4t4c-x710"
1324       data: "plot-performance-trending-vpp"
1325       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1326       parameters:
1327       - "result"
1328       layout: "plot-cpta-vpp"
1329
1330 # DPDK - x520 - 64B
1331
1332     - title: "DPDK 1T1C 64B MRR Trending"
1333       output-file-name: "dpdk-64b-1t1c-x520"
1334       data: "plot-performance-trending-dpdk"
1335       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1336       parameters:
1337       - "result"
1338       layout: "plot-cpta-dpdk"
1339
1340     - title: "DPDK 2T2C 64B MRR Trending"
1341       output-file-name: "dpdk-64b-2t2c-x520"
1342       data: "plot-performance-trending-dpdk"
1343       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1344       parameters:
1345       - "result"
1346       layout: "plot-cpta-dpdk"
1347
1348     - title: "DPDK 4T4C 64B MRR Trending"
1349       output-file-name: "dpdk-64b-4t4c-x520"
1350       data: "plot-performance-trending-dpdk"
1351       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1352       parameters:
1353       - "result"
1354       layout: "plot-cpta-dpdk"
1355
1356 # DPDK - x710 - 64B
1357
1358     - title: "DPDK 1T1C 64B MRR Trending"
1359       output-file-name: "dpdk-64b-1t1c-x710"
1360       data: "plot-performance-trending-dpdk"
1361       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1362       parameters:
1363       - "result"
1364       layout: "plot-cpta-dpdk"
1365
1366     - title: "DPDK 2T2C 64B MRR Trending"
1367       output-file-name: "dpdk-64b-2t2c-x710"
1368       data: "plot-performance-trending-dpdk"
1369       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1370       parameters:
1371       - "result"
1372       layout: "plot-cpta-dpdk"
1373
1374     - title: "DPDK 4T4C 64B MRR Trending"
1375       output-file-name: "dpdk-64b-4t4c-x710"
1376       data: "plot-performance-trending-dpdk"
1377       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1378       parameters:
1379       - "result"
1380       layout: "plot-cpta-dpdk"
1381
1382 # DPDK - xl710 - 64B
1383
1384     - title: "DPDK 1T1C 64B MRR Trending"
1385       output-file-name: "dpdk-64b-1t1c-xl710"
1386       data: "plot-performance-trending-dpdk"
1387       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1388       parameters:
1389       - "result"
1390       layout: "plot-cpta-dpdk"
1391
1392     - title: "DPDK 2T2C 64B MRR Trending"
1393       output-file-name: "dpdk-64b-2t2c-xl710"
1394       data: "plot-performance-trending-dpdk"
1395       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1396       parameters:
1397       - "result"
1398       layout: "plot-cpta-dpdk"
1399
1400     - title: "DPDK 4T4C 64B MRR Trending"
1401       output-file-name: "dpdk-64b-4t4c-xl710"
1402       data: "plot-performance-trending-dpdk"
1403       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1404       parameters:
1405       - "result"
1406       layout: "plot-cpta-dpdk"
1407
1408 # DPDK - x520 - IMIX
1409
1410     - title: "DPDK 1T1C IMIX MRR Trending"
1411       output-file-name: "dpdk-imix-1t1c-x520"
1412       data: "plot-performance-trending-dpdk"
1413       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1414       parameters:
1415       - "result"
1416       layout: "plot-cpta-dpdk"
1417
1418     - title: "DPDK 2T2C IMIX MRR Trending"
1419       output-file-name: "dpdk-imix-2t2c-x520"
1420       data: "plot-performance-trending-dpdk"
1421       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1422       parameters:
1423       - "result"
1424       layout: "plot-cpta-dpdk"
1425
1426     - title: "DPDK 4T4C IMIX MRR Trending"
1427       output-file-name: "dpdk-imix-4t4c-x520"
1428       data: "plot-performance-trending-dpdk"
1429       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1430       parameters:
1431       - "result"
1432       layout: "plot-cpta-dpdk"
1433
1434 # DPDK - x710 - IMIX
1435
1436     - title: "DPDK 1T1C IMIX MRR Trending"
1437       output-file-name: "dpdk-imix-1t1c-x710"
1438       data: "plot-performance-trending-dpdk"
1439       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1440       parameters:
1441       - "result"
1442       layout: "plot-cpta-dpdk"
1443
1444     - title: "DPDK 2T2C IMIX MRR Trending"
1445       output-file-name: "dpdk-imix-2t2c-x710"
1446       data: "plot-performance-trending-dpdk"
1447       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1448       parameters:
1449       - "result"
1450       layout: "plot-cpta-dpdk"
1451
1452     - title: "DPDK 4T4C IMIX MRR Trending"
1453       output-file-name: "dpdk-imix-4t4c-x710"
1454       data: "plot-performance-trending-dpdk"
1455       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1456       parameters:
1457       - "result"
1458       layout: "plot-cpta-dpdk"
1459
1460 # DPDK - xl710 - IMIX
1461
1462     - title: "DPDK 1T1C IMIX MRR Trending"
1463       output-file-name: "dpdk-imix-1t1c-xl710"
1464       data: "plot-performance-trending-dpdk"
1465       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1466       parameters:
1467       - "result"
1468       layout: "plot-cpta-dpdk"
1469
1470     - title: "DPDK 2T2C IMIX MRR Trending"
1471       output-file-name: "dpdk-imix-2t2c-xl710"
1472       data: "plot-performance-trending-dpdk"
1473       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1474       parameters:
1475       - "result"
1476       layout: "plot-cpta-dpdk"
1477
1478     - title: "DPDK 4T4C IMIX MRR Trending"
1479       output-file-name: "dpdk-imix-4t4c-xl710"
1480       data: "plot-performance-trending-dpdk"
1481       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1482       parameters:
1483       - "result"
1484       layout: "plot-cpta-dpdk"