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