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