d5740f6c372bcb57d5a06d9da1ff30469c061001
[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   algorithm: "cpta"
347   output-file-type: ".html"
348   output-file: "{DIR[STATIC,VPP]}/cpta"
349   plots:
350
351 # L2 - x520
352
353     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
354       output-file-name: "l2-1t1c-x520"
355       data: "plot-performance-trending-vpp"
356       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'"
357       parameters:
358       - "result"
359       layout: "plot-cpta-vpp"
360
361     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
362       output-file-name: "l2-2t2c-x520"
363       data: "plot-performance-trending-vpp"
364       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'"
365       parameters:
366       - "result"
367       layout: "plot-cpta-vpp"
368
369     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
370       output-file-name: "l2-4t4c-x520"
371       data: "plot-performance-trending-vpp"
372       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'"
373       parameters:
374       - "result"
375       layout: "plot-cpta-vpp"
376
377     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
378       output-file-name: "l2-feature-1t1c-x520"
379       data: "plot-performance-trending-vpp"
380       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'"
381       parameters:
382       - "result"
383       layout: "plot-cpta-vpp"
384
385     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
386       output-file-name: "l2-feature-2t2c-x520"
387       data: "plot-performance-trending-vpp"
388       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'"
389       parameters:
390       - "result"
391       layout: "plot-cpta-vpp"
392
393     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
394       output-file-name: "l2-feature-4t4c-x520"
395       data: "plot-performance-trending-vpp"
396       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'"
397       parameters:
398       - "result"
399       layout: "plot-cpta-vpp"
400
401 # L2 - xl710
402
403     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
404       output-file-name: "l2-1t1c-xl710"
405       data: "plot-performance-trending-vpp"
406       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'"
407       parameters:
408       - "result"
409       layout: "plot-cpta-vpp"
410
411     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
412       output-file-name: "l2-2t2c-xl710"
413       data: "plot-performance-trending-vpp"
414       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'"
415       parameters:
416       - "result"
417       layout: "plot-cpta-vpp"
418
419     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
420       output-file-name: "l2-4t4c-xl710"
421       data: "plot-performance-trending-vpp"
422       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'"
423       parameters:
424       - "result"
425       layout: "plot-cpta-vpp"
426
427 # L2 - x710
428
429     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
430       output-file-name: "l2-1t1c-x710"
431       data: "plot-performance-trending-vpp"
432       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'"
433       parameters:
434       - "result"
435       layout: "plot-cpta-vpp"
436
437     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
438       output-file-name: "l2-2t2c-x710"
439       data: "plot-performance-trending-vpp"
440       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'"
441       parameters:
442       - "result"
443       layout: "plot-cpta-vpp"
444
445     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
446       output-file-name: "l2-4t4c-x710"
447       data: "plot-performance-trending-vpp"
448       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'"
449       parameters:
450       - "result"
451       layout: "plot-cpta-vpp"
452
453     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
454       output-file-name: "l2-feature-1t1c-x710"
455       data: "plot-performance-trending-vpp"
456       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
457       parameters:
458       - "result"
459       layout: "plot-cpta-vpp"
460
461     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
462       output-file-name: "l2-feature-2t2c-x710"
463       data: "plot-performance-trending-vpp"
464       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
465       parameters:
466       - "result"
467       layout: "plot-cpta-vpp"
468
469     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
470       output-file-name: "l2-feature-4t4c-x710"
471       data: "plot-performance-trending-vpp"
472       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
473       parameters:
474       - "result"
475       layout: "plot-cpta-vpp"
476
477 # IPv4 - x520
478
479     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
480       output-file-name: "ip4-1t1c-x520"
481       data: "plot-performance-trending-vpp"
482       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'"
483       parameters:
484       - "result"
485       layout: "plot-cpta-vpp"
486
487     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
488       output-file-name: "ip4-2t2c-x520"
489       data: "plot-performance-trending-vpp"
490       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'"
491       parameters:
492       - "result"
493       layout: "plot-cpta-vpp"
494
495     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
496       output-file-name: "ip4-4t4c-x520"
497       data: "plot-performance-trending-vpp"
498       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'"
499       parameters:
500       - "result"
501       layout: "plot-cpta-vpp"
502
503     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
504       output-file-name: "ip4-feature-1t1c-x520"
505       data: "plot-performance-trending-vpp"
506       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
507       parameters:
508       - "result"
509       layout: "plot-cpta-vpp"
510
511     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
512       output-file-name: "ip4-feature-2t2c-x520"
513       data: "plot-performance-trending-vpp"
514       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
515       parameters:
516       - "result"
517       layout: "plot-cpta-vpp"
518
519     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
520       output-file-name: "ip4-feature-4t4c-x520"
521       data: "plot-performance-trending-vpp"
522       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
523       parameters:
524       - "result"
525       layout: "plot-cpta-vpp"
526
527 # IPv4 - xl710
528
529     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
530       output-file-name: "ip4-1t1c-xl710"
531       data: "plot-performance-trending-vpp"
532       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
533       parameters:
534       - "result"
535       layout: "plot-cpta-vpp"
536
537     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
538       output-file-name: "ip4-2t2c-xl710"
539       data: "plot-performance-trending-vpp"
540       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
541       parameters:
542       - "result"
543       layout: "plot-cpta-vpp"
544
545     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
546       output-file-name: "ip4-4t4c-xl710"
547       data: "plot-performance-trending-vpp"
548       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
549       parameters:
550       - "result"
551       layout: "plot-cpta-vpp"
552
553 # IPv4 - x710
554
555     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
556       output-file-name: "ip4-1t1c-x710"
557       data: "plot-performance-trending-vpp"
558       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'"
559       parameters:
560       - "result"
561       layout: "plot-cpta-vpp"
562
563     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
564       output-file-name: "ip4-2t2c-x710"
565       data: "plot-performance-trending-vpp"
566       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'"
567       parameters:
568       - "result"
569       layout: "plot-cpta-vpp"
570
571     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
572       output-file-name: "ip4-4t4c-x710"
573       data: "plot-performance-trending-vpp"
574       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'"
575       parameters:
576       - "result"
577       layout: "plot-cpta-vpp"
578
579     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
580       output-file-name: "ip4-feature-1t1c-x710"
581       data: "plot-performance-trending-vpp"
582       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
583       parameters:
584       - "result"
585       layout: "plot-cpta-vpp"
586
587     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
588       output-file-name: "ip4-feature-2t2c-x710"
589       data: "plot-performance-trending-vpp"
590       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
591       parameters:
592       - "result"
593       layout: "plot-cpta-vpp"
594
595     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
596       output-file-name: "ip4-feature-4t4c-x710"
597       data: "plot-performance-trending-vpp"
598       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
599       parameters:
600       - "result"
601       layout: "plot-cpta-vpp"
602
603 # IPv4 Tunnels - x520
604
605     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - Trending"
606       output-file-name: "ip4-tunnels-1t1c-x520"
607       data: "plot-performance-trending-vpp"
608       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'"
609       parameters:
610       - "result"
611       layout: "plot-cpta-vpp"
612
613     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - Trending"
614       output-file-name: "ip4-tunnels-2t2c-x520"
615       data: "plot-performance-trending-vpp"
616       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'"
617       parameters:
618       - "result"
619       layout: "plot-cpta-vpp"
620
621     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - Trending"
622       output-file-name: "ip4-tunnels-4t4c-x520"
623       data: "plot-performance-trending-vpp"
624       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'"
625       parameters:
626       - "result"
627       layout: "plot-cpta-vpp"
628
629 # IPv4 Tunnels - x710
630
631     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - Trending"
632       output-file-name: "ip4-tunnels-1t1c-x710"
633       data: "plot-performance-trending-vpp"
634       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'"
635       parameters:
636       - "result"
637       layout: "plot-cpta-vpp"
638
639     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - Trending"
640       output-file-name: "ip4-tunnels-2t2c-x710"
641       data: "plot-performance-trending-vpp"
642       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'"
643       parameters:
644       - "result"
645       layout: "plot-cpta-vpp"
646
647     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - Trending"
648       output-file-name: "ip4-tunnels-4t4c-x710"
649       data: "plot-performance-trending-vpp"
650       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'"
651       parameters:
652       - "result"
653       layout: "plot-cpta-vpp"
654
655 # IPv6 - x520
656
657     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
658       output-file-name: "ip6-1t1c-x520"
659       data: "plot-performance-trending-vpp"
660       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'"
661       parameters:
662       - "result"
663       layout: "plot-cpta-vpp"
664
665     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
666       output-file-name: "ip6-2t2c-x520"
667       data: "plot-performance-trending-vpp"
668       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'"
669       parameters:
670       - "result"
671       layout: "plot-cpta-vpp"
672
673     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
674       output-file-name: "ip6-4t4c-x520"
675       data: "plot-performance-trending-vpp"
676       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'"
677       parameters:
678       - "result"
679       layout: "plot-cpta-vpp"
680
681 # IPv6 - xl710
682
683     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
684       output-file-name: "ip6-1t1c-xl710"
685       data: "plot-performance-trending-vpp"
686       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
687       parameters:
688       - "result"
689       layout: "plot-cpta-vpp"
690
691     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
692       output-file-name: "ip6-2t2c-xl710"
693       data: "plot-performance-trending-vpp"
694       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
695       parameters:
696       - "result"
697       layout: "plot-cpta-vpp"
698
699     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
700       output-file-name: "ip6-4t4c-xl710"
701       data: "plot-performance-trending-vpp"
702       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
703       parameters:
704       - "result"
705       layout: "plot-cpta-vpp"
706
707 # IPv6 - x710
708
709     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
710       output-file-name: "ip6-1t1c-x710"
711       data: "plot-performance-trending-vpp"
712       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
713       parameters:
714       - "result"
715       layout: "plot-cpta-vpp"
716
717     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
718       output-file-name: "ip6-2t2c-x710"
719       data: "plot-performance-trending-vpp"
720       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
721       parameters:
722       - "result"
723       layout: "plot-cpta-vpp"
724
725     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
726       output-file-name: "ip6-4t4c-x710"
727       data: "plot-performance-trending-vpp"
728       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
729       parameters:
730       - "result"
731       layout: "plot-cpta-vpp"
732
733 # Container memif - x520, 64B
734
735     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
736       output-file-name: "container-memif-l2-1t1c-x520"
737       data: "plot-performance-trending-vpp"
738       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
739       parameters:
740       - "result"
741       layout: "plot-cpta-vpp"
742
743     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
744       output-file-name: "container-memif-l2-2t2c-x520"
745       data: "plot-performance-trending-vpp"
746       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
747       parameters:
748       - "result"
749       layout: "plot-cpta-vpp"
750
751     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
752       output-file-name: "container-memif-l2-4t4c-x520"
753       data: "plot-performance-trending-vpp"
754       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
755       parameters:
756       - "result"
757       layout: "plot-cpta-vpp"
758
759 # Container memif - x520, IMIX
760
761     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
762       output-file-name: "container-memif-imix-l2-1t1c-x520"
763       data: "plot-performance-trending-vpp"
764       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
765       parameters:
766       - "result"
767       layout: "plot-cpta-vpp"
768
769     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
770       output-file-name: "container-memif-imix-l2-2t2c-x520"
771       data: "plot-performance-trending-vpp"
772       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
773       parameters:
774       - "result"
775       layout: "plot-cpta-vpp"
776
777     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
778       output-file-name: "container-memif-imix-l2-4t4c-x520"
779       data: "plot-performance-trending-vpp"
780       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
781       parameters:
782       - "result"
783       layout: "plot-cpta-vpp"
784
785 # Container memif - xl710, 64B
786
787     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
788       output-file-name: "container-memif-l2-1t1c-xl710"
789       data: "plot-performance-trending-vpp"
790       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
791       parameters:
792       - "result"
793       layout: "plot-cpta-vpp"
794
795     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
796       output-file-name: "container-memif-l2-2t2c-xl710"
797       data: "plot-performance-trending-vpp"
798       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
799       parameters:
800       - "result"
801       layout: "plot-cpta-vpp"
802
803     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
804       output-file-name: "container-memif-l2-4t4c-xl710"
805       data: "plot-performance-trending-vpp"
806       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
807       parameters:
808       - "result"
809       layout: "plot-cpta-vpp"
810
811 # Container memif - xl710, IMIX
812
813     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
814       output-file-name: "container-memif-imix-l2-1t1c-xl710"
815       data: "plot-performance-trending-vpp"
816       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
817       parameters:
818       - "result"
819       layout: "plot-cpta-vpp"
820
821     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
822       output-file-name: "container-memif-imix-l2-2t2c-xl710"
823       data: "plot-performance-trending-vpp"
824       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
825       parameters:
826       - "result"
827       layout: "plot-cpta-vpp"
828
829     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
830       output-file-name: "container-memif-imix-l2-4t4c-xl710"
831       data: "plot-performance-trending-vpp"
832       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
833       parameters:
834       - "result"
835       layout: "plot-cpta-vpp"
836
837 # Container memif - x710, 64B
838
839     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
840       output-file-name: "container-memif-l2-1t1c-x710"
841       data: "plot-performance-trending-vpp"
842       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
843       parameters:
844       - "result"
845       layout: "plot-cpta-vpp"
846
847     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
848       output-file-name: "container-memif-l2-2t2c-x710"
849       data: "plot-performance-trending-vpp"
850       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
851       parameters:
852       - "result"
853       layout: "plot-cpta-vpp"
854
855     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
856       output-file-name: "container-memif-l2-4t4c-x710"
857       data: "plot-performance-trending-vpp"
858       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
859       parameters:
860       - "result"
861       layout: "plot-cpta-vpp"
862
863 # Container memif - x520, IMIX
864
865     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
866       output-file-name: "container-memif-imix-l2-1t1c-x710"
867       data: "plot-performance-trending-vpp"
868       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
869       parameters:
870       - "result"
871       layout: "plot-cpta-vpp"
872
873     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
874       output-file-name: "container-memif-imix-l2-2t2c-x710"
875       data: "plot-performance-trending-vpp"
876       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
877       parameters:
878       - "result"
879       layout: "plot-cpta-vpp"
880
881     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
882       output-file-name: "container-memif-imix-l2-4t4c-x710"
883       data: "plot-performance-trending-vpp"
884       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
885       parameters:
886       - "result"
887       layout: "plot-cpta-vpp"
888
889 # VM vhost - x520, ethip4, 64B
890
891     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - Trending"
892       output-file-name: "vm-vhost-ethip4-1t1c-x520"
893       data: "plot-performance-trending-vpp"
894       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
895       parameters:
896       - "result"
897       layout: "plot-cpta-vpp"
898
899     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - Trending"
900       output-file-name: "vm-vhost-ethip4-2t2c-x520"
901       data: "plot-performance-trending-vpp"
902       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
903       parameters:
904       - "result"
905       layout: "plot-cpta-vpp"
906
907     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - Trending"
908       output-file-name: "vm-vhost-ethip4-4t4c-x520"
909       data: "plot-performance-trending-vpp"
910       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
911       parameters:
912       - "result"
913       layout: "plot-cpta-vpp"
914
915 # VM vhost - x520, ethip4, IMIX
916
917     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - Trending"
918       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520"
919       data: "plot-performance-trending-vpp"
920       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
921       parameters:
922       - "result"
923       layout: "plot-cpta-vpp"
924
925     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - Trending"
926       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520"
927       data: "plot-performance-trending-vpp"
928       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
929       parameters:
930       - "result"
931       layout: "plot-cpta-vpp"
932
933     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - Trending"
934       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520"
935       data: "plot-performance-trending-vpp"
936       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
937       parameters:
938       - "result"
939       layout: "plot-cpta-vpp"
940
941 # VM vhost - x520, eth, 64B
942
943     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
944       output-file-name: "vm-vhost-eth-1t1c-x520"
945       data: "plot-performance-trending-vpp"
946       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
947
948       parameters:
949       - "result"
950       layout: "plot-cpta-vpp"
951
952     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
953       output-file-name: "vm-vhost-eth-2t2c-x520"
954       data: "plot-performance-trending-vpp"
955       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
956       parameters:
957       - "result"
958       layout: "plot-cpta-vpp"
959
960     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
961       output-file-name: "vm-vhost-eth-4t4c-x520"
962       data: "plot-performance-trending-vpp"
963       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
964       parameters:
965       - "result"
966       layout: "plot-cpta-vpp"
967
968 # VM vhost - x520, eth, IMIX
969
970     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
971       output-file-name: "vm-vhost-imix-eth-1t1c-x520"
972       data: "plot-performance-trending-vpp"
973       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
974
975       parameters:
976       - "result"
977       layout: "plot-cpta-vpp"
978
979     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
980       output-file-name: "vm-vhost-imix-eth-2t2c-x520"
981       data: "plot-performance-trending-vpp"
982       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
983       parameters:
984       - "result"
985       layout: "plot-cpta-vpp"
986
987     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
988       output-file-name: "vm-vhost-imix-eth-4t4c-x520"
989       data: "plot-performance-trending-vpp"
990       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
991       parameters:
992       - "result"
993       layout: "plot-cpta-vpp"
994
995 # VM vhost - xl710, eth, 64B
996
997     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
998       output-file-name: "vm-vhost-eth-1t1c-xl710"
999       data: "plot-performance-trending-vpp"
1000       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1001
1002       parameters:
1003       - "result"
1004       layout: "plot-cpta-vpp"
1005
1006     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
1007       output-file-name: "vm-vhost-eth-2t2c-xl710"
1008       data: "plot-performance-trending-vpp"
1009       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1010       parameters:
1011       - "result"
1012       layout: "plot-cpta-vpp"
1013
1014     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
1015       output-file-name: "vm-vhost-eth-4t4c-xl710"
1016       data: "plot-performance-trending-vpp"
1017       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1018       parameters:
1019       - "result"
1020       layout: "plot-cpta-vpp"
1021
1022 # VM vhost - xl710, eth, IMIX
1023
1024     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
1025       output-file-name: "vm-vhost-imix-eth-1t1c-xl710"
1026       data: "plot-performance-trending-vpp"
1027       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1028
1029       parameters:
1030       - "result"
1031       layout: "plot-cpta-vpp"
1032
1033     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
1034       output-file-name: "vm-vhost-imix-eth-2t2c-xl710"
1035       data: "plot-performance-trending-vpp"
1036       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1037       parameters:
1038       - "result"
1039       layout: "plot-cpta-vpp"
1040
1041     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
1042       output-file-name: "vm-vhost-imix-eth-4t4c-xl710"
1043       data: "plot-performance-trending-vpp"
1044       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1045       parameters:
1046       - "result"
1047       layout: "plot-cpta-vpp"
1048
1049 # VM vhost - x710, ethip4, 64B
1050
1051     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - Trending"
1052       output-file-name: "vm-vhost-ethip4-1t1c-x710"
1053       data: "plot-performance-trending-vpp"
1054       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1055       parameters:
1056       - "result"
1057       layout: "plot-cpta-vpp"
1058
1059     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - Trending"
1060       output-file-name: "vm-vhost-ethip4-2t2c-x710"
1061       data: "plot-performance-trending-vpp"
1062       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1063       parameters:
1064       - "result"
1065       layout: "plot-cpta-vpp"
1066
1067     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - Trending"
1068       output-file-name: "vm-vhost-ethip4-4t4c-x710"
1069       data: "plot-performance-trending-vpp"
1070       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1071       parameters:
1072       - "result"
1073       layout: "plot-cpta-vpp"
1074
1075 # VM vhost - x710, ethip4, IMIX
1076
1077     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - Trending"
1078       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710"
1079       data: "plot-performance-trending-vpp"
1080       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1081       parameters:
1082       - "result"
1083       layout: "plot-cpta-vpp"
1084
1085     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - Trending"
1086       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710"
1087       data: "plot-performance-trending-vpp"
1088       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1089       parameters:
1090       - "result"
1091       layout: "plot-cpta-vpp"
1092
1093     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - Trending"
1094       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710"
1095       data: "plot-performance-trending-vpp"
1096       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1097       parameters:
1098       - "result"
1099       layout: "plot-cpta-vpp"
1100
1101 # VM vhost - x710, eth, 64B
1102
1103     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
1104       output-file-name: "vm-vhost-eth-1t1c-x710"
1105       data: "plot-performance-trending-vpp"
1106       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1107
1108       parameters:
1109       - "result"
1110       layout: "plot-cpta-vpp"
1111
1112     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
1113       output-file-name: "vm-vhost-eth-2t2c-x710"
1114       data: "plot-performance-trending-vpp"
1115       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1116       parameters:
1117       - "result"
1118       layout: "plot-cpta-vpp"
1119
1120     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
1121       output-file-name: "vm-vhost-eth-4t4c-x710"
1122       data: "plot-performance-trending-vpp"
1123       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1124       parameters:
1125       - "result"
1126       layout: "plot-cpta-vpp"
1127
1128 # VM vhost - x710, eth, IMIX
1129
1130     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
1131       output-file-name: "vm-vhost-imix-eth-1t1c-x710"
1132       data: "plot-performance-trending-vpp"
1133       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1134
1135       parameters:
1136       - "result"
1137       layout: "plot-cpta-vpp"
1138
1139     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
1140       output-file-name: "vm-vhost-imix-eth-2t2c-x710"
1141       data: "plot-performance-trending-vpp"
1142       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1143       parameters:
1144       - "result"
1145       layout: "plot-cpta-vpp"
1146
1147     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
1148       output-file-name: "vm-vhost-imix-eth-4t4c-x710"
1149       data: "plot-performance-trending-vpp"
1150       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1151       parameters:
1152       - "result"
1153       layout: "plot-cpta-vpp"
1154
1155 # IPSec
1156
1157     - title: "VPP 1T1C IPSec 64B Packet Throughput - Trending"
1158       output-file-name: "ipsec-1t1c-xl710"
1159       data: "plot-performance-trending-vpp"
1160       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1161       parameters:
1162       - "result"
1163       layout: "plot-cpta-vpp"
1164
1165     - title: "VPP 2T2C IPSec 64B Packet Throughput - Trending"
1166       output-file-name: "ipsec-2t2c-xl710"
1167       data: "plot-performance-trending-vpp"
1168       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1169       parameters:
1170       - "result"
1171       layout: "plot-cpta-vpp"
1172
1173     - title: "VPP 4T4C IPSec 64B Packet Throughput - Trending"
1174       output-file-name: "ipsec-4t4c-xl710"
1175       data: "plot-performance-trending-vpp"
1176       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1177       parameters:
1178       - "result"
1179       layout: "plot-cpta-vpp"
1180
1181 # SRv6 - x520
1182
1183     - title: "VPP 1T1C SRv6 78B MRR Trending"
1184       output-file-name: "srv6-78b-1t1c-x520"
1185       data: "plot-performance-trending-vpp"
1186       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
1187       parameters:
1188       - "result"
1189       layout: "plot-cpta-vpp"
1190
1191     - title: "VPP 2T2C SRv6 78B MRR Trending"
1192       output-file-name: "srv6-78b-2t2c-x520"
1193       data: "plot-performance-trending-vpp"
1194       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
1195       parameters:
1196       - "result"
1197       layout: "plot-cpta-vpp"
1198
1199     - title: "VPP 4T4C SRv6 78B MRR Trending"
1200       output-file-name: "srv6-78b-4t4c-x520"
1201       data: "plot-performance-trending-vpp"
1202       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
1203       parameters:
1204       - "result"
1205       layout: "plot-cpta-vpp"
1206
1207     - title: "VPP 1T1C SRv6 IMIX MRR Trending"
1208       output-file-name: "srv6-imix-1t1c-x520"
1209       data: "plot-performance-trending-vpp"
1210       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
1211       parameters:
1212       - "result"
1213       layout: "plot-cpta-vpp"
1214
1215     - title: "VPP 2T2C SRv6 IMIX MRR Trending"
1216       output-file-name: "srv6-imix-2t2c-x520"
1217       data: "plot-performance-trending-vpp"
1218       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
1219       parameters:
1220       - "result"
1221       layout: "plot-cpta-vpp"
1222
1223     - title: "VPP 4T4C SRv6 IMIX MRR Trending"
1224       output-file-name: "srv6-imix-4t4c-x520"
1225       data: "plot-performance-trending-vpp"
1226       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
1227       parameters:
1228       - "result"
1229       layout: "plot-cpta-vpp"
1230
1231 # Link Bonding - x520
1232
1233     - title: "VPP 1T1C Link Bonding 64B MRR Trending"
1234       output-file-name: "lb-64b-1t1c-x520"
1235       data: "plot-performance-trending-vpp"
1236       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1237       parameters:
1238       - "result"
1239       layout: "plot-cpta-vpp"
1240
1241     - title: "VPP 2T2C Link Bonding 64B MRR Trending"
1242       output-file-name: "lb-64b-2t2c-x520"
1243       data: "plot-performance-trending-vpp"
1244       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1245       parameters:
1246       - "result"
1247       layout: "plot-cpta-vpp"
1248
1249     - title: "VPP 4T4C Link Bonding 64B MRR Trending"
1250       output-file-name: "lb-64b-4t4c-x520"
1251       data: "plot-performance-trending-vpp"
1252       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1253       parameters:
1254       - "result"
1255       layout: "plot-cpta-vpp"
1256
1257     - title: "VPP 1T1C Link Bonding IMIX MRR Trending"
1258       output-file-name: "lb-imix-1t1c-x520"
1259       data: "plot-performance-trending-vpp"
1260       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1261       parameters:
1262       - "result"
1263       layout: "plot-cpta-vpp"
1264
1265     - title: "VPP 2T2C Link Bonding IMIX MRR Trending"
1266       output-file-name: "lb-imix-2t2c-x520"
1267       data: "plot-performance-trending-vpp"
1268       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1269       parameters:
1270       - "result"
1271       layout: "plot-cpta-vpp"
1272
1273     - title: "VPP 4T4C Link Bonding IMIX MRR Trending"
1274       output-file-name: "lb-imix-4t4c-x520"
1275       data: "plot-performance-trending-vpp"
1276       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1277       parameters:
1278       - "result"
1279       layout: "plot-cpta-vpp"
1280
1281 # Link Bonding - x710
1282
1283     - title: "VPP 1T1C Link Bonding 64B MRR Trending"
1284       output-file-name: "lb-64b-1t1c-x710"
1285       data: "plot-performance-trending-vpp"
1286       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1287       parameters:
1288       - "result"
1289       layout: "plot-cpta-vpp"
1290
1291     - title: "VPP 2T2C Link Bonding 64B MRR Trending"
1292       output-file-name: "lb-64b-2t2c-x710"
1293       data: "plot-performance-trending-vpp"
1294       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1295       parameters:
1296       - "result"
1297       layout: "plot-cpta-vpp"
1298
1299     - title: "VPP 4T4C Link Bonding 64B MRR Trending"
1300       output-file-name: "lb-64b-4t4c-x710"
1301       data: "plot-performance-trending-vpp"
1302       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1303       parameters:
1304       - "result"
1305       layout: "plot-cpta-vpp"
1306
1307     - title: "VPP 1T1C Link Bonding IMIX MRR Trending"
1308       output-file-name: "lb-imix-1t1c-x710"
1309       data: "plot-performance-trending-vpp"
1310       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1311       parameters:
1312       - "result"
1313       layout: "plot-cpta-vpp"
1314
1315     - title: "VPP 2T2C Link Bonding IMIX MRR Trending"
1316       output-file-name: "lb-imix-2t2c-x710"
1317       data: "plot-performance-trending-vpp"
1318       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1319       parameters:
1320       - "result"
1321       layout: "plot-cpta-vpp"
1322
1323     - title: "VPP 4T4C Link Bonding IMIX MRR Trending"
1324       output-file-name: "lb-imix-4t4c-x710"
1325       data: "plot-performance-trending-vpp"
1326       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1327       parameters:
1328       - "result"
1329       layout: "plot-cpta-vpp"
1330
1331 # DPDK - x520 - 64B
1332
1333     - title: "DPDK 1T1C 64B MRR Trending"
1334       output-file-name: "dpdk-64b-1t1c-x520"
1335       data: "plot-performance-trending-dpdk"
1336       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1337       parameters:
1338       - "result"
1339       layout: "plot-cpta-dpdk"
1340
1341     - title: "DPDK 2T2C 64B MRR Trending"
1342       output-file-name: "dpdk-64b-2t2c-x520"
1343       data: "plot-performance-trending-dpdk"
1344       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1345       parameters:
1346       - "result"
1347       layout: "plot-cpta-dpdk"
1348
1349     - title: "DPDK 4T4C 64B MRR Trending"
1350       output-file-name: "dpdk-64b-4t4c-x520"
1351       data: "plot-performance-trending-dpdk"
1352       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1353       parameters:
1354       - "result"
1355       layout: "plot-cpta-dpdk"
1356
1357 # DPDK - x710 - 64B
1358
1359     - title: "DPDK 1T1C 64B MRR Trending"
1360       output-file-name: "dpdk-64b-1t1c-x710"
1361       data: "plot-performance-trending-dpdk"
1362       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1363       parameters:
1364       - "result"
1365       layout: "plot-cpta-dpdk"
1366
1367     - title: "DPDK 2T2C 64B MRR Trending"
1368       output-file-name: "dpdk-64b-2t2c-x710"
1369       data: "plot-performance-trending-dpdk"
1370       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1371       parameters:
1372       - "result"
1373       layout: "plot-cpta-dpdk"
1374
1375     - title: "DPDK 4T4C 64B MRR Trending"
1376       output-file-name: "dpdk-64b-4t4c-x710"
1377       data: "plot-performance-trending-dpdk"
1378       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1379       parameters:
1380       - "result"
1381       layout: "plot-cpta-dpdk"
1382
1383 # DPDK - xl710 - 64B
1384
1385     - title: "DPDK 1T1C 64B MRR Trending"
1386       output-file-name: "dpdk-64b-1t1c-xl710"
1387       data: "plot-performance-trending-dpdk"
1388       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1389       parameters:
1390       - "result"
1391       layout: "plot-cpta-dpdk"
1392
1393     - title: "DPDK 2T2C 64B MRR Trending"
1394       output-file-name: "dpdk-64b-2t2c-xl710"
1395       data: "plot-performance-trending-dpdk"
1396       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1397       parameters:
1398       - "result"
1399       layout: "plot-cpta-dpdk"
1400
1401     - title: "DPDK 4T4C 64B MRR Trending"
1402       output-file-name: "dpdk-64b-4t4c-xl710"
1403       data: "plot-performance-trending-dpdk"
1404       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1405       parameters:
1406       - "result"
1407       layout: "plot-cpta-dpdk"
1408
1409 # DPDK - x520 - IMIX
1410
1411     - title: "DPDK 1T1C IMIX MRR Trending"
1412       output-file-name: "dpdk-imix-1t1c-x520"
1413       data: "plot-performance-trending-dpdk"
1414       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1415       parameters:
1416       - "result"
1417       layout: "plot-cpta-dpdk"
1418
1419     - title: "DPDK 2T2C IMIX MRR Trending"
1420       output-file-name: "dpdk-imix-2t2c-x520"
1421       data: "plot-performance-trending-dpdk"
1422       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1423       parameters:
1424       - "result"
1425       layout: "plot-cpta-dpdk"
1426
1427     - title: "DPDK 4T4C IMIX MRR Trending"
1428       output-file-name: "dpdk-imix-4t4c-x520"
1429       data: "plot-performance-trending-dpdk"
1430       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1431       parameters:
1432       - "result"
1433       layout: "plot-cpta-dpdk"
1434
1435 # DPDK - x710 - IMIX
1436
1437     - title: "DPDK 1T1C IMIX MRR Trending"
1438       output-file-name: "dpdk-imix-1t1c-x710"
1439       data: "plot-performance-trending-dpdk"
1440       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1441       parameters:
1442       - "result"
1443       layout: "plot-cpta-dpdk"
1444
1445     - title: "DPDK 2T2C IMIX MRR Trending"
1446       output-file-name: "dpdk-imix-2t2c-x710"
1447       data: "plot-performance-trending-dpdk"
1448       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1449       parameters:
1450       - "result"
1451       layout: "plot-cpta-dpdk"
1452
1453     - title: "DPDK 4T4C IMIX MRR Trending"
1454       output-file-name: "dpdk-imix-4t4c-x710"
1455       data: "plot-performance-trending-dpdk"
1456       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1457       parameters:
1458       - "result"
1459       layout: "plot-cpta-dpdk"
1460
1461 # DPDK - xl710 - IMIX
1462
1463     - title: "DPDK 1T1C IMIX MRR Trending"
1464       output-file-name: "dpdk-imix-1t1c-xl710"
1465       data: "plot-performance-trending-dpdk"
1466       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1467       parameters:
1468       - "result"
1469       layout: "plot-cpta-dpdk"
1470
1471     - title: "DPDK 2T2C IMIX MRR Trending"
1472       output-file-name: "dpdk-imix-2t2c-xl710"
1473       data: "plot-performance-trending-dpdk"
1474       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1475       parameters:
1476       - "result"
1477       layout: "plot-cpta-dpdk"
1478
1479     - title: "DPDK 4T4C IMIX MRR Trending"
1480       output-file-name: "dpdk-imix-4t4c-xl710"
1481       data: "plot-performance-trending-dpdk"
1482       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1483       parameters:
1484       - "result"
1485       layout: "plot-cpta-dpdk"