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