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