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