4c47d1fb66f535bf15a8863f3bb6f5ce9889f84c
[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 IACL MRR Trending 3n-hsw"
639       output-file-name: "l2-feature-1t1c-x520-3n-hsw-iacl"
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 'IACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
642       parameters:
643       - "result"
644       layout: "plot-cpta"
645
646     - title: "VPP 2T2C L2 64B IACL MRR Trending 3n-hsw"
647       output-file-name: "l2-feature-2t2c-x520-3n-hsw-iacl"
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 'IACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
650       parameters:
651       - "result"
652       layout: "plot-cpta"
653
654     - title: "VPP 4T4C L2 64B IACL MRR Trending 3n-hsw"
655       output-file-name: "l2-feature-4t4c-x520-3n-hsw-iacl"
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 'IACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
658       parameters:
659       - "result"
660       layout: "plot-cpta"
661
662     - title: "VPP 1T1C L2 64B OACL MRR Trending 3n-hsw"
663       output-file-name: "l2-feature-1t1c-x520-3n-hsw-oacl"
664       data: "plot-performance-trending-vpp-3n-hsw"
665       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
666       parameters:
667       - "result"
668       layout: "plot-cpta"
669
670     - title: "VPP 2T2C L2 64B OACL MRR Trending 3n-hsw"
671       output-file-name: "l2-feature-2t2c-x520-3n-hsw-oacl"
672       data: "plot-performance-trending-vpp-3n-hsw"
673       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
674       parameters:
675       - "result"
676       layout: "plot-cpta"
677
678     - title: "VPP 4T4C L2 64B OACL MRR Trending 3n-hsw"
679       output-file-name: "l2-feature-4t4c-x520-3n-hsw-oacl"
680       data: "plot-performance-trending-vpp-3n-hsw"
681       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
682       parameters:
683       - "result"
684       layout: "plot-cpta"
685
686     - title: "VPP 1T1C L2 64B MACIP MRR Trending 3n-hsw"
687       output-file-name: "l2-feature-1t1c-x520-3n-hsw-macip"
688       data: "plot-performance-trending-vpp-3n-hsw"
689       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and not 'VHOST' and not 'MEMIF'"
690       parameters:
691       - "result"
692       layout: "plot-cpta"
693
694     - title: "VPP 2T2C L2 64B MACIP MRR Trending 3n-hsw"
695       output-file-name: "l2-feature-2t2c-x520-3n-hsw-macip"
696       data: "plot-performance-trending-vpp-3n-hsw"
697       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and not 'VHOST' and not 'MEMIF'"
698       parameters:
699       - "result"
700       layout: "plot-cpta"
701
702     - title: "VPP 4T4C L2 64B MACIP MRR Trending 3n-hsw"
703       output-file-name: "l2-feature-4t4c-x520-3n-hsw-macip"
704       data: "plot-performance-trending-vpp-3n-hsw"
705       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and not 'VHOST' and not 'MEMIF'"
706       parameters:
707       - "result"
708       layout: "plot-cpta"
709
710 # L2 - xl710
711
712     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
713       output-file-name: "l2-1t1c-xl710-3n-hsw"
714       data: "plot-performance-trending-vpp-3n-hsw"
715       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'"
716       parameters:
717       - "result"
718       layout: "plot-cpta"
719
720     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
721       output-file-name: "l2-2t2c-xl710-3n-hsw"
722       data: "plot-performance-trending-vpp-3n-hsw"
723       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'"
724       parameters:
725       - "result"
726       layout: "plot-cpta"
727
728     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
729       output-file-name: "l2-4t4c-xl710-3n-hsw"
730       data: "plot-performance-trending-vpp-3n-hsw"
731       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'"
732       parameters:
733       - "result"
734       layout: "plot-cpta"
735
736 # L2 - x710
737
738     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
739       output-file-name: "l2-1t1c-x710-3n-hsw"
740       data: "plot-performance-trending-vpp-3n-hsw"
741       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'"
742       parameters:
743       - "result"
744       layout: "plot-cpta"
745
746     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
747       output-file-name: "l2-2t2c-x710-3n-hsw"
748       data: "plot-performance-trending-vpp-3n-hsw"
749       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'"
750       parameters:
751       - "result"
752       layout: "plot-cpta"
753
754     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
755       output-file-name: "l2-4t4c-x710-3n-hsw"
756       data: "plot-performance-trending-vpp-3n-hsw"
757       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'"
758       parameters:
759       - "result"
760       layout: "plot-cpta"
761
762     - title: "VPP 1T1C L2 64B MRR Trending 3n-hsw"
763       output-file-name: "l2-feature-1t1c-x710-3n-hsw"
764       data: "plot-performance-trending-vpp-3n-hsw"
765       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
766       parameters:
767       - "result"
768       layout: "plot-cpta"
769
770     - title: "VPP 2T2C L2 64B MRR Trending 3n-hsw"
771       output-file-name: "l2-feature-2t2c-x710-3n-hsw"
772       data: "plot-performance-trending-vpp-3n-hsw"
773       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
774       parameters:
775       - "result"
776       layout: "plot-cpta"
777
778     - title: "VPP 4T4C L2 64B MRR Trending 3n-hsw"
779       output-file-name: "l2-feature-4t4c-x710-3n-hsw"
780       data: "plot-performance-trending-vpp-3n-hsw"
781       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
782       parameters:
783       - "result"
784       layout: "plot-cpta"
785
786 # IPv4 - x520
787
788     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
789       output-file-name: "ip4-1t1c-x520-3n-hsw"
790       data: "plot-performance-trending-vpp-3n-hsw"
791       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'"
792       parameters:
793       - "result"
794       layout: "plot-cpta"
795
796     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
797       output-file-name: "ip4-2t2c-x520-3n-hsw"
798       data: "plot-performance-trending-vpp-3n-hsw"
799       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'"
800       parameters:
801       - "result"
802       layout: "plot-cpta"
803
804     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
805       output-file-name: "ip4-4t4c-x520-3n-hsw"
806       data: "plot-performance-trending-vpp-3n-hsw"
807       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'"
808       parameters:
809       - "result"
810       layout: "plot-cpta"
811
812     - title: "VPP 1T1C IPv4 64B IACL MRR Trending 3n-hsw"
813       output-file-name: "ip4-feature-1t1c-x520-3n-hsw-iacl"
814       data: "plot-performance-trending-vpp-3n-hsw"
815       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'IACL' and not 'IPSEC' and not 'VHOST'"
816       parameters:
817       - "result"
818       layout: "plot-cpta"
819
820     - title: "VPP 2T2C IPv4 64B IACL MRR Trending 3n-hsw"
821       output-file-name: "ip4-feature-2t2c-x520-3n-hsw-iacl"
822       data: "plot-performance-trending-vpp-3n-hsw"
823       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'IACL' and not 'IPSEC' and not 'VHOST'"
824       parameters:
825       - "result"
826       layout: "plot-cpta"
827
828     - title: "VPP 4T4C IPv4 64B IACL MRR Trending 3n-hsw"
829       output-file-name: "ip4-feature-4t4c-x520-3n-hsw-iacl"
830       data: "plot-performance-trending-vpp-3n-hsw"
831       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'IACL' and not 'IPSEC' and not 'VHOST'"
832       parameters:
833       - "result"
834       layout: "plot-cpta"
835
836     - title: "VPP 1T1C IPv4 64B OACL MRR Trending 3n-hsw"
837       output-file-name: "ip4-feature-1t1c-x520-3n-hsw-oacl"
838       data: "plot-performance-trending-vpp-3n-hsw"
839       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'OACL' and not 'IPSEC' and not 'VHOST'"
840       parameters:
841       - "result"
842       layout: "plot-cpta"
843
844     - title: "VPP 2T2C IPv4 64B OACL MRR Trending 3n-hsw"
845       output-file-name: "ip4-feature-2t2c-x520-3n-hsw-oacl"
846       data: "plot-performance-trending-vpp-3n-hsw"
847       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'OACL' and not 'IPSEC' and not 'VHOST'"
848       parameters:
849       - "result"
850       layout: "plot-cpta"
851
852     - title: "VPP 4T4C IPv4 64B OACL MRR Trending 3n-hsw"
853       output-file-name: "ip4-feature-4t4c-x520-3n-hsw-oacl"
854       data: "plot-performance-trending-vpp-3n-hsw"
855       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'OACL' and not 'IPSEC' and not 'VHOST'"
856       parameters:
857       - "result"
858       layout: "plot-cpta"
859
860     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
861       output-file-name: "ip4-feature-1t1c-x520-3n-hsw"
862       data: "plot-performance-trending-vpp-3n-hsw"
863       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'OACL' and not 'IACL' and not 'IPSEC' and not 'VHOST'"
864       parameters:
865       - "result"
866       layout: "plot-cpta"
867
868     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
869       output-file-name: "ip4-feature-2t2c-x520-3n-hsw"
870       data: "plot-performance-trending-vpp-3n-hsw"
871       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'OACL' and not 'IACL' and not 'IPSEC' and not 'VHOST'"
872       parameters:
873       - "result"
874       layout: "plot-cpta"
875
876     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
877       output-file-name: "ip4-feature-4t4c-x520-3n-hsw"
878       data: "plot-performance-trending-vpp-3n-hsw"
879       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'OACL' and not 'IACL' and not 'IPSEC' and not 'VHOST'"
880       parameters:
881       - "result"
882       layout: "plot-cpta"
883
884 # IPv4 - xl710
885
886     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
887       output-file-name: "ip4-1t1c-xl710-3n-hsw"
888       data: "plot-performance-trending-vpp-3n-hsw"
889       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
890       parameters:
891       - "result"
892       layout: "plot-cpta"
893
894     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
895       output-file-name: "ip4-2t2c-xl710-3n-hsw"
896       data: "plot-performance-trending-vpp-3n-hsw"
897       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
898       parameters:
899       - "result"
900       layout: "plot-cpta"
901
902     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
903       output-file-name: "ip4-4t4c-xl710-3n-hsw"
904       data: "plot-performance-trending-vpp-3n-hsw"
905       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
906       parameters:
907       - "result"
908       layout: "plot-cpta"
909
910 # IPv4 - x710
911
912     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
913       output-file-name: "ip4-1t1c-x710-3n-hsw"
914       data: "plot-performance-trending-vpp-3n-hsw"
915       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'"
916       parameters:
917       - "result"
918       layout: "plot-cpta"
919
920     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
921       output-file-name: "ip4-2t2c-x710-3n-hsw"
922       data: "plot-performance-trending-vpp-3n-hsw"
923       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'"
924       parameters:
925       - "result"
926       layout: "plot-cpta"
927
928     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
929       output-file-name: "ip4-4t4c-x710-3n-hsw"
930       data: "plot-performance-trending-vpp-3n-hsw"
931       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'"
932       parameters:
933       - "result"
934       layout: "plot-cpta"
935
936     - title: "VPP 1T1C IPv4 64B MRR Trending 3n-hsw"
937       output-file-name: "ip4-feature-1t1c-x710-3n-hsw"
938       data: "plot-performance-trending-vpp-3n-hsw"
939       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
940       parameters:
941       - "result"
942       layout: "plot-cpta"
943
944     - title: "VPP 2T2C IPv4 64B MRR Trending 3n-hsw"
945       output-file-name: "ip4-feature-2t2c-x710-3n-hsw"
946       data: "plot-performance-trending-vpp-3n-hsw"
947       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
948       parameters:
949       - "result"
950       layout: "plot-cpta"
951
952     - title: "VPP 4T4C IPv4 64B MRR Trending 3n-hsw"
953       output-file-name: "ip4-feature-4t4c-x710-3n-hsw"
954       data: "plot-performance-trending-vpp-3n-hsw"
955       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
956       parameters:
957       - "result"
958       layout: "plot-cpta"
959
960 # IPv4 Tunnels - x520
961
962     - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw"
963       output-file-name: "ip4-tunnels-1t1c-x520-3n-hsw"
964       data: "plot-performance-trending-vpp-3n-hsw"
965       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'"
966       parameters:
967       - "result"
968       layout: "plot-cpta"
969
970     - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw"
971       output-file-name: "ip4-tunnels-2t2c-x520-3n-hsw"
972       data: "plot-performance-trending-vpp-3n-hsw"
973       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'"
974       parameters:
975       - "result"
976       layout: "plot-cpta"
977
978     - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw"
979       output-file-name: "ip4-tunnels-4t4c-x520-3n-hsw"
980       data: "plot-performance-trending-vpp-3n-hsw"
981       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'"
982       parameters:
983       - "result"
984       layout: "plot-cpta"
985
986 # IPv4 Tunnels - x710
987
988     - title: "VPP 1T1C IPv4 Tunnels 64B MRR Trending 3n-hsw"
989       output-file-name: "ip4-tunnels-1t1c-x710-3n-hsw"
990       data: "plot-performance-trending-vpp-3n-hsw"
991       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'"
992       parameters:
993       - "result"
994       layout: "plot-cpta"
995
996     - title: "VPP 2T2C IPv4 Tunnels 64B MRR Trending 3n-hsw"
997       output-file-name: "ip4-tunnels-2t2c-x710-3n-hsw"
998       data: "plot-performance-trending-vpp-3n-hsw"
999       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'"
1000       parameters:
1001       - "result"
1002       layout: "plot-cpta"
1003
1004     - title: "VPP 4T4C IPv4 Tunnels 64B MRR Trending 3n-hsw"
1005       output-file-name: "ip4-tunnels-4t4c-x710-3n-hsw"
1006       data: "plot-performance-trending-vpp-3n-hsw"
1007       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'"
1008       parameters:
1009       - "result"
1010       layout: "plot-cpta"
1011
1012 # IPv6 - x520
1013
1014     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
1015       output-file-name: "ip6-1t1c-x520-3n-hsw"
1016       data: "plot-performance-trending-vpp-3n-hsw"
1017       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'"
1018       parameters:
1019       - "result"
1020       layout: "plot-cpta"
1021
1022     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
1023       output-file-name: "ip6-2t2c-x520-3n-hsw"
1024       data: "plot-performance-trending-vpp-3n-hsw"
1025       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'"
1026       parameters:
1027       - "result"
1028       layout: "plot-cpta"
1029
1030     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
1031       output-file-name: "ip6-4t4c-x520-3n-hsw"
1032       data: "plot-performance-trending-vpp-3n-hsw"
1033       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'"
1034       parameters:
1035       - "result"
1036       layout: "plot-cpta"
1037
1038 # IPv6 - xl710
1039
1040     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
1041       output-file-name: "ip6-1t1c-xl710-3n-hsw"
1042       data: "plot-performance-trending-vpp-3n-hsw"
1043       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1044       parameters:
1045       - "result"
1046       layout: "plot-cpta"
1047
1048     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
1049       output-file-name: "ip6-2t2c-xl710-3n-hsw"
1050       data: "plot-performance-trending-vpp-3n-hsw"
1051       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1052       parameters:
1053       - "result"
1054       layout: "plot-cpta"
1055
1056     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
1057       output-file-name: "ip6-4t4c-xl710-3n-hsw"
1058       data: "plot-performance-trending-vpp-3n-hsw"
1059       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1060       parameters:
1061       - "result"
1062       layout: "plot-cpta"
1063
1064 # IPv6 - x710
1065
1066     - title: "VPP 1T1C IPv6 78B MRR Trending 3n-hsw"
1067       output-file-name: "ip6-1t1c-x710-3n-hsw"
1068       data: "plot-performance-trending-vpp-3n-hsw"
1069       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1070       parameters:
1071       - "result"
1072       layout: "plot-cpta"
1073
1074     - title: "VPP 2T2C IPv6 78B MRR Trending 3n-hsw"
1075       output-file-name: "ip6-2t2c-x710-3n-hsw"
1076       data: "plot-performance-trending-vpp-3n-hsw"
1077       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1078       parameters:
1079       - "result"
1080       layout: "plot-cpta"
1081
1082     - title: "VPP 4T4C IPv6 78B MRR Trending 3n-hsw"
1083       output-file-name: "ip6-4t4c-x710-3n-hsw"
1084       data: "plot-performance-trending-vpp-3n-hsw"
1085       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
1086       parameters:
1087       - "result"
1088       layout: "plot-cpta"
1089
1090 # Container memif - x520, 64B
1091
1092     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
1093       output-file-name: "container-memif-l2-1t1c-x520-3n-hsw"
1094       data: "plot-performance-trending-vpp-3n-hsw"
1095       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1096       parameters:
1097       - "result"
1098       layout: "plot-cpta"
1099
1100     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1101       output-file-name: "container-memif-l2-2t2c-x520-3n-hsw"
1102       data: "plot-performance-trending-vpp-3n-hsw"
1103       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1104       parameters:
1105       - "result"
1106       layout: "plot-cpta"
1107
1108     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1109       output-file-name: "container-memif-l2-4t4c-x520-3n-hsw"
1110       data: "plot-performance-trending-vpp-3n-hsw"
1111       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1112       parameters:
1113       - "result"
1114       layout: "plot-cpta"
1115
1116 # Container memif - x520, IMIX
1117
1118     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1119       output-file-name: "container-memif-imix-l2-1t1c-x520-3n-hsw"
1120       data: "plot-performance-trending-vpp-3n-hsw"
1121       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1122       parameters:
1123       - "result"
1124       layout: "plot-cpta"
1125
1126     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1127       output-file-name: "container-memif-imix-l2-2t2c-x520-3n-hsw"
1128       data: "plot-performance-trending-vpp-3n-hsw"
1129       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1130       parameters:
1131       - "result"
1132       layout: "plot-cpta"
1133
1134     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1135       output-file-name: "container-memif-imix-l2-4t4c-x520-3n-hsw"
1136       data: "plot-performance-trending-vpp-3n-hsw"
1137       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1138       parameters:
1139       - "result"
1140       layout: "plot-cpta"
1141
1142 # Container memif - xl710, 64B
1143
1144     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
1145       output-file-name: "container-memif-l2-1t1c-xl710-3n-hsw"
1146       data: "plot-performance-trending-vpp-3n-hsw"
1147       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1148       parameters:
1149       - "result"
1150       layout: "plot-cpta"
1151
1152     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1153       output-file-name: "container-memif-l2-2t2c-xl710-3n-hsw"
1154       data: "plot-performance-trending-vpp-3n-hsw"
1155       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1156       parameters:
1157       - "result"
1158       layout: "plot-cpta"
1159
1160     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1161       output-file-name: "container-memif-l2-4t4c-xl710-3n-hsw"
1162       data: "plot-performance-trending-vpp-3n-hsw"
1163       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1164       parameters:
1165       - "result"
1166       layout: "plot-cpta"
1167
1168 # Container memif - xl710, IMIX
1169
1170     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1171       output-file-name: "container-memif-imix-l2-1t1c-xl710-3n-hsw"
1172       data: "plot-performance-trending-vpp-3n-hsw"
1173       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1174       parameters:
1175       - "result"
1176       layout: "plot-cpta"
1177
1178     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1179       output-file-name: "container-memif-imix-l2-2t2c-xl710-3n-hsw"
1180       data: "plot-performance-trending-vpp-3n-hsw"
1181       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1182       parameters:
1183       - "result"
1184       layout: "plot-cpta"
1185
1186     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1187       output-file-name: "container-memif-imix-l2-4t4c-xl710-3n-hsw"
1188       data: "plot-performance-trending-vpp-3n-hsw"
1189       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1190       parameters:
1191       - "result"
1192       layout: "plot-cpta"
1193
1194 # Container memif - x710, 64B
1195
1196     - title: "VPP 1T1C L2 Container memif 64B MRR Trending 3n-hsw"
1197       output-file-name: "container-memif-l2-1t1c-x710-3n-hsw"
1198       data: "plot-performance-trending-vpp-3n-hsw"
1199       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1200       parameters:
1201       - "result"
1202       layout: "plot-cpta"
1203
1204     - title: "VPP 2T2C L2 Container memif 64B MRR Trending 3n-hsw"
1205       output-file-name: "container-memif-l2-2t2c-x710-3n-hsw"
1206       data: "plot-performance-trending-vpp-3n-hsw"
1207       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1208       parameters:
1209       - "result"
1210       layout: "plot-cpta"
1211
1212     - title: "VPP 4T4C L2 Container memif 64B MRR Trending 3n-hsw"
1213       output-file-name: "container-memif-l2-4t4c-x710-3n-hsw"
1214       data: "plot-performance-trending-vpp-3n-hsw"
1215       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1216       parameters:
1217       - "result"
1218       layout: "plot-cpta"
1219
1220 # Container memif - x710, IMIX
1221
1222     - title: "VPP 1T1C L2 Container memif IMIX MRR Trending 3n-hsw"
1223       output-file-name: "container-memif-imix-l2-1t1c-x710-3n-hsw"
1224       data: "plot-performance-trending-vpp-3n-hsw"
1225       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1226       parameters:
1227       - "result"
1228       layout: "plot-cpta"
1229
1230     - title: "VPP 2T2C L2 Container memif IMIX MRR Trending 3n-hsw"
1231       output-file-name: "container-memif-imix-l2-2t2c-x710-3n-hsw"
1232       data: "plot-performance-trending-vpp-3n-hsw"
1233       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1234       parameters:
1235       - "result"
1236       layout: "plot-cpta"
1237
1238     - title: "VPP 4T4C L2 Container memif IMIX MRR Trending 3n-hsw"
1239       output-file-name: "container-memif-imix-l2-4t4c-x710-3n-hsw"
1240       data: "plot-performance-trending-vpp-3n-hsw"
1241       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1242       parameters:
1243       - "result"
1244       layout: "plot-cpta"
1245
1246 # VM vhost - x520, ethip4, 64B
1247
1248     - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw"
1249       output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-hsw"
1250       data: "plot-performance-trending-vpp-3n-hsw"
1251       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'"
1252       parameters:
1253       - "result"
1254       layout: "plot-cpta"
1255
1256     - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw"
1257       output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-hsw"
1258       data: "plot-performance-trending-vpp-3n-hsw"
1259       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'"
1260       parameters:
1261       - "result"
1262       layout: "plot-cpta"
1263
1264     - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw"
1265       output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-hsw"
1266       data: "plot-performance-trending-vpp-3n-hsw"
1267       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'"
1268       parameters:
1269       - "result"
1270       layout: "plot-cpta"
1271
1272 # VM vhost - x520, ethip4, IMIX
1273
1274     - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1275       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520-3n-hsw"
1276       data: "plot-performance-trending-vpp-3n-hsw"
1277       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'"
1278       parameters:
1279       - "result"
1280       layout: "plot-cpta"
1281
1282     - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1283       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520-3n-hsw"
1284       data: "plot-performance-trending-vpp-3n-hsw"
1285       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'"
1286       parameters:
1287       - "result"
1288       layout: "plot-cpta"
1289
1290     - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1291       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520-3n-hsw"
1292       data: "plot-performance-trending-vpp-3n-hsw"
1293       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'"
1294       parameters:
1295       - "result"
1296       layout: "plot-cpta"
1297
1298 # VM vhost - x520, eth, 64B
1299
1300     - title: "VPP 1T1C VM vhost eth L2XC 64B MRR Trending 3n-hsw"
1301       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2xc"
1302       data: "plot-performance-trending-vpp-3n-hsw"
1303       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1304
1305       parameters:
1306       - "result"
1307       layout: "plot-cpta"
1308
1309     - title: "VPP 2T2C VM vhost eth L2XC 64B MRR Trending 3n-hsw"
1310       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2xc"
1311       data: "plot-performance-trending-vpp-3n-hsw"
1312       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1313       parameters:
1314       - "result"
1315       layout: "plot-cpta"
1316
1317     - title: "VPP 4T4C VM vhost eth L2XC 64B MRR Trending 3n-hsw"
1318       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2xc"
1319       data: "plot-performance-trending-vpp-3n-hsw"
1320       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1321       parameters:
1322       - "result"
1323       layout: "plot-cpta"
1324
1325     - title: "VPP 1T1C VM vhost eth L2BD 64B MRR Trending 3n-hsw"
1326       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2bd"
1327       data: "plot-performance-trending-vpp-3n-hsw"
1328       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1329
1330       parameters:
1331       - "result"
1332       layout: "plot-cpta"
1333
1334     - title: "VPP 2T2C VM vhost eth L2BD 64B MRR Trending 3n-hsw"
1335       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2bd"
1336       data: "plot-performance-trending-vpp-3n-hsw"
1337       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1338       parameters:
1339       - "result"
1340       layout: "plot-cpta"
1341
1342     - title: "VPP 4T4C VM vhost eth L2BD 64B MRR Trending 3n-hsw"
1343       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2bd"
1344       data: "plot-performance-trending-vpp-3n-hsw"
1345       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1346       parameters:
1347       - "result"
1348       layout: "plot-cpta"
1349
1350 # VM vhost - x520, eth, IMIX
1351
1352     - title: "VPP 1T1C VM vhost eth L2XC IMIX MRR Trending 3n-hsw"
1353       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2xc"
1354       data: "plot-performance-trending-vpp-3n-hsw"
1355       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1356
1357       parameters:
1358       - "result"
1359       layout: "plot-cpta"
1360
1361     - title: "VPP 2T2C VM vhost eth L2XC IMIX MRR Trending 3n-hsw"
1362       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2xc"
1363       data: "plot-performance-trending-vpp-3n-hsw"
1364       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1365       parameters:
1366       - "result"
1367       layout: "plot-cpta"
1368
1369     - title: "VPP 4T4C VM vhost eth L2XC IMIX MRR Trending 3n-hsw"
1370       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2xc"
1371       data: "plot-performance-trending-vpp-3n-hsw"
1372       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and 'L2XCFWD' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1373       parameters:
1374       - "result"
1375       layout: "plot-cpta"
1376
1377     - title: "VPP 1T1C VM vhost eth L2BD IMIX MRR Trending 3n-hsw"
1378       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2bd"
1379       data: "plot-performance-trending-vpp-3n-hsw"
1380       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1381
1382       parameters:
1383       - "result"
1384       layout: "plot-cpta"
1385
1386     - title: "VPP 2T2C VM vhost eth L2BD IMIX MRR Trending 3n-hsw"
1387       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2bd"
1388       data: "plot-performance-trending-vpp-3n-hsw"
1389       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1390       parameters:
1391       - "result"
1392       layout: "plot-cpta"
1393
1394     - title: "VPP 4T4C VM vhost eth L2BD IMIX MRR Trending 3n-hsw"
1395       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2bd"
1396       data: "plot-performance-trending-vpp-3n-hsw"
1397       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and 'L2BDMACLRN' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1398       parameters:
1399       - "result"
1400       layout: "plot-cpta"
1401
1402 # VM vhost - xl710, eth, 64B
1403
1404     - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw"
1405       output-file-name: "vm-vhost-eth-1t1c-xl710-3n-hsw"
1406       data: "plot-performance-trending-vpp-3n-hsw"
1407       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1408
1409       parameters:
1410       - "result"
1411       layout: "plot-cpta"
1412
1413     - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw"
1414       output-file-name: "vm-vhost-eth-2t2c-xl710-3n-hsw"
1415       data: "plot-performance-trending-vpp-3n-hsw"
1416       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1417       parameters:
1418       - "result"
1419       layout: "plot-cpta"
1420
1421     - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw"
1422       output-file-name: "vm-vhost-eth-4t4c-xl710-3n-hsw"
1423       data: "plot-performance-trending-vpp-3n-hsw"
1424       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1425       parameters:
1426       - "result"
1427       layout: "plot-cpta"
1428
1429 # VM vhost - xl710, eth, IMIX
1430
1431     - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw"
1432       output-file-name: "vm-vhost-imix-eth-1t1c-xl710-3n-hsw"
1433       data: "plot-performance-trending-vpp-3n-hsw"
1434       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1435
1436       parameters:
1437       - "result"
1438       layout: "plot-cpta"
1439
1440     - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw"
1441       output-file-name: "vm-vhost-imix-eth-2t2c-xl710-3n-hsw"
1442       data: "plot-performance-trending-vpp-3n-hsw"
1443       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1444       parameters:
1445       - "result"
1446       layout: "plot-cpta"
1447
1448     - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw"
1449       output-file-name: "vm-vhost-imix-eth-4t4c-xl710-3n-hsw"
1450       data: "plot-performance-trending-vpp-3n-hsw"
1451       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1452       parameters:
1453       - "result"
1454       layout: "plot-cpta"
1455
1456 # VM vhost - x710, ethip4, 64B
1457
1458     - title: "VPP 1T1C VM vhost ethip4 64B MRR Trending 3n-hsw"
1459       output-file-name: "vm-vhost-ethip4-1t1c-x710-3n-hsw"
1460       data: "plot-performance-trending-vpp-3n-hsw"
1461       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'"
1462       parameters:
1463       - "result"
1464       layout: "plot-cpta"
1465
1466     - title: "VPP 2T2C VM vhost ethip4 64B MRR Trending 3n-hsw"
1467       output-file-name: "vm-vhost-ethip4-2t2c-x710-3n-hsw"
1468       data: "plot-performance-trending-vpp-3n-hsw"
1469       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'"
1470       parameters:
1471       - "result"
1472       layout: "plot-cpta"
1473
1474     - title: "VPP 4T4C VM vhost ethip4 64B MRR Trending 3n-hsw"
1475       output-file-name: "vm-vhost-ethip4-4t4c-x710-3n-hsw"
1476       data: "plot-performance-trending-vpp-3n-hsw"
1477       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'"
1478       parameters:
1479       - "result"
1480       layout: "plot-cpta"
1481
1482 # VM vhost - x710, ethip4, IMIX
1483
1484     - title: "VPP 1T1C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1485       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710-3n-hsw"
1486       data: "plot-performance-trending-vpp-3n-hsw"
1487       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'"
1488       parameters:
1489       - "result"
1490       layout: "plot-cpta"
1491
1492     - title: "VPP 2T2C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1493       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710-3n-hsw"
1494       data: "plot-performance-trending-vpp-3n-hsw"
1495       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'"
1496       parameters:
1497       - "result"
1498       layout: "plot-cpta"
1499
1500     - title: "VPP 4T4C VM vhost ethip4 IMIX MRR Trending 3n-hsw"
1501       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710-3n-hsw"
1502       data: "plot-performance-trending-vpp-3n-hsw"
1503       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'"
1504       parameters:
1505       - "result"
1506       layout: "plot-cpta"
1507
1508 # VM vhost - x710, eth, 64B
1509
1510     - title: "VPP 1T1C VM vhost eth 64B MRR Trending 3n-hsw"
1511       output-file-name: "vm-vhost-eth-1t1c-x710-3n-hsw"
1512       data: "plot-performance-trending-vpp-3n-hsw"
1513       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1514
1515       parameters:
1516       - "result"
1517       layout: "plot-cpta"
1518
1519     - title: "VPP 2T2C VM vhost eth 64B MRR Trending 3n-hsw"
1520       output-file-name: "vm-vhost-eth-2t2c-x710-3n-hsw"
1521       data: "plot-performance-trending-vpp-3n-hsw"
1522       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1523       parameters:
1524       - "result"
1525       layout: "plot-cpta"
1526
1527     - title: "VPP 4T4C VM vhost eth 64B MRR Trending 3n-hsw"
1528       output-file-name: "vm-vhost-eth-4t4c-x710-3n-hsw"
1529       data: "plot-performance-trending-vpp-3n-hsw"
1530       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1531       parameters:
1532       - "result"
1533       layout: "plot-cpta"
1534
1535 # VM vhost - x710, eth, IMIX
1536
1537     - title: "VPP 1T1C VM vhost eth IMIX MRR Trending 3n-hsw"
1538       output-file-name: "vm-vhost-imix-eth-1t1c-x710-3n-hsw"
1539       data: "plot-performance-trending-vpp-3n-hsw"
1540       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1541
1542       parameters:
1543       - "result"
1544       layout: "plot-cpta"
1545
1546     - title: "VPP 2T2C VM vhost eth IMIX MRR Trending 3n-hsw"
1547       output-file-name: "vm-vhost-imix-eth-2t2c-x710-3n-hsw"
1548       data: "plot-performance-trending-vpp-3n-hsw"
1549       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1550       parameters:
1551       - "result"
1552       layout: "plot-cpta"
1553
1554     - title: "VPP 4T4C VM vhost eth IMIX MRR Trending 3n-hsw"
1555       output-file-name: "vm-vhost-imix-eth-4t4c-x710-3n-hsw"
1556       data: "plot-performance-trending-vpp-3n-hsw"
1557       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
1558       parameters:
1559       - "result"
1560       layout: "plot-cpta"
1561
1562 # VTS - x520, 114B
1563
1564     - title: "VPP 1T1C VTS 114B MRR Trending 3n-hsw"
1565       output-file-name: "vts-114b-1t1c-x520-3n-hsw"
1566       data: "plot-performance-trending-vpp-3n-hsw"
1567       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '1T1C' and 'VHOST' and 'VTS'"
1568       parameters:
1569       - "result"
1570       layout: "plot-cpta"
1571
1572     - title: "VPP 2T2C VTS 114B MRR Trending 3n-hsw"
1573       output-file-name: "vts-114b-2t2c-x520-3n-hsw"
1574       data: "plot-performance-trending-vpp-3n-hsw"
1575       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '2T2C' and 'VHOST' and 'VTS'"
1576       parameters:
1577       - "result"
1578       layout: "plot-cpta"
1579
1580     - title: "VPP 4T4C VTS 114B 64B MRR Trending 3n-hsw"
1581       output-file-name: "vts-114b-4t4c-x520-3n-hsw"
1582       data: "plot-performance-trending-vpp-3n-hsw"
1583       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '4T4C' and 'VHOST' and 'VTS'"
1584       parameters:
1585       - "result"
1586       layout: "plot-cpta"
1587
1588 # IPSec
1589
1590     - title: "VPP 1T1C IPSec 64B MRR Trending 3n-hsw"
1591       output-file-name: "ipsec-1t1c-xl710-3n-hsw"
1592       data: "plot-performance-trending-vpp-3n-hsw"
1593       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1594       parameters:
1595       - "result"
1596       layout: "plot-cpta"
1597
1598     - title: "VPP 2T2C IPSec 64B MRR Trending 3n-hsw"
1599       output-file-name: "ipsec-2t2c-xl710-3n-hsw"
1600       data: "plot-performance-trending-vpp-3n-hsw"
1601       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1602       parameters:
1603       - "result"
1604       layout: "plot-cpta"
1605
1606     - title: "VPP 4T4C IPSec 64B MRR Trending 3n-hsw"
1607       output-file-name: "ipsec-4t4c-xl710-3n-hsw"
1608       data: "plot-performance-trending-vpp-3n-hsw"
1609       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1610       parameters:
1611       - "result"
1612       layout: "plot-cpta"
1613
1614 # SRv6 - x520
1615
1616     - title: "VPP 1T1C SRv6 78B MRR Trending 3n-hsw"
1617       output-file-name: "srv6-78b-1t1c-x520-3n-hsw"
1618       data: "plot-performance-trending-vpp-3n-hsw"
1619       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
1620       parameters:
1621       - "result"
1622       layout: "plot-cpta"
1623
1624     - title: "VPP 2T2C SRv6 78B MRR Trending 3n-hsw"
1625       output-file-name: "srv6-78b-2t2c-x520-3n-hsw"
1626       data: "plot-performance-trending-vpp-3n-hsw"
1627       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
1628       parameters:
1629       - "result"
1630       layout: "plot-cpta"
1631
1632     - title: "VPP 4T4C SRv6 78B MRR Trending 3n-hsw"
1633       output-file-name: "srv6-78b-4t4c-x520-3n-hsw"
1634       data: "plot-performance-trending-vpp-3n-hsw"
1635       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
1636       parameters:
1637       - "result"
1638       layout: "plot-cpta"
1639
1640     - title: "VPP 1T1C SRv6 IMIX MRR Trending 3n-hsw"
1641       output-file-name: "srv6-imix-1t1c-x520-3n-hsw"
1642       data: "plot-performance-trending-vpp-3n-hsw"
1643       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
1644       parameters:
1645       - "result"
1646       layout: "plot-cpta"
1647
1648     - title: "VPP 2T2C SRv6 IMIX MRR Trending 3n-hsw"
1649       output-file-name: "srv6-imix-2t2c-x520-3n-hsw"
1650       data: "plot-performance-trending-vpp-3n-hsw"
1651       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
1652       parameters:
1653       - "result"
1654       layout: "plot-cpta"
1655
1656     - title: "VPP 4T4C SRv6 IMIX MRR Trending 3n-hsw"
1657       output-file-name: "srv6-imix-4t4c-x520-3n-hsw"
1658       data: "plot-performance-trending-vpp-3n-hsw"
1659       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
1660       parameters:
1661       - "result"
1662       layout: "plot-cpta"
1663
1664 # Link Bonding - x520
1665
1666     - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw"
1667       output-file-name: "lb-64b-1t1c-x520-3n-hsw"
1668       data: "plot-performance-trending-vpp-3n-hsw"
1669       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1670       parameters:
1671       - "result"
1672       layout: "plot-cpta"
1673
1674     - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw"
1675       output-file-name: "lb-64b-2t2c-x520-3n-hsw"
1676       data: "plot-performance-trending-vpp-3n-hsw"
1677       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1678       parameters:
1679       - "result"
1680       layout: "plot-cpta"
1681
1682     - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw"
1683       output-file-name: "lb-64b-4t4c-x520-3n-hsw"
1684       data: "plot-performance-trending-vpp-3n-hsw"
1685       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1686       parameters:
1687       - "result"
1688       layout: "plot-cpta"
1689
1690     - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw"
1691       output-file-name: "lb-imix-1t1c-x520-3n-hsw"
1692       data: "plot-performance-trending-vpp-3n-hsw"
1693       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1694       parameters:
1695       - "result"
1696       layout: "plot-cpta"
1697
1698     - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw"
1699       output-file-name: "lb-imix-2t2c-x520-3n-hsw"
1700       data: "plot-performance-trending-vpp-3n-hsw"
1701       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1702       parameters:
1703       - "result"
1704       layout: "plot-cpta"
1705
1706     - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw"
1707       output-file-name: "lb-imix-4t4c-x520-3n-hsw"
1708       data: "plot-performance-trending-vpp-3n-hsw"
1709       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1710       parameters:
1711       - "result"
1712       layout: "plot-cpta"
1713
1714 # Link Bonding - x710
1715
1716     - title: "VPP 1T1C Link Bonding 64B MRR Trending 3n-hsw"
1717       output-file-name: "lb-64b-1t1c-x710-3n-hsw"
1718       data: "plot-performance-trending-vpp-3n-hsw"
1719       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1720       parameters:
1721       - "result"
1722       layout: "plot-cpta"
1723
1724     - title: "VPP 2T2C Link Bonding 64B MRR Trending 3n-hsw"
1725       output-file-name: "lb-64b-2t2c-x710-3n-hsw"
1726       data: "plot-performance-trending-vpp-3n-hsw"
1727       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1728       parameters:
1729       - "result"
1730       layout: "plot-cpta"
1731
1732     - title: "VPP 4T4C Link Bonding 64B MRR Trending 3n-hsw"
1733       output-file-name: "lb-64b-4t4c-x710-3n-hsw"
1734       data: "plot-performance-trending-vpp-3n-hsw"
1735       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1736       parameters:
1737       - "result"
1738       layout: "plot-cpta"
1739
1740     - title: "VPP 1T1C Link Bonding IMIX MRR Trending 3n-hsw"
1741       output-file-name: "lb-imix-1t1c-x710-3n-hsw"
1742       data: "plot-performance-trending-vpp-3n-hsw"
1743       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1744       parameters:
1745       - "result"
1746       layout: "plot-cpta"
1747
1748     - title: "VPP 2T2C Link Bonding IMIX MRR Trending 3n-hsw"
1749       output-file-name: "lb-imix-2t2c-x710-3n-hsw"
1750       data: "plot-performance-trending-vpp-3n-hsw"
1751       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1752       parameters:
1753       - "result"
1754       layout: "plot-cpta"
1755
1756     - title: "VPP 4T4C Link Bonding IMIX MRR Trending 3n-hsw"
1757       output-file-name: "lb-imix-4t4c-x710-3n-hsw"
1758       data: "plot-performance-trending-vpp-3n-hsw"
1759       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1760       parameters:
1761       - "result"
1762       layout: "plot-cpta"
1763
1764 # DPDK - x520 - 64B
1765
1766     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1767       output-file-name: "dpdk-64b-1t1c-x520-3n-hsw"
1768       data: "plot-performance-trending-dpdk-3n-hsw"
1769       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1770       parameters:
1771       - "result"
1772       layout: "plot-cpta"
1773
1774     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1775       output-file-name: "dpdk-64b-2t2c-x520-3n-hsw"
1776       data: "plot-performance-trending-dpdk-3n-hsw"
1777       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1778       parameters:
1779       - "result"
1780       layout: "plot-cpta"
1781
1782     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1783       output-file-name: "dpdk-64b-4t4c-x520-3n-hsw"
1784       data: "plot-performance-trending-dpdk-3n-hsw"
1785       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1786       parameters:
1787       - "result"
1788       layout: "plot-cpta"
1789
1790 # DPDK - x710 - 64B
1791
1792     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1793       output-file-name: "dpdk-64b-1t1c-x710-3n-hsw"
1794       data: "plot-performance-trending-dpdk-3n-hsw"
1795       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1796       parameters:
1797       - "result"
1798       layout: "plot-cpta"
1799
1800     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1801       output-file-name: "dpdk-64b-2t2c-x710-3n-hsw"
1802       data: "plot-performance-trending-dpdk-3n-hsw"
1803       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1804       parameters:
1805       - "result"
1806       layout: "plot-cpta"
1807
1808     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1809       output-file-name: "dpdk-64b-4t4c-x710-3n-hsw"
1810       data: "plot-performance-trending-dpdk-3n-hsw"
1811       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1812       parameters:
1813       - "result"
1814       layout: "plot-cpta"
1815
1816 # DPDK - xl710 - 64B
1817
1818     - title: "DPDK 1T1C 64B MRR Trending 3n-hsw"
1819       output-file-name: "dpdk-64b-1t1c-xl710-3n-hsw"
1820       data: "plot-performance-trending-dpdk-3n-hsw"
1821       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
1822       parameters:
1823       - "result"
1824       layout: "plot-cpta"
1825
1826     - title: "DPDK 2T2C 64B MRR Trending 3n-hsw"
1827       output-file-name: "dpdk-64b-2t2c-xl710-3n-hsw"
1828       data: "plot-performance-trending-dpdk-3n-hsw"
1829       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
1830       parameters:
1831       - "result"
1832       layout: "plot-cpta"
1833
1834     - title: "DPDK 4T4C 64B MRR Trending 3n-hsw"
1835       output-file-name: "dpdk-64b-4t4c-xl710-3n-hsw"
1836       data: "plot-performance-trending-dpdk-3n-hsw"
1837       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
1838       parameters:
1839       - "result"
1840       layout: "plot-cpta"
1841
1842 # DPDK - x520 - IMIX
1843
1844     - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1845       output-file-name: "dpdk-imix-1t1c-x520-3n-hsw"
1846       data: "plot-performance-trending-dpdk-3n-hsw"
1847       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1848       parameters:
1849       - "result"
1850       layout: "plot-cpta"
1851
1852     - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1853       output-file-name: "dpdk-imix-2t2c-x520-3n-hsw"
1854       data: "plot-performance-trending-dpdk-3n-hsw"
1855       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1856       parameters:
1857       - "result"
1858       layout: "plot-cpta"
1859
1860     - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1861       output-file-name: "dpdk-imix-4t4c-x520-3n-hsw"
1862       data: "plot-performance-trending-dpdk-3n-hsw"
1863       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1864       parameters:
1865       - "result"
1866       layout: "plot-cpta"
1867
1868 # DPDK - x710 - IMIX
1869
1870     - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1871       output-file-name: "dpdk-imix-1t1c-x710-3n-hsw"
1872       data: "plot-performance-trending-dpdk-3n-hsw"
1873       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1874       parameters:
1875       - "result"
1876       layout: "plot-cpta"
1877
1878     - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1879       output-file-name: "dpdk-imix-2t2c-x710-3n-hsw"
1880       data: "plot-performance-trending-dpdk-3n-hsw"
1881       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1882       parameters:
1883       - "result"
1884       layout: "plot-cpta"
1885
1886     - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1887       output-file-name: "dpdk-imix-4t4c-x710-3n-hsw"
1888       data: "plot-performance-trending-dpdk-3n-hsw"
1889       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1890       parameters:
1891       - "result"
1892       layout: "plot-cpta"
1893
1894 # DPDK - xl710 - IMIX
1895
1896     - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
1897       output-file-name: "dpdk-imix-1t1c-xl710-3n-hsw"
1898       data: "plot-performance-trending-dpdk-3n-hsw"
1899       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
1900       parameters:
1901       - "result"
1902       layout: "plot-cpta"
1903
1904     - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
1905       output-file-name: "dpdk-imix-2t2c-xl710-3n-hsw"
1906       data: "plot-performance-trending-dpdk-3n-hsw"
1907       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
1908       parameters:
1909       - "result"
1910       layout: "plot-cpta"
1911
1912     - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
1913       output-file-name: "dpdk-imix-4t4c-xl710-3n-hsw"
1914       data: "plot-performance-trending-dpdk-3n-hsw"
1915       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
1916       parameters:
1917       - "result"
1918       layout: "plot-cpta"
1919
1920 ################################################################################
1921 # 3n-skx
1922
1923 # L2 - x710
1924
1925     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
1926       output-file-name: "l2-2t1c-x710-3n-skx"
1927       data: "plot-performance-trending-vpp-3n-skx"
1928       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'"
1929       parameters:
1930       - "result"
1931       layout: "plot-cpta"
1932
1933     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
1934       output-file-name: "l2-4t2c-x710-3n-skx"
1935       data: "plot-performance-trending-vpp-3n-skx"
1936       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'"
1937       parameters:
1938       - "result"
1939       layout: "plot-cpta"
1940
1941     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
1942       output-file-name: "l2-8t4c-x710-3n-skx"
1943       data: "plot-performance-trending-vpp-3n-skx"
1944       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'"
1945       parameters:
1946       - "result"
1947       layout: "plot-cpta"
1948
1949     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
1950       output-file-name: "l2-feature-2t1c-x710-3n-skx"
1951       data: "plot-performance-trending-vpp-3n-skx"
1952       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1953       parameters:
1954       - "result"
1955       layout: "plot-cpta"
1956
1957     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
1958       output-file-name: "l2-feature-4t2c-x710-3n-skx"
1959       data: "plot-performance-trending-vpp-3n-skx"
1960       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1961       parameters:
1962       - "result"
1963       layout: "plot-cpta"
1964
1965     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
1966       output-file-name: "l2-feature-8t4c-x710-3n-skx"
1967       data: "plot-performance-trending-vpp-3n-skx"
1968       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1969       parameters:
1970       - "result"
1971       layout: "plot-cpta"
1972
1973 # L2 - xxv710
1974
1975     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
1976       output-file-name: "l2-2t1c-xxv710-3n-skx"
1977       data: "plot-performance-trending-vpp-3n-skx"
1978       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'"
1979       parameters:
1980       - "result"
1981       layout: "plot-cpta"
1982
1983     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
1984       output-file-name: "l2-4t2c-xxv710-3n-skx"
1985       data: "plot-performance-trending-vpp-3n-skx"
1986       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'"
1987       parameters:
1988       - "result"
1989       layout: "plot-cpta"
1990
1991     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
1992       output-file-name: "l2-8t4c-xxv710-3n-skx"
1993       data: "plot-performance-trending-vpp-3n-skx"
1994       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'"
1995       parameters:
1996       - "result"
1997       layout: "plot-cpta"
1998
1999     - title: "VPP 2T1C L2 64B MRR Trending 3n-skx"
2000       output-file-name: "l2-feature-2t1c-xxv710-3n-skx"
2001       data: "plot-performance-trending-vpp-3n-skx"
2002       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2003       parameters:
2004       - "result"
2005       layout: "plot-cpta"
2006
2007     - title: "VPP 4T2C L2 64B MRR Trending 3n-skx"
2008       output-file-name: "l2-feature-4t2c-xxv710-3n-skx"
2009       data: "plot-performance-trending-vpp-3n-skx"
2010       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2011       parameters:
2012       - "result"
2013       layout: "plot-cpta"
2014
2015     - title: "VPP 8T4C L2 64B MRR Trending 3n-skx"
2016       output-file-name: "l2-feature-8t4c-xxv710-3n-skx"
2017       data: "plot-performance-trending-vpp-3n-skx"
2018       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2019       parameters:
2020       - "result"
2021       layout: "plot-cpta"
2022
2023 # IPv4 - x710
2024
2025     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
2026       output-file-name: "ip4-2t1c-x710-3n-skx"
2027       data: "plot-performance-trending-vpp-3n-skx"
2028       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'"
2029       parameters:
2030       - "result"
2031       layout: "plot-cpta"
2032
2033     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
2034       output-file-name: "ip4-4t2c-x710-3n-skx"
2035       data: "plot-performance-trending-vpp-3n-skx"
2036       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'"
2037       parameters:
2038       - "result"
2039       layout: "plot-cpta"
2040
2041     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
2042       output-file-name: "ip4-8t4c-x710-3n-skx"
2043       data: "plot-performance-trending-vpp-3n-skx"
2044       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'"
2045       parameters:
2046       - "result"
2047       layout: "plot-cpta"
2048
2049     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
2050       output-file-name: "ip4-feature-2t1c-x710-3n-skx"
2051       data: "plot-performance-trending-vpp-3n-skx"
2052       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2053       parameters:
2054       - "result"
2055       layout: "plot-cpta"
2056
2057     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
2058       output-file-name: "ip4-feature-4t2c-x710-3n-skx"
2059       data: "plot-performance-trending-vpp-3n-skx"
2060       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2061       parameters:
2062       - "result"
2063       layout: "plot-cpta"
2064
2065     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
2066       output-file-name: "ip4-feature-8t4c-x710-3n-skx"
2067       data: "plot-performance-trending-vpp-3n-skx"
2068       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2069       parameters:
2070       - "result"
2071       layout: "plot-cpta"
2072
2073 # IPv4 - xxv710
2074
2075     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
2076       output-file-name: "ip4-2t1c-xxv710-3n-skx"
2077       data: "plot-performance-trending-vpp-3n-skx"
2078       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'"
2079       parameters:
2080       - "result"
2081       layout: "plot-cpta"
2082
2083     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
2084       output-file-name: "ip4-4t2c-xxv710-3n-skx"
2085       data: "plot-performance-trending-vpp-3n-skx"
2086       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'"
2087       parameters:
2088       - "result"
2089       layout: "plot-cpta"
2090
2091     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
2092       output-file-name: "ip4-8t4c-xxv710-3n-skx"
2093       data: "plot-performance-trending-vpp-3n-skx"
2094       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'"
2095       parameters:
2096       - "result"
2097       layout: "plot-cpta"
2098
2099     - title: "VPP 2T1C IPv4 64B MRR Trending 3n-skx"
2100       output-file-name: "ip4-feature-2t1c-xxv710-3n-skx"
2101       data: "plot-performance-trending-vpp-3n-skx"
2102       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2103       parameters:
2104       - "result"
2105       layout: "plot-cpta"
2106
2107     - title: "VPP 4T2C IPv4 64B MRR Trending 3n-skx"
2108       output-file-name: "ip4-feature-4t2c-xxv710-3n-skx"
2109       data: "plot-performance-trending-vpp-3n-skx"
2110       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2111       parameters:
2112       - "result"
2113       layout: "plot-cpta"
2114
2115     - title: "VPP 8T4C IPv4 64B MRR Trending 3n-skx"
2116       output-file-name: "ip4-feature-8t4c-xxv710-3n-skx"
2117       data: "plot-performance-trending-vpp-3n-skx"
2118       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2119       parameters:
2120       - "result"
2121       layout: "plot-cpta"
2122
2123 # IPv4 Tunnels - x710
2124
2125     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx"
2126       output-file-name: "ip4-tunnels-2t1c-x710-3n-skx"
2127       data: "plot-performance-trending-vpp-3n-skx"
2128       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'"
2129       parameters:
2130       - "result"
2131       layout: "plot-cpta"
2132
2133     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx"
2134       output-file-name: "ip4-tunnels-4t2c-x710-3n-skx"
2135       data: "plot-performance-trending-vpp-3n-skx"
2136       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'"
2137       parameters:
2138       - "result"
2139       layout: "plot-cpta"
2140
2141     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx"
2142       output-file-name: "ip4-tunnels-8t4c-x710-3n-skx"
2143       data: "plot-performance-trending-vpp-3n-skx"
2144       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'"
2145       parameters:
2146       - "result"
2147       layout: "plot-cpta"
2148
2149 # IPv4 Tunnels - xxv710
2150
2151     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 3n-skx"
2152       output-file-name: "ip4-tunnels-2t1c-xxv710-3n-skx"
2153       data: "plot-performance-trending-vpp-3n-skx"
2154       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'"
2155       parameters:
2156       - "result"
2157       layout: "plot-cpta"
2158
2159     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 3n-skx"
2160       output-file-name: "ip4-tunnels-4t2c-xxv710-3n-skx"
2161       data: "plot-performance-trending-vpp-3n-skx"
2162       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'"
2163       parameters:
2164       - "result"
2165       layout: "plot-cpta"
2166
2167     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 3n-skx"
2168       output-file-name: "ip4-tunnels-8t4c-xxv710-3n-skx"
2169       data: "plot-performance-trending-vpp-3n-skx"
2170       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'"
2171       parameters:
2172       - "result"
2173       layout: "plot-cpta"
2174
2175 # IPv6 - x710
2176
2177     - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx"
2178       output-file-name: "ip6-2t1c-x710-3n-skx"
2179       data: "plot-performance-trending-vpp-3n-skx"
2180       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2181       parameters:
2182       - "result"
2183       layout: "plot-cpta"
2184
2185     - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx"
2186       output-file-name: "ip6-4t2c-x710-3n-skx"
2187       data: "plot-performance-trending-vpp-3n-skx"
2188       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2189       parameters:
2190       - "result"
2191       layout: "plot-cpta"
2192
2193     - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx"
2194       output-file-name: "ip6-8t4c-x710-3n-skx"
2195       data: "plot-performance-trending-vpp-3n-skx"
2196       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2197       parameters:
2198       - "result"
2199       layout: "plot-cpta"
2200
2201 # IPv6 - xxv710
2202
2203     - title: "VPP 2T1C IPv6 78B MRR Trending 3n-skx"
2204       output-file-name: "ip6-2t1c-xxv710-3n-skx"
2205       data: "plot-performance-trending-vpp-3n-skx"
2206       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2207       parameters:
2208       - "result"
2209       layout: "plot-cpta"
2210
2211     - title: "VPP 4T2C IPv6 78B MRR Trending 3n-skx"
2212       output-file-name: "ip6-4t2c-xxv710-3n-skx"
2213       data: "plot-performance-trending-vpp-3n-skx"
2214       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2215       parameters:
2216       - "result"
2217       layout: "plot-cpta"
2218
2219     - title: "VPP 8T4C IPv6 78B MRR Trending 3n-skx"
2220       output-file-name: "ip6-8t4c-xxv710-3n-skx"
2221       data: "plot-performance-trending-vpp-3n-skx"
2222       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2223       parameters:
2224       - "result"
2225       layout: "plot-cpta"
2226
2227 # Container memif - x710, 64B
2228
2229     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx"
2230       output-file-name: "container-memif-l2-2t1c-x710-3n-skx"
2231       data: "plot-performance-trending-vpp-3n-skx"
2232       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2233       parameters:
2234       - "result"
2235       layout: "plot-cpta"
2236
2237     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx"
2238       output-file-name: "container-memif-l2-4t2c-x710-3n-skx"
2239       data: "plot-performance-trending-vpp-3n-skx"
2240       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2241       parameters:
2242       - "result"
2243       layout: "plot-cpta"
2244
2245     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx"
2246       output-file-name: "container-memif-l2-8t4c-x710-3n-skx"
2247       data: "plot-performance-trending-vpp-3n-skx"
2248       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2249       parameters:
2250       - "result"
2251       layout: "plot-cpta"
2252
2253 # Container memif - xxv710, 64B
2254
2255     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 3n-skx"
2256       output-file-name: "container-memif-l2-2t1c-xxv710-3n-skx"
2257       data: "plot-performance-trending-vpp-3n-skx"
2258       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2259       parameters:
2260       - "result"
2261       layout: "plot-cpta"
2262
2263     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 3n-skx"
2264       output-file-name: "container-memif-l2-4t2c-xxv710-3n-skx"
2265       data: "plot-performance-trending-vpp-3n-skx"
2266       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2267       parameters:
2268       - "result"
2269       layout: "plot-cpta"
2270
2271     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 3n-skx"
2272       output-file-name: "container-memif-l2-8t4c-xxv710-3n-skx"
2273       data: "plot-performance-trending-vpp-3n-skx"
2274       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2275       parameters:
2276       - "result"
2277       layout: "plot-cpta"
2278
2279 # Container memif - x710, IMIX
2280
2281     - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx"
2282       output-file-name: "container-memif-imix-l2-2t1c-x710-3n-skx"
2283       data: "plot-performance-trending-vpp-3n-skx"
2284       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2285       parameters:
2286       - "result"
2287       layout: "plot-cpta"
2288
2289     - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx"
2290       output-file-name: "container-memif-imix-l2-4t2c-x710-3n-skx"
2291       data: "plot-performance-trending-vpp-3n-skx"
2292       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2293       parameters:
2294       - "result"
2295       layout: "plot-cpta"
2296
2297     - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx"
2298       output-file-name: "container-memif-imix-l2-8t4c-x710-3n-skx"
2299       data: "plot-performance-trending-vpp-3n-skx"
2300       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2301       parameters:
2302       - "result"
2303       layout: "plot-cpta"
2304
2305 # Container memif - xxv710, IMIX
2306
2307     - title: "VPP 2T1C L2 Container memif IMIX MRR Trending 3n-skx"
2308       output-file-name: "container-memif-imix-l2-2t1c-xxv710-3n-skx"
2309       data: "plot-performance-trending-vpp-3n-skx"
2310       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2311       parameters:
2312       - "result"
2313       layout: "plot-cpta"
2314
2315     - title: "VPP 4T2C L2 Container memif IMIX MRR Trending 3n-skx"
2316       output-file-name: "container-memif-imix-l2-4t2c-xxv710-3n-skx"
2317       data: "plot-performance-trending-vpp-3n-skx"
2318       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2319       parameters:
2320       - "result"
2321       layout: "plot-cpta"
2322
2323     - title: "VPP 8T4C L2 Container memif IMIX MRR Trending 3n-skx"
2324       output-file-name: "container-memif-imix-l2-8t4c-xxv710-3n-skx"
2325       data: "plot-performance-trending-vpp-3n-skx"
2326       filter: "'NIC_Intel-XXV710' and 'MRR' and 'IMIX' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
2327       parameters:
2328       - "result"
2329       layout: "plot-cpta"
2330
2331 # VM vhost - x710, ethip4, 64B
2332
2333     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx"
2334       output-file-name: "vm-vhost-ethip4-2t1c-x710-3n-skx"
2335       data: "plot-performance-trending-vpp-3n-skx"
2336       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'"
2337       parameters:
2338       - "result"
2339       layout: "plot-cpta"
2340
2341     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx"
2342       output-file-name: "vm-vhost-ethip4-4t2c-x710-3n-skx"
2343       data: "plot-performance-trending-vpp-3n-skx"
2344       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'"
2345       parameters:
2346       - "result"
2347       layout: "plot-cpta"
2348
2349     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx"
2350       output-file-name: "vm-vhost-ethip4-8t4c-x710-3n-skx"
2351       data: "plot-performance-trending-vpp-3n-skx"
2352       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'"
2353       parameters:
2354       - "result"
2355       layout: "plot-cpta"
2356
2357 # VM vhost - xxv710, ethip4, 64B
2358
2359     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 3n-skx"
2360       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-3n-skx"
2361       data: "plot-performance-trending-vpp-3n-skx"
2362       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'"
2363       parameters:
2364       - "result"
2365       layout: "plot-cpta"
2366
2367     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 3n-skx"
2368       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-3n-skx"
2369       data: "plot-performance-trending-vpp-3n-skx"
2370       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'"
2371       parameters:
2372       - "result"
2373       layout: "plot-cpta"
2374
2375     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 3n-skx"
2376       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-3n-skx"
2377       data: "plot-performance-trending-vpp-3n-skx"
2378       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'"
2379       parameters:
2380       - "result"
2381       layout: "plot-cpta"
2382
2383 # VM vhost - x710, ethip4, IMIX
2384
2385     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2386       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-3n-skx"
2387       data: "plot-performance-trending-vpp-3n-skx"
2388       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'"
2389       parameters:
2390       - "result"
2391       layout: "plot-cpta"
2392
2393     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2394       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-3n-skx"
2395       data: "plot-performance-trending-vpp-3n-skx"
2396       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'"
2397       parameters:
2398       - "result"
2399       layout: "plot-cpta"
2400
2401     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2402       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-3n-skx"
2403       data: "plot-performance-trending-vpp-3n-skx"
2404       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'"
2405       parameters:
2406       - "result"
2407       layout: "plot-cpta"
2408
2409 # VM vhost - xxv710, ethip4, IMIX
2410
2411     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2412       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-3n-skx"
2413       data: "plot-performance-trending-vpp-3n-skx"
2414       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'"
2415       parameters:
2416       - "result"
2417       layout: "plot-cpta"
2418
2419     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2420       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-3n-skx"
2421       data: "plot-performance-trending-vpp-3n-skx"
2422       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'"
2423       parameters:
2424       - "result"
2425       layout: "plot-cpta"
2426
2427     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 3n-skx"
2428       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-3n-skx"
2429       data: "plot-performance-trending-vpp-3n-skx"
2430       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'"
2431       parameters:
2432       - "result"
2433       layout: "plot-cpta"
2434
2435 # VM vhost - x710, eth, 64B
2436
2437     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx"
2438       output-file-name: "vm-vhost-eth-2t1c-x710-3n-skx"
2439       data: "plot-performance-trending-vpp-3n-skx"
2440       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2441
2442       parameters:
2443       - "result"
2444       layout: "plot-cpta"
2445
2446     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx"
2447       output-file-name: "vm-vhost-eth-4t2c-x710-3n-skx"
2448       data: "plot-performance-trending-vpp-3n-skx"
2449       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2450       parameters:
2451       - "result"
2452       layout: "plot-cpta"
2453
2454     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx"
2455       output-file-name: "vm-vhost-eth-8t4c-x710-3n-skx"
2456       data: "plot-performance-trending-vpp-3n-skx"
2457       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2458       parameters:
2459       - "result"
2460       layout: "plot-cpta"
2461
2462 # VM vhost - xxv710, eth, 64B
2463
2464     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 3n-skx"
2465       output-file-name: "vm-vhost-eth-2t1c-xxv710-3n-skx"
2466       data: "plot-performance-trending-vpp-3n-skx"
2467       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2468
2469       parameters:
2470       - "result"
2471       layout: "plot-cpta"
2472
2473     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 3n-skx"
2474       output-file-name: "vm-vhost-eth-4t2c-xxv710-3n-skx"
2475       data: "plot-performance-trending-vpp-3n-skx"
2476       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2477       parameters:
2478       - "result"
2479       layout: "plot-cpta"
2480
2481     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 3n-skx"
2482       output-file-name: "vm-vhost-eth-8t4c-xxv710-3n-skx"
2483       data: "plot-performance-trending-vpp-3n-skx"
2484       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2485       parameters:
2486       - "result"
2487       layout: "plot-cpta"
2488
2489 # VM vhost - x710, eth, IMIX
2490
2491     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx"
2492       output-file-name: "vm-vhost-imix-eth-2t1c-x710-3n-skx"
2493       data: "plot-performance-trending-vpp-3n-skx"
2494       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2495
2496       parameters:
2497       - "result"
2498       layout: "plot-cpta"
2499
2500     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx"
2501       output-file-name: "vm-vhost-imix-eth-4t2c-x710-3n-skx"
2502       data: "plot-performance-trending-vpp-3n-skx"
2503       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2504       parameters:
2505       - "result"
2506       layout: "plot-cpta"
2507
2508     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx"
2509       output-file-name: "vm-vhost-imix-eth-8t4c-x710-3n-skx"
2510       data: "plot-performance-trending-vpp-3n-skx"
2511       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2512       parameters:
2513       - "result"
2514       layout: "plot-cpta"
2515
2516 # VM vhost - xxv710, eth, IMIX
2517
2518     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 3n-skx"
2519       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-3n-skx"
2520       data: "plot-performance-trending-vpp-3n-skx"
2521       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2522
2523       parameters:
2524       - "result"
2525       layout: "plot-cpta"
2526
2527     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 3n-skx"
2528       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-3n-skx"
2529       data: "plot-performance-trending-vpp-3n-skx"
2530       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2531       parameters:
2532       - "result"
2533       layout: "plot-cpta"
2534
2535     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 3n-skx"
2536       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-3n-skx"
2537       data: "plot-performance-trending-vpp-3n-skx"
2538       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2539       parameters:
2540       - "result"
2541       layout: "plot-cpta"
2542
2543 # Link Bonding - x710
2544
2545     - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
2546       output-file-name: "lb-64b-2t1c-x710-3n-skx"
2547       data: "plot-performance-trending-vpp-3n-skx"
2548       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
2549       parameters:
2550       - "result"
2551       layout: "plot-cpta"
2552
2553     - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
2554       output-file-name: "lb-64b-4t2c-x710-3n-skx"
2555       data: "plot-performance-trending-vpp-3n-skx"
2556       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
2557       parameters:
2558       - "result"
2559       layout: "plot-cpta"
2560
2561     - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
2562       output-file-name: "lb-64b-8t4c-x710-3n-skx"
2563       data: "plot-performance-trending-vpp-3n-skx"
2564       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
2565       parameters:
2566       - "result"
2567       layout: "plot-cpta"
2568
2569     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
2570       output-file-name: "lb-imix-2t1c-x710-3n-skx"
2571       data: "plot-performance-trending-vpp-3n-skx"
2572       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
2573       parameters:
2574       - "result"
2575       layout: "plot-cpta"
2576
2577     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
2578       output-file-name: "lb-imix-4t2c-x710-3n-skx"
2579       data: "plot-performance-trending-vpp-3n-skx"
2580       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
2581       parameters:
2582       - "result"
2583       layout: "plot-cpta"
2584
2585     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
2586       output-file-name: "lb-imix-8t4c-x710-3n-skx"
2587       data: "plot-performance-trending-vpp-3n-skx"
2588       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
2589       parameters:
2590       - "result"
2591       layout: "plot-cpta"
2592
2593 # Link Bonding - xxv710
2594
2595     - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
2596       output-file-name: "lb-64b-2t1c-xxv710-3n-skx"
2597       data: "plot-performance-trending-vpp-3n-skx"
2598       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
2599       parameters:
2600       - "result"
2601       layout: "plot-cpta"
2602
2603     - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
2604       output-file-name: "lb-64b-4t2c-xxv710-3n-skx"
2605       data: "plot-performance-trending-vpp-3n-skx"
2606       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
2607       parameters:
2608       - "result"
2609       layout: "plot-cpta"
2610
2611     - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
2612       output-file-name: "lb-64b-8t4c-xxv710-3n-skx"
2613       data: "plot-performance-trending-vpp-3n-skx"
2614       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
2615       parameters:
2616       - "result"
2617       layout: "plot-cpta"
2618
2619     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
2620       output-file-name: "lb-imix-2t1c-xxv710-3n-skx"
2621       data: "plot-performance-trending-vpp-3n-skx"
2622       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
2623       parameters:
2624       - "result"
2625       layout: "plot-cpta"
2626
2627     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
2628       output-file-name: "lb-imix-4t2c-xxv710-3n-skx"
2629       data: "plot-performance-trending-vpp-3n-skx"
2630       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
2631       parameters:
2632       - "result"
2633       layout: "plot-cpta"
2634
2635     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
2636       output-file-name: "lb-imix-8t4c-xxv710-3n-skx"
2637       data: "plot-performance-trending-vpp-3n-skx"
2638       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
2639       parameters:
2640       - "result"
2641       layout: "plot-cpta"
2642
2643 # DPDK - x710 - 64B
2644
2645     - title: "DPDK 2T1C 64B MRR Trending 3n-skx"
2646       output-file-name: "dpdk-64b-2t1c-x710-3n-skx"
2647       data: "plot-performance-trending-dpdk-3n-skx"
2648       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
2649       parameters:
2650       - "result"
2651       layout: "plot-cpta"
2652
2653     - title: "DPDK 4T2C 64B MRR Trending 3n-skx"
2654       output-file-name: "dpdk-64b-4t2c-x710-3n-skx"
2655       data: "plot-performance-trending-dpdk-3n-skx"
2656       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
2657       parameters:
2658       - "result"
2659       layout: "plot-cpta"
2660
2661     - title: "DPDK 8T4C 64B MRR Trending 3n-skx"
2662       output-file-name: "dpdk-64b-8t4c-x710-3n-skx"
2663       data: "plot-performance-trending-dpdk-3n-skx"
2664       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
2665       parameters:
2666       - "result"
2667       layout: "plot-cpta"
2668
2669 # DPDK - x710 - IMIX
2670
2671     - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
2672       output-file-name: "dpdk-imix-2t1c-x710-3n-skx"
2673       data: "plot-performance-trending-dpdk-3n-skx"
2674       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
2675       parameters:
2676       - "result"
2677       layout: "plot-cpta"
2678
2679     - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
2680       output-file-name: "dpdk-imix-4t2c-x710-3n-skx"
2681       data: "plot-performance-trending-dpdk-3n-skx"
2682       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
2683       parameters:
2684       - "result"
2685       layout: "plot-cpta"
2686
2687     - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
2688       output-file-name: "dpdk-imix-8t4c-x710-3n-skx"
2689       data: "plot-performance-trending-dpdk-3n-skx"
2690       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
2691       parameters:
2692       - "result"
2693       layout: "plot-cpta"
2694
2695 # DPDK - xxv710 - 64B
2696
2697     - title: "DPDK 2T1C 64B MRR Trending 3n-skx"
2698       output-file-name: "dpdk-64b-2t1c-xxv710-3n-skx"
2699       data: "plot-performance-trending-dpdk-3n-skx"
2700       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
2701       parameters:
2702       - "result"
2703       layout: "plot-cpta"
2704
2705     - title: "DPDK 4T2C 64B MRR Trending 3n-skx"
2706       output-file-name: "dpdk-64b-4t2c-xxv710-3n-skx"
2707       data: "plot-performance-trending-dpdk-3n-skx"
2708       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
2709       parameters:
2710       - "result"
2711       layout: "plot-cpta"
2712
2713     - title: "DPDK 8T4C 64B MRR Trending 3n-skx"
2714       output-file-name: "dpdk-64b-8t4c-xxv710-3n-skx"
2715       data: "plot-performance-trending-dpdk-3n-skx"
2716       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
2717       parameters:
2718       - "result"
2719       layout: "plot-cpta"
2720
2721 # DPDK - xxv710 - IMIX
2722
2723     - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
2724       output-file-name: "dpdk-imix-2t1c-xxv710-3n-skx"
2725       data: "plot-performance-trending-dpdk-3n-skx"
2726       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
2727       parameters:
2728       - "result"
2729       layout: "plot-cpta"
2730
2731     - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
2732       output-file-name: "dpdk-imix-4t2c-xxv710-3n-skx"
2733       data: "plot-performance-trending-dpdk-3n-skx"
2734       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
2735       parameters:
2736       - "result"
2737       layout: "plot-cpta"
2738
2739     - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
2740       output-file-name: "dpdk-imix-8t4c-xxv710-3n-skx"
2741       data: "plot-performance-trending-dpdk-3n-skx"
2742       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
2743       parameters:
2744       - "result"
2745       layout: "plot-cpta"
2746
2747 ################################################################################
2748 # 2n-skx
2749
2750 # L2 - x710
2751
2752     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2753       output-file-name: "l2-2t1c-x710-2n-skx"
2754       data: "plot-performance-trending-vpp-2n-skx"
2755       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'"
2756       parameters:
2757       - "result"
2758       layout: "plot-cpta"
2759
2760     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2761       output-file-name: "l2-4t2c-x710-2n-skx"
2762       data: "plot-performance-trending-vpp-2n-skx"
2763       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'"
2764       parameters:
2765       - "result"
2766       layout: "plot-cpta"
2767
2768     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2769       output-file-name: "l2-8t4c-x710-2n-skx"
2770       data: "plot-performance-trending-vpp-2n-skx"
2771       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'"
2772       parameters:
2773       - "result"
2774       layout: "plot-cpta"
2775
2776     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2777       output-file-name: "l2-feature-2t1c-x710-2n-skx"
2778       data: "plot-performance-trending-vpp-2n-skx"
2779       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2780       parameters:
2781       - "result"
2782       layout: "plot-cpta"
2783
2784     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2785       output-file-name: "l2-feature-4t2c-x710-2n-skx"
2786       data: "plot-performance-trending-vpp-2n-skx"
2787       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2788       parameters:
2789       - "result"
2790       layout: "plot-cpta"
2791
2792     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2793       output-file-name: "l2-feature-8t4c-x710-2n-skx"
2794       data: "plot-performance-trending-vpp-2n-skx"
2795       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2796       parameters:
2797       - "result"
2798       layout: "plot-cpta"
2799
2800 # L2 - xxv710
2801
2802     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2803       output-file-name: "l2-2t1c-xxv710-2n-skx"
2804       data: "plot-performance-trending-vpp-2n-skx"
2805       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'"
2806       parameters:
2807       - "result"
2808       layout: "plot-cpta"
2809
2810     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2811       output-file-name: "l2-4t2c-xxv710-2n-skx"
2812       data: "plot-performance-trending-vpp-2n-skx"
2813       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'"
2814       parameters:
2815       - "result"
2816       layout: "plot-cpta"
2817
2818     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2819       output-file-name: "l2-8t4c-xxv710-2n-skx"
2820       data: "plot-performance-trending-vpp-2n-skx"
2821       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'"
2822       parameters:
2823       - "result"
2824       layout: "plot-cpta"
2825
2826     - title: "VPP 2T1C L2 64B MRR Trending 2n-skx"
2827       output-file-name: "l2-feature-2t1c-xxv710-2n-skx"
2828       data: "plot-performance-trending-vpp-2n-skx"
2829       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2830       parameters:
2831       - "result"
2832       layout: "plot-cpta"
2833
2834     - title: "VPP 4T2C L2 64B MRR Trending 2n-skx"
2835       output-file-name: "l2-feature-4t2c-xxv710-2n-skx"
2836       data: "plot-performance-trending-vpp-2n-skx"
2837       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2838       parameters:
2839       - "result"
2840       layout: "plot-cpta"
2841
2842     - title: "VPP 8T4C L2 64B MRR Trending 2n-skx"
2843       output-file-name: "l2-feature-8t4c-xxv710-2n-skx"
2844       data: "plot-performance-trending-vpp-2n-skx"
2845       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
2846       parameters:
2847       - "result"
2848       layout: "plot-cpta"
2849
2850 # IPv4 - x710
2851
2852     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2853       output-file-name: "ip4-2t1c-x710-2n-skx"
2854       data: "plot-performance-trending-vpp-2n-skx"
2855       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'"
2856       parameters:
2857       - "result"
2858       layout: "plot-cpta"
2859
2860     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2861       output-file-name: "ip4-4t2c-x710-2n-skx"
2862       data: "plot-performance-trending-vpp-2n-skx"
2863       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'"
2864       parameters:
2865       - "result"
2866       layout: "plot-cpta"
2867
2868     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2869       output-file-name: "ip4-8t4c-x710-2n-skx"
2870       data: "plot-performance-trending-vpp-2n-skx"
2871       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'"
2872       parameters:
2873       - "result"
2874       layout: "plot-cpta"
2875
2876     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2877       output-file-name: "ip4-feature-2t1c-x710-2n-skx"
2878       data: "plot-performance-trending-vpp-2n-skx"
2879       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2880       parameters:
2881       - "result"
2882       layout: "plot-cpta"
2883
2884     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2885       output-file-name: "ip4-feature-4t2c-x710-2n-skx"
2886       data: "plot-performance-trending-vpp-2n-skx"
2887       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2888       parameters:
2889       - "result"
2890       layout: "plot-cpta"
2891
2892     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2893       output-file-name: "ip4-feature-8t4c-x710-2n-skx"
2894       data: "plot-performance-trending-vpp-2n-skx"
2895       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2896       parameters:
2897       - "result"
2898       layout: "plot-cpta"
2899
2900 # IPv4 - xxv710
2901
2902     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2903       output-file-name: "ip4-2t1c-xxv710-2n-skx"
2904       data: "plot-performance-trending-vpp-2n-skx"
2905       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'"
2906       parameters:
2907       - "result"
2908       layout: "plot-cpta"
2909
2910     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2911       output-file-name: "ip4-4t2c-xxv710-2n-skx"
2912       data: "plot-performance-trending-vpp-2n-skx"
2913       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'"
2914       parameters:
2915       - "result"
2916       layout: "plot-cpta"
2917
2918     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2919       output-file-name: "ip4-8t4c-xxv710-2n-skx"
2920       data: "plot-performance-trending-vpp-2n-skx"
2921       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'"
2922       parameters:
2923       - "result"
2924       layout: "plot-cpta"
2925
2926     - title: "VPP 2T1C IPv4 64B MRR Trending 2n-skx"
2927       output-file-name: "ip4-feature-2t1c-xxv710-2n-skx"
2928       data: "plot-performance-trending-vpp-2n-skx"
2929       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2930       parameters:
2931       - "result"
2932       layout: "plot-cpta"
2933
2934     - title: "VPP 4T2C IPv4 64B MRR Trending 2n-skx"
2935       output-file-name: "ip4-feature-4t2c-xxv710-2n-skx"
2936       data: "plot-performance-trending-vpp-2n-skx"
2937       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2938       parameters:
2939       - "result"
2940       layout: "plot-cpta"
2941
2942     - title: "VPP 8T4C IPv4 64B MRR Trending 2n-skx"
2943       output-file-name: "ip4-feature-8t4c-xxv710-2n-skx"
2944       data: "plot-performance-trending-vpp-2n-skx"
2945       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2946       parameters:
2947       - "result"
2948       layout: "plot-cpta"
2949
2950 # IPv4 Tunnels - x710
2951
2952     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx"
2953       output-file-name: "ip4-tunnels-2t1c-x710-2n-skx"
2954       data: "plot-performance-trending-vpp-2n-skx"
2955       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'"
2956       parameters:
2957       - "result"
2958       layout: "plot-cpta"
2959
2960     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx"
2961       output-file-name: "ip4-tunnels-4t2c-x710-2n-skx"
2962       data: "plot-performance-trending-vpp-2n-skx"
2963       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'"
2964       parameters:
2965       - "result"
2966       layout: "plot-cpta"
2967
2968     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx"
2969       output-file-name: "ip4-tunnels-8t4c-x710-2n-skx"
2970       data: "plot-performance-trending-vpp-2n-skx"
2971       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'"
2972       parameters:
2973       - "result"
2974       layout: "plot-cpta"
2975
2976 # IPv4 Tunnels - xxv710
2977
2978     - title: "VPP 2T1C IPv4 Tunnels 64B MRR Trending 2n-skx"
2979       output-file-name: "ip4-tunnels-2t1c-xxv710-2n-skx"
2980       data: "plot-performance-trending-vpp-2n-skx"
2981       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'"
2982       parameters:
2983       - "result"
2984       layout: "plot-cpta"
2985
2986     - title: "VPP 4T2C IPv4 Tunnels 64B MRR Trending 2n-skx"
2987       output-file-name: "ip4-tunnels-4t2c-xxv710-2n-skx"
2988       data: "plot-performance-trending-vpp-2n-skx"
2989       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'"
2990       parameters:
2991       - "result"
2992       layout: "plot-cpta"
2993
2994     - title: "VPP 8T4C IPv4 Tunnels 64B MRR Trending 2n-skx"
2995       output-file-name: "ip4-tunnels-8t4c-xxv710-2n-skx"
2996       data: "plot-performance-trending-vpp-2n-skx"
2997       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'"
2998       parameters:
2999       - "result"
3000       layout: "plot-cpta"
3001
3002 # IPv6 - x710
3003
3004     - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx"
3005       output-file-name: "ip6-2t1c-x710-2n-skx"
3006       data: "plot-performance-trending-vpp-2n-skx"
3007       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
3008       parameters:
3009       - "result"
3010       layout: "plot-cpta"
3011
3012     - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx"
3013       output-file-name: "ip6-4t2c-x710-2n-skx"
3014       data: "plot-performance-trending-vpp-2n-skx"
3015       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
3016       parameters:
3017       - "result"
3018       layout: "plot-cpta"
3019
3020     - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx"
3021       output-file-name: "ip6-8t4c-x710-2n-skx"
3022       data: "plot-performance-trending-vpp-2n-skx"
3023       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
3024       parameters:
3025       - "result"
3026       layout: "plot-cpta"
3027
3028 # IPv6 - xxv710
3029
3030     - title: "VPP 2T1C IPv6 78B MRR Trending 2n-skx"
3031       output-file-name: "ip6-2t1c-xxv710-2n-skx"
3032       data: "plot-performance-trending-vpp-2n-skx"
3033       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
3034       parameters:
3035       - "result"
3036       layout: "plot-cpta"
3037
3038     - title: "VPP 4T2C IPv6 78B MRR Trending 2n-skx"
3039       output-file-name: "ip6-4t2c-xxv710-2n-skx"
3040       data: "plot-performance-trending-vpp-2n-skx"
3041       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
3042       parameters:
3043       - "result"
3044       layout: "plot-cpta"
3045
3046     - title: "VPP 8T4C IPv6 78B MRR Trending 2n-skx"
3047       output-file-name: "ip6-8t4c-xxv710-2n-skx"
3048       data: "plot-performance-trending-vpp-2n-skx"
3049       filter: "'NIC_Intel-XXV710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '8T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
3050       parameters:
3051       - "result"
3052       layout: "plot-cpta"
3053
3054 # Container memif - x710, 64B
3055
3056     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx"
3057       output-file-name: "container-memif-l2-2t1c-x710-2n-skx"
3058       data: "plot-performance-trending-vpp-2n-skx"
3059       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3060       parameters:
3061       - "result"
3062       layout: "plot-cpta"
3063
3064     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx"
3065       output-file-name: "container-memif-l2-4t2c-x710-2n-skx"
3066       data: "plot-performance-trending-vpp-2n-skx"
3067       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3068       parameters:
3069       - "result"
3070       layout: "plot-cpta"
3071
3072     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx"
3073       output-file-name: "container-memif-l2-8t4c-x710-2n-skx"
3074       data: "plot-performance-trending-vpp-2n-skx"
3075       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3076       parameters:
3077       - "result"
3078       layout: "plot-cpta"
3079
3080 # Container memif - xxv710, 64B
3081
3082     - title: "VPP 2T1C L2 Container memif 64B MRR Trending 2n-skx"
3083       output-file-name: "container-memif-l2-2t1c-xxv710-2n-skx"
3084       data: "plot-performance-trending-vpp-2n-skx"
3085       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '2T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3086       parameters:
3087       - "result"
3088       layout: "plot-cpta"
3089
3090     - title: "VPP 4T2C L2 Container memif 64B MRR Trending 2n-skx"
3091       output-file-name: "container-memif-l2-4t2c-xxv710-2n-skx"
3092       data: "plot-performance-trending-vpp-2n-skx"
3093       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '4T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3094       parameters:
3095       - "result"
3096       layout: "plot-cpta"
3097
3098     - title: "VPP 8T4C L2 Container memif 64B MRR Trending 2n-skx"
3099       output-file-name: "container-memif-l2-8t4c-xxv710-2n-skx"
3100       data: "plot-performance-trending-vpp-2n-skx"
3101       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'BASE' and '8T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
3102       parameters:
3103       - "result"
3104       layout: "plot-cpta"
3105
3106 # VM vhost - x710, ethip4, 64B
3107
3108     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx"
3109       output-file-name: "vm-vhost-ethip4-2t1c-x710-2n-skx"
3110       data: "plot-performance-trending-vpp-2n-skx"
3111       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'"
3112       parameters:
3113       - "result"
3114       layout: "plot-cpta"
3115
3116     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx"
3117       output-file-name: "vm-vhost-ethip4-4t2c-x710-2n-skx"
3118       data: "plot-performance-trending-vpp-2n-skx"
3119       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'"
3120       parameters:
3121       - "result"
3122       layout: "plot-cpta"
3123
3124     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx"
3125       output-file-name: "vm-vhost-ethip4-8t4c-x710-2n-skx"
3126       data: "plot-performance-trending-vpp-2n-skx"
3127       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'"
3128       parameters:
3129       - "result"
3130       layout: "plot-cpta"
3131
3132 # VM vhost - xxv710, ethip4, 64B
3133
3134     - title: "VPP 2T1C VM vhost ethip4 64B MRR Trending 2n-skx"
3135       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-2n-skx"
3136       data: "plot-performance-trending-vpp-2n-skx"
3137       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'"
3138       parameters:
3139       - "result"
3140       layout: "plot-cpta"
3141
3142     - title: "VPP 4T2C VM vhost ethip4 64B MRR Trending 2n-skx"
3143       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-2n-skx"
3144       data: "plot-performance-trending-vpp-2n-skx"
3145       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'"
3146       parameters:
3147       - "result"
3148       layout: "plot-cpta"
3149
3150     - title: "VPP 8T4C VM vhost ethip4 64B MRR Trending 2n-skx"
3151       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-2n-skx"
3152       data: "plot-performance-trending-vpp-2n-skx"
3153       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'"
3154       parameters:
3155       - "result"
3156       layout: "plot-cpta"
3157
3158 # VM vhost - x710, ethip4, IMIX
3159
3160     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3161       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-2n-skx"
3162       data: "plot-performance-trending-vpp-2n-skx"
3163       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'"
3164       parameters:
3165       - "result"
3166       layout: "plot-cpta"
3167
3168     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3169       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-2n-skx"
3170       data: "plot-performance-trending-vpp-2n-skx"
3171       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'"
3172       parameters:
3173       - "result"
3174       layout: "plot-cpta"
3175
3176     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3177       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-2n-skx"
3178       data: "plot-performance-trending-vpp-2n-skx"
3179       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'"
3180       parameters:
3181       - "result"
3182       layout: "plot-cpta"
3183
3184 # VM vhost - xxv710, ethip4, IMIX
3185
3186     - title: "VPP 2T1C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3187       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-2n-skx"
3188       data: "plot-performance-trending-vpp-2n-skx"
3189       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'"
3190       parameters:
3191       - "result"
3192       layout: "plot-cpta"
3193
3194     - title: "VPP 4T2C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3195       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-2n-skx"
3196       data: "plot-performance-trending-vpp-2n-skx"
3197       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'"
3198       parameters:
3199       - "result"
3200       layout: "plot-cpta"
3201
3202     - title: "VPP 8T4C VM vhost ethip4 IMIX MRR Trending 2n-skx"
3203       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-2n-skx"
3204       data: "plot-performance-trending-vpp-2n-skx"
3205       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'"
3206       parameters:
3207       - "result"
3208       layout: "plot-cpta"
3209
3210 # VM vhost - x710, eth, 64B
3211
3212     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 2n-skx"
3213       output-file-name: "vm-vhost-eth-2t1c-x710-2n-skx"
3214       data: "plot-performance-trending-vpp-2n-skx"
3215       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3216
3217       parameters:
3218       - "result"
3219       layout: "plot-cpta"
3220
3221     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx"
3222       output-file-name: "vm-vhost-eth-4t2c-x710-2n-skx"
3223       data: "plot-performance-trending-vpp-2n-skx"
3224       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3225       parameters:
3226       - "result"
3227       layout: "plot-cpta"
3228
3229     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx"
3230       output-file-name: "vm-vhost-eth-8t4c-x710-2n-skx"
3231       data: "plot-performance-trending-vpp-2n-skx"
3232       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3233       parameters:
3234       - "result"
3235       layout: "plot-cpta"
3236
3237 # VM vhost - xxv710, eth, 64B
3238
3239     - title: "VPP 2T1C VM vhost eth 64B MRR Trending 2n-skx"
3240       output-file-name: "vm-vhost-eth-2t1c-xxv710-2n-skx"
3241       data: "plot-performance-trending-vpp-2n-skx"
3242       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3243
3244       parameters:
3245       - "result"
3246       layout: "plot-cpta"
3247
3248     - title: "VPP 4T2C VM vhost eth 64B MRR Trending 2n-skx"
3249       output-file-name: "vm-vhost-eth-4t2c-xxv710-2n-skx"
3250       data: "plot-performance-trending-vpp-2n-skx"
3251       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3252       parameters:
3253       - "result"
3254       layout: "plot-cpta"
3255
3256     - title: "VPP 8T4C VM vhost eth 64B MRR Trending 2n-skx"
3257       output-file-name: "vm-vhost-eth-8t4c-xxv710-2n-skx"
3258       data: "plot-performance-trending-vpp-2n-skx"
3259       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3260       parameters:
3261       - "result"
3262       layout: "plot-cpta"
3263
3264 # VM vhost - x710, eth, IMIX
3265
3266     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 2n-skx"
3267       output-file-name: "vm-vhost-imix-eth-2t1c-x710-2n-skx"
3268       data: "plot-performance-trending-vpp-2n-skx"
3269       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3270
3271       parameters:
3272       - "result"
3273       layout: "plot-cpta"
3274
3275     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx"
3276       output-file-name: "vm-vhost-imix-eth-4t2c-x710-2n-skx"
3277       data: "plot-performance-trending-vpp-2n-skx"
3278       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3279       parameters:
3280       - "result"
3281       layout: "plot-cpta"
3282
3283     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx"
3284       output-file-name: "vm-vhost-imix-eth-8t4c-x710-2n-skx"
3285       data: "plot-performance-trending-vpp-2n-skx"
3286       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3287       parameters:
3288       - "result"
3289       layout: "plot-cpta"
3290
3291 # VM vhost - xxv710, eth, IMIX
3292
3293     - title: "VPP 2T1C VM vhost eth IMIX MRR Trending 2n-skx"
3294       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-2n-skx"
3295       data: "plot-performance-trending-vpp-2n-skx"
3296       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3297
3298       parameters:
3299       - "result"
3300       layout: "plot-cpta"
3301
3302     - title: "VPP 4T2C VM vhost eth IMIX MRR Trending 2n-skx"
3303       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-2n-skx"
3304       data: "plot-performance-trending-vpp-2n-skx"
3305       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3306       parameters:
3307       - "result"
3308       layout: "plot-cpta"
3309
3310     - title: "VPP 8T4C VM vhost eth IMIX MRR Trending 2n-skx"
3311       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-2n-skx"
3312       data: "plot-performance-trending-vpp-2n-skx"
3313       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3314       parameters:
3315       - "result"
3316       layout: "plot-cpta"
3317
3318 # Link Bonding - x710
3319
3320     - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
3321       output-file-name: "lb-64b-2t1c-x710-2n-skx"
3322       data: "plot-performance-trending-vpp-2n-skx"
3323       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
3324       parameters:
3325       - "result"
3326       layout: "plot-cpta"
3327
3328     - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
3329       output-file-name: "lb-64b-4t2c-x710-2n-skx"
3330       data: "plot-performance-trending-vpp-2n-skx"
3331       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
3332       parameters:
3333       - "result"
3334       layout: "plot-cpta"
3335
3336     - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
3337       output-file-name: "lb-64b-8t4c-x710-2n-skx"
3338       data: "plot-performance-trending-vpp-2n-skx"
3339       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
3340       parameters:
3341       - "result"
3342       layout: "plot-cpta"
3343
3344     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
3345       output-file-name: "lb-imix-2t1c-x710-2n-skx"
3346       data: "plot-performance-trending-vpp-2n-skx"
3347       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
3348       parameters:
3349       - "result"
3350       layout: "plot-cpta"
3351
3352     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
3353       output-file-name: "lb-imix-4t2c-x710-2n-skx"
3354       data: "plot-performance-trending-vpp-2n-skx"
3355       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
3356       parameters:
3357       - "result"
3358       layout: "plot-cpta"
3359
3360     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
3361       output-file-name: "lb-imix-8t4c-x710-2n-skx"
3362       data: "plot-performance-trending-vpp-2n-skx"
3363       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
3364       parameters:
3365       - "result"
3366       layout: "plot-cpta"
3367
3368 # Link Bonding - xxv710
3369
3370     - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
3371       output-file-name: "lb-64b-2t1c-xxv710-2n-skx"
3372       data: "plot-performance-trending-vpp-2n-skx"
3373       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
3374       parameters:
3375       - "result"
3376       layout: "plot-cpta"
3377
3378     - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
3379       output-file-name: "lb-64b-4t2c-xxv710-2n-skx"
3380       data: "plot-performance-trending-vpp-2n-skx"
3381       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
3382       parameters:
3383       - "result"
3384       layout: "plot-cpta"
3385
3386     - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
3387       output-file-name: "lb-64b-8t4c-xxv710-2n-skx"
3388       data: "plot-performance-trending-vpp-2n-skx"
3389       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
3390       parameters:
3391       - "result"
3392       layout: "plot-cpta"
3393
3394     - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
3395       output-file-name: "lb-imix-2t1c-xxv710-2n-skx"
3396       data: "plot-performance-trending-vpp-2n-skx"
3397       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
3398       parameters:
3399       - "result"
3400       layout: "plot-cpta"
3401
3402     - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
3403       output-file-name: "lb-imix-4t2c-xxv710-2n-skx"
3404       data: "plot-performance-trending-vpp-2n-skx"
3405       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
3406       parameters:
3407       - "result"
3408       layout: "plot-cpta"
3409
3410     - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
3411       output-file-name: "lb-imix-8t4c-xxv710-2n-skx"
3412       data: "plot-performance-trending-vpp-2n-skx"
3413       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
3414       parameters:
3415       - "result"
3416       layout: "plot-cpta"
3417
3418 # DPDK - x710 - 64B
3419
3420     - title: "DPDK 2T1C 64B MRR Trending 2n-skx"
3421       output-file-name: "dpdk-64b-2t1c-x710-2n-skx"
3422       data: "plot-performance-trending-dpdk-2n-skx"
3423       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3424       parameters:
3425       - "result"
3426       layout: "plot-cpta"
3427
3428     - title: "DPDK 4T2C 64B MRR Trending 2n-skx"
3429       output-file-name: "dpdk-64b-4t2c-x710-2n-skx"
3430       data: "plot-performance-trending-dpdk-2n-skx"
3431       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3432       parameters:
3433       - "result"
3434       layout: "plot-cpta"
3435
3436     - title: "DPDK 8T4C 64B MRR Trending 2n-skx"
3437       output-file-name: "dpdk-64b-8t4c-x710-2n-skx"
3438       data: "plot-performance-trending-dpdk-2n-skx"
3439       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3440       parameters:
3441       - "result"
3442       layout: "plot-cpta"
3443
3444 # DPDK - x710 - IMIX
3445
3446     - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
3447       output-file-name: "dpdk-imix-2t1c-x710-2n-skx"
3448       data: "plot-performance-trending-dpdk-2n-skx"
3449       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3450       parameters:
3451       - "result"
3452       layout: "plot-cpta"
3453
3454     - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
3455       output-file-name: "dpdk-imix-4t2c-x710-2n-skx"
3456       data: "plot-performance-trending-dpdk-2n-skx"
3457       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3458       parameters:
3459       - "result"
3460       layout: "plot-cpta"
3461
3462     - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
3463       output-file-name: "dpdk-imix-8t4c-x710-2n-skx"
3464       data: "plot-performance-trending-dpdk-2n-skx"
3465       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3466       parameters:
3467       - "result"
3468       layout: "plot-cpta"
3469
3470 # DPDK - xxv710 - 64B
3471
3472     - title: "DPDK 2T1C 64B MRR Trending 2n-skx"
3473       output-file-name: "dpdk-64b-2t1c-xxv710-2n-skx"
3474       data: "plot-performance-trending-dpdk-2n-skx"
3475       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3476       parameters:
3477       - "result"
3478       layout: "plot-cpta"
3479
3480     - title: "DPDK 4T2C 64B MRR Trending 2n-skx"
3481       output-file-name: "dpdk-64b-4t2c-xxv710-2n-skx"
3482       data: "plot-performance-trending-dpdk-2n-skx"
3483       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3484       parameters:
3485       - "result"
3486       layout: "plot-cpta"
3487
3488     - title: "DPDK 8T4C 64B MRR Trending 2n-skx"
3489       output-file-name: "dpdk-64b-8t4c-xxv710-2n-skx"
3490       data: "plot-performance-trending-dpdk-2n-skx"
3491       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3492       parameters:
3493       - "result"
3494       layout: "plot-cpta"
3495
3496 # DPDK - xxv710 - IMIX
3497
3498     - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
3499       output-file-name: "dpdk-imix-2t1c-xxv710-2n-skx"
3500       data: "plot-performance-trending-dpdk-2n-skx"
3501       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3502       parameters:
3503       - "result"
3504       layout: "plot-cpta"
3505
3506     - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
3507       output-file-name: "dpdk-imix-4t2c-xxv710-2n-skx"
3508       data: "plot-performance-trending-dpdk-2n-skx"
3509       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3510       parameters:
3511       - "result"
3512       layout: "plot-cpta"
3513
3514     - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
3515       output-file-name: "dpdk-imix-8t4c-xxv710-2n-skx"
3516       data: "plot-performance-trending-dpdk-2n-skx"
3517       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3518       parameters:
3519       - "result"
3520       layout: "plot-cpta"