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