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