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