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