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