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