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