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