CSIT-1262: Add 2n/3n-skx to trending
[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
73     # 3n-hsw
74     plot-performance-trending-all-3n-hsw:
75       csit-vpp-perf-mrr-daily-master:
76         start: 100
77         end: "lastCompletedBuild"
78       csit-dpdk-perf-mrr-weekly-master:
79         start: 3
80         end: "lastCompletedBuild"
81
82     plot-performance-trending-vpp-3n-hsw:
83       csit-vpp-perf-mrr-daily-master:
84         start: 100
85         end: "lastCompletedBuild"
86
87     plot-performance-trending-dpdk-3n-hsw:
88       csit-dpdk-perf-mrr-weekly-master:
89         start: 3
90         end: "lastCompletedBuild"
91
92     # 3n-skx
93     plot-performance-trending-all-3n-skx:
94       csit-vpp-perf-mrr-daily-master-3n-skx:
95         start: 1
96         end: "lastCompletedBuild"
97       csit-dpdk-perf-mrr-weekly-master-3n-skx:
98         start: 1
99         end: "lastCompletedBuild"
100
101     plot-performance-trending-vpp-3n-skx:
102       csit-vpp-perf-mrr-daily-master-3n-skx:
103         start: 1
104         end: "lastCompletedBuild"
105
106     plot-performance-trending-dpdk-3n-skx:
107       csit-dpdk-perf-mrr-weekly-master-3n-skx:
108         start: 1
109         end: "lastCompletedBuild"
110
111     # 2n-skx
112     plot-performance-trending-all-2n-skx:
113       csit-vpp-perf-mrr-daily-master-2n-skx:
114         start: 1
115         end: "lastCompletedBuild"
116       csit-dpdk-perf-mrr-weekly-master-2n-skx:
117         start: 1
118         end: "lastCompletedBuild"
119
120     plot-performance-trending-vpp-2n-skx:
121       csit-vpp-perf-mrr-daily-master-2n-skx:
122         start: 1
123         end: "lastCompletedBuild"
124
125     plot-performance-trending-dpdk-2n-skx:
126       csit-dpdk-perf-mrr-weekly-master-2n-skx:
127         start: 1
128         end: "lastCompletedBuild"
129
130   plot-layouts:
131
132     plot-cpta:
133       title: ""
134       autosize: False
135       showlegend: True
136       width: 1100
137       height: 800
138       yaxis:
139         showticklabels: True
140         tickformat: ".4s"
141         title: "Throughput [pps]"
142         hoverformat: ".4s"
143         gridcolor: "rgb(238, 238, 238)"
144         linecolor: "rgb(238, 238, 238)"
145         showline: True
146         zeroline: False
147         tickcolor: "rgb(238, 238, 238)"
148         linewidth: 1
149         showgrid: True
150       xaxis:
151         title: 'Date [MMDD]'
152         type: "date"
153         autorange: True
154         fixedrange: False
155         showgrid: True
156         gridcolor: "rgb(238, 238, 238)"
157         showline: True
158         linecolor: "rgb(238, 238, 238)"
159         zeroline: False
160         linewidth: 1
161         showticklabels: True
162         tickcolor: "rgb(238, 238, 238)"
163         tickmode: "auto"
164         tickformat: "%m%d"
165         rangeselector:
166           buttons:
167           - count: 14
168             label: "2w"
169             step: "day"
170             stepmode: "backward"
171           - count: 1
172             label: "1m"
173             step: "month"
174             stepmode: "backward"
175           - count: 2
176             label: "2m"
177             step: "month"
178             stepmode: "backward"
179           - count: 3
180             label: "3m"
181             step: "month"
182             stepmode: "backward"
183           - step: "all"
184       margin:
185         r: 20
186         b: 5
187         t: 5
188         l: 70
189       legend:
190         orientation: "h"
191         xanchor: "center"
192         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
193         tracegroupgap: 20
194         bordercolor: "rgb(238, 238, 238)"
195       hoverlabel:
196         namelength: -1
197
198 -
199   type: "static"
200   src-path: "{DIR[RST]}"
201   dst-path: "{DIR[WORKING,SRC]}"
202
203 -
204   type: "input"
205   general:
206     file-name: "output.xml.gz"
207     file-format: ".gz"
208     download-path: "{job}/{build}/archives/{filename}"
209     extract: "output.xml"
210
211   builds:
212
213     # 3n-hsw
214     csit-vpp-perf-mrr-daily-master:
215       start: 100
216       end: "lastCompletedBuild"
217     csit-dpdk-perf-mrr-weekly-master:
218       start: 3
219       end: "lastCompletedBuild"
220
221     # 3n-skx
222     csit-vpp-perf-mrr-daily-master-3n-skx:
223       start: 1
224       end: "lastCompletedBuild"
225     csit-dpdk-perf-mrr-weekly-master-3n-skx:
226       start: 1
227       end: "lastCompletedBuild"
228
229     # 2n-skx
230     csit-vpp-perf-mrr-daily-master-2n-skx:
231       start: 1
232       end: "lastCompletedBuild"
233     csit-dpdk-perf-mrr-weekly-master-2n-skx:
234       start: 1
235       end: "lastCompletedBuild"
236
237 -
238   type: "output"
239   output:
240     "CPTA"  # Continuous Performance Trending and Analysis
241   format:
242     html:
243     - full
244
245 ################################################################################
246 ###                               T A B L E S                                ###
247 ################################################################################
248
249 ################################################################################
250 # 3n-hsw
251 -
252   type: "table"
253   title: "Performance trending dashboard 1t1c-3n-hsw"
254   algorithm: "table_performance_trending_dashboard"
255   output-file-ext: ".csv"
256   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
257   data: "plot-performance-trending-all-3n-hsw"
258   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
259   parameters:
260   - "name"
261   - "parent"
262   - "result"
263   ignore-list:
264     # This test is "ndrdisc" test and was improperly tagged. It was fixed
265     # but it remains in the old output.xml files.
266   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
267   outlier-const: 1.5
268   window: 14
269   evaluated-window: 14
270   long-trend-window: 180
271
272 -
273   type: "table"
274   title: "Performance trending dashboard 2t2c-3n-hsw"
275   algorithm: "table_performance_trending_dashboard"
276   output-file-ext: ".csv"
277   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
278   data: "plot-performance-trending-all-3n-hsw"
279   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
280   parameters:
281   - "name"
282   - "parent"
283   - "result"
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.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
288   outlier-const: 1.5
289   window: 14
290   evaluated-window: 14
291   long-trend-window: 180
292
293 -
294   type: "table"
295   title: "Performance trending dashboard 4t4c-3n-hsw"
296   algorithm: "table_performance_trending_dashboard"
297   output-file-ext: ".csv"
298   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
299   data: "plot-performance-trending-all-3n-hsw"
300   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
301   parameters:
302   - "name"
303   - "parent"
304   - "result"
305   ignore-list:
306     # This test is "ndrdisc" test and was improperly tagged. It was fixed
307     # but it remains in the old output.xml files.
308   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
309   outlier-const: 1.5
310   window: 14
311   evaluated-window: 14
312   long-trend-window: 180
313
314 -
315   type: "table"
316   title: "HTML performance trending dashboard 1t1c-3n-hsw"
317   algorithm: "table_performance_trending_dashboard_html"
318   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
319   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
320   testbed: "3n-hsw"
321
322 -
323   type: "table"
324   title: "HTML performance trending dashboard 2t2c-3n-hsw"
325   algorithm: "table_performance_trending_dashboard_html"
326   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
327   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
328   testbed: "3n-hsw"
329
330 -
331   type: "table"
332   title: "HTML performance trending dashboard 4t4c-3n-hsw"
333   algorithm: "table_performance_trending_dashboard_html"
334   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
335   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
336   testbed: "3n-hsw"
337
338 -
339   type: "table"
340   title: "Failed MRR tests 3n-hsw"
341   algorithm: "table_failed_tests"
342   output-file-ext: ".csv"
343   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
344   data: "plot-performance-trending-all-3n-hsw"
345   filter: "'MRR' and not 'NIC_Intel-XXV710'"
346   parameters:
347   - "name"
348   - "parent"
349   - "status"
350   ignore-list:
351     # This test is "ndrdisc" test and was improperly tagged. It was fixed
352     # but it remains in the old output.xml files.
353   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
354   window: 14
355
356 -
357   type: "table"
358   title: "HTML Failed MRR tests 3n-hsw"
359   algorithm: "table_failed_tests_html"
360   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
361   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
362   testbed: "3n-hsw"
363
364 ################################################################################
365 # 3n-skx
366 -
367   type: "table"
368   title: "Performance trending dashboard 2t1c-3n-skx"
369   algorithm: "table_performance_trending_dashboard"
370   output-file-ext: ".csv"
371   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
372   data: "plot-performance-trending-all-3n-skx"
373   filter: "'MRR' and '2T1C'"
374   parameters:
375   - "name"
376   - "parent"
377   - "result"
378   ignore-list:
379     # This test is "ndrdisc" test and was improperly tagged. It was fixed
380     # but it remains in the old output.xml files.
381   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
382   outlier-const: 1.5
383   window: 14
384   evaluated-window: 14
385   long-trend-window: 180
386
387 -
388   type: "table"
389   title: "Performance trending dashboard 4t2c-3n-skx"
390   algorithm: "table_performance_trending_dashboard"
391   output-file-ext: ".csv"
392   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
393   data: "plot-performance-trending-all-3n-skx"
394   filter: "'MRR' and '4T2C'"
395   parameters:
396   - "name"
397   - "parent"
398   - "result"
399   ignore-list:
400     # This test is "ndrdisc" test and was improperly tagged. It was fixed
401     # but it remains in the old output.xml files.
402   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
403   outlier-const: 1.5
404   window: 14
405   evaluated-window: 14
406   long-trend-window: 180
407
408 -
409   type: "table"
410   title: "Performance trending dashboard 8t4c-3n-skx"
411   algorithm: "table_performance_trending_dashboard"
412   output-file-ext: ".csv"
413   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
414   data: "plot-performance-trending-all-3n-skx"
415   filter: "'MRR' and '8T4C'"
416   parameters:
417   - "name"
418   - "parent"
419   - "result"
420   ignore-list:
421     # This test is "ndrdisc" test and was improperly tagged. It was fixed
422     # but it remains in the old output.xml files.
423   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
424   outlier-const: 1.5
425   window: 14
426   evaluated-window: 14
427   long-trend-window: 180
428
429 -
430   type: "table"
431   title: "HTML performance trending dashboard 2t1c-3n-skx"
432   algorithm: "table_performance_trending_dashboard_html"
433   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
434   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
435   testbed: "3n-skx"
436
437 -
438   type: "table"
439   title: "HTML performance trending dashboard 4t2c-3n-skx"
440   algorithm: "table_performance_trending_dashboard_html"
441   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
442   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
443   testbed: "3n-skx"
444
445 -
446   type: "table"
447   title: "HTML performance trending dashboard 8t4c-3n-skx"
448   algorithm: "table_performance_trending_dashboard_html"
449   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
450   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
451   testbed: "3n-skx"
452
453 -
454   type: "table"
455   title: "Failed MRR tests 3n-skx"
456   algorithm: "table_failed_tests"
457   output-file-ext: ".csv"
458   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
459   data: "plot-performance-trending-all-3n-skx"
460   filter: "'MRR'"
461   parameters:
462   - "name"
463   - "parent"
464   - "status"
465   ignore-list:
466     # This test is "ndrdisc" test and was improperly tagged. It was fixed
467     # but it remains in the old output.xml files.
468   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
469   window: 14
470
471 -
472   type: "table"
473   title: "HTML Failed MRR tests 3n-skx"
474   algorithm: "table_failed_tests_html"
475   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
476   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
477   testbed: "3n-skx"
478
479 ################################################################################
480 # 2n-skx
481 -
482   type: "table"
483   title: "Performance trending dashboard 2t1c-2n-skx"
484   algorithm: "table_performance_trending_dashboard"
485   output-file-ext: ".csv"
486   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
487   data: "plot-performance-trending-all-2n-skx"
488   filter: "'MRR' and '2T1C'"
489   parameters:
490   - "name"
491   - "parent"
492   - "result"
493   ignore-list:
494     # This test is "ndrdisc" test and was improperly tagged. It was fixed
495     # but it remains in the old output.xml files.
496   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
497   outlier-const: 1.5
498   window: 14
499   evaluated-window: 14
500   long-trend-window: 180
501
502 -
503   type: "table"
504   title: "Performance trending dashboard 4t2c-2n-skx"
505   algorithm: "table_performance_trending_dashboard"
506   output-file-ext: ".csv"
507   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
508   data: "plot-performance-trending-all-2n-skx"
509   filter: "'MRR' and '4T2C'"
510   parameters:
511   - "name"
512   - "parent"
513   - "result"
514   ignore-list:
515     # This test is "ndrdisc" test and was improperly tagged. It was fixed
516     # but it remains in the old output.xml files.
517   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
518   outlier-const: 1.5
519   window: 14
520   evaluated-window: 14
521   long-trend-window: 180
522
523 -
524   type: "table"
525   title: "Performance trending dashboard 8t4c-2n-skx"
526   algorithm: "table_performance_trending_dashboard"
527   output-file-ext: ".csv"
528   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
529   data: "plot-performance-trending-all-2n-skx"
530   filter: "'MRR' and '8T4C'"
531   parameters:
532   - "name"
533   - "parent"
534   - "result"
535   ignore-list:
536     # This test is "ndrdisc" test and was improperly tagged. It was fixed
537     # but it remains in the old output.xml files.
538   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
539   outlier-const: 1.5
540   window: 14
541   evaluated-window: 14
542   long-trend-window: 180
543
544 -
545   type: "table"
546   title: "HTML performance trending dashboard 2t1c-2n-skx"
547   algorithm: "table_performance_trending_dashboard_html"
548   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
549   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
550   testbed: "2n-skx"
551
552 -
553   type: "table"
554   title: "HTML performance trending dashboard 4t2c-2n-skx"
555   algorithm: "table_performance_trending_dashboard_html"
556   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
557   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
558   testbed: "2n-skx"
559
560 -
561   type: "table"
562   title: "HTML performance trending dashboard 8t4c-2n-skx"
563   algorithm: "table_performance_trending_dashboard_html"
564   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
565   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
566   testbed: "2n-skx"
567
568 -
569   type: "table"
570   title: "Failed MRR tests 2n-skx"
571   algorithm: "table_failed_tests"
572   output-file-ext: ".csv"
573   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
574   data: "plot-performance-trending-all-2n-skx"
575   filter: "'MRR'"
576   parameters:
577   - "name"
578   - "parent"
579   - "status"
580   ignore-list:
581     # This test is "ndrdisc" test and was improperly tagged. It was fixed
582     # but it remains in the old output.xml files.
583   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
584   window: 14
585
586 -
587   type: "table"
588   title: "HTML Failed MRR tests 2n-skx"
589   algorithm: "table_failed_tests_html"
590   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
591   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
592   testbed: "2n-skx"
593
594
595 ################################################################################
596 ###                                 C P T A                                  ###
597 ################################################################################
598
599 # Plots VPP Continuous Performance Trending and Analysis
600
601 -
602   type: "cpta"
603   title: "Continuous Performance Trending and Analysis"
604   output-file-type: ".html"
605   output-file: "{DIR[STATIC,VPP]}/cpta"
606
607   plots:
608
609 ################################################################################
610 # 3n-hsw
611
612 # L2 - x520
613
614     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
615       output-file-name: "l2-1t1c-x520-3n-hsw"
616       data: "plot-performance-trending-vpp-3n-hsw"
617       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'"
618       parameters:
619       - "result"
620       layout: "plot-cpta"
621
622     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
623       output-file-name: "l2-2t2c-x520-3n-hsw"
624       data: "plot-performance-trending-vpp-3n-hsw"
625       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'"
626       parameters:
627       - "result"
628       layout: "plot-cpta"
629
630     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
631       output-file-name: "l2-4t4c-x520-3n-hsw"
632       data: "plot-performance-trending-vpp-3n-hsw"
633       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'"
634       parameters:
635       - "result"
636       layout: "plot-cpta"
637
638     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
639       output-file-name: "l2-feature-1t1c-x520-3n-hsw"
640       data: "plot-performance-trending-vpp-3n-hsw"
641       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'"
642       parameters:
643       - "result"
644       layout: "plot-cpta"
645
646     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
647       output-file-name: "l2-feature-2t2c-x520-3n-hsw"
648       data: "plot-performance-trending-vpp-3n-hsw"
649       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'"
650       parameters:
651       - "result"
652       layout: "plot-cpta"
653
654     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
655       output-file-name: "l2-feature-4t4c-x520-3n-hsw"
656       data: "plot-performance-trending-vpp-3n-hsw"
657       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'"
658       parameters:
659       - "result"
660       layout: "plot-cpta"
661
662 # L2 - xl710
663
664     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
665       output-file-name: "l2-1t1c-xl710-3n-hsw"
666       data: "plot-performance-trending-vpp-3n-hsw"
667       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'"
668       parameters:
669       - "result"
670       layout: "plot-cpta"
671
672     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
673       output-file-name: "l2-2t2c-xl710-3n-hsw"
674       data: "plot-performance-trending-vpp-3n-hsw"
675       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'"
676       parameters:
677       - "result"
678       layout: "plot-cpta"
679
680     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
681       output-file-name: "l2-4t4c-xl710-3n-hsw"
682       data: "plot-performance-trending-vpp-3n-hsw"
683       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'"
684       parameters:
685       - "result"
686       layout: "plot-cpta"
687
688 # L2 - x710
689
690     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
691       output-file-name: "l2-1t1c-x710-3n-hsw"
692       data: "plot-performance-trending-vpp-3n-hsw"
693       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'"
694       parameters:
695       - "result"
696       layout: "plot-cpta"
697
698     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
699       output-file-name: "l2-2t2c-x710-3n-hsw"
700       data: "plot-performance-trending-vpp-3n-hsw"
701       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'"
702       parameters:
703       - "result"
704       layout: "plot-cpta"
705
706     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
707       output-file-name: "l2-4t4c-x710-3n-hsw"
708       data: "plot-performance-trending-vpp-3n-hsw"
709       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'"
710       parameters:
711       - "result"
712       layout: "plot-cpta"
713
714     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
715       output-file-name: "l2-feature-1t1c-x710-3n-hsw"
716       data: "plot-performance-trending-vpp-3n-hsw"
717       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
718       parameters:
719       - "result"
720       layout: "plot-cpta"
721
722     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
723       output-file-name: "l2-feature-2t2c-x710-3n-hsw"
724       data: "plot-performance-trending-vpp-3n-hsw"
725       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
726       parameters:
727       - "result"
728       layout: "plot-cpta"
729
730     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
731       output-file-name: "l2-feature-4t4c-x710-3n-hsw"
732       data: "plot-performance-trending-vpp-3n-hsw"
733       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
734       parameters:
735       - "result"
736       layout: "plot-cpta"
737
738 # IPv4 - x520
739
740     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
741       output-file-name: "ip4-1t1c-x520-3n-hsw"
742       data: "plot-performance-trending-vpp-3n-hsw"
743       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'"
744       parameters:
745       - "result"
746       layout: "plot-cpta"
747
748     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
749       output-file-name: "ip4-2t2c-x520-3n-hsw"
750       data: "plot-performance-trending-vpp-3n-hsw"
751       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'"
752       parameters:
753       - "result"
754       layout: "plot-cpta"
755
756     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
757       output-file-name: "ip4-4t4c-x520-3n-hsw"
758       data: "plot-performance-trending-vpp-3n-hsw"
759       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'"
760       parameters:
761       - "result"
762       layout: "plot-cpta"
763
764     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
765       output-file-name: "ip4-feature-1t1c-x520-3n-hsw"
766       data: "plot-performance-trending-vpp-3n-hsw"
767       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
768       parameters:
769       - "result"
770       layout: "plot-cpta"
771
772     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
773       output-file-name: "ip4-feature-2t2c-x520-3n-hsw"
774       data: "plot-performance-trending-vpp-3n-hsw"
775       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
776       parameters:
777       - "result"
778       layout: "plot-cpta"
779
780     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
781       output-file-name: "ip4-feature-4t4c-x520-3n-hsw"
782       data: "plot-performance-trending-vpp-3n-hsw"
783       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
784       parameters:
785       - "result"
786       layout: "plot-cpta"
787
788 # IPv4 - xl710
789
790     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
791       output-file-name: "ip4-1t1c-xl710-3n-hsw"
792       data: "plot-performance-trending-vpp-3n-hsw"
793       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
794       parameters:
795       - "result"
796       layout: "plot-cpta"
797
798     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
799       output-file-name: "ip4-2t2c-xl710-3n-hsw"
800       data: "plot-performance-trending-vpp-3n-hsw"
801       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
802       parameters:
803       - "result"
804       layout: "plot-cpta"
805
806     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
807       output-file-name: "ip4-4t4c-xl710-3n-hsw"
808       data: "plot-performance-trending-vpp-3n-hsw"
809       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
810       parameters:
811       - "result"
812       layout: "plot-cpta"
813
814 # IPv4 - x710
815
816     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
817       output-file-name: "ip4-1t1c-x710-3n-hsw"
818       data: "plot-performance-trending-vpp-3n-hsw"
819       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'"
820       parameters:
821       - "result"
822       layout: "plot-cpta"
823
824     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
825       output-file-name: "ip4-2t2c-x710-3n-hsw"
826       data: "plot-performance-trending-vpp-3n-hsw"
827       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'"
828       parameters:
829       - "result"
830       layout: "plot-cpta"
831
832     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
833       output-file-name: "ip4-4t4c-x710-3n-hsw"
834       data: "plot-performance-trending-vpp-3n-hsw"
835       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'"
836       parameters:
837       - "result"
838       layout: "plot-cpta"
839
840     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
841       output-file-name: "ip4-feature-1t1c-x710-3n-hsw"
842       data: "plot-performance-trending-vpp-3n-hsw"
843       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
844       parameters:
845       - "result"
846       layout: "plot-cpta"
847
848     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
849       output-file-name: "ip4-feature-2t2c-x710-3n-hsw"
850       data: "plot-performance-trending-vpp-3n-hsw"
851       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
852       parameters:
853       - "result"
854       layout: "plot-cpta"
855
856     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
857       output-file-name: "ip4-feature-4t4c-x710-3n-hsw"
858       data: "plot-performance-trending-vpp-3n-hsw"
859       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
860       parameters:
861       - "result"
862       layout: "plot-cpta"
863
864 # IPv4 Tunnels - x520
865
866     - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw"
867       output-file-name: "ip4-tunnels-1t1c-x520-3n-hsw"
868       data: "plot-performance-trending-vpp-3n-hsw"
869       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'"
870       parameters:
871       - "result"
872       layout: "plot-cpta"
873
874     - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw"
875       output-file-name: "ip4-tunnels-2t2c-x520-3n-hsw"
876       data: "plot-performance-trending-vpp-3n-hsw"
877       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'"
878       parameters:
879       - "result"
880       layout: "plot-cpta"
881
882     - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw"
883       output-file-name: "ip4-tunnels-4t4c-x520-3n-hsw"
884       data: "plot-performance-trending-vpp-3n-hsw"
885       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'"
886       parameters:
887       - "result"
888       layout: "plot-cpta"
889
890 # IPv4 Tunnels - x710
891
892     - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw"
893       output-file-name: "ip4-tunnels-1t1c-x710-3n-hsw"
894       data: "plot-performance-trending-vpp-3n-hsw"
895       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'"
896       parameters:
897       - "result"
898       layout: "plot-cpta"
899
900     - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw"
901       output-file-name: "ip4-tunnels-2t2c-x710-3n-hsw"
902       data: "plot-performance-trending-vpp-3n-hsw"
903       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'"
904       parameters:
905       - "result"
906       layout: "plot-cpta"
907
908     - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw"
909       output-file-name: "ip4-tunnels-4t4c-x710-3n-hsw"
910       data: "plot-performance-trending-vpp-3n-hsw"
911       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'"
912       parameters:
913       - "result"
914       layout: "plot-cpta"
915
916 # IPv6 - x520
917
918     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
919       output-file-name: "ip6-1t1c-x520-3n-hsw"
920       data: "plot-performance-trending-vpp-3n-hsw"
921       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'"
922       parameters:
923       - "result"
924       layout: "plot-cpta"
925
926     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
927       output-file-name: "ip6-2t2c-x520-3n-hsw"
928       data: "plot-performance-trending-vpp-3n-hsw"
929       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'"
930       parameters:
931       - "result"
932       layout: "plot-cpta"
933
934     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
935       output-file-name: "ip6-4t4c-x520-3n-hsw"
936       data: "plot-performance-trending-vpp-3n-hsw"
937       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'"
938       parameters:
939       - "result"
940       layout: "plot-cpta"
941
942 # IPv6 - xl710
943
944     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
945       output-file-name: "ip6-1t1c-xl710-3n-hsw"
946       data: "plot-performance-trending-vpp-3n-hsw"
947       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
948       parameters:
949       - "result"
950       layout: "plot-cpta"
951
952     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
953       output-file-name: "ip6-2t2c-xl710-3n-hsw"
954       data: "plot-performance-trending-vpp-3n-hsw"
955       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
956       parameters:
957       - "result"
958       layout: "plot-cpta"
959
960     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
961       output-file-name: "ip6-4t4c-xl710-3n-hsw"
962       data: "plot-performance-trending-vpp-3n-hsw"
963       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
964       parameters:
965       - "result"
966       layout: "plot-cpta"
967
968 # IPv6 - x710
969
970     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
971       output-file-name: "ip6-1t1c-x710-3n-hsw"
972       data: "plot-performance-trending-vpp-3n-hsw"
973       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
974       parameters:
975       - "result"
976       layout: "plot-cpta"
977
978     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
979       output-file-name: "ip6-2t2c-x710-3n-hsw"
980       data: "plot-performance-trending-vpp-3n-hsw"
981       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
982       parameters:
983       - "result"
984       layout: "plot-cpta"
985
986     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
987       output-file-name: "ip6-4t4c-x710-3n-hsw"
988       data: "plot-performance-trending-vpp-3n-hsw"
989       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
990       parameters:
991       - "result"
992       layout: "plot-cpta"
993
994 # Container memif - x520, 64B
995
996     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
997       output-file-name: "container-memif-l2-1t1c-x520-3n-hsw"
998       data: "plot-performance-trending-vpp-3n-hsw"
999       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1000       parameters:
1001       - "result"
1002       layout: "plot-cpta"
1003
1004     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1005       output-file-name: "container-memif-l2-2t2c-x520-3n-hsw"
1006       data: "plot-performance-trending-vpp-3n-hsw"
1007       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1008       parameters:
1009       - "result"
1010       layout: "plot-cpta"
1011
1012     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1013       output-file-name: "container-memif-l2-4t4c-x520-3n-hsw"
1014       data: "plot-performance-trending-vpp-3n-hsw"
1015       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1016       parameters:
1017       - "result"
1018       layout: "plot-cpta"
1019
1020 # Container memif - x520, IMIX
1021
1022     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1023       output-file-name: "container-memif-imix-l2-1t1c-x520-3n-hsw"
1024       data: "plot-performance-trending-vpp-3n-hsw"
1025       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1026       parameters:
1027       - "result"
1028       layout: "plot-cpta"
1029
1030     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1031       output-file-name: "container-memif-imix-l2-2t2c-x520-3n-hsw"
1032       data: "plot-performance-trending-vpp-3n-hsw"
1033       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1034       parameters:
1035       - "result"
1036       layout: "plot-cpta"
1037
1038     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1039       output-file-name: "container-memif-imix-l2-4t4c-x520-3n-hsw"
1040       data: "plot-performance-trending-vpp-3n-hsw"
1041       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1042       parameters:
1043       - "result"
1044       layout: "plot-cpta"
1045
1046 # Container memif - xl710, 64B
1047
1048     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
1049       output-file-name: "container-memif-l2-1t1c-xl710-3n-hsw"
1050       data: "plot-performance-trending-vpp-3n-hsw"
1051       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1052       parameters:
1053       - "result"
1054       layout: "plot-cpta"
1055
1056     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1057       output-file-name: "container-memif-l2-2t2c-xl710-3n-hsw"
1058       data: "plot-performance-trending-vpp-3n-hsw"
1059       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1060       parameters:
1061       - "result"
1062       layout: "plot-cpta"
1063
1064     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1065       output-file-name: "container-memif-l2-4t4c-xl710-3n-hsw"
1066       data: "plot-performance-trending-vpp-3n-hsw"
1067       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1068       parameters:
1069       - "result"
1070       layout: "plot-cpta"
1071
1072 # Container memif - xl710, IMIX
1073
1074     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1075       output-file-name: "container-memif-imix-l2-1t1c-xl710-3n-hsw"
1076       data: "plot-performance-trending-vpp-3n-hsw"
1077       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1078       parameters:
1079       - "result"
1080       layout: "plot-cpta"
1081
1082     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1083       output-file-name: "container-memif-imix-l2-2t2c-xl710-3n-hsw"
1084       data: "plot-performance-trending-vpp-3n-hsw"
1085       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1086       parameters:
1087       - "result"
1088       layout: "plot-cpta"
1089
1090     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1091       output-file-name: "container-memif-imix-l2-4t4c-xl710-3n-hsw"
1092       data: "plot-performance-trending-vpp-3n-hsw"
1093       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1094       parameters:
1095       - "result"
1096       layout: "plot-cpta"
1097
1098 # Container memif - x710, 64B
1099
1100     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
1101       output-file-name: "container-memif-l2-1t1c-x710-3n-hsw"
1102       data: "plot-performance-trending-vpp-3n-hsw"
1103       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1104       parameters:
1105       - "result"
1106       layout: "plot-cpta"
1107
1108     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1109       output-file-name: "container-memif-l2-2t2c-x710-3n-hsw"
1110       data: "plot-performance-trending-vpp-3n-hsw"
1111       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1112       parameters:
1113       - "result"
1114       layout: "plot-cpta"
1115
1116     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1117       output-file-name: "container-memif-l2-4t4c-x710-3n-hsw"
1118       data: "plot-performance-trending-vpp-3n-hsw"
1119       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1120       parameters:
1121       - "result"
1122       layout: "plot-cpta"
1123
1124 # Container memif - x710, IMIX
1125
1126     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1127       output-file-name: "container-memif-imix-l2-1t1c-x710-3n-hsw"
1128       data: "plot-performance-trending-vpp-3n-hsw"
1129       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1130       parameters:
1131       - "result"
1132       layout: "plot-cpta"
1133
1134     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1135       output-file-name: "container-memif-imix-l2-2t2c-x710-3n-hsw"
1136       data: "plot-performance-trending-vpp-3n-hsw"
1137       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1138       parameters:
1139       - "result"
1140       layout: "plot-cpta"
1141
1142     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1143       output-file-name: "container-memif-imix-l2-4t4c-x710-3n-hsw"
1144       data: "plot-performance-trending-vpp-3n-hsw"
1145       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1146       parameters:
1147       - "result"
1148       layout: "plot-cpta"
1149
1150 # VM vhost - x520, ethip4, 64B
1151
1152     - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw"
1153       output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-hsw"
1154       data: "plot-performance-trending-vpp-3n-hsw"
1155       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1156       parameters:
1157       - "result"
1158       layout: "plot-cpta"
1159
1160     - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw"
1161       output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-hsw"
1162       data: "plot-performance-trending-vpp-3n-hsw"
1163       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1164       parameters:
1165       - "result"
1166       layout: "plot-cpta"
1167
1168     - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw"
1169       output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-hsw"
1170       data: "plot-performance-trending-vpp-3n-hsw"
1171       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1172       parameters:
1173       - "result"
1174       layout: "plot-cpta"
1175
1176 # VM vhost - x520, ethip4, IMIX
1177
1178     - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1179       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520-3n-hsw"
1180       data: "plot-performance-trending-vpp-3n-hsw"
1181       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1182       parameters:
1183       - "result"
1184       layout: "plot-cpta"
1185
1186     - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1187       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520-3n-hsw"
1188       data: "plot-performance-trending-vpp-3n-hsw"
1189       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1190       parameters:
1191       - "result"
1192       layout: "plot-cpta"
1193
1194     - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1195       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520-3n-hsw"
1196       data: "plot-performance-trending-vpp-3n-hsw"
1197       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1198       parameters:
1199       - "result"
1200       layout: "plot-cpta"
1201
1202 # VM vhost - x520, eth, 64B
1203
1204     - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw"
1205       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw"
1206       data: "plot-performance-trending-vpp-3n-hsw"
1207       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1208
1209       parameters:
1210       - "result"
1211       layout: "plot-cpta"
1212
1213     - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw"
1214       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw"
1215       data: "plot-performance-trending-vpp-3n-hsw"
1216       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1217       parameters:
1218       - "result"
1219       layout: "plot-cpta"
1220
1221     - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw"
1222       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw"
1223       data: "plot-performance-trending-vpp-3n-hsw"
1224       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1225       parameters:
1226       - "result"
1227       layout: "plot-cpta"
1228
1229 # VM vhost - x520, eth, IMIX
1230
1231     - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw"
1232       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw"
1233       data: "plot-performance-trending-vpp-3n-hsw"
1234       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1235
1236       parameters:
1237       - "result"
1238       layout: "plot-cpta"
1239
1240     - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw"
1241       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw"
1242       data: "plot-performance-trending-vpp-3n-hsw"
1243       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1244       parameters:
1245       - "result"
1246       layout: "plot-cpta"
1247
1248     - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw"
1249       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw"
1250       data: "plot-performance-trending-vpp-3n-hsw"
1251       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1252       parameters:
1253       - "result"
1254       layout: "plot-cpta"
1255
1256 # VM vhost - xl710, eth, 64B
1257
1258     - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw"
1259       output-file-name: "vm-vhost-eth-1t1c-xl710-3n-hsw"
1260       data: "plot-performance-trending-vpp-3n-hsw"
1261       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1262
1263       parameters:
1264       - "result"
1265       layout: "plot-cpta"
1266
1267     - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw"
1268       output-file-name: "vm-vhost-eth-2t2c-xl710-3n-hsw"
1269       data: "plot-performance-trending-vpp-3n-hsw"
1270       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1271       parameters:
1272       - "result"
1273       layout: "plot-cpta"
1274
1275     - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw"
1276       output-file-name: "vm-vhost-eth-4t4c-xl710-3n-hsw"
1277       data: "plot-performance-trending-vpp-3n-hsw"
1278       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1279       parameters:
1280       - "result"
1281       layout: "plot-cpta"
1282
1283 # VM vhost - xl710, eth, IMIX
1284
1285     - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw"
1286       output-file-name: "vm-vhost-imix-eth-1t1c-xl710-3n-hsw"
1287       data: "plot-performance-trending-vpp-3n-hsw"
1288       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1289
1290       parameters:
1291       - "result"
1292       layout: "plot-cpta"
1293
1294     - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw"
1295       output-file-name: "vm-vhost-imix-eth-2t2c-xl710-3n-hsw"
1296       data: "plot-performance-trending-vpp-3n-hsw"
1297       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1298       parameters:
1299       - "result"
1300       layout: "plot-cpta"
1301
1302     - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw"
1303       output-file-name: "vm-vhost-imix-eth-4t4c-xl710-3n-hsw"
1304       data: "plot-performance-trending-vpp-3n-hsw"
1305       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1306       parameters:
1307       - "result"
1308       layout: "plot-cpta"
1309
1310 # VM vhost - x710, ethip4, 64B
1311
1312     - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw"
1313       output-file-name: "vm-vhost-ethip4-1t1c-x710-3n-hsw"
1314       data: "plot-performance-trending-vpp-3n-hsw"
1315       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1316       parameters:
1317       - "result"
1318       layout: "plot-cpta"
1319
1320     - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw"
1321       output-file-name: "vm-vhost-ethip4-2t2c-x710-3n-hsw"
1322       data: "plot-performance-trending-vpp-3n-hsw"
1323       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1324       parameters:
1325       - "result"
1326       layout: "plot-cpta"
1327
1328     - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw"
1329       output-file-name: "vm-vhost-ethip4-4t4c-x710-3n-hsw"
1330       data: "plot-performance-trending-vpp-3n-hsw"
1331       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1332       parameters:
1333       - "result"
1334       layout: "plot-cpta"
1335
1336 # VM vhost - x710, ethip4, IMIX
1337
1338     - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1339       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710-3n-hsw"
1340       data: "plot-performance-trending-vpp-3n-hsw"
1341       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1342       parameters:
1343       - "result"
1344       layout: "plot-cpta"
1345
1346     - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1347       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710-3n-hsw"
1348       data: "plot-performance-trending-vpp-3n-hsw"
1349       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1350       parameters:
1351       - "result"
1352       layout: "plot-cpta"
1353
1354     - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1355       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710-3n-hsw"
1356       data: "plot-performance-trending-vpp-3n-hsw"
1357       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
1358       parameters:
1359       - "result"
1360       layout: "plot-cpta"
1361
1362 # VM vhost - x710, eth, 64B
1363
1364     - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw"
1365       output-file-name: "vm-vhost-eth-1t1c-x710-3n-hsw"
1366       data: "plot-performance-trending-vpp-3n-hsw"
1367       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1368
1369       parameters:
1370       - "result"
1371       layout: "plot-cpta"
1372
1373     - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw"
1374       output-file-name: "vm-vhost-eth-2t2c-x710-3n-hsw"
1375       data: "plot-performance-trending-vpp-3n-hsw"
1376       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1377       parameters:
1378       - "result"
1379       layout: "plot-cpta"
1380
1381     - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw"
1382       output-file-name: "vm-vhost-eth-4t4c-x710-3n-hsw"
1383       data: "plot-performance-trending-vpp-3n-hsw"
1384       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1385       parameters:
1386       - "result"
1387       layout: "plot-cpta"
1388
1389 # VM vhost - x710, eth, IMIX
1390
1391     - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw"
1392       output-file-name: "vm-vhost-imix-eth-1t1c-x710-3n-hsw"
1393       data: "plot-performance-trending-vpp-3n-hsw"
1394       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1395
1396       parameters:
1397       - "result"
1398       layout: "plot-cpta"
1399
1400     - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw"
1401       output-file-name: "vm-vhost-imix-eth-2t2c-x710-3n-hsw"
1402       data: "plot-performance-trending-vpp-3n-hsw"
1403       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1404       parameters:
1405       - "result"
1406       layout: "plot-cpta"
1407
1408     - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw"
1409       output-file-name: "vm-vhost-imix-eth-4t4c-x710-3n-hsw"
1410       data: "plot-performance-trending-vpp-3n-hsw"
1411       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1412       parameters:
1413       - "result"
1414       layout: "plot-cpta"
1415
1416 # IPSec
1417
1418     - title: "VPP 1T1C IPSec 64B MRR Trending 3n-hsw"
1419       output-file-name: "ipsec-1t1c-xl710-3n-hsw"
1420       data: "plot-performance-trending-vpp-3n-hsw"
1421       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1422       parameters:
1423       - "result"
1424       layout: "plot-cpta"
1425
1426     - title: "VPP 2T2C IPSec 64B MRR Trending 3n-hsw"
1427       output-file-name: "ipsec-2t2c-xl710-3n-hsw"
1428       data: "plot-performance-trending-vpp-3n-hsw"
1429       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1430       parameters:
1431       - "result"
1432       layout: "plot-cpta"
1433
1434     - title: "VPP 4T4C IPSec 64B MRR Trending 3n-hsw"
1435       output-file-name: "ipsec-4t4c-xl710-3n-hsw"
1436       data: "plot-performance-trending-vpp-3n-hsw"
1437       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1438       parameters:
1439       - "result"
1440       layout: "plot-cpta"
1441
1442 # SRv6 - x520
1443
1444     - title: "VPP 1T1C SRv6 78B MRR Trending 3n-hsw"
1445       output-file-name: "srv6-78b-1t1c-x520-3n-hsw"
1446       data: "plot-performance-trending-vpp-3n-hsw"
1447       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
1448       parameters:
1449       - "result"
1450       layout: "plot-cpta"
1451
1452     - title: "VPP 2T2C SRv6 78B MRR Trending 3n-hsw"
1453       output-file-name: "srv6-78b-2t2c-x520-3n-hsw"
1454       data: "plot-performance-trending-vpp-3n-hsw"
1455       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
1456       parameters:
1457       - "result"
1458       layout: "plot-cpta"
1459
1460     - title: "VPP 4T4C SRv6 78B MRR Trending 3n-hsw"
1461       output-file-name: "srv6-78b-4t4c-x520-3n-hsw"
1462       data: "plot-performance-trending-vpp-3n-hsw"
1463       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
1464       parameters:
1465       - "result"
1466       layout: "plot-cpta"
1467
1468     - title: "VPP 1T1C SRv6 IMIX MRR Trending 3n-hsw"
1469       output-file-name: "srv6-imix-1t1c-x520-3n-hsw"
1470       data: "plot-performance-trending-vpp-3n-hsw"
1471       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
1472       parameters:
1473       - "result"
1474       layout: "plot-cpta"
1475
1476     - title: "VPP 2T2C SRv6 IMIX MRR Trending 3n-hsw"
1477       output-file-name: "srv6-imix-2t2c-x520-3n-hsw"
1478       data: "plot-performance-trending-vpp-3n-hsw"
1479       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
1480       parameters:
1481       - "result"
1482       layout: "plot-cpta"
1483
1484     - title: "VPP 4T4C SRv6 IMIX MRR Trending 3n-hsw"
1485       output-file-name: "srv6-imix-4t4c-x520-3n-hsw"
1486       data: "plot-performance-trending-vpp-3n-hsw"
1487       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
1488       parameters:
1489       - "result"
1490       layout: "plot-cpta"
1491
1492 # Link Bonding - x520
1493
1494     - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw"
1495       output-file-name: "lb-64b-1t1c-x520-3n-hsw"
1496       data: "plot-performance-trending-vpp-3n-hsw"
1497       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1498       parameters:
1499       - "result"
1500       layout: "plot-cpta"
1501
1502     - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw"
1503       output-file-name: "lb-64b-2t2c-x520-3n-hsw"
1504       data: "plot-performance-trending-vpp-3n-hsw"
1505       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1506       parameters:
1507       - "result"
1508       layout: "plot-cpta"
1509
1510     - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw"
1511       output-file-name: "lb-64b-4t4c-x520-3n-hsw"
1512       data: "plot-performance-trending-vpp-3n-hsw"
1513       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1514       parameters:
1515       - "result"
1516       layout: "plot-cpta"
1517
1518     - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw"
1519       output-file-name: "lb-imix-1t1c-x520-3n-hsw"
1520       data: "plot-performance-trending-vpp-3n-hsw"
1521       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1522       parameters:
1523       - "result"
1524       layout: "plot-cpta"
1525
1526     - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw"
1527       output-file-name: "lb-imix-2t2c-x520-3n-hsw"
1528       data: "plot-performance-trending-vpp-3n-hsw"
1529       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1530       parameters:
1531       - "result"
1532       layout: "plot-cpta"
1533
1534     - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw"
1535       output-file-name: "lb-imix-4t4c-x520-3n-hsw"
1536       data: "plot-performance-trending-vpp-3n-hsw"
1537       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1538       parameters:
1539       - "result"
1540       layout: "plot-cpta"
1541
1542 # Link Bonding - x710
1543
1544     - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw"
1545       output-file-name: "lb-64b-1t1c-x710-3n-hsw"
1546       data: "plot-performance-trending-vpp-3n-hsw"
1547       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1548       parameters:
1549       - "result"
1550       layout: "plot-cpta"
1551
1552     - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw"
1553       output-file-name: "lb-64b-2t2c-x710-3n-hsw"
1554       data: "plot-performance-trending-vpp-3n-hsw"
1555       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1556       parameters:
1557       - "result"
1558       layout: "plot-cpta"
1559
1560     - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw"
1561       output-file-name: "lb-64b-4t4c-x710-3n-hsw"
1562       data: "plot-performance-trending-vpp-3n-hsw"
1563       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1564       parameters:
1565       - "result"
1566       layout: "plot-cpta"
1567
1568     - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw"
1569       output-file-name: "lb-imix-1t1c-x710-3n-hsw"
1570       data: "plot-performance-trending-vpp-3n-hsw"
1571       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1572       parameters:
1573       - "result"
1574       layout: "plot-cpta"
1575
1576     - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw"
1577       output-file-name: "lb-imix-2t2c-x710-3n-hsw"
1578       data: "plot-performance-trending-vpp-3n-hsw"
1579       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1580       parameters:
1581       - "result"
1582       layout: "plot-cpta"
1583
1584     - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw"
1585       output-file-name: "lb-imix-4t4c-x710-3n-hsw"
1586       data: "plot-performance-trending-vpp-3n-hsw"
1587       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1588       parameters:
1589       - "result"
1590       layout: "plot-cpta"
1591
1592 # DPDK - x520 - 64B
1593
1594     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1595       output-file-name: "dpdk-64b-1t1c-x520-3n-hsw"
1596       data: "plot-performance-trending-dpdk-3n-hsw"
1597       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1598       parameters:
1599       - "result"
1600       layout: "plot-cpta"
1601
1602     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1603       output-file-name: "dpdk-64b-2t2c-x520-3n-hsw"
1604       data: "plot-performance-trending-dpdk-3n-hsw"
1605       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1606       parameters:
1607       - "result"
1608       layout: "plot-cpta"
1609
1610     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1611       output-file-name: "dpdk-64b-4t4c-x520-3n-hsw"
1612       data: "plot-performance-trending-dpdk-3n-hsw"
1613       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1614       parameters:
1615       - "result"
1616       layout: "plot-cpta"
1617
1618 # DPDK - x710 - 64B
1619
1620     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1621       output-file-name: "dpdk-64b-1t1c-x710-3n-hsw"
1622       data: "plot-performance-trending-dpdk-3n-hsw"
1623       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1624       parameters:
1625       - "result"
1626       layout: "plot-cpta"
1627
1628     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1629       output-file-name: "dpdk-64b-2t2c-x710-3n-hsw"
1630       data: "plot-performance-trending-dpdk-3n-hsw"
1631       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1632       parameters:
1633       - "result"
1634       layout: "plot-cpta"
1635
1636     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1637       output-file-name: "dpdk-64b-4t4c-x710-3n-hsw"
1638       data: "plot-performance-trending-dpdk-3n-hsw"
1639       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1640       parameters:
1641       - "result"
1642       layout: "plot-cpta"
1643
1644 # DPDK - xl710 - 64B
1645
1646     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1647       output-file-name: "dpdk-64b-1t1c-xl710-3n-hsw"
1648       data: "plot-performance-trending-dpdk-3n-hsw"
1649       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1650       parameters:
1651       - "result"
1652       layout: "plot-cpta"
1653
1654     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1655       output-file-name: "dpdk-64b-2t2c-xl710-3n-hsw"
1656       data: "plot-performance-trending-dpdk-3n-hsw"
1657       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1658       parameters:
1659       - "result"
1660       layout: "plot-cpta"
1661
1662     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1663       output-file-name: "dpdk-64b-4t4c-xl710-3n-hsw"
1664       data: "plot-performance-trending-dpdk-3n-hsw"
1665       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1666       parameters:
1667       - "result"
1668       layout: "plot-cpta"
1669
1670 # DPDK - x520 - IMIX
1671
1672     - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1673       output-file-name: "dpdk-imix-1t1c-x520-3n-hsw"
1674       data: "plot-performance-trending-dpdk-3n-hsw"
1675       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1676       parameters:
1677       - "result"
1678       layout: "plot-cpta"
1679
1680     - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1681       output-file-name: "dpdk-imix-2t2c-x520-3n-hsw"
1682       data: "plot-performance-trending-dpdk-3n-hsw"
1683       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1684       parameters:
1685       - "result"
1686       layout: "plot-cpta"
1687
1688     - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1689       output-file-name: "dpdk-imix-4t4c-x520-3n-hsw"
1690       data: "plot-performance-trending-dpdk-3n-hsw"
1691       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1692       parameters:
1693       - "result"
1694       layout: "plot-cpta"
1695
1696 # DPDK - x710 - IMIX
1697
1698     - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1699       output-file-name: "dpdk-imix-1t1c-x710-3n-hsw"
1700       data: "plot-performance-trending-dpdk-3n-hsw"
1701       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1702       parameters:
1703       - "result"
1704       layout: "plot-cpta"
1705
1706     - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1707       output-file-name: "dpdk-imix-2t2c-x710-3n-hsw"
1708       data: "plot-performance-trending-dpdk-3n-hsw"
1709       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1710       parameters:
1711       - "result"
1712       layout: "plot-cpta"
1713
1714     - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1715       output-file-name: "dpdk-imix-4t4c-x710-3n-hsw"
1716       data: "plot-performance-trending-dpdk-3n-hsw"
1717       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1718       parameters:
1719       - "result"
1720       layout: "plot-cpta"
1721
1722 # DPDK - xl710 - IMIX
1723
1724     - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1725       output-file-name: "dpdk-imix-1t1c-xl710-3n-hsw"
1726       data: "plot-performance-trending-dpdk-3n-hsw"
1727       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1728       parameters:
1729       - "result"
1730       layout: "plot-cpta"
1731
1732     - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1733       output-file-name: "dpdk-imix-2t2c-xl710-3n-hsw"
1734       data: "plot-performance-trending-dpdk-3n-hsw"
1735       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1736       parameters:
1737       - "result"
1738       layout: "plot-cpta"
1739
1740     - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1741       output-file-name: "dpdk-imix-4t4c-xl710-3n-hsw"
1742       data: "plot-performance-trending-dpdk-3n-hsw"
1743       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1744       parameters:
1745       - "result"
1746       layout: "plot-cpta"
1747
1748 ################################################################################
1749 # 3n-skx
1750
1751 # L2 - x710
1752
1753     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
1754       output-file-name: "l2-2t1c-x710-3n-skx"
1755       data: "plot-performance-trending-vpp-3n-skx"
1756       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1757       parameters:
1758       - "result"
1759       layout: "plot-cpta"
1760
1761     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
1762       output-file-name: "l2-4t2c-x710-3n-skx"
1763       data: "plot-performance-trending-vpp-3n-skx"
1764       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1765       parameters:
1766       - "result"
1767       layout: "plot-cpta"
1768
1769     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
1770       output-file-name: "l2-8t4c-x710-3n-skx"
1771       data: "plot-performance-trending-vpp-3n-skx"
1772       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1773       parameters:
1774       - "result"
1775       layout: "plot-cpta"
1776
1777     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
1778       output-file-name: "l2-feature-2t1c-x710-3n-skx"
1779       data: "plot-performance-trending-vpp-3n-skx"
1780       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1781       parameters:
1782       - "result"
1783       layout: "plot-cpta"
1784
1785     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
1786       output-file-name: "l2-feature-4t2c-x710-3n-skx"
1787       data: "plot-performance-trending-vpp-3n-skx"
1788       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1789       parameters:
1790       - "result"
1791       layout: "plot-cpta"
1792
1793     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
1794       output-file-name: "l2-feature-8t4c-x710-3n-skx"
1795       data: "plot-performance-trending-vpp-3n-skx"
1796       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1797       parameters:
1798       - "result"
1799       layout: "plot-cpta"
1800
1801 # L2 - xxv710
1802
1803     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
1804       output-file-name: "l2-2t1c-xxv710-3n-skx"
1805       data: "plot-performance-trending-vpp-3n-skx"
1806       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1807       parameters:
1808       - "result"
1809       layout: "plot-cpta"
1810
1811     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
1812       output-file-name: "l2-4t2c-xxv710-3n-skx"
1813       data: "plot-performance-trending-vpp-3n-skx"
1814       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1815       parameters:
1816       - "result"
1817       layout: "plot-cpta"
1818
1819     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
1820       output-file-name: "l2-8t4c-xxv710-3n-skx"
1821       data: "plot-performance-trending-vpp-3n-skx"
1822       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1823       parameters:
1824       - "result"
1825       layout: "plot-cpta"
1826
1827     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
1828       output-file-name: "l2-feature-2t1c-xxv710-3n-skx"
1829       data: "plot-performance-trending-vpp-3n-skx"
1830       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1831       parameters:
1832       - "result"
1833       layout: "plot-cpta"
1834
1835     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
1836       output-file-name: "l2-feature-4t2c-xxv710-3n-skx"
1837       data: "plot-performance-trending-vpp-3n-skx"
1838       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1839       parameters:
1840       - "result"
1841       layout: "plot-cpta"
1842
1843     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
1844       output-file-name: "l2-feature-8t4c-xxv710-3n-skx"
1845       data: "plot-performance-trending-vpp-3n-skx"
1846       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1847       parameters:
1848       - "result"
1849       layout: "plot-cpta"
1850
1851 # IPv4 - x710
1852
1853     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
1854       output-file-name: "ip4-2t1c-x710-3n-skx"
1855       data: "plot-performance-trending-vpp-3n-skx"
1856       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
1857       parameters:
1858       - "result"
1859       layout: "plot-cpta"
1860
1861     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
1862       output-file-name: "ip4-4t2c-x710-3n-skx"
1863       data: "plot-performance-trending-vpp-3n-skx"
1864       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
1865       parameters:
1866       - "result"
1867       layout: "plot-cpta"
1868
1869     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
1870       output-file-name: "ip4-8t4c-x710-3n-skx"
1871       data: "plot-performance-trending-vpp-3n-skx"
1872       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
1873       parameters:
1874       - "result"
1875       layout: "plot-cpta"
1876
1877     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
1878       output-file-name: "ip4-feature-2t1c-x710-3n-skx"
1879       data: "plot-performance-trending-vpp-3n-skx"
1880       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1881       parameters:
1882       - "result"
1883       layout: "plot-cpta"
1884
1885     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
1886       output-file-name: "ip4-feature-4t2c-x710-3n-skx"
1887       data: "plot-performance-trending-vpp-3n-skx"
1888       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1889       parameters:
1890       - "result"
1891       layout: "plot-cpta"
1892
1893     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
1894       output-file-name: "ip4-feature-8t4c-x710-3n-skx"
1895       data: "plot-performance-trending-vpp-3n-skx"
1896       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1897       parameters:
1898       - "result"
1899       layout: "plot-cpta"
1900
1901 # IPv4 - xxv710
1902
1903     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
1904       output-file-name: "ip4-2t1c-xxv710-3n-skx"
1905       data: "plot-performance-trending-vpp-3n-skx"
1906       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
1907       parameters:
1908       - "result"
1909       layout: "plot-cpta"
1910
1911     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
1912       output-file-name: "ip4-4t2c-xxv710-3n-skx"
1913       data: "plot-performance-trending-vpp-3n-skx"
1914       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
1915       parameters:
1916       - "result"
1917       layout: "plot-cpta"
1918
1919     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
1920       output-file-name: "ip4-8t4c-xxv710-3n-skx"
1921       data: "plot-performance-trending-vpp-3n-skx"
1922       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
1923       parameters:
1924       - "result"
1925       layout: "plot-cpta"
1926
1927     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
1928       output-file-name: "ip4-feature-2t1c-xxv710-3n-skx"
1929       data: "plot-performance-trending-vpp-3n-skx"
1930       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1931       parameters:
1932       - "result"
1933       layout: "plot-cpta"
1934
1935     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
1936       output-file-name: "ip4-feature-4t2c-xxv710-3n-skx"
1937       data: "plot-performance-trending-vpp-3n-skx"
1938       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1939       parameters:
1940       - "result"
1941       layout: "plot-cpta"
1942
1943     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
1944       output-file-name: "ip4-feature-8t4c-xxv710-3n-skx"
1945       data: "plot-performance-trending-vpp-3n-skx"
1946       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
1947       parameters:
1948       - "result"
1949       layout: "plot-cpta"
1950
1951 # IPv4 Tunnels - x710
1952
1953     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx"
1954       output-file-name: "ip4-tunnels-2t1c-x710-3n-skx"
1955       data: "plot-performance-trending-vpp-3n-skx"
1956       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
1957       parameters:
1958       - "result"
1959       layout: "plot-cpta"
1960
1961     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx"
1962       output-file-name: "ip4-tunnels-4t2c-x710-3n-skx"
1963       data: "plot-performance-trending-vpp-3n-skx"
1964       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
1965       parameters:
1966       - "result"
1967       layout: "plot-cpta"
1968
1969     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx"
1970       output-file-name: "ip4-tunnels-8t4c-x710-3n-skx"
1971       data: "plot-performance-trending-vpp-3n-skx"
1972       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
1973       parameters:
1974       - "result"
1975       layout: "plot-cpta"
1976
1977 # IPv4 Tunnels - xxv710
1978
1979     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx"
1980       output-file-name: "ip4-tunnels-2t1c-xxv710-3n-skx"
1981       data: "plot-performance-trending-vpp-3n-skx"
1982       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
1983       parameters:
1984       - "result"
1985       layout: "plot-cpta"
1986
1987     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx"
1988       output-file-name: "ip4-tunnels-4t2c-xxv710-3n-skx"
1989       data: "plot-performance-trending-vpp-3n-skx"
1990       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
1991       parameters:
1992       - "result"
1993       layout: "plot-cpta"
1994
1995     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx"
1996       output-file-name: "ip4-tunnels-8t4c-xxv710-3n-skx"
1997       data: "plot-performance-trending-vpp-3n-skx"
1998       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
1999       parameters:
2000       - "result"
2001       layout: "plot-cpta"
2002
2003 # IPv6 - x710
2004
2005     - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx"
2006       output-file-name: "ip6-2t1c-x710-3n-skx"
2007       data: "plot-performance-trending-vpp-3n-skx"
2008       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2009       parameters:
2010       - "result"
2011       layout: "plot-cpta"
2012
2013     - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx"
2014       output-file-name: "ip6-4t2c-x710-3n-skx"
2015       data: "plot-performance-trending-vpp-3n-skx"
2016       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2017       parameters:
2018       - "result"
2019       layout: "plot-cpta"
2020
2021     - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx"
2022       output-file-name: "ip6-8t4c-x710-3n-skx"
2023       data: "plot-performance-trending-vpp-3n-skx"
2024       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2025       parameters:
2026       - "result"
2027       layout: "plot-cpta"
2028
2029 # IPv6 - xxv710
2030
2031     - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx"
2032       output-file-name: "ip6-2t1c-xxv710-3n-skx"
2033       data: "plot-performance-trending-vpp-3n-skx"
2034       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2035       parameters:
2036       - "result"
2037       layout: "plot-cpta"
2038
2039     - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx"
2040       output-file-name: "ip6-4t2c-xxv710-3n-skx"
2041       data: "plot-performance-trending-vpp-3n-skx"
2042       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2043       parameters:
2044       - "result"
2045       layout: "plot-cpta"
2046
2047     - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx"
2048       output-file-name: "ip6-8t4c-xxv710-3n-skx"
2049       data: "plot-performance-trending-vpp-3n-skx"
2050       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2051       parameters:
2052       - "result"
2053       layout: "plot-cpta"
2054
2055 # Container memif - x710, 64B
2056
2057     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx"
2058       output-file-name: "container-memif-l2-2t1c-x710-3n-skx"
2059       data: "plot-performance-trending-vpp-3n-skx"
2060       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2061       parameters:
2062       - "result"
2063       layout: "plot-cpta"
2064
2065     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx"
2066       output-file-name: "container-memif-l2-4t2c-x710-3n-skx"
2067       data: "plot-performance-trending-vpp-3n-skx"
2068       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2069       parameters:
2070       - "result"
2071       layout: "plot-cpta"
2072
2073     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx"
2074       output-file-name: "container-memif-l2-8t4c-x710-3n-skx"
2075       data: "plot-performance-trending-vpp-3n-skx"
2076       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2077       parameters:
2078       - "result"
2079       layout: "plot-cpta"
2080
2081 # Container memif - xxv710, 64B
2082
2083     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx"
2084       output-file-name: "container-memif-l2-2t1c-xxv710-3n-skx"
2085       data: "plot-performance-trending-vpp-3n-skx"
2086       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2087       parameters:
2088       - "result"
2089       layout: "plot-cpta"
2090
2091     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx"
2092       output-file-name: "container-memif-l2-4t2c-xxv710-3n-skx"
2093       data: "plot-performance-trending-vpp-3n-skx"
2094       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2095       parameters:
2096       - "result"
2097       layout: "plot-cpta"
2098
2099     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx"
2100       output-file-name: "container-memif-l2-8t4c-xxv710-3n-skx"
2101       data: "plot-performance-trending-vpp-3n-skx"
2102       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2103       parameters:
2104       - "result"
2105       layout: "plot-cpta"
2106
2107 # Container memif - x710, IMIX
2108
2109     - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx"
2110       output-file-name: "container-memif-imix-l2-2t1c-x710-3n-skx"
2111       data: "plot-performance-trending-vpp-3n-skx"
2112       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2113       parameters:
2114       - "result"
2115       layout: "plot-cpta"
2116
2117     - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx"
2118       output-file-name: "container-memif-imix-l2-4t2c-x710-3n-skx"
2119       data: "plot-performance-trending-vpp-3n-skx"
2120       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2121       parameters:
2122       - "result"
2123       layout: "plot-cpta"
2124
2125     - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx"
2126       output-file-name: "container-memif-imix-l2-8t4c-x710-3n-skx"
2127       data: "plot-performance-trending-vpp-3n-skx"
2128       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2129       parameters:
2130       - "result"
2131       layout: "plot-cpta"
2132
2133 # Container memif - xxv710, IMIX
2134
2135     - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx"
2136       output-file-name: "container-memif-imix-l2-2t1c-xxv710-3n-skx"
2137       data: "plot-performance-trending-vpp-3n-skx"
2138       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2139       parameters:
2140       - "result"
2141       layout: "plot-cpta"
2142
2143     - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx"
2144       output-file-name: "container-memif-imix-l2-4t2c-xxv710-3n-skx"
2145       data: "plot-performance-trending-vpp-3n-skx"
2146       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2147       parameters:
2148       - "result"
2149       layout: "plot-cpta"
2150
2151     - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx"
2152       output-file-name: "container-memif-imix-l2-8t4c-xxv710-3n-skx"
2153       data: "plot-performance-trending-vpp-3n-skx"
2154       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2155       parameters:
2156       - "result"
2157       layout: "plot-cpta"
2158
2159 # VM vhost - x710, ethip4, 64B
2160
2161     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx"
2162       output-file-name: "vm-vhost-ethip4-2t1c-x710-3n-skx"
2163       data: "plot-performance-trending-vpp-3n-skx"
2164       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2165       parameters:
2166       - "result"
2167       layout: "plot-cpta"
2168
2169     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx"
2170       output-file-name: "vm-vhost-ethip4-4t2c-x710-3n-skx"
2171       data: "plot-performance-trending-vpp-3n-skx"
2172       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2173       parameters:
2174       - "result"
2175       layout: "plot-cpta"
2176
2177     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx"
2178       output-file-name: "vm-vhost-ethip4-8t4c-x710-3n-skx"
2179       data: "plot-performance-trending-vpp-3n-skx"
2180       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2181       parameters:
2182       - "result"
2183       layout: "plot-cpta"
2184
2185 # VM vhost - xxv710, ethip4, 64B
2186
2187     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx"
2188       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-3n-skx"
2189       data: "plot-performance-trending-vpp-3n-skx"
2190       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2191       parameters:
2192       - "result"
2193       layout: "plot-cpta"
2194
2195     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx"
2196       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-3n-skx"
2197       data: "plot-performance-trending-vpp-3n-skx"
2198       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2199       parameters:
2200       - "result"
2201       layout: "plot-cpta"
2202
2203     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx"
2204       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-3n-skx"
2205       data: "plot-performance-trending-vpp-3n-skx"
2206       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2207       parameters:
2208       - "result"
2209       layout: "plot-cpta"
2210
2211 # VM vhost - x710, ethip4, IMIX
2212
2213     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2214       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-3n-skx"
2215       data: "plot-performance-trending-vpp-3n-skx"
2216       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2217       parameters:
2218       - "result"
2219       layout: "plot-cpta"
2220
2221     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2222       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-3n-skx"
2223       data: "plot-performance-trending-vpp-3n-skx"
2224       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2225       parameters:
2226       - "result"
2227       layout: "plot-cpta"
2228
2229     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2230       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-3n-skx"
2231       data: "plot-performance-trending-vpp-3n-skx"
2232       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2233       parameters:
2234       - "result"
2235       layout: "plot-cpta"
2236
2237 # VM vhost - xxv710, ethip4, IMIX
2238
2239     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2240       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-3n-skx"
2241       data: "plot-performance-trending-vpp-3n-skx"
2242       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2243       parameters:
2244       - "result"
2245       layout: "plot-cpta"
2246
2247     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2248       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-3n-skx"
2249       data: "plot-performance-trending-vpp-3n-skx"
2250       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2251       parameters:
2252       - "result"
2253       layout: "plot-cpta"
2254
2255     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2256       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-3n-skx"
2257       data: "plot-performance-trending-vpp-3n-skx"
2258       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2259       parameters:
2260       - "result"
2261       layout: "plot-cpta"
2262
2263 # VM vhost - x710, eth, 64B
2264
2265     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx"
2266       output-file-name: "vm-vhost-eth-2t1c-x710-3n-skx"
2267       data: "plot-performance-trending-vpp-3n-skx"
2268       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2269
2270       parameters:
2271       - "result"
2272       layout: "plot-cpta"
2273
2274     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx"
2275       output-file-name: "vm-vhost-eth-4t2c-x710-3n-skx"
2276       data: "plot-performance-trending-vpp-3n-skx"
2277       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2278       parameters:
2279       - "result"
2280       layout: "plot-cpta"
2281
2282     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx"
2283       output-file-name: "vm-vhost-eth-8t4c-x710-3n-skx"
2284       data: "plot-performance-trending-vpp-3n-skx"
2285       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2286       parameters:
2287       - "result"
2288       layout: "plot-cpta"
2289
2290 # VM vhost - xxv710, eth, 64B
2291
2292     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx"
2293       output-file-name: "vm-vhost-eth-2t1c-xxv710-3n-skx"
2294       data: "plot-performance-trending-vpp-3n-skx"
2295       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2296
2297       parameters:
2298       - "result"
2299       layout: "plot-cpta"
2300
2301     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx"
2302       output-file-name: "vm-vhost-eth-4t2c-xxv710-3n-skx"
2303       data: "plot-performance-trending-vpp-3n-skx"
2304       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2305       parameters:
2306       - "result"
2307       layout: "plot-cpta"
2308
2309     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx"
2310       output-file-name: "vm-vhost-eth-8t4c-xxv710-3n-skx"
2311       data: "plot-performance-trending-vpp-3n-skx"
2312       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2313       parameters:
2314       - "result"
2315       layout: "plot-cpta"
2316
2317 # VM vhost - x710, eth, IMIX
2318
2319     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx"
2320       output-file-name: "vm-vhost-imix-eth-2t1c-x710-3n-skx"
2321       data: "plot-performance-trending-vpp-3n-skx"
2322       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2323
2324       parameters:
2325       - "result"
2326       layout: "plot-cpta"
2327
2328     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx"
2329       output-file-name: "vm-vhost-imix-eth-4t2c-x710-3n-skx"
2330       data: "plot-performance-trending-vpp-3n-skx"
2331       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2332       parameters:
2333       - "result"
2334       layout: "plot-cpta"
2335
2336     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx"
2337       output-file-name: "vm-vhost-imix-eth-8t4c-x710-3n-skx"
2338       data: "plot-performance-trending-vpp-3n-skx"
2339       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2340       parameters:
2341       - "result"
2342       layout: "plot-cpta"
2343
2344 # VM vhost - xxv710, eth, IMIX
2345
2346     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx"
2347       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-3n-skx"
2348       data: "plot-performance-trending-vpp-3n-skx"
2349       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2350
2351       parameters:
2352       - "result"
2353       layout: "plot-cpta"
2354
2355     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx"
2356       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-3n-skx"
2357       data: "plot-performance-trending-vpp-3n-skx"
2358       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2359       parameters:
2360       - "result"
2361       layout: "plot-cpta"
2362
2363     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx"
2364       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-3n-skx"
2365       data: "plot-performance-trending-vpp-3n-skx"
2366       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2367       parameters:
2368       - "result"
2369       layout: "plot-cpta"
2370
2371 # Link Bonding - x710
2372
2373     - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
2374       output-file-name: "lb-64b-2t1c-x710-3n-skx"
2375       data: "plot-performance-trending-vpp-3n-skx"
2376       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
2377       parameters:
2378       - "result"
2379       layout: "plot-cpta"
2380
2381     - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
2382       output-file-name: "lb-64b-4t2c-x710-3n-skx"
2383       data: "plot-performance-trending-vpp-3n-skx"
2384       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
2385       parameters:
2386       - "result"
2387       layout: "plot-cpta"
2388
2389     - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
2390       output-file-name: "lb-64b-8t4c-x710-3n-skx"
2391       data: "plot-performance-trending-vpp-3n-skx"
2392       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
2393       parameters:
2394       - "result"
2395       layout: "plot-cpta"
2396
2397     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
2398       output-file-name: "lb-imix-2t1c-x710-3n-skx"
2399       data: "plot-performance-trending-vpp-3n-skx"
2400       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
2401       parameters:
2402       - "result"
2403       layout: "plot-cpta"
2404
2405     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
2406       output-file-name: "lb-imix-4t2c-x710-3n-skx"
2407       data: "plot-performance-trending-vpp-3n-skx"
2408       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
2409       parameters:
2410       - "result"
2411       layout: "plot-cpta"
2412
2413     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
2414       output-file-name: "lb-imix-8t4c-x710-3n-skx"
2415       data: "plot-performance-trending-vpp-3n-skx"
2416       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
2417       parameters:
2418       - "result"
2419       layout: "plot-cpta"
2420
2421 # Link Bonding - xxv710
2422
2423     - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
2424       output-file-name: "lb-64b-2t1c-xxv710-3n-skx"
2425       data: "plot-performance-trending-vpp-3n-skx"
2426       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
2427       parameters:
2428       - "result"
2429       layout: "plot-cpta"
2430
2431     - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
2432       output-file-name: "lb-64b-4t2c-xxv710-3n-skx"
2433       data: "plot-performance-trending-vpp-3n-skx"
2434       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
2435       parameters:
2436       - "result"
2437       layout: "plot-cpta"
2438
2439     - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
2440       output-file-name: "lb-64b-8t4c-xxv710-3n-skx"
2441       data: "plot-performance-trending-vpp-3n-skx"
2442       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
2443       parameters:
2444       - "result"
2445       layout: "plot-cpta"
2446
2447     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
2448       output-file-name: "lb-imix-2t1c-xxv710-3n-skx"
2449       data: "plot-performance-trending-vpp-3n-skx"
2450       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
2451       parameters:
2452       - "result"
2453       layout: "plot-cpta"
2454
2455     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
2456       output-file-name: "lb-imix-4t2c-xxv710-3n-skx"
2457       data: "plot-performance-trending-vpp-3n-skx"
2458       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
2459       parameters:
2460       - "result"
2461       layout: "plot-cpta"
2462
2463     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
2464       output-file-name: "lb-imix-8t4c-xxv710-3n-skx"
2465       data: "plot-performance-trending-vpp-3n-skx"
2466       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
2467       parameters:
2468       - "result"
2469       layout: "plot-cpta"
2470
2471 # DPDK - x710 - 64B
2472
2473     - title: "DPDK 2T1C 64B MRR Trending 3n-skx"
2474       output-file-name: "dpdk-64b-2t1c-x710-3n-skx"
2475       data: "plot-performance-trending-dpdk-3n-skx"
2476       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
2477       parameters:
2478       - "result"
2479       layout: "plot-cpta"
2480
2481     - title: "DPDK 4T2C 64B MRR Trending 3n-skx"
2482       output-file-name: "dpdk-64b-4t2c-x710-3n-skx"
2483       data: "plot-performance-trending-dpdk-3n-skx"
2484       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
2485       parameters:
2486       - "result"
2487       layout: "plot-cpta"
2488
2489     - title: "DPDK 8T4C 64B MRR Trending 3n-skx"
2490       output-file-name: "dpdk-64b-8t4c-x710-3n-skx"
2491       data: "plot-performance-trending-dpdk-3n-skx"
2492       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
2493       parameters:
2494       - "result"
2495       layout: "plot-cpta"
2496
2497 # DPDK - x710 - IMIX
2498
2499     - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
2500       output-file-name: "dpdk-imix-2t1c-x710-3n-skx"
2501       data: "plot-performance-trending-dpdk-3n-skx"
2502       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
2503       parameters:
2504       - "result"
2505       layout: "plot-cpta"
2506
2507     - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
2508       output-file-name: "dpdk-imix-4t2c-x710-3n-skx"
2509       data: "plot-performance-trending-dpdk-3n-skx"
2510       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
2511       parameters:
2512       - "result"
2513       layout: "plot-cpta"
2514
2515     - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
2516       output-file-name: "dpdk-imix-8t4c-x710-3n-skx"
2517       data: "plot-performance-trending-dpdk-3n-skx"
2518       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
2519       parameters:
2520       - "result"
2521       layout: "plot-cpta"
2522
2523 # DPDK - xxv710 - 64B
2524
2525     - title: "DPDK 2T1C 64B MRR Trending 3n-skx"
2526       output-file-name: "dpdk-64b-2t1c-xxv710-3n-skx"
2527       data: "plot-performance-trending-dpdk-3n-skx"
2528       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
2529       parameters:
2530       - "result"
2531       layout: "plot-cpta"
2532
2533     - title: "DPDK 4T2C 64B MRR Trending 3n-skx"
2534       output-file-name: "dpdk-64b-4t2c-xxv710-3n-skx"
2535       data: "plot-performance-trending-dpdk-3n-skx"
2536       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
2537       parameters:
2538       - "result"
2539       layout: "plot-cpta"
2540
2541     - title: "DPDK 8T4C 64B MRR Trending 3n-skx"
2542       output-file-name: "dpdk-64b-8t4c-xxv710-3n-skx"
2543       data: "plot-performance-trending-dpdk-3n-skx"
2544       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
2545       parameters:
2546       - "result"
2547       layout: "plot-cpta"
2548
2549 # DPDK - xxv710 - IMIX
2550
2551     - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
2552       output-file-name: "dpdk-imix-2t1c-xxv710-3n-skx"
2553       data: "plot-performance-trending-dpdk-3n-skx"
2554       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
2555       parameters:
2556       - "result"
2557       layout: "plot-cpta"
2558
2559     - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
2560       output-file-name: "dpdk-imix-4t2c-xxv710-3n-skx"
2561       data: "plot-performance-trending-dpdk-3n-skx"
2562       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
2563       parameters:
2564       - "result"
2565       layout: "plot-cpta"
2566
2567     - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
2568       output-file-name: "dpdk-imix-8t4c-xxv710-3n-skx"
2569       data: "plot-performance-trending-dpdk-3n-skx"
2570       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
2571       parameters:
2572       - "result"
2573       layout: "plot-cpta"
2574
2575 ################################################################################
2576 # 2n-skx
2577
2578 # L2 - x710
2579
2580     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2581       output-file-name: "l2-2t1c-x710-2n-skx"
2582       data: "plot-performance-trending-vpp-2n-skx"
2583       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2584       parameters:
2585       - "result"
2586       layout: "plot-cpta"
2587
2588     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2589       output-file-name: "l2-4t2c-x710-2n-skx"
2590       data: "plot-performance-trending-vpp-2n-skx"
2591       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2592       parameters:
2593       - "result"
2594       layout: "plot-cpta"
2595
2596     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2597       output-file-name: "l2-8t4c-x710-2n-skx"
2598       data: "plot-performance-trending-vpp-2n-skx"
2599       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2600       parameters:
2601       - "result"
2602       layout: "plot-cpta"
2603
2604     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2605       output-file-name: "l2-feature-2t1c-x710-2n-skx"
2606       data: "plot-performance-trending-vpp-2n-skx"
2607       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2608       parameters:
2609       - "result"
2610       layout: "plot-cpta"
2611
2612     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2613       output-file-name: "l2-feature-4t2c-x710-2n-skx"
2614       data: "plot-performance-trending-vpp-2n-skx"
2615       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2616       parameters:
2617       - "result"
2618       layout: "plot-cpta"
2619
2620     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2621       output-file-name: "l2-feature-8t4c-x710-2n-skx"
2622       data: "plot-performance-trending-vpp-2n-skx"
2623       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2624       parameters:
2625       - "result"
2626       layout: "plot-cpta"
2627
2628 # L2 - xxv710
2629
2630     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2631       output-file-name: "l2-2t1c-xxv710-2n-skx"
2632       data: "plot-performance-trending-vpp-2n-skx"
2633       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2634       parameters:
2635       - "result"
2636       layout: "plot-cpta"
2637
2638     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2639       output-file-name: "l2-4t2c-xxv710-2n-skx"
2640       data: "plot-performance-trending-vpp-2n-skx"
2641       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2642       parameters:
2643       - "result"
2644       layout: "plot-cpta"
2645
2646     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2647       output-file-name: "l2-8t4c-xxv710-2n-skx"
2648       data: "plot-performance-trending-vpp-2n-skx"
2649       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2650       parameters:
2651       - "result"
2652       layout: "plot-cpta"
2653
2654     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2655       output-file-name: "l2-feature-2t1c-xxv710-2n-skx"
2656       data: "plot-performance-trending-vpp-2n-skx"
2657       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2658       parameters:
2659       - "result"
2660       layout: "plot-cpta"
2661
2662     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2663       output-file-name: "l2-feature-4t2c-xxv710-2n-skx"
2664       data: "plot-performance-trending-vpp-2n-skx"
2665       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2666       parameters:
2667       - "result"
2668       layout: "plot-cpta"
2669
2670     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2671       output-file-name: "l2-feature-8t4c-xxv710-2n-skx"
2672       data: "plot-performance-trending-vpp-2n-skx"
2673       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2674       parameters:
2675       - "result"
2676       layout: "plot-cpta"
2677
2678 # IPv4 - x710
2679
2680     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2681       output-file-name: "ip4-2t1c-x710-2n-skx"
2682       data: "plot-performance-trending-vpp-2n-skx"
2683       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
2684       parameters:
2685       - "result"
2686       layout: "plot-cpta"
2687
2688     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2689       output-file-name: "ip4-4t2c-x710-2n-skx"
2690       data: "plot-performance-trending-vpp-2n-skx"
2691       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
2692       parameters:
2693       - "result"
2694       layout: "plot-cpta"
2695
2696     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2697       output-file-name: "ip4-8t4c-x710-2n-skx"
2698       data: "plot-performance-trending-vpp-2n-skx"
2699       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
2700       parameters:
2701       - "result"
2702       layout: "plot-cpta"
2703
2704     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2705       output-file-name: "ip4-feature-2t1c-x710-2n-skx"
2706       data: "plot-performance-trending-vpp-2n-skx"
2707       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2708       parameters:
2709       - "result"
2710       layout: "plot-cpta"
2711
2712     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2713       output-file-name: "ip4-feature-4t2c-x710-2n-skx"
2714       data: "plot-performance-trending-vpp-2n-skx"
2715       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2716       parameters:
2717       - "result"
2718       layout: "plot-cpta"
2719
2720     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2721       output-file-name: "ip4-feature-8t4c-x710-2n-skx"
2722       data: "plot-performance-trending-vpp-2n-skx"
2723       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2724       parameters:
2725       - "result"
2726       layout: "plot-cpta"
2727
2728 # IPv4 - xxv710
2729
2730     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2731       output-file-name: "ip4-2t1c-xxv710-2n-skx"
2732       data: "plot-performance-trending-vpp-2n-skx"
2733       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
2734       parameters:
2735       - "result"
2736       layout: "plot-cpta"
2737
2738     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2739       output-file-name: "ip4-4t2c-xxv710-2n-skx"
2740       data: "plot-performance-trending-vpp-2n-skx"
2741       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
2742       parameters:
2743       - "result"
2744       layout: "plot-cpta"
2745
2746     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2747       output-file-name: "ip4-8t4c-xxv710-2n-skx"
2748       data: "plot-performance-trending-vpp-2n-skx"
2749       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '8T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
2750       parameters:
2751       - "result"
2752       layout: "plot-cpta"
2753
2754     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2755       output-file-name: "ip4-feature-2t1c-xxv710-2n-skx"
2756       data: "plot-performance-trending-vpp-2n-skx"
2757       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2758       parameters:
2759       - "result"
2760       layout: "plot-cpta"
2761
2762     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2763       output-file-name: "ip4-feature-4t2c-xxv710-2n-skx"
2764       data: "plot-performance-trending-vpp-2n-skx"
2765       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2766       parameters:
2767       - "result"
2768       layout: "plot-cpta"
2769
2770     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2771       output-file-name: "ip4-feature-8t4c-xxv710-2n-skx"
2772       data: "plot-performance-trending-vpp-2n-skx"
2773       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2774       parameters:
2775       - "result"
2776       layout: "plot-cpta"
2777
2778 # IPv4 Tunnels - x710
2779
2780     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx"
2781       output-file-name: "ip4-tunnels-2t1c-x710-2n-skx"
2782       data: "plot-performance-trending-vpp-2n-skx"
2783       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2784       parameters:
2785       - "result"
2786       layout: "plot-cpta"
2787
2788     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx"
2789       output-file-name: "ip4-tunnels-4t2c-x710-2n-skx"
2790       data: "plot-performance-trending-vpp-2n-skx"
2791       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2792       parameters:
2793       - "result"
2794       layout: "plot-cpta"
2795
2796     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx"
2797       output-file-name: "ip4-tunnels-8t4c-x710-2n-skx"
2798       data: "plot-performance-trending-vpp-2n-skx"
2799       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2800       parameters:
2801       - "result"
2802       layout: "plot-cpta"
2803
2804 # IPv4 Tunnels - xxv710
2805
2806     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx"
2807       output-file-name: "ip4-tunnels-2t1c-xxv710-2n-skx"
2808       data: "plot-performance-trending-vpp-2n-skx"
2809       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '2T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2810       parameters:
2811       - "result"
2812       layout: "plot-cpta"
2813
2814     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx"
2815       output-file-name: "ip4-tunnels-4t2c-xxv710-2n-skx"
2816       data: "plot-performance-trending-vpp-2n-skx"
2817       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '4T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2818       parameters:
2819       - "result"
2820       layout: "plot-cpta"
2821
2822     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx"
2823       output-file-name: "ip4-tunnels-8t4c-xxv710-2n-skx"
2824       data: "plot-performance-trending-vpp-2n-skx"
2825       filter: "'NIC_Intel-XXV710' and '64B' and 'ENCAP' and 'MRR' and '8T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
2826       parameters:
2827       - "result"
2828       layout: "plot-cpta"
2829
2830 # IPv6 - x710
2831
2832     - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx"
2833       output-file-name: "ip6-2t1c-x710-2n-skx"
2834       data: "plot-performance-trending-vpp-2n-skx"
2835       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2836       parameters:
2837       - "result"
2838       layout: "plot-cpta"
2839
2840     - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx"
2841       output-file-name: "ip6-4t2c-x710-2n-skx"
2842       data: "plot-performance-trending-vpp-2n-skx"
2843       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2844       parameters:
2845       - "result"
2846       layout: "plot-cpta"
2847
2848     - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx"
2849       output-file-name: "ip6-8t4c-x710-2n-skx"
2850       data: "plot-performance-trending-vpp-2n-skx"
2851       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2852       parameters:
2853       - "result"
2854       layout: "plot-cpta"
2855
2856 # IPv6 - xxv710
2857
2858     - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx"
2859       output-file-name: "ip6-2t1c-xxv710-2n-skx"
2860       data: "plot-performance-trending-vpp-2n-skx"
2861       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2862       parameters:
2863       - "result"
2864       layout: "plot-cpta"
2865
2866     - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx"
2867       output-file-name: "ip6-4t2c-xxv710-2n-skx"
2868       data: "plot-performance-trending-vpp-2n-skx"
2869       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2870       parameters:
2871       - "result"
2872       layout: "plot-cpta"
2873
2874     - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx"
2875       output-file-name: "ip6-8t4c-xxv710-2n-skx"
2876       data: "plot-performance-trending-vpp-2n-skx"
2877       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2878       parameters:
2879       - "result"
2880       layout: "plot-cpta"
2881
2882 # Container memif - x710, 64B
2883
2884     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx"
2885       output-file-name: "container-memif-l2-2t1c-x710-2n-skx"
2886       data: "plot-performance-trending-vpp-2n-skx"
2887       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2888       parameters:
2889       - "result"
2890       layout: "plot-cpta"
2891
2892     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx"
2893       output-file-name: "container-memif-l2-4t2c-x710-2n-skx"
2894       data: "plot-performance-trending-vpp-2n-skx"
2895       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2896       parameters:
2897       - "result"
2898       layout: "plot-cpta"
2899
2900     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx"
2901       output-file-name: "container-memif-l2-8t4c-x710-2n-skx"
2902       data: "plot-performance-trending-vpp-2n-skx"
2903       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2904       parameters:
2905       - "result"
2906       layout: "plot-cpta"
2907
2908 # Container memif - xxv710, 64B
2909
2910     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx"
2911       output-file-name: "container-memif-l2-2t1c-xxv710-2n-skx"
2912       data: "plot-performance-trending-vpp-2n-skx"
2913       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2914       parameters:
2915       - "result"
2916       layout: "plot-cpta"
2917
2918     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx"
2919       output-file-name: "container-memif-l2-4t2c-xxv710-2n-skx"
2920       data: "plot-performance-trending-vpp-2n-skx"
2921       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2922       parameters:
2923       - "result"
2924       layout: "plot-cpta"
2925
2926     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx"
2927       output-file-name: "container-memif-l2-8t4c-xxv710-2n-skx"
2928       data: "plot-performance-trending-vpp-2n-skx"
2929       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2930       parameters:
2931       - "result"
2932       layout: "plot-cpta"
2933
2934 # VM vhost - x710, ethip4, 64B
2935
2936     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx"
2937       output-file-name: "vm-vhost-ethip4-2t1c-x710-2n-skx"
2938       data: "plot-performance-trending-vpp-2n-skx"
2939       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2940       parameters:
2941       - "result"
2942       layout: "plot-cpta"
2943
2944     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx"
2945       output-file-name: "vm-vhost-ethip4-4t2c-x710-2n-skx"
2946       data: "plot-performance-trending-vpp-2n-skx"
2947       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2948       parameters:
2949       - "result"
2950       layout: "plot-cpta"
2951
2952     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx"
2953       output-file-name: "vm-vhost-ethip4-8t4c-x710-2n-skx"
2954       data: "plot-performance-trending-vpp-2n-skx"
2955       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2956       parameters:
2957       - "result"
2958       layout: "plot-cpta"
2959
2960 # VM vhost - xxv710, ethip4, 64B
2961
2962     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx"
2963       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-2n-skx"
2964       data: "plot-performance-trending-vpp-2n-skx"
2965       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2966       parameters:
2967       - "result"
2968       layout: "plot-cpta"
2969
2970     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx"
2971       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-2n-skx"
2972       data: "plot-performance-trending-vpp-2n-skx"
2973       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2974       parameters:
2975       - "result"
2976       layout: "plot-cpta"
2977
2978     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx"
2979       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-2n-skx"
2980       data: "plot-performance-trending-vpp-2n-skx"
2981       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2982       parameters:
2983       - "result"
2984       layout: "plot-cpta"
2985
2986 # VM vhost - x710, ethip4, IMIX
2987
2988     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 2n-skx"
2989       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-2n-skx"
2990       data: "plot-performance-trending-vpp-2n-skx"
2991       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
2992       parameters:
2993       - "result"
2994       layout: "plot-cpta"
2995
2996     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx"
2997       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-2n-skx"
2998       data: "plot-performance-trending-vpp-2n-skx"
2999       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3000       parameters:
3001       - "result"
3002       layout: "plot-cpta"
3003
3004     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3005       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-2n-skx"
3006       data: "plot-performance-trending-vpp-2n-skx"
3007       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3008       parameters:
3009       - "result"
3010       layout: "plot-cpta"
3011
3012 # VM vhost - xxv710, ethip4, IMIX
3013
3014     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3015       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-2n-skx"
3016       data: "plot-performance-trending-vpp-2n-skx"
3017       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3018       parameters:
3019       - "result"
3020       layout: "plot-cpta"
3021
3022     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3023       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-2n-skx"
3024       data: "plot-performance-trending-vpp-2n-skx"
3025       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3026       parameters:
3027       - "result"
3028       layout: "plot-cpta"
3029
3030     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3031       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-2n-skx"
3032       data: "plot-performance-trending-vpp-2n-skx"
3033       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
3034       parameters:
3035       - "result"
3036       layout: "plot-cpta"
3037
3038 # VM vhost - x710, eth, 64B
3039
3040     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 2n-skx"
3041       output-file-name: "vm-vhost-eth-2t1c-x710-2n-skx"
3042       data: "plot-performance-trending-vpp-2n-skx"
3043       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3044
3045       parameters:
3046       - "result"
3047       layout: "plot-cpta"
3048
3049     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx"
3050       output-file-name: "vm-vhost-eth-4t2c-x710-2n-skx"
3051       data: "plot-performance-trending-vpp-2n-skx"
3052       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3053       parameters:
3054       - "result"
3055       layout: "plot-cpta"
3056
3057     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx"
3058       output-file-name: "vm-vhost-eth-8t4c-x710-2n-skx"
3059       data: "plot-performance-trending-vpp-2n-skx"
3060       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3061       parameters:
3062       - "result"
3063       layout: "plot-cpta"
3064
3065 # VM vhost - xxv710, eth, 64B
3066
3067     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 2n-skx"
3068       output-file-name: "vm-vhost-eth-2t1c-xxv710-2n-skx"
3069       data: "plot-performance-trending-vpp-2n-skx"
3070       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3071
3072       parameters:
3073       - "result"
3074       layout: "plot-cpta"
3075
3076     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx"
3077       output-file-name: "vm-vhost-eth-4t2c-xxv710-2n-skx"
3078       data: "plot-performance-trending-vpp-2n-skx"
3079       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3080       parameters:
3081       - "result"
3082       layout: "plot-cpta"
3083
3084     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx"
3085       output-file-name: "vm-vhost-eth-8t4c-xxv710-2n-skx"
3086       data: "plot-performance-trending-vpp-2n-skx"
3087       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3088       parameters:
3089       - "result"
3090       layout: "plot-cpta"
3091
3092 # VM vhost - x710, eth, IMIX
3093
3094     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 2n-skx"
3095       output-file-name: "vm-vhost-imix-eth-2t1c-x710-2n-skx"
3096       data: "plot-performance-trending-vpp-2n-skx"
3097       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3098
3099       parameters:
3100       - "result"
3101       layout: "plot-cpta"
3102
3103     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx"
3104       output-file-name: "vm-vhost-imix-eth-4t2c-x710-2n-skx"
3105       data: "plot-performance-trending-vpp-2n-skx"
3106       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3107       parameters:
3108       - "result"
3109       layout: "plot-cpta"
3110
3111     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx"
3112       output-file-name: "vm-vhost-imix-eth-8t4c-x710-2n-skx"
3113       data: "plot-performance-trending-vpp-2n-skx"
3114       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3115       parameters:
3116       - "result"
3117       layout: "plot-cpta"
3118
3119 # VM vhost - xxv710, eth, IMIX
3120
3121     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 2n-skx"
3122       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-2n-skx"
3123       data: "plot-performance-trending-vpp-2n-skx"
3124       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3125
3126       parameters:
3127       - "result"
3128       layout: "plot-cpta"
3129
3130     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx"
3131       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-2n-skx"
3132       data: "plot-performance-trending-vpp-2n-skx"
3133       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3134       parameters:
3135       - "result"
3136       layout: "plot-cpta"
3137
3138     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx"
3139       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-2n-skx"
3140       data: "plot-performance-trending-vpp-2n-skx"
3141       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3142       parameters:
3143       - "result"
3144       layout: "plot-cpta"
3145
3146 # Link Bonding - x710
3147
3148     - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
3149       output-file-name: "lb-64b-2t1c-x710-2n-skx"
3150       data: "plot-performance-trending-vpp-2n-skx"
3151       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
3152       parameters:
3153       - "result"
3154       layout: "plot-cpta"
3155
3156     - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
3157       output-file-name: "lb-64b-4t2c-x710-2n-skx"
3158       data: "plot-performance-trending-vpp-2n-skx"
3159       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
3160       parameters:
3161       - "result"
3162       layout: "plot-cpta"
3163
3164     - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
3165       output-file-name: "lb-64b-8t4c-x710-2n-skx"
3166       data: "plot-performance-trending-vpp-2n-skx"
3167       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
3168       parameters:
3169       - "result"
3170       layout: "plot-cpta"
3171
3172     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
3173       output-file-name: "lb-imix-2t1c-x710-2n-skx"
3174       data: "plot-performance-trending-vpp-2n-skx"
3175       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
3176       parameters:
3177       - "result"
3178       layout: "plot-cpta"
3179
3180     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
3181       output-file-name: "lb-imix-4t2c-x710-2n-skx"
3182       data: "plot-performance-trending-vpp-2n-skx"
3183       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
3184       parameters:
3185       - "result"
3186       layout: "plot-cpta"
3187
3188     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
3189       output-file-name: "lb-imix-8t4c-x710-2n-skx"
3190       data: "plot-performance-trending-vpp-2n-skx"
3191       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
3192       parameters:
3193       - "result"
3194       layout: "plot-cpta"
3195
3196 # Link Bonding - xxv710
3197
3198     - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
3199       output-file-name: "lb-64b-2t1c-xxv710-2n-skx"
3200       data: "plot-performance-trending-vpp-2n-skx"
3201       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
3202       parameters:
3203       - "result"
3204       layout: "plot-cpta"
3205
3206     - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
3207       output-file-name: "lb-64b-4t2c-xxv710-2n-skx"
3208       data: "plot-performance-trending-vpp-2n-skx"
3209       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
3210       parameters:
3211       - "result"
3212       layout: "plot-cpta"
3213
3214     - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
3215       output-file-name: "lb-64b-8t4c-xxv710-2n-skx"
3216       data: "plot-performance-trending-vpp-2n-skx"
3217       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
3218       parameters:
3219       - "result"
3220       layout: "plot-cpta"
3221
3222     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
3223       output-file-name: "lb-imix-2t1c-xxv710-2n-skx"
3224       data: "plot-performance-trending-vpp-2n-skx"
3225       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
3226       parameters:
3227       - "result"
3228       layout: "plot-cpta"
3229
3230     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
3231       output-file-name: "lb-imix-4t2c-xxv710-2n-skx"
3232       data: "plot-performance-trending-vpp-2n-skx"
3233       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
3234       parameters:
3235       - "result"
3236       layout: "plot-cpta"
3237
3238     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
3239       output-file-name: "lb-imix-8t4c-xxv710-2n-skx"
3240       data: "plot-performance-trending-vpp-2n-skx"
3241       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
3242       parameters:
3243       - "result"
3244       layout: "plot-cpta"
3245
3246 # DPDK - x710 - 64B
3247
3248     - title: "DPDK 2T1C 64B MRR Trending 2n-skx"
3249       output-file-name: "dpdk-64b-2t1c-x710-2n-skx"
3250       data: "plot-performance-trending-dpdk-2n-skx"
3251       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3252       parameters:
3253       - "result"
3254       layout: "plot-cpta"
3255
3256     - title: "DPDK 4T2C 64B MRR Trending 2n-skx"
3257       output-file-name: "dpdk-64b-4t2c-x710-2n-skx"
3258       data: "plot-performance-trending-dpdk-2n-skx"
3259       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3260       parameters:
3261       - "result"
3262       layout: "plot-cpta"
3263
3264     - title: "DPDK 8T4C 64B MRR Trending 2n-skx"
3265       output-file-name: "dpdk-64b-8t4c-x710-2n-skx"
3266       data: "plot-performance-trending-dpdk-2n-skx"
3267       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3268       parameters:
3269       - "result"
3270       layout: "plot-cpta"
3271
3272 # DPDK - x710 - IMIX
3273
3274     - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
3275       output-file-name: "dpdk-imix-2t1c-x710-2n-skx"
3276       data: "plot-performance-trending-dpdk-2n-skx"
3277       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3278       parameters:
3279       - "result"
3280       layout: "plot-cpta"
3281
3282     - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
3283       output-file-name: "dpdk-imix-4t2c-x710-2n-skx"
3284       data: "plot-performance-trending-dpdk-2n-skx"
3285       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3286       parameters:
3287       - "result"
3288       layout: "plot-cpta"
3289
3290     - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
3291       output-file-name: "dpdk-imix-8t4c-x710-2n-skx"
3292       data: "plot-performance-trending-dpdk-2n-skx"
3293       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3294       parameters:
3295       - "result"
3296       layout: "plot-cpta"
3297
3298 # DPDK - xxv710 - 64B
3299
3300     - title: "DPDK 2T1C 64B MRR Trending 2n-skx"
3301       output-file-name: "dpdk-64b-2t1c-xxv710-2n-skx"
3302       data: "plot-performance-trending-dpdk-2n-skx"
3303       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3304       parameters:
3305       - "result"
3306       layout: "plot-cpta"
3307
3308     - title: "DPDK 4T2C 64B MRR Trending 2n-skx"
3309       output-file-name: "dpdk-64b-4t2c-xxv710-2n-skx"
3310       data: "plot-performance-trending-dpdk-2n-skx"
3311       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3312       parameters:
3313       - "result"
3314       layout: "plot-cpta"
3315
3316     - title: "DPDK 8T4C 64B MRR Trending 2n-skx"
3317       output-file-name: "dpdk-64b-8t4c-xxv710-2n-skx"
3318       data: "plot-performance-trending-dpdk-2n-skx"
3319       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3320       parameters:
3321       - "result"
3322       layout: "plot-cpta"
3323
3324 # DPDK - xxv710 - IMIX
3325
3326     - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
3327       output-file-name: "dpdk-imix-2t1c-xxv710-2n-skx"
3328       data: "plot-performance-trending-dpdk-2n-skx"
3329       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3330       parameters:
3331       - "result"
3332       layout: "plot-cpta"
3333
3334     - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
3335       output-file-name: "dpdk-imix-4t2c-xxv710-2n-skx"
3336       data: "plot-performance-trending-dpdk-2n-skx"
3337       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3338       parameters:
3339       - "result"
3340       layout: "plot-cpta"
3341
3342     - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
3343       output-file-name: "dpdk-imix-8t4c-xxv710-2n-skx"
3344       data: "plot-performance-trending-dpdk-2n-skx"
3345       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3346       parameters:
3347       - "result"
3348       layout: "plot-cpta"