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