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