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