Trending: ipsec
[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     "10.30.51.49": "LF-3n-TSH-33"
75     "10.32.8.10": "LF-DNV"
76
77 -
78   type: "configuration"
79
80   archive-inputs: False
81
82   mapping-file: "mapping_tc_names.yaml"
83
84   ignore-list: "ignored_tcs.yaml"
85
86   alerting:
87
88     alerts:
89
90 # As Jenkins slave is not configured to send emails, this is now only as
91 # a working example:
92 #
93 #      # Send the list of failed tests vie email.
94 #      # Pre-requisites:
95 #      # - SMTP server is installed on the Jenkins slave
96 #      # - SMTP server is configured to send emails. Default configuration is
97 #      #   sufficient.
98 #      email-failed-tests:
99 #        # Title is used in logs and also as the email subject.
100 #        title: "Trending: Failed Tests"
101 #        # Type of alert.
102 #        type: "failed-tests"
103 #        # How to send the alert. The used way must be specified in the
104 #        # configuration part.
105 #        way: "email"
106 #        # Data to be included in the alert.
107 #        # Here is used the list of tables generated by the function
108 #        # "table_failed_tests_html".
109 #        include:
110 #        - "failed-tests-3n-hsw"
111 #        - "failed-tests-3n-skx"
112 #        - "failed-tests-2n-skx"
113 #        # This url is used in the tables instead of the original one. The aim
114 #        # is to make the links usable also from the email.
115 #        url: "https://docs.fd.io/csit/master/trending/trending"
116
117       # Jenkins job sends the email with failed tests.
118       # Pre-requisites:
119       # - Jenkins job is configured to send emails in "Post-build Actions" -->
120       #   "Editable Email Notification".
121       jenkins-send-failed-tests:
122         title: "Trending: Failed Tests"
123         type: "failed-tests"
124         way: "jenkins"
125         include:
126         - "last-failed-tests-3n-hsw"
127         - "last-failed-tests-3n-skx"
128         - "last-failed-tests-2n-skx"
129         - "last-failed-tests-3n-tsh"
130         urls:
131           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master"
132           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-skx"
133           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-skx"
134           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-tsh"
135         url-details: "https://docs.fd.io/csit/master/trending/introduction/failures.html"
136
137     configurations:
138       # Configuration of the email notifications.
139       email:
140         # SMTP server
141         server: "localhost"
142         # List of recipients.
143         address-to:
144         - "csit-report@lists.fd.io"
145         # Sender
146         address-from: "testuser@testserver.com"
147
148       # Configuration of notifications sent by Jenkins.
149       jenkins:
150         # The directory in the workspace where the generated data is stored and
151         # then read by Jenkins job.
152         output-dir: "_build/_static/vpp"
153         # The name of the output files. ASCII text and HTML formats are
154         # generated.
155         output-file: "trending-failed-tests"
156         # If defined, all output files are zipped into this file.
157         zip-output: "failed-tests.tar.gz"
158
159   data-sets:
160
161     # Compressed failed tests (last builds)
162     table-last-failed-tests-3n-hsw:
163       csit-vpp-perf-mrr-daily-master:
164         - "lastCompletedBuild"
165     table-last-failed-tests-3n-skx:
166       csit-vpp-perf-mrr-daily-master-3n-skx:
167         - "lastCompletedBuild"
168     table-last-failed-tests-2n-skx:
169       csit-vpp-perf-mrr-daily-master-2n-skx:
170         - "lastCompletedBuild"
171     table-last-failed-tests-nf-2n-skx:
172       csit-vpp-perf-mrr-weekly-master-2n-skx:
173         - "lastCompletedBuild"
174     table-last-failed-tests-3n-tsh:
175       csit-vpp-perf-mrr-daily-master-3n-tsh:
176         - "lastCompletedBuild"
177     table-last-failed-tests-3n-dnv:
178       csit-vpp-perf-mrr-daily-master-3n-dnv:
179         - "lastCompletedBuild"
180     table-last-failed-tests-2n-dnv:
181       csit-vpp-perf-mrr-daily-master-2n-dnv:
182         - "lastCompletedBuild"
183
184     # 3n-hsw
185     plot-performance-trending-all-3n-hsw:
186       csit-vpp-perf-mrr-daily-master:
187         start: 700
188         end: "lastCompletedBuild"
189         skip:
190           - 726
191           - 749
192           - 750
193           - 751
194           - 752
195           - 753
196           - 754
197           - 755
198           - 756
199           - 757
200           - 758
201           - 760
202           - 781
203           - 782
204           - 783
205           - 784
206           - 786
207           - 787
208           - 788
209           - 789
210           - 791 #
211           - 792 #
212           - 793
213           - 795
214           - 796
215           - 797
216           - 798
217           - 799
218           - 801 #
219           - 802 #
220           - 804 #
221           - 805
222           - 806
223           - 807 #
224           - 808 #
225           - 810 #
226           - 815
227       csit-dpdk-perf-mrr-weekly-master:
228         start: 73
229         end: "lastCompletedBuild"
230
231     plot-performance-trending-vpp-3n-hsw:
232       csit-vpp-perf-mrr-daily-master:
233         start: 700
234         end: "lastCompletedBuild"
235         skip:
236           - 726
237           - 749
238           - 750
239           - 751
240           - 752
241           - 753
242           - 754
243           - 755
244           - 756
245           - 757
246           - 758
247           - 760
248           - 781
249           - 782
250           - 783
251           - 784
252           - 786
253           - 787
254           - 788
255           - 789
256           - 791 #
257           - 792 #
258           - 793
259           - 795
260           - 796
261           - 797
262           - 798
263           - 799
264           - 801 #
265           - 802 #
266           - 804 #
267           - 805
268           - 806
269           - 807 #
270           - 808 #
271           - 810 #
272           - 815
273
274     plot-performance-trending-dpdk-3n-hsw:
275       csit-dpdk-perf-mrr-weekly-master:
276         start: 73
277         end: "lastCompletedBuild"
278
279     # 3n-skx
280     plot-performance-trending-all-3n-skx:
281       csit-vpp-perf-mrr-daily-master-3n-skx:
282         start: 450
283         end: "lastCompletedBuild"
284         skip:
285           - 480
286           - 481
287           - 499
288           - 500
289           - 501
290           - 502
291           - 503
292           - 504
293           - 505
294           - 506
295           - 507
296           - 508
297           - 510
298           - 511
299           - 531
300           - 532
301           - 533
302           - 534
303           - 536
304           - 537
305           - 538
306           - 539
307           - 541 #
308           - 542 #
309           - 544 #
310           - 545
311           - 546
312           - 547
313           - 548
314           - 549
315           - 551 #
316           - 552 #
317           - 554 #
318           - 555
319           - 556
320           - 557 #
321           - 558 #
322           - 560 #
323           - 562 #
324       csit-dpdk-perf-mrr-weekly-master-3n-skx:
325         start: 38
326         end: "lastCompletedBuild"
327
328     plot-performance-trending-vpp-3n-skx:
329       csit-vpp-perf-mrr-daily-master-3n-skx:
330         start: 450
331         end: "lastCompletedBuild"
332         skip:
333           - 480
334           - 481
335           - 499
336           - 500
337           - 501
338           - 502
339           - 503
340           - 504
341           - 505
342           - 506
343           - 507
344           - 508
345           - 510
346           - 511
347           - 531
348           - 532
349           - 533
350           - 534
351           - 536
352           - 537
353           - 538
354           - 539
355           - 541 #
356           - 542 #
357           - 544 #
358           - 545
359           - 546
360           - 547
361           - 548
362           - 549
363           - 551 #
364           - 552 #
365           - 554 #
366           - 555
367           - 556
368           - 557 #
369           - 558 #
370           - 560 #
371           - 562 #
372
373     plot-performance-trending-dpdk-3n-skx:
374       csit-dpdk-perf-mrr-weekly-master-3n-skx:
375         start: 38
376         end: "lastCompletedBuild"
377
378     # 2n-skx
379     plot-performance-trending-all-2n-skx:
380       csit-vpp-perf-mrr-daily-master-2n-skx:
381         start: 450
382         end: "lastCompletedBuild"
383         skip:
384           - 477
385           - 500
386           - 501
387           - 502
388           - 503
389           - 504
390           - 505
391           - 506
392           - 507
393           - 508
394           - 509
395           - 532
396           - 533
397           - 534
398           - 537
399           - 538
400           - 539
401           - 540
402           - 546
403           - 547
404           - 548
405           - 549
406           - 550
407           - 556
408           - 557
409       csit-dpdk-perf-mrr-weekly-master-2n-skx:
410         start: 37
411         end: "lastCompletedBuild"
412         skip:
413           - 39
414
415     plot-performance-trending-vpp-2n-skx:
416       csit-vpp-perf-mrr-daily-master-2n-skx:
417         start: 450
418         end: "lastCompletedBuild"
419         skip:
420           - 477
421           - 500
422           - 501
423           - 502
424           - 503
425           - 504
426           - 505
427           - 506
428           - 507
429           - 508
430           - 509
431           - 532
432           - 533
433           - 534
434           - 537
435           - 538
436           - 539
437           - 540
438           - 546
439           - 547
440           - 548
441           - 549
442           - 550
443           - 556
444           - 557
445
446     plot-performance-trending-dpdk-2n-skx:
447       csit-dpdk-perf-mrr-weekly-master-2n-skx:
448         start: 37
449         end: "lastCompletedBuild"
450         skip:
451           - 39
452
453     plot-performance-trending-vpp-nfv-2n-skx:
454       csit-vpp-perf-mrr-weekly-master-2n-skx:
455         start: 16
456         end: "lastCompletedBuild"
457         skip:
458           - 21
459
460     # 3n-tsh
461     plot-performance-trending-all-3n-tsh:
462       csit-vpp-perf-mrr-daily-master-3n-tsh:
463         start: 55
464         end: "lastCompletedBuild"
465         skip:
466           - 61
467           - 62
468           - 63
469           - 64
470           - 65
471
472     plot-performance-trending-vpp-3n-tsh:
473       csit-vpp-perf-mrr-daily-master-3n-tsh:
474         start: 55
475         end: "lastCompletedBuild"
476         skip:
477           - 61
478           - 62
479           - 63
480           - 64
481           - 65
482
483     plot-performance-trending-vpp-3n-dnv:
484       csit-vpp-perf-mrr-daily-master-3n-dnv:
485         start: 41
486         end: "lastCompletedBuild"
487         skip:
488           - 46
489           - 47
490           - 57
491           - 58
492           - 59
493           - 60
494           - 62
495           - 63
496
497     plot-performance-trending-vpp-2n-dnv:
498       csit-vpp-perf-mrr-daily-master-2n-dnv:
499         start: 41
500         end: "lastCompletedBuild"
501         skip:
502           - 46
503           - 47
504           - 57
505           - 58
506           - 59
507
508   plot-layouts:
509
510     plot-cpta:
511       title: ""
512       titlefont:
513         size: 16
514       autosize: True
515       showlegend: True
516       width: 1100
517       height: 800
518       yaxis:
519         showticklabels: True
520         tickformat: ".4s"
521         title: "Throughput [pps]"
522         hoverformat: ".4s"
523         gridcolor: "rgb(238, 238, 238)"
524         linecolor: "rgb(238, 238, 238)"
525         showline: True
526         zeroline: False
527         tickcolor: "rgb(238, 238, 238)"
528         linewidth: 1
529         showgrid: True
530       xaxis:
531         title: 'Date [MMDD]'
532         type: "date"
533         autorange: True
534         fixedrange: False
535         showgrid: True
536         gridcolor: "rgb(238, 238, 238)"
537         showline: True
538         linecolor: "rgb(238, 238, 238)"
539         zeroline: False
540         linewidth: 1
541         showticklabels: True
542         tickcolor: "rgb(238, 238, 238)"
543         tickmode: "auto"
544         tickformat: "%m%d"
545         rangeselector:
546           buttons:
547           - count: 14
548             label: "2w"
549             step: "day"
550             stepmode: "backward"
551           - count: 1
552             label: "1m"
553             step: "month"
554             stepmode: "backward"
555           - count: 2
556             label: "2m"
557             step: "month"
558             stepmode: "backward"
559           - count: 3
560             label: "3m"
561             step: "month"
562             stepmode: "backward"
563           - step: "all"
564       margin:
565         r: 20
566         b: 5
567         t: 5
568         l: 70
569       legend:
570         orientation: "h"
571         xanchor: "center"
572         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
573         tracegroupgap: 20
574         bordercolor: "rgb(238, 238, 238)"
575       hoverlabel:
576         namelength: -1
577
578 -
579   type: "static"
580   src-path: "{DIR[RST]}"
581   dst-path: "{DIR[WORKING,SRC]}"
582
583 -
584   type: "input"
585   general:
586     file-name: "output_info.xml.gz"
587     file-format: ".gz"
588     download-path: "{job}/{build}/archives/{filename}"
589     extract: "output.xml"
590     # Number of days from now to the past. Only files generated in this
591     # time period are used.
592     time-period: 60
593
594   builds:
595
596     # 3n-hsw
597     csit-vpp-perf-mrr-daily-master:
598       start: 700
599       end: "lastCompletedBuild"
600       skip:
601         - 726
602         - 749
603         - 750
604         - 751
605         - 752
606         - 753
607         - 754
608         - 755
609         - 756
610         - 757
611         - 758
612         - 760
613         - 781
614         - 782
615         - 783
616         - 784
617         - 786
618         - 787
619         - 788
620         - 789
621         - 791 #
622         - 792 #
623         - 793
624         - 795
625         - 796
626         - 797
627         - 798
628         - 799
629         - 801 #
630         - 802 #
631         - 804 #
632         - 805
633         - 806
634         - 807 #
635         - 808 #
636         - 810 #
637         - 815
638     csit-dpdk-perf-mrr-weekly-master:
639       start: 73
640       end: "lastCompletedBuild"
641
642     # 3n-skx
643     csit-vpp-perf-mrr-daily-master-3n-skx:
644       start: 450
645       end: "lastCompletedBuild"
646       skip:
647         - 480
648         - 481
649         - 499
650         - 500
651         - 501
652         - 502
653         - 503
654         - 504
655         - 505
656         - 506
657         - 507
658         - 508
659         - 510
660         - 511
661         - 531
662         - 532
663         - 533
664         - 534
665         - 536
666         - 537
667         - 538
668         - 539
669         - 541 #
670         - 542 #
671         - 544 #
672         - 545
673         - 546
674         - 547
675         - 548
676         - 549
677         - 551 #
678         - 552 #
679         - 554 #
680         - 555
681         - 556
682         - 557 #
683         - 558 #
684         - 560 #
685         - 562 #
686     csit-dpdk-perf-mrr-weekly-master-3n-skx:
687       start: 38
688       end: "lastCompletedBuild"
689
690     # 2n-skx
691     csit-vpp-perf-mrr-daily-master-2n-skx:
692       start: 450
693       end: "lastCompletedBuild"
694       skip:
695         - 477
696         - 500
697         - 501
698         - 502
699         - 503
700         - 504
701         - 505
702         - 506
703         - 507
704         - 508
705         - 509
706         - 532
707         - 533
708         - 534
709         - 537
710         - 538
711         - 539
712         - 540
713         - 546
714         - 547
715         - 548
716         - 549
717         - 550
718         - 556
719         - 557
720     csit-vpp-perf-mrr-weekly-master-2n-skx:
721       start: 16
722       end: "lastCompletedBuild"
723       skip:
724         - 21
725     csit-dpdk-perf-mrr-weekly-master-2n-skx:
726       start: 37
727       end: "lastCompletedBuild"
728       skip:
729         - 39
730
731     # 3n-tsh
732     csit-vpp-perf-mrr-daily-master-3n-tsh:
733       start: 55
734       end: "lastCompletedBuild"
735       skip:
736         - 61
737         - 62
738         - 63
739
740     # 3n-dnv
741     csit-vpp-perf-mrr-daily-master-3n-dnv:
742       start: 41
743       end: "lastCompletedBuild"
744       skip:
745         - 46
746         - 47
747         - 57
748         - 58
749         - 59
750         - 60
751         - 62
752         - 63
753
754     # 2n-dnv
755     csit-vpp-perf-mrr-daily-master-2n-dnv:
756       start: 41
757       end: "lastCompletedBuild"
758       skip:
759         - 46
760         - 47
761         - 57
762         - 58
763         - 59
764
765 -
766   type: "output"
767   output:
768     "CPTA"  # Continuous Performance Trending and Analysis
769   format:
770     html:
771     - full
772
773 ################################################################################
774 ###                               T A B L E S                                ###
775 ################################################################################
776
777 ################################################################################
778
779 # Compressed failed tests (last build)
780 -
781   type: "table"
782   title: "Last failed tests (last builds) 3n-hsw"
783   algorithm: "table_last_failed_tests"
784   output-file-ext: ".txt"
785   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-hsw"
786   data: "table-last-failed-tests-3n-hsw"
787   filter: "'MRR'"
788   parameters:
789     - "name"
790     - "parent"
791     - "status"
792
793 -
794   type: "table"
795   title: "Last failed tests (last builds) 3n-skx"
796   algorithm: "table_last_failed_tests"
797   output-file-ext: ".txt"
798   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-skx"
799   data: "table-last-failed-tests-3n-skx"
800   filter: "'MRR'"
801   parameters:
802     - "name"
803     - "parent"
804     - "status"
805
806 -
807   type: "table"
808   title: "Last failed tests (last builds) 2n-skx"
809   algorithm: "table_last_failed_tests"
810   output-file-ext: ".txt"
811   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-skx"
812   data: "table-last-failed-tests-2n-skx"
813   filter: "'MRR'"
814   parameters:
815     - "name"
816     - "parent"
817     - "status"
818
819 -
820   type: "table"
821   title: "Last failed tests (last builds) 3n-tsh"
822   algorithm: "table_last_failed_tests"
823   output-file-ext: ".txt"
824   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-tsh"
825   data: "table-last-failed-tests-3n-tsh"
826   filter: "'MRR'"
827   parameters:
828     - "name"
829     - "parent"
830     - "status"
831
832 -
833   type: "table"
834   title: "Last failed tests (last builds) 3n-dnv"
835   algorithm: "table_last_failed_tests"
836   output-file-ext: ".txt"
837   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-dnv"
838   data: "table-last-failed-tests-3n-dnv"
839   filter: "'MRR'"
840   parameters:
841     - "name"
842     - "parent"
843     - "status"
844
845 -
846   type: "table"
847   title: "Last failed tests (last builds) 2n-dnv"
848   algorithm: "table_last_failed_tests"
849   output-file-ext: ".txt"
850   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-dnv"
851   data: "table-last-failed-tests-2n-dnv"
852   filter: "'MRR'"
853   parameters:
854     - "name"
855     - "parent"
856     - "status"
857
858 # 3n-hsw
859 -
860   type: "table"
861   title: "Performance trending dashboard 1t1c-3n-hsw"
862   algorithm: "table_performance_trending_dashboard"
863   output-file-ext: ".csv"
864   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
865   data: "plot-performance-trending-all-3n-hsw"
866   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
867   parameters:
868   - "name"
869   - "parent"
870   - "result"
871   ignore-list:
872     # This test is "ndrdisc" test and was improperly tagged. It was fixed
873     # but it remains in the old output.xml files.
874   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
875   window: 14
876   long-trend-window: 180
877
878 -
879   type: "table"
880   title: "Performance trending dashboard 2t2c-3n-hsw"
881   algorithm: "table_performance_trending_dashboard"
882   output-file-ext: ".csv"
883   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
884   data: "plot-performance-trending-all-3n-hsw"
885   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
886   parameters:
887   - "name"
888   - "parent"
889   - "result"
890   ignore-list:
891     # This test is "ndrdisc" test and was improperly tagged. It was fixed
892     # but it remains in the old output.xml files.
893   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
894   window: 14
895   long-trend-window: 180
896
897 -
898   type: "table"
899   title: "Performance trending dashboard 4t4c-3n-hsw"
900   algorithm: "table_performance_trending_dashboard"
901   output-file-ext: ".csv"
902   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
903   data: "plot-performance-trending-all-3n-hsw"
904   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
905   parameters:
906   - "name"
907   - "parent"
908   - "result"
909   ignore-list:
910     # This test is "ndrdisc" test and was improperly tagged. It was fixed
911     # but it remains in the old output.xml files.
912   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
913   window: 14
914   long-trend-window: 180
915
916 -
917   type: "table"
918   title: "HTML performance trending dashboard 1t1c-3n-hsw"
919   algorithm: "table_performance_trending_dashboard_html"
920   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
921   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
922   testbed: "3n-hsw"
923
924 -
925   type: "table"
926   title: "HTML performance trending dashboard 2t2c-3n-hsw"
927   algorithm: "table_performance_trending_dashboard_html"
928   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
929   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
930   testbed: "3n-hsw"
931
932 -
933   type: "table"
934   title: "HTML performance trending dashboard 4t4c-3n-hsw"
935   algorithm: "table_performance_trending_dashboard_html"
936   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
937   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
938   testbed: "3n-hsw"
939
940 -
941   type: "table"
942   title: "Failed MRR tests 3n-hsw"
943   algorithm: "table_failed_tests"
944   output-file-ext: ".csv"
945   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
946   data: "plot-performance-trending-all-3n-hsw"
947   filter: "'MRR' and not 'NIC_Intel-XXV710'"
948   parameters:
949   - "name"
950   - "parent"
951   - "status"
952   ignore-list:
953     # This test is "ndrdisc" test and was improperly tagged. It was fixed
954     # but it remains in the old output.xml files.
955   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
956   window: 7  # days
957
958 -
959   type: "table"
960   title: "HTML Failed MRR tests 3n-hsw"
961   algorithm: "table_failed_tests_html"
962   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
963   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
964   testbed: "3n-hsw"
965
966 ################################################################################
967 # 3n-skx
968 -
969   type: "table"
970   title: "Performance trending dashboard 2t1c-3n-skx"
971   algorithm: "table_performance_trending_dashboard"
972   output-file-ext: ".csv"
973   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
974   data: "plot-performance-trending-all-3n-skx"
975   filter: "'MRR' and '2T1C'"
976   parameters:
977   - "name"
978   - "parent"
979   - "result"
980   ignore-list:
981     # This test is "ndrdisc" test and was improperly tagged. It was fixed
982     # but it remains in the old output.xml files.
983   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
984   window: 14
985   long-trend-window: 180
986
987 -
988   type: "table"
989   title: "Performance trending dashboard 4t2c-3n-skx"
990   algorithm: "table_performance_trending_dashboard"
991   output-file-ext: ".csv"
992   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
993   data: "plot-performance-trending-all-3n-skx"
994   filter: "'MRR' and '4T2C'"
995   parameters:
996   - "name"
997   - "parent"
998   - "result"
999   ignore-list:
1000     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1001     # but it remains in the old output.xml files.
1002   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1003   window: 14
1004   long-trend-window: 180
1005
1006 -
1007   type: "table"
1008   title: "Performance trending dashboard 8t4c-3n-skx"
1009   algorithm: "table_performance_trending_dashboard"
1010   output-file-ext: ".csv"
1011   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
1012   data: "plot-performance-trending-all-3n-skx"
1013   filter: "'MRR' and '8T4C'"
1014   parameters:
1015   - "name"
1016   - "parent"
1017   - "result"
1018   ignore-list:
1019     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1020     # but it remains in the old output.xml files.
1021   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1022   window: 14
1023   long-trend-window: 180
1024
1025 -
1026   type: "table"
1027   title: "HTML performance trending dashboard 2t1c-3n-skx"
1028   algorithm: "table_performance_trending_dashboard_html"
1029   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
1030   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
1031   testbed: "3n-skx"
1032
1033 -
1034   type: "table"
1035   title: "HTML performance trending dashboard 4t2c-3n-skx"
1036   algorithm: "table_performance_trending_dashboard_html"
1037   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
1038   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
1039   testbed: "3n-skx"
1040
1041 -
1042   type: "table"
1043   title: "HTML performance trending dashboard 8t4c-3n-skx"
1044   algorithm: "table_performance_trending_dashboard_html"
1045   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
1046   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
1047   testbed: "3n-skx"
1048
1049 -
1050   type: "table"
1051   title: "Failed MRR tests 3n-skx"
1052   algorithm: "table_failed_tests"
1053   output-file-ext: ".csv"
1054   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
1055   data: "plot-performance-trending-all-3n-skx"
1056   filter: "'MRR'"
1057   parameters:
1058   - "name"
1059   - "parent"
1060   - "status"
1061   ignore-list:
1062     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1063     # but it remains in the old output.xml files.
1064   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1065   window: 7  # days
1066
1067 -
1068   type: "table"
1069   title: "HTML Failed MRR tests 3n-skx"
1070   algorithm: "table_failed_tests_html"
1071   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
1072   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
1073   testbed: "3n-skx"
1074
1075 ################################################################################
1076 # 2n-skx
1077 -
1078   type: "table"
1079   title: "Performance trending dashboard 2t1c-2n-skx"
1080   algorithm: "table_performance_trending_dashboard"
1081   output-file-ext: ".csv"
1082   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
1083   data: "plot-performance-trending-all-2n-skx"
1084   filter: "'MRR' and '2T1C'"
1085   parameters:
1086   - "name"
1087   - "parent"
1088   - "result"
1089   ignore-list:
1090     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1091     # but it remains in the old output.xml files.
1092   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1093   window: 14
1094   long-trend-window: 180
1095
1096 -
1097   type: "table"
1098   title: "Performance trending dashboard 4t2c-2n-skx"
1099   algorithm: "table_performance_trending_dashboard"
1100   output-file-ext: ".csv"
1101   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
1102   data: "plot-performance-trending-all-2n-skx"
1103   filter: "'MRR' and '4T2C'"
1104   parameters:
1105   - "name"
1106   - "parent"
1107   - "result"
1108   ignore-list:
1109     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1110     # but it remains in the old output.xml files.
1111   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1112   window: 14
1113   long-trend-window: 180
1114
1115 -
1116   type: "table"
1117   title: "Performance trending dashboard 8t4c-2n-skx"
1118   algorithm: "table_performance_trending_dashboard"
1119   output-file-ext: ".csv"
1120   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
1121   data: "plot-performance-trending-all-2n-skx"
1122   filter: "'MRR' and '8T4C'"
1123   parameters:
1124   - "name"
1125   - "parent"
1126   - "result"
1127   ignore-list:
1128     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1129     # but it remains in the old output.xml files.
1130   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1131   window: 14
1132   long-trend-window: 180
1133
1134 -
1135   type: "table"
1136   title: "HTML performance trending dashboard 2t1c-2n-skx"
1137   algorithm: "table_performance_trending_dashboard_html"
1138   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
1139   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
1140   testbed: "2n-skx"
1141
1142 -
1143   type: "table"
1144   title: "HTML performance trending dashboard 4t2c-2n-skx"
1145   algorithm: "table_performance_trending_dashboard_html"
1146   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
1147   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
1148   testbed: "2n-skx"
1149
1150 -
1151   type: "table"
1152   title: "HTML performance trending dashboard 8t4c-2n-skx"
1153   algorithm: "table_performance_trending_dashboard_html"
1154   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
1155   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
1156   testbed: "2n-skx"
1157
1158 -
1159   type: "table"
1160   title: "Failed MRR tests 2n-skx"
1161   algorithm: "table_failed_tests"
1162   output-file-ext: ".csv"
1163   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
1164   data: "plot-performance-trending-all-2n-skx"
1165   filter: "'MRR'"
1166   parameters:
1167   - "name"
1168   - "parent"
1169   - "status"
1170   ignore-list:
1171     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1172     # but it remains in the old output.xml files.
1173   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1174   window: 7  # days
1175
1176 -
1177   type: "table"
1178   title: "HTML Failed MRR tests 2n-skx"
1179   algorithm: "table_failed_tests_html"
1180   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
1181   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
1182   testbed: "2n-skx"
1183
1184 ################################################################################
1185 # 3n-tsh
1186 -
1187   type: "table"
1188   title: "Performance trending dashboard 1t1c-3n-tsh"
1189   algorithm: "table_performance_trending_dashboard"
1190   output-file-ext: ".csv"
1191   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh"
1192   data: "plot-performance-trending-all-3n-tsh"
1193   filter: "'MRR' and '1T1C'"
1194   parameters:
1195   - "name"
1196   - "parent"
1197   - "result"
1198   window: 14
1199   long-trend-window: 180
1200
1201 -
1202   type: "table"
1203   title: "Performance trending dashboard 2t2c-3n-tsh"
1204   algorithm: "table_performance_trending_dashboard"
1205   output-file-ext: ".csv"
1206   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh"
1207   data: "plot-performance-trending-all-3n-tsh"
1208   filter: "'MRR' and '2T2C'"
1209   parameters:
1210   - "name"
1211   - "parent"
1212   - "result"
1213   window: 14
1214   long-trend-window: 180
1215
1216 -
1217   type: "table"
1218   title: "Performance trending dashboard 4t4c-3n-tsh"
1219   algorithm: "table_performance_trending_dashboard"
1220   output-file-ext: ".csv"
1221   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh"
1222   data: "plot-performance-trending-all-3n-tsh"
1223   filter: "'MRR' and '4T4C'"
1224   parameters:
1225   - "name"
1226   - "parent"
1227   - "result"
1228   window: 14
1229   long-trend-window: 180
1230
1231 -
1232   type: "table"
1233   title: "HTML performance trending dashboard 1t1c-3n-tsh"
1234   algorithm: "table_performance_trending_dashboard_html"
1235   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.csv"
1236   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.rst"
1237   testbed: "3n-tsh"
1238
1239 -
1240   type: "table"
1241   title: "HTML performance trending dashboard 2t2c-3n-tsh"
1242   algorithm: "table_performance_trending_dashboard_html"
1243   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.csv"
1244   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.rst"
1245   testbed: "3n-tsh"
1246
1247 -
1248   type: "table"
1249   title: "HTML performance trending dashboard 4t4c-3n-tsh"
1250   algorithm: "table_performance_trending_dashboard_html"
1251   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.csv"
1252   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.rst"
1253   testbed: "3n-tsh"
1254
1255 -
1256   type: "table"
1257   title: "Failed MRR tests 3n-tsh"
1258   algorithm: "table_failed_tests"
1259   output-file-ext: ".csv"
1260   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh"
1261   data: "plot-performance-trending-all-3n-tsh"
1262   filter: "'MRR'"
1263   parameters:
1264   - "name"
1265   - "parent"
1266   - "status"
1267   window: 7  # days
1268
1269 -
1270   type: "table"
1271   title: "HTML Failed MRR tests 3n-tsh"
1272   algorithm: "table_failed_tests_html"
1273   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.csv"
1274   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.rst"
1275   testbed: "3n-tsh"
1276
1277 ################################################################################
1278 # 3n-dnv
1279 -
1280   type: "table"
1281   title: "Performance trending dashboard 1t1c-3n-dnv"
1282   algorithm: "table_performance_trending_dashboard"
1283   output-file-ext: ".csv"
1284   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv"
1285   data: "plot-performance-trending-vpp-3n-dnv"
1286   filter: "'MRR' and '1T1C'"
1287   parameters:
1288   - "name"
1289   - "parent"
1290   - "result"
1291   window: 14
1292   long-trend-window: 180
1293
1294 -
1295   type: "table"
1296   title: "Performance trending dashboard 2t2c-3n-dnv"
1297   algorithm: "table_performance_trending_dashboard"
1298   output-file-ext: ".csv"
1299   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv"
1300   data: "plot-performance-trending-vpp-3n-dnv"
1301   filter: "'MRR' and '2T2C'"
1302   parameters:
1303   - "name"
1304   - "parent"
1305   - "result"
1306   window: 14
1307   long-trend-window: 180
1308
1309 -
1310   type: "table"
1311   title: "Performance trending dashboard 4t4c-3n-dnv"
1312   algorithm: "table_performance_trending_dashboard"
1313   output-file-ext: ".csv"
1314   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv"
1315   data: "plot-performance-trending-vpp-3n-dnv"
1316   filter: "'MRR' and '4T4C'"
1317   parameters:
1318   - "name"
1319   - "parent"
1320   - "result"
1321   window: 14
1322   long-trend-window: 180
1323
1324 -
1325   type: "table"
1326   title: "HTML performance trending dashboard 1t1c-3n-dnv"
1327   algorithm: "table_performance_trending_dashboard_html"
1328   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.csv"
1329   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.rst"
1330   testbed: "3n-dnv"
1331
1332 -
1333   type: "table"
1334   title: "HTML performance trending dashboard 2t2c-3n-dnv"
1335   algorithm: "table_performance_trending_dashboard_html"
1336   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.csv"
1337   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.rst"
1338   testbed: "3n-dnv"
1339
1340 -
1341   type: "table"
1342   title: "HTML performance trending dashboard 4t4c-3n-dnv"
1343   algorithm: "table_performance_trending_dashboard_html"
1344   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.csv"
1345   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.rst"
1346   testbed: "3n-dnv"
1347
1348 -
1349   type: "table"
1350   title: "Failed MRR tests 3n-dnv"
1351   algorithm: "table_failed_tests"
1352   output-file-ext: ".csv"
1353   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv"
1354   data: "plot-performance-trending-vpp-3n-dnv"
1355   filter: "'MRR'"
1356   parameters:
1357   - "name"
1358   - "parent"
1359   - "status"
1360   window: 7  # days
1361
1362 -
1363   type: "table"
1364   title: "HTML Failed MRR tests 3n-dnv"
1365   algorithm: "table_failed_tests_html"
1366   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.csv"
1367   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.rst"
1368   testbed: "3n-dnv"
1369
1370 ################################################################################
1371 # 2n-dnv
1372 -
1373   type: "table"
1374   title: "Performance trending dashboard 1t1c-2n-dnv"
1375   algorithm: "table_performance_trending_dashboard"
1376   output-file-ext: ".csv"
1377   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv"
1378   data: "plot-performance-trending-vpp-2n-dnv"
1379   filter: "'MRR' and '1T1C'"
1380   parameters:
1381   - "name"
1382   - "parent"
1383   - "result"
1384   window: 14
1385   long-trend-window: 180
1386
1387 -
1388   type: "table"
1389   title: "Performance trending dashboard 2t2c-2n-dnv"
1390   algorithm: "table_performance_trending_dashboard"
1391   output-file-ext: ".csv"
1392   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv"
1393   data: "plot-performance-trending-vpp-2n-dnv"
1394   filter: "'MRR' and '2T2C'"
1395   parameters:
1396   - "name"
1397   - "parent"
1398   - "result"
1399   window: 14
1400   long-trend-window: 180
1401
1402 -
1403   type: "table"
1404   title: "Performance trending dashboard 4t4c-2n-dnv"
1405   algorithm: "table_performance_trending_dashboard"
1406   output-file-ext: ".csv"
1407   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv"
1408   data: "plot-performance-trending-vpp-2n-dnv"
1409   filter: "'MRR' and '4T4C'"
1410   parameters:
1411   - "name"
1412   - "parent"
1413   - "result"
1414   window: 14
1415   long-trend-window: 180
1416
1417 -
1418   type: "table"
1419   title: "HTML performance trending dashboard 1t1c-2n-dnv"
1420   algorithm: "table_performance_trending_dashboard_html"
1421   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.csv"
1422   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.rst"
1423   testbed: "2n-dnv"
1424
1425 -
1426   type: "table"
1427   title: "HTML performance trending dashboard 2t2c-2n-dnv"
1428   algorithm: "table_performance_trending_dashboard_html"
1429   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.csv"
1430   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.rst"
1431   testbed: "2n-dnv"
1432
1433 -
1434   type: "table"
1435   title: "HTML performance trending dashboard 4t4c-2n-dnv"
1436   algorithm: "table_performance_trending_dashboard_html"
1437   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.csv"
1438   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.rst"
1439   testbed: "2n-dnv"
1440
1441 -
1442   type: "table"
1443   title: "Failed MRR tests 2n-dnv"
1444   algorithm: "table_failed_tests"
1445   output-file-ext: ".csv"
1446   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv"
1447   data: "plot-performance-trending-vpp-2n-dnv"
1448   filter: "'MRR'"
1449   parameters:
1450   - "name"
1451   - "parent"
1452   - "status"
1453   window: 7  # days
1454
1455 -
1456   type: "table"
1457   title: "HTML Failed MRR tests 2n-dnv"
1458   algorithm: "table_failed_tests_html"
1459   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.csv"
1460   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.rst"
1461   testbed: "2n-dnv"
1462
1463 ################################################################################
1464 ###                                 C P T A                                  ###
1465 ################################################################################
1466
1467 # Plots VPP Continuous Performance Trending and Analysis
1468
1469 -
1470   type: "cpta"
1471   title: "Continuous Performance Trending and Analysis"
1472   output-file-type: ".html"
1473   output-file: "{DIR[STATIC,VPP]}/cpta"
1474
1475   plots:
1476
1477 ################################################################################
1478 # NFV
1479
1480     - title: "VPP 2T1C NF Service Density VNFc 64B MRR Trending 2n-skx"
1481       output-file-name: "vnfc-eth-l2bd-64b-2t1c-x710-2n-skx"
1482       data: "plot-performance-trending-vpp-nfv-2n-skx"
1483       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'"
1484       groups:
1485       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1486       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1487       - ["4R1C", "4R2C", "4R4C"]
1488       - ["6R1C", "6R2C"]
1489       - ["8R1C", "8R2C"]
1490       - ["10R1C"]
1491       group-names:
1492       - "1 Chain"
1493       - "2 Chains"
1494       - "4 Chains"
1495       - "6 Chains"
1496       - "8 Chains"
1497       - "10 Chains"
1498       parameters:
1499       - "result"
1500       - "tags"
1501       layout: "plot-cpta"
1502
1503     - title: "VPP 4T2C NF Service Density VNFc 64B MRR Trending 2n-skx"
1504       output-file-name: "vnfc-eth-l2bd-64b-4t2c-x710-2n-skx"
1505       data: "plot-performance-trending-vpp-nfv-2n-skx"
1506       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'"
1507       groups:
1508       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1509       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1510       - ["4R1C", "4R2C", "4R4C"]
1511       - ["6R1C", "6R2C"]
1512       - ["8R1C", "8R2C"]
1513       - ["10R1C"]
1514       group-names:
1515       - "1 Chain"
1516       - "2 Chains"
1517       - "4 Chains"
1518       - "6 Chains"
1519       - "8 Chains"
1520       - "10 Chains"
1521       parameters:
1522       - "result"
1523       - "tags"
1524       layout: "plot-cpta"
1525
1526     - title: "VPP 8T4C NF Service Density VNFc 64B MRR Trending 2n-skx"
1527       output-file-name: "vnfc-eth-l2bd-64b-8t4c-x710-2n-skx"
1528       data: "plot-performance-trending-vpp-nfv-2n-skx"
1529       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'"
1530       groups:
1531       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1532       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1533       - ["4R1C", "4R2C", "4R4C"]
1534       - ["6R1C", "6R2C"]
1535       - ["8R1C", "8R2C"]
1536       - ["10R1C"]
1537       group-names:
1538       - "1 Chain"
1539       - "2 Chains"
1540       - "4 Chains"
1541       - "6 Chains"
1542       - "8 Chains"
1543       - "10 Chains"
1544       parameters:
1545       - "result"
1546       - "tags"
1547       layout: "plot-cpta"
1548
1549     - title: "VPP 2T1C NF Service Density CNFc 64B MRR Trending 2n-skx"
1550       output-file-name: "cnfc-eth-l2bd-64b-2t1c-x710-2n-skx"
1551       data: "plot-performance-trending-vpp-nfv-2n-skx"
1552       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'"
1553       groups:
1554       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1555       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1556       - ["4R1C", "4R2C", "4R4C"]
1557       - ["6R1C", "6R2C"]
1558       - ["8R1C", "8R2C"]
1559       - ["10R1C"]
1560       group-names:
1561       - "1 Chain"
1562       - "2 Chains"
1563       - "4 Chains"
1564       - "6 Chains"
1565       - "8 Chains"
1566       - "10 Chains"
1567       parameters:
1568       - "result"
1569       - "tags"
1570       layout: "plot-cpta"
1571
1572     - title: "VPP 4T2C NF Service Density CNFc 64B MRR Trending 2n-skx"
1573       output-file-name: "cnfc-eth-l2bd-64b-4t2c-x710-2n-skx"
1574       data: "plot-performance-trending-vpp-nfv-2n-skx"
1575       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'"
1576       groups:
1577       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1578       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1579       - ["4R1C", "4R2C", "4R4C"]
1580       - ["6R1C", "6R2C"]
1581       - ["8R1C", "8R2C"]
1582       - ["10R1C"]
1583       group-names:
1584       - "1 Chain"
1585       - "2 Chains"
1586       - "4 Chains"
1587       - "6 Chains"
1588       - "8 Chains"
1589       - "10 Chains"
1590       parameters:
1591       - "result"
1592       - "tags"
1593       layout: "plot-cpta"
1594
1595     - title: "VPP 8T4C NF Service Density CNFc 64B MRR Trending 2n-skx"
1596       output-file-name: "cnfc-eth-l2bd-64b-8t4c-x710-2n-skx"
1597       data: "plot-performance-trending-vpp-nfv-2n-skx"
1598       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'"
1599       groups:
1600       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1601       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1602       - ["4R1C", "4R2C", "4R4C"]
1603       - ["6R1C", "6R2C"]
1604       - ["8R1C", "8R2C"]
1605       - ["10R1C"]
1606       group-names:
1607       - "1 Chain"
1608       - "2 Chains"
1609       - "4 Chains"
1610       - "6 Chains"
1611       - "8 Chains"
1612       - "10 Chains"
1613       parameters:
1614       - "result"
1615       - "tags"
1616       layout: "plot-cpta"
1617
1618     - title: "VPP 2T1C NF Service Density CNFp 64B MRR Trending 2n-skx"
1619       output-file-name: "cnfp-eth-l2bd-64b-2t1c-x710-2n-skx"
1620       data: "plot-performance-trending-vpp-nfv-2n-skx"
1621       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '2T1C' and 'L2BDMACLRN'"
1622       groups:
1623       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1624       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1625       - ["4R1C", "4R2C", "4R4C"]
1626       - ["6R1C", "6R2C"]
1627       - ["8R1C", "8R2C"]
1628       - ["10R1C"]
1629       group-names:
1630       - "1 Pipe"
1631       - "2 Pipes"
1632       - "4 Pipes"
1633       - "6 Pipes"
1634       - "8 Pipes"
1635       - "10 Pipes"
1636       parameters:
1637       - "result"
1638       - "tags"
1639       layout: "plot-cpta"
1640
1641     - title: "VPP 4T2C NF Service Density CNFp 64B MRR Trending 2n-skx"
1642       output-file-name: "cnfp-eth-l2bd-64b-4t2c-x710-2n-skx"
1643       data: "plot-performance-trending-vpp-nfv-2n-skx"
1644       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '4T2C' and 'L2BDMACLRN'"
1645       groups:
1646       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1647       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1648       - ["4R1C", "4R2C", "4R4C"]
1649       - ["6R1C", "6R2C"]
1650       - ["8R1C", "8R2C"]
1651       - ["10R1C"]
1652       group-names:
1653       - "1 Pipe"
1654       - "2 Pipes"
1655       - "4 Pipes"
1656       - "6 Pipes"
1657       - "8 Pipes"
1658       - "10 Pipes"
1659       parameters:
1660       - "result"
1661       - "tags"
1662       layout: "plot-cpta"
1663
1664     - title: "VPP 8T4C NF Service Density CNFp 64B MRR Trending 2n-skx"
1665       output-file-name: "cnfp-eth-l2bd-64b-8t4c-x710-2n-skx"
1666       data: "plot-performance-trending-vpp-nfv-2n-skx"
1667       filter: "'NIC_Intel-X710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and '64B' and '8T4C' and 'L2BDMACLRN'"
1668       groups:
1669       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1670       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1671       - ["4R1C", "4R2C", "4R4C"]
1672       - ["6R1C", "6R2C"]
1673       - ["8R1C", "8R2C"]
1674       - ["10R1C"]
1675       group-names:
1676       - "1 Pipe"
1677       - "2 Pipes"
1678       - "4 Pipes"
1679       - "6 Pipes"
1680       - "8 Pipes"
1681       - "10 Pipes"
1682       parameters:
1683       - "result"
1684       - "tags"
1685       layout: "plot-cpta"
1686
1687 ################################################################################
1688 # 3n-hsw
1689
1690 # L2 - VIC-1227
1691
1692     - title: "3n-hsw-vic1227-l2sw-64b-base-scale-1t1c"
1693       output-file-name: "l2-1t1c-vic1227-3n-hsw"
1694       data: "plot-performance-trending-vpp-3n-hsw"
1695       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'"
1696       parameters:
1697       - "result"
1698       layout: "plot-cpta"
1699
1700     - title: "3n-hsw-vic1227-l2sw-64b-base-scale-2t2c"
1701       output-file-name: "l2-2t2c-vic1227-3n-hsw"
1702       data: "plot-performance-trending-vpp-3n-hsw"
1703       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'"
1704       parameters:
1705       - "result"
1706       layout: "plot-cpta"
1707
1708     - title: "3n-hsw-vic1227-l2sw-64b-base-scale-4t4c"
1709       output-file-name: "l2-4t4c-vic1227-3n-hsw"
1710       data: "plot-performance-trending-vpp-3n-hsw"
1711       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'"
1712       parameters:
1713       - "result"
1714       layout: "plot-cpta"
1715
1716 # L2 - VIC-1385
1717
1718     - title: "3n-hsw-vic1385-l2sw-64b-base-scale-1t1c"
1719       output-file-name: "l2-1t1c-vic1385-3n-hsw"
1720       data: "plot-performance-trending-vpp-3n-hsw"
1721       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'"
1722       parameters:
1723       - "result"
1724       layout: "plot-cpta"
1725
1726     - title: "3n-hsw-vic1385-l2sw-64b-base-scale-2t2c"
1727       output-file-name: "l2-2t2c-vic1385-3n-hsw"
1728       data: "plot-performance-trending-vpp-3n-hsw"
1729       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'"
1730       parameters:
1731       - "result"
1732       layout: "plot-cpta"
1733
1734     - title: "3n-hsw-vic1385-l2sw-64b-base-scale-4t4c"
1735       output-file-name: "l2-4t4c-vic1385-3n-hsw"
1736       data: "plot-performance-trending-vpp-3n-hsw"
1737       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'"
1738       parameters:
1739       - "result"
1740       layout: "plot-cpta"
1741
1742 # L2 - x520
1743
1744     - title: "3n-hsw-x520-l2sw-64b-base-scale-1t1c"
1745       output-file-name: "l2-1t1c-x520-3n-hsw"
1746       data: "plot-performance-trending-vpp-3n-hsw"
1747       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'"
1748       parameters:
1749       - "result"
1750       layout: "plot-cpta"
1751
1752     - title: "3n-hsw-x520-l2sw-64b-base-scale-2t2c"
1753       output-file-name: "l2-2t2c-x520-3n-hsw"
1754       data: "plot-performance-trending-vpp-3n-hsw"
1755       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'"
1756       parameters:
1757       - "result"
1758       layout: "plot-cpta"
1759
1760     - title: "3n-hsw-x520-l2sw-64b-base-scale-4t4c"
1761       output-file-name: "l2-4t4c-x520-3n-hsw"
1762       data: "plot-performance-trending-vpp-3n-hsw"
1763       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'"
1764       parameters:
1765       - "result"
1766       layout: "plot-cpta"
1767
1768     - title: "3n-hsw-x520-l2sw-64b-features-iacl-1t1c"
1769       output-file-name: "l2-feature-1t1c-x520-3n-hsw-iacl"
1770       data: "plot-performance-trending-vpp-3n-hsw"
1771       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1772       parameters:
1773       - "result"
1774       layout: "plot-cpta"
1775
1776     - title: "3n-hsw-x520-l2sw-64b-features-iacl-2t2c"
1777       output-file-name: "l2-feature-2t2c-x520-3n-hsw-iacl"
1778       data: "plot-performance-trending-vpp-3n-hsw"
1779       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1780       parameters:
1781       - "result"
1782       layout: "plot-cpta"
1783
1784     - title: "3n-hsw-x520-l2sw-64b-features-iacl-4t4c"
1785       output-file-name: "l2-feature-4t4c-x520-3n-hsw-iacl"
1786       data: "plot-performance-trending-vpp-3n-hsw"
1787       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1788       parameters:
1789       - "result"
1790       layout: "plot-cpta"
1791
1792     - title: "3n-hsw-x520-l2sw-64b-features-oacl-1t1c"
1793       output-file-name: "l2-feature-1t1c-x520-3n-hsw-oacl"
1794       data: "plot-performance-trending-vpp-3n-hsw"
1795       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1796       parameters:
1797       - "result"
1798       layout: "plot-cpta"
1799
1800     - title: "3n-hsw-x520-l2sw-64b-features-oacl-2t2c"
1801       output-file-name: "l2-feature-2t2c-x520-3n-hsw-oacl"
1802       data: "plot-performance-trending-vpp-3n-hsw"
1803       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1804       parameters:
1805       - "result"
1806       layout: "plot-cpta"
1807
1808     - title: "3n-hsw-x520-l2sw-64b-features-oacl-4t4c"
1809       output-file-name: "l2-feature-4t4c-x520-3n-hsw-oacl"
1810       data: "plot-performance-trending-vpp-3n-hsw"
1811       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'MACIP' and not 'VHOST' and not 'MEMIF'"
1812       parameters:
1813       - "result"
1814       layout: "plot-cpta"
1815
1816     - title: "3n-hsw-x520-l2sw-64b-features-macip-1t1c"
1817       output-file-name: "l2-feature-1t1c-x520-3n-hsw-macip"
1818       data: "plot-performance-trending-vpp-3n-hsw"
1819       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'"
1820       parameters:
1821       - "result"
1822       layout: "plot-cpta"
1823
1824     - title: "3n-hsw-x520-l2sw-64b-features-macip-2t2c"
1825       output-file-name: "l2-feature-2t2c-x520-3n-hsw-macip"
1826       data: "plot-performance-trending-vpp-3n-hsw"
1827       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'"
1828       parameters:
1829       - "result"
1830       layout: "plot-cpta"
1831
1832     - title: "3n-hsw-x520-l2sw-64b-features-macip-4t4c"
1833       output-file-name: "l2-feature-4t4c-x520-3n-hsw-macip"
1834       data: "plot-performance-trending-vpp-3n-hsw"
1835       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and 'MACIP' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'VHOST' and not 'MEMIF'"
1836       parameters:
1837       - "result"
1838       layout: "plot-cpta"
1839
1840 # L2 - xl710
1841
1842     - title: "3n-hsw-xl710-l2sw-64b-base-scale-1t1c"
1843       output-file-name: "l2-1t1c-xl710-3n-hsw"
1844       data: "plot-performance-trending-vpp-3n-hsw"
1845       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'"
1846       parameters:
1847       - "result"
1848       layout: "plot-cpta"
1849
1850     - title: "3n-hsw-xl710-l2sw-64b-base-scale-2t2c"
1851       output-file-name: "l2-2t2c-xl710-3n-hsw"
1852       data: "plot-performance-trending-vpp-3n-hsw"
1853       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'"
1854       parameters:
1855       - "result"
1856       layout: "plot-cpta"
1857
1858     - title: "3n-hsw-xl710-l2sw-64b-base-scale-4t4c"
1859       output-file-name: "l2-4t4c-xl710-3n-hsw"
1860       data: "plot-performance-trending-vpp-3n-hsw"
1861       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'"
1862       parameters:
1863       - "result"
1864       layout: "plot-cpta"
1865
1866 # L2 - x710
1867
1868     - title: "3n-hsw-x710-l2sw-64b-base-scale-1t1c"
1869       output-file-name: "l2-1t1c-x710-3n-hsw"
1870       data: "plot-performance-trending-vpp-3n-hsw"
1871       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'"
1872       parameters:
1873       - "result"
1874       layout: "plot-cpta"
1875
1876     - title: "3n-hsw-x710-l2sw-64b-base-scale-2t2c"
1877       output-file-name: "l2-2t2c-x710-3n-hsw"
1878       data: "plot-performance-trending-vpp-3n-hsw"
1879       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'"
1880       parameters:
1881       - "result"
1882       layout: "plot-cpta"
1883
1884     - title: "3n-hsw-x710-l2sw-64b-base-scale-4t4c"
1885       output-file-name: "l2-4t4c-x710-3n-hsw"
1886       data: "plot-performance-trending-vpp-3n-hsw"
1887       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'"
1888       parameters:
1889       - "result"
1890       layout: "plot-cpta"
1891
1892     - title: "3n-hsw-x710-l2sw-64b-features-1t1c"
1893       output-file-name: "l2-feature-1t1c-x710-3n-hsw"
1894       data: "plot-performance-trending-vpp-3n-hsw"
1895       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1896       parameters:
1897       - "result"
1898       layout: "plot-cpta"
1899
1900     - title: "3n-hsw-x710-l2sw-64b-features-2t2c"
1901       output-file-name: "l2-feature-2t2c-x710-3n-hsw"
1902       data: "plot-performance-trending-vpp-3n-hsw"
1903       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1904       parameters:
1905       - "result"
1906       layout: "plot-cpta"
1907
1908     - title: "3n-hsw-x710-l2sw-64b-features-4t4c"
1909       output-file-name: "l2-feature-4t4c-x710-3n-hsw"
1910       data: "plot-performance-trending-vpp-3n-hsw"
1911       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
1912       parameters:
1913       - "result"
1914       layout: "plot-cpta"
1915
1916 # IPv4 - x520
1917
1918     - title: "3n-hsw-x520-ip4-64b-base-scale-1t1c"
1919       output-file-name: "ip4-1t1c-x520-3n-hsw"
1920       data: "plot-performance-trending-vpp-3n-hsw"
1921       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'"
1922       parameters:
1923       - "result"
1924       layout: "plot-cpta"
1925
1926     - title: "3n-hsw-x520-ip4-64b-base-scale-2t2c"
1927       output-file-name: "ip4-2t2c-x520-3n-hsw"
1928       data: "plot-performance-trending-vpp-3n-hsw"
1929       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'"
1930       parameters:
1931       - "result"
1932       layout: "plot-cpta"
1933
1934     - title: "3n-hsw-x520-ip4-64b-base-scale-4t4c"
1935       output-file-name: "ip4-4t4c-x520-3n-hsw"
1936       data: "plot-performance-trending-vpp-3n-hsw"
1937       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'"
1938       parameters:
1939       - "result"
1940       layout: "plot-cpta"
1941
1942     - title: "3n-hsw-x520-ip4-64b-features-iacl-1t1c"
1943       output-file-name: "ip4-feature-1t1c-x520-3n-hsw-iacl"
1944       data: "plot-performance-trending-vpp-3n-hsw"
1945       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
1946       parameters:
1947       - "result"
1948       layout: "plot-cpta"
1949
1950     - title: "3n-hsw-x520-ip4-64b-features-iacl-2t2c"
1951       output-file-name: "ip4-feature-2t2c-x520-3n-hsw-iacl"
1952       data: "plot-performance-trending-vpp-3n-hsw"
1953       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
1954       parameters:
1955       - "result"
1956       layout: "plot-cpta"
1957
1958     - title: "3n-hsw-x520-ip4-64b-features-iacl-4t4c"
1959       output-file-name: "ip4-feature-4t4c-x520-3n-hsw-iacl"
1960       data: "plot-performance-trending-vpp-3n-hsw"
1961       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
1962       parameters:
1963       - "result"
1964       layout: "plot-cpta"
1965
1966     - title: "3n-hsw-x520-ip4-64b-features-oacl-1t1c"
1967       output-file-name: "ip4-feature-1t1c-x520-3n-hsw-oacl"
1968       data: "plot-performance-trending-vpp-3n-hsw"
1969       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
1970       parameters:
1971       - "result"
1972       layout: "plot-cpta"
1973
1974     - title: "3n-hsw-x520-ip4-64b-features-oacl-2t2c"
1975       output-file-name: "ip4-feature-2t2c-x520-3n-hsw-oacl"
1976       data: "plot-performance-trending-vpp-3n-hsw"
1977       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
1978       parameters:
1979       - "result"
1980       layout: "plot-cpta"
1981
1982     - title: "3n-hsw-x520-ip4-64b-features-oacl-4t4c"
1983       output-file-name: "ip4-feature-4t4c-x520-3n-hsw-oacl"
1984       data: "plot-performance-trending-vpp-3n-hsw"
1985       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and 'OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS') and not 'IPSEC' and not 'VHOST'"
1986       parameters:
1987       - "result"
1988       layout: "plot-cpta"
1989
1990     - title: "3n-hsw-x520-ip4-64b-features-1t1c"
1991       output-file-name: "ip4-feature-1t1c-x520-3n-hsw"
1992       data: "plot-performance-trending-vpp-3n-hsw"
1993       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'"
1994       parameters:
1995       - "result"
1996       layout: "plot-cpta"
1997
1998     - title: "3n-hsw-x520-ip4-64b-features-2t2c"
1999       output-file-name: "ip4-feature-2t2c-x520-3n-hsw"
2000       data: "plot-performance-trending-vpp-3n-hsw"
2001       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'"
2002       parameters:
2003       - "result"
2004       layout: "plot-cpta"
2005
2006     - title: "3n-hsw-x520-ip4-64b-features-4t4c"
2007       output-file-name: "ip4-feature-4t4c-x520-3n-hsw"
2008       data: "plot-performance-trending-vpp-3n-hsw"
2009       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'"
2010       parameters:
2011       - "result"
2012       layout: "plot-cpta"
2013
2014 # IPv4 - xl710
2015
2016     - title: "3n-hsw-xl710-ip4-64b-base-scale-features-1t1c"
2017       output-file-name: "ip4-1t1c-xl710-3n-hsw"
2018       data: "plot-performance-trending-vpp-3n-hsw"
2019       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'"
2020       parameters:
2021       - "result"
2022       layout: "plot-cpta"
2023
2024     - title: "3n-hsw-xl710-ip4-64b-base-scale-features-2t2c"
2025       output-file-name: "ip4-2t2c-xl710-3n-hsw"
2026       data: "plot-performance-trending-vpp-3n-hsw"
2027       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'"
2028       parameters:
2029       - "result"
2030       layout: "plot-cpta"
2031
2032     - title: "3n-hsw-xl710-ip4-64b-base-scale-features-4t4c"
2033       output-file-name: "ip4-4t4c-xl710-3n-hsw"
2034       data: "plot-performance-trending-vpp-3n-hsw"
2035       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'"
2036       parameters:
2037       - "result"
2038       layout: "plot-cpta"
2039
2040 # IPv4 - x710
2041
2042     - title: "3n-hsw-x710-ip4-64b-base-scale-1t1c"
2043       output-file-name: "ip4-1t1c-x710-3n-hsw"
2044       data: "plot-performance-trending-vpp-3n-hsw"
2045       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'"
2046       parameters:
2047       - "result"
2048       layout: "plot-cpta"
2049
2050     - title: "3n-hsw-x710-ip4-64b-base-scale-2t2c"
2051       output-file-name: "ip4-2t2c-x710-3n-hsw"
2052       data: "plot-performance-trending-vpp-3n-hsw"
2053       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'"
2054       parameters:
2055       - "result"
2056       layout: "plot-cpta"
2057
2058     - title: "3n-hsw-x710-ip4-64b-base-scale-4t4c"
2059       output-file-name: "ip4-4t4c-x710-3n-hsw"
2060       data: "plot-performance-trending-vpp-3n-hsw"
2061       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'"
2062       parameters:
2063       - "result"
2064       layout: "plot-cpta"
2065
2066     - title: "3n-hsw-x710-ip4-64b-features-1t1c"
2067       output-file-name: "ip4-feature-1t1c-x710-3n-hsw"
2068       data: "plot-performance-trending-vpp-3n-hsw"
2069       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2070       parameters:
2071       - "result"
2072       layout: "plot-cpta"
2073
2074     - title: "3n-hsw-x710-ip4-64b-features-2t2c"
2075       output-file-name: "ip4-feature-2t2c-x710-3n-hsw"
2076       data: "plot-performance-trending-vpp-3n-hsw"
2077       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2078       parameters:
2079       - "result"
2080       layout: "plot-cpta"
2081
2082     - title: "3n-hsw-x710-ip4-64b-features-4t4c"
2083       output-file-name: "ip4-feature-4t4c-x710-3n-hsw"
2084       data: "plot-performance-trending-vpp-3n-hsw"
2085       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
2086       parameters:
2087       - "result"
2088       layout: "plot-cpta"
2089
2090 # IPv4 Tunnels - x520
2091
2092     - title: "3n-hsw-x520-ip4tun-64b-base-1t1c"
2093       output-file-name: "ip4-tunnels-1t1c-x520-3n-hsw"
2094       data: "plot-performance-trending-vpp-3n-hsw"
2095       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'"
2096       parameters:
2097       - "result"
2098       layout: "plot-cpta"
2099
2100     - title: "3n-hsw-x520-ip4tun-64b-base-2t2c"
2101       output-file-name: "ip4-tunnels-2t2c-x520-3n-hsw"
2102       data: "plot-performance-trending-vpp-3n-hsw"
2103       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'"
2104       parameters:
2105       - "result"
2106       layout: "plot-cpta"
2107
2108     - title: "3n-hsw-x520-ip4tun-64b-base-4t4c"
2109       output-file-name: "ip4-tunnels-4t4c-x520-3n-hsw"
2110       data: "plot-performance-trending-vpp-3n-hsw"
2111       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'"
2112       parameters:
2113       - "result"
2114       layout: "plot-cpta"
2115
2116 # IPv4 Tunnels - x710
2117
2118     - title: "3n-hsw-x710-ip4tun-64b-base-1t1c"
2119       output-file-name: "ip4-tunnels-1t1c-x710-3n-hsw"
2120       data: "plot-performance-trending-vpp-3n-hsw"
2121       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'"
2122       parameters:
2123       - "result"
2124       layout: "plot-cpta"
2125
2126     - title: "3n-hsw-x710-ip4tun-64b-base-2t2c"
2127       output-file-name: "ip4-tunnels-2t2c-x710-3n-hsw"
2128       data: "plot-performance-trending-vpp-3n-hsw"
2129       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'"
2130       parameters:
2131       - "result"
2132       layout: "plot-cpta"
2133
2134     - title: "3n-hsw-x710-ip4tun-64b-base-4t4c"
2135       output-file-name: "ip4-tunnels-4t4c-x710-3n-hsw"
2136       data: "plot-performance-trending-vpp-3n-hsw"
2137       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'"
2138       parameters:
2139       - "result"
2140       layout: "plot-cpta"
2141
2142 # IPv6 - x520
2143
2144     - title: "3n-hsw-x520-ip6-78b-base-scale-1t1c"
2145       output-file-name: "ip6-1t1c-x520-3n-hsw"
2146       data: "plot-performance-trending-vpp-3n-hsw"
2147       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'"
2148       parameters:
2149       - "result"
2150       layout: "plot-cpta"
2151
2152     - title: "3n-hsw-x520-ip6-78b-base-scale-2t2c"
2153       output-file-name: "ip6-2t2c-x520-3n-hsw"
2154       data: "plot-performance-trending-vpp-3n-hsw"
2155       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'"
2156       parameters:
2157       - "result"
2158       layout: "plot-cpta"
2159
2160     - title: "3n-hsw-x520-ip6-78b-base-scale-4t4c"
2161       output-file-name: "ip6-4t4c-x520-3n-hsw"
2162       data: "plot-performance-trending-vpp-3n-hsw"
2163       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'"
2164       parameters:
2165       - "result"
2166       layout: "plot-cpta"
2167
2168 # IPv6 - xl710
2169
2170     - title: "3n-hsw-xl710-ip6-78b-base-scale-1t1c"
2171       output-file-name: "ip6-1t1c-xl710-3n-hsw"
2172       data: "plot-performance-trending-vpp-3n-hsw"
2173       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2174       parameters:
2175       - "result"
2176       layout: "plot-cpta"
2177
2178     - title: "3n-hsw-xl710-ip6-78b-base-scale-2t2c"
2179       output-file-name: "ip6-2t2c-xl710-3n-hsw"
2180       data: "plot-performance-trending-vpp-3n-hsw"
2181       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2182       parameters:
2183       - "result"
2184       layout: "plot-cpta"
2185
2186     - title: "3n-hsw-xl710-ip6-78b-base-scale-4t4c"
2187       output-file-name: "ip6-4t4c-xl710-3n-hsw"
2188       data: "plot-performance-trending-vpp-3n-hsw"
2189       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
2190       parameters:
2191       - "result"
2192       layout: "plot-cpta"
2193
2194 # IPv6 - x710
2195
2196     - title: "3n-hsw-x710-ip6-78b-base-scale-1t1c"
2197       output-file-name: "ip6-1t1c-x710-3n-hsw"
2198       data: "plot-performance-trending-vpp-3n-hsw"
2199       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'"
2200       parameters:
2201       - "result"
2202       layout: "plot-cpta"
2203
2204     - title: "3n-hsw-x710-ip6-78b-base-scale-2t2c"
2205       output-file-name: "ip6-2t2c-x710-3n-hsw"
2206       data: "plot-performance-trending-vpp-3n-hsw"
2207       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'"
2208       parameters:
2209       - "result"
2210       layout: "plot-cpta"
2211
2212     - title: "3n-hsw-x710-ip6-78b-base-scale-4t4c"
2213       output-file-name: "ip6-4t4c-x710-3n-hsw"
2214       data: "plot-performance-trending-vpp-3n-hsw"
2215       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'"
2216       parameters:
2217       - "result"
2218       layout: "plot-cpta"
2219
2220 # Container memif - x520, 64B
2221
2222     - title: "3n-hsw-x520-l2sw-memif-64b-base-1t1c"
2223       output-file-name: "container-memif-l2-1t1c-x520-3n-hsw"
2224       data: "plot-performance-trending-vpp-3n-hsw"
2225       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'"
2226       parameters:
2227       - "result"
2228       layout: "plot-cpta"
2229
2230     - title: "3n-hsw-x520-l2sw-memif-64b-base-2t2c"
2231       output-file-name: "container-memif-l2-2t2c-x520-3n-hsw"
2232       data: "plot-performance-trending-vpp-3n-hsw"
2233       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'"
2234       parameters:
2235       - "result"
2236       layout: "plot-cpta"
2237
2238     - title: "3n-hsw-x520-l2sw-memif-64b-base-4t4c"
2239       output-file-name: "container-memif-l2-4t4c-x520-3n-hsw"
2240       data: "plot-performance-trending-vpp-3n-hsw"
2241       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'"
2242       parameters:
2243       - "result"
2244       layout: "plot-cpta"
2245
2246 # Container memif - x520, IMIX
2247
2248     - title: "3n-hsw-x520-l2sw-memif-imix-base-1t1c"
2249       output-file-name: "container-memif-imix-l2-1t1c-x520-3n-hsw"
2250       data: "plot-performance-trending-vpp-3n-hsw"
2251       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'"
2252       parameters:
2253       - "result"
2254       layout: "plot-cpta"
2255
2256     - title: "3n-hsw-x520-l2sw-memif-imix-base-2t2c"
2257       output-file-name: "container-memif-imix-l2-2t2c-x520-3n-hsw"
2258       data: "plot-performance-trending-vpp-3n-hsw"
2259       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'"
2260       parameters:
2261       - "result"
2262       layout: "plot-cpta"
2263
2264     - title: "3n-hsw-x520-l2sw-memif-imix-base-4t4c"
2265       output-file-name: "container-memif-imix-l2-4t4c-x520-3n-hsw"
2266       data: "plot-performance-trending-vpp-3n-hsw"
2267       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'"
2268       parameters:
2269       - "result"
2270       layout: "plot-cpta"
2271
2272 # Container memif - xl710, 64B
2273
2274     - title: "3n-hsw-xl710-l2sw-memif-64b-base-1t1c"
2275       output-file-name: "container-memif-l2-1t1c-xl710-3n-hsw"
2276       data: "plot-performance-trending-vpp-3n-hsw"
2277       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'"
2278       parameters:
2279       - "result"
2280       layout: "plot-cpta"
2281
2282     - title: "3n-hsw-xl710-l2sw-memif-64b-base-2t2c"
2283       output-file-name: "container-memif-l2-2t2c-xl710-3n-hsw"
2284       data: "plot-performance-trending-vpp-3n-hsw"
2285       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'"
2286       parameters:
2287       - "result"
2288       layout: "plot-cpta"
2289
2290     - title: "3n-hsw-xl710-l2sw-memif-64b-base-4t4c"
2291       output-file-name: "container-memif-l2-4t4c-xl710-3n-hsw"
2292       data: "plot-performance-trending-vpp-3n-hsw"
2293       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'"
2294       parameters:
2295       - "result"
2296       layout: "plot-cpta"
2297
2298 # Container memif - xl710, IMIX
2299
2300     - title: "3n-hsw-xl710-l2sw-memif-imix-base-1t1c"
2301       output-file-name: "container-memif-imix-l2-1t1c-xl710-3n-hsw"
2302       data: "plot-performance-trending-vpp-3n-hsw"
2303       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'"
2304       parameters:
2305       - "result"
2306       layout: "plot-cpta"
2307
2308     - title: "3n-hsw-xl710-l2sw-memif-imix-base-2t2c"
2309       output-file-name: "container-memif-imix-l2-2t2c-xl710-3n-hsw"
2310       data: "plot-performance-trending-vpp-3n-hsw"
2311       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'"
2312       parameters:
2313       - "result"
2314       layout: "plot-cpta"
2315
2316     - title: "3n-hsw-xl710-l2sw-memif-imix-base-4t4c"
2317       output-file-name: "container-memif-imix-l2-4t4c-xl710-3n-hsw"
2318       data: "plot-performance-trending-vpp-3n-hsw"
2319       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'"
2320       parameters:
2321       - "result"
2322       layout: "plot-cpta"
2323
2324 # Container memif - x710, 64B
2325
2326     - title: "3n-hsw-x710-l2sw-memif-64b-base-1t1c"
2327       output-file-name: "container-memif-l2-1t1c-x710-3n-hsw"
2328       data: "plot-performance-trending-vpp-3n-hsw"
2329       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'"
2330       parameters:
2331       - "result"
2332       layout: "plot-cpta"
2333
2334     - title: "3n-hsw-x710-l2sw-memif-64b-base-2t2c"
2335       output-file-name: "container-memif-l2-2t2c-x710-3n-hsw"
2336       data: "plot-performance-trending-vpp-3n-hsw"
2337       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'"
2338       parameters:
2339       - "result"
2340       layout: "plot-cpta"
2341
2342     - title: "3n-hsw-x710-l2sw-memif-64b-base-4t4c"
2343       output-file-name: "container-memif-l2-4t4c-x710-3n-hsw"
2344       data: "plot-performance-trending-vpp-3n-hsw"
2345       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'"
2346       parameters:
2347       - "result"
2348       layout: "plot-cpta"
2349
2350 # Container memif - x710, IMIX
2351
2352     - title: "3n-hsw-x710-l2sw-memif-imix-base-1t1c"
2353       output-file-name: "container-memif-imix-l2-1t1c-x710-3n-hsw"
2354       data: "plot-performance-trending-vpp-3n-hsw"
2355       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'"
2356       parameters:
2357       - "result"
2358       layout: "plot-cpta"
2359
2360     - title: "3n-hsw-x710-l2sw-memif-imix-base-2t2c"
2361       output-file-name: "container-memif-imix-l2-2t2c-x710-3n-hsw"
2362       data: "plot-performance-trending-vpp-3n-hsw"
2363       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'"
2364       parameters:
2365       - "result"
2366       layout: "plot-cpta"
2367
2368     - title: "3n-hsw-x710-l2sw-memif-imix-base-4t4c"
2369       output-file-name: "container-memif-imix-l2-4t4c-x710-3n-hsw"
2370       data: "plot-performance-trending-vpp-3n-hsw"
2371       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'"
2372       parameters:
2373       - "result"
2374       layout: "plot-cpta"
2375
2376 # VM vhost - x520, ethip4, 64B
2377
2378     - title: "3n-hsw-x520-ip4-vhost-64b-base-1t1c"
2379       output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-hsw"
2380       data: "plot-performance-trending-vpp-3n-hsw"
2381       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'"
2382       parameters:
2383       - "result"
2384       layout: "plot-cpta"
2385
2386     - title: "3n-hsw-x520-ip4-vhost-64b-base-2t2c"
2387       output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-hsw"
2388       data: "plot-performance-trending-vpp-3n-hsw"
2389       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'"
2390       parameters:
2391       - "result"
2392       layout: "plot-cpta"
2393
2394     - title: "3n-hsw-x520-ip4-vhost-64b-base-4t4c"
2395       output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-hsw"
2396       data: "plot-performance-trending-vpp-3n-hsw"
2397       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'"
2398       parameters:
2399       - "result"
2400       layout: "plot-cpta"
2401
2402 # VM vhost - x520, ethip4, IMIX
2403
2404     - title: "3n-hsw-x520-ip4-vhost-imix-base-1t1c"
2405       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520-3n-hsw"
2406       data: "plot-performance-trending-vpp-3n-hsw"
2407       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'"
2408       parameters:
2409       - "result"
2410       layout: "plot-cpta"
2411
2412     - title: "3n-hsw-x520-ip4-vhost-imix-base-2t2c"
2413       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520-3n-hsw"
2414       data: "plot-performance-trending-vpp-3n-hsw"
2415       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'"
2416       parameters:
2417       - "result"
2418       layout: "plot-cpta"
2419
2420     - title: "3n-hsw-x520-ip4-vhost-imix-base-4t4c"
2421       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520-3n-hsw"
2422       data: "plot-performance-trending-vpp-3n-hsw"
2423       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'"
2424       parameters:
2425       - "result"
2426       layout: "plot-cpta"
2427
2428 # VM vhost - x520, eth, 64B
2429
2430     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-1t1c"
2431       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2xc"
2432       data: "plot-performance-trending-vpp-3n-hsw"
2433       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'"
2434
2435       parameters:
2436       - "result"
2437       layout: "plot-cpta"
2438
2439     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-2t2c"
2440       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2xc"
2441       data: "plot-performance-trending-vpp-3n-hsw"
2442       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'"
2443       parameters:
2444       - "result"
2445       layout: "plot-cpta"
2446
2447     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2xc-4t4c"
2448       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2xc"
2449       data: "plot-performance-trending-vpp-3n-hsw"
2450       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'"
2451       parameters:
2452       - "result"
2453       layout: "plot-cpta"
2454
2455     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-1t1c"
2456       output-file-name: "vm-vhost-eth-1t1c-x520-3n-hsw-l2bd"
2457       data: "plot-performance-trending-vpp-3n-hsw"
2458       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'"
2459
2460       parameters:
2461       - "result"
2462       layout: "plot-cpta"
2463
2464     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-2t2c"
2465       output-file-name: "vm-vhost-eth-2t2c-x520-3n-hsw-l2bd"
2466       data: "plot-performance-trending-vpp-3n-hsw"
2467       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'"
2468       parameters:
2469       - "result"
2470       layout: "plot-cpta"
2471
2472     - title: "3n-hsw-x520-l2sw-vhost-64b-base-l2bd-4t4c"
2473       output-file-name: "vm-vhost-eth-4t4c-x520-3n-hsw-l2bd"
2474       data: "plot-performance-trending-vpp-3n-hsw"
2475       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'"
2476       parameters:
2477       - "result"
2478       layout: "plot-cpta"
2479
2480 # VM vhost - x520, eth, IMIX
2481
2482     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-1t1c"
2483       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2xc"
2484       data: "plot-performance-trending-vpp-3n-hsw"
2485       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'"
2486
2487       parameters:
2488       - "result"
2489       layout: "plot-cpta"
2490
2491     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-2t2c"
2492       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2xc"
2493       data: "plot-performance-trending-vpp-3n-hsw"
2494       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'"
2495       parameters:
2496       - "result"
2497       layout: "plot-cpta"
2498
2499     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2xc-4t4c"
2500       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2xc"
2501       data: "plot-performance-trending-vpp-3n-hsw"
2502       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'"
2503       parameters:
2504       - "result"
2505       layout: "plot-cpta"
2506
2507     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-1t1c"
2508       output-file-name: "vm-vhost-imix-eth-1t1c-x520-3n-hsw-l2bd"
2509       data: "plot-performance-trending-vpp-3n-hsw"
2510       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'"
2511
2512       parameters:
2513       - "result"
2514       layout: "plot-cpta"
2515
2516     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-2t2c"
2517       output-file-name: "vm-vhost-imix-eth-2t2c-x520-3n-hsw-l2bd"
2518       data: "plot-performance-trending-vpp-3n-hsw"
2519       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'"
2520       parameters:
2521       - "result"
2522       layout: "plot-cpta"
2523
2524     - title: "3n-hsw-x520-l2sw-vhost-imix-base-l2bd-4t4c"
2525       output-file-name: "vm-vhost-imix-eth-4t4c-x520-3n-hsw-l2bd"
2526       data: "plot-performance-trending-vpp-3n-hsw"
2527       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'"
2528       parameters:
2529       - "result"
2530       layout: "plot-cpta"
2531
2532 ## VM vhost - xl710, eth, 64B
2533 #
2534 #    - title: "3n-hsw-xl710-l2sw-vhost-64b-base-1t1c"
2535 #      output-file-name: "vm-vhost-eth-1t1c-xl710-3n-hsw"
2536 #      data: "plot-performance-trending-vpp-3n-hsw"
2537 #      filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2538 #
2539 #      parameters:
2540 #      - "result"
2541 #      layout: "plot-cpta"
2542 #
2543 #    - title: "3n-hsw-xl710-l2sw-vhost-64b-base-2t2c"
2544 #      output-file-name: "vm-vhost-eth-2t2c-xl710-3n-hsw"
2545 #      data: "plot-performance-trending-vpp-3n-hsw"
2546 #      filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2547 #      parameters:
2548 #      - "result"
2549 #      layout: "plot-cpta"
2550 #
2551 #    - title: "3n-hsw-xl710-l2sw-vhost-64b-base-4t4c"
2552 #      output-file-name: "vm-vhost-eth-4t4c-xl710-3n-hsw"
2553 #      data: "plot-performance-trending-vpp-3n-hsw"
2554 #      filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2555 #      parameters:
2556 #      - "result"
2557 #      layout: "plot-cpta"
2558
2559 ## VM vhost - xl710, eth, IMIX
2560 #
2561 #    - title: "3n-hsw-xl710-l2sw-vhost-imix-base-1t1c"
2562 #      output-file-name: "vm-vhost-imix-eth-1t1c-xl710-3n-hsw"
2563 #      data: "plot-performance-trending-vpp-3n-hsw"
2564 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2565 #
2566 #      parameters:
2567 #      - "result"
2568 #      layout: "plot-cpta"
2569 #
2570 #    - title: "3n-hsw-xl710-l2sw-vhost-imix-base-2t2c"
2571 #      output-file-name: "vm-vhost-imix-eth-2t2c-xl710-3n-hsw"
2572 #      data: "plot-performance-trending-vpp-3n-hsw"
2573 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2574 #      parameters:
2575 #      - "result"
2576 #      layout: "plot-cpta"
2577 #
2578 #    - title: "3n-hsw-xl710-l2sw-vhost-imix-base-4t4c"
2579 #      output-file-name: "vm-vhost-imix-eth-4t4c-xl710-3n-hsw"
2580 #      data: "plot-performance-trending-vpp-3n-hsw"
2581 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2582 #      parameters:
2583 #      - "result"
2584 #      layout: "plot-cpta"
2585
2586 # VM vhost - x710, ethip4, 64B
2587
2588     - title: "3n-hsw-x710-ip4-vhost-64b-base-1t1c"
2589       output-file-name: "vm-vhost-ethip4-1t1c-x710-3n-hsw"
2590       data: "plot-performance-trending-vpp-3n-hsw"
2591       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'"
2592       parameters:
2593       - "result"
2594       layout: "plot-cpta"
2595
2596     - title: "3n-hsw-x710-ip4-vhost-64b-base-2t2c"
2597       output-file-name: "vm-vhost-ethip4-2t2c-x710-3n-hsw"
2598       data: "plot-performance-trending-vpp-3n-hsw"
2599       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'"
2600       parameters:
2601       - "result"
2602       layout: "plot-cpta"
2603
2604     - title: "3n-hsw-x710-ip4-vhost-64b-base-4t4c"
2605       output-file-name: "vm-vhost-ethip4-4t4c-x710-3n-hsw"
2606       data: "plot-performance-trending-vpp-3n-hsw"
2607       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'"
2608       parameters:
2609       - "result"
2610       layout: "plot-cpta"
2611
2612 # VM vhost - x710, ethip4, IMIX
2613
2614     - title: "3n-hsw-x710-ip4-vhost-imix-base-1t1c"
2615       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710-3n-hsw"
2616       data: "plot-performance-trending-vpp-3n-hsw"
2617       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'"
2618       parameters:
2619       - "result"
2620       layout: "plot-cpta"
2621
2622     - title: "3n-hsw-x710-ip4-vhost-imix-base-2t2c"
2623       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710-3n-hsw"
2624       data: "plot-performance-trending-vpp-3n-hsw"
2625       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'"
2626       parameters:
2627       - "result"
2628       layout: "plot-cpta"
2629
2630     - title: "3n-hsw-x710-ip4-vhost-imix-base-4t4c"
2631       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710-3n-hsw"
2632       data: "plot-performance-trending-vpp-3n-hsw"
2633       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'"
2634       parameters:
2635       - "result"
2636       layout: "plot-cpta"
2637
2638 # VM vhost - x710, eth, 64B
2639
2640     - title: "3n-hsw-x710-l2sw-vhost-64b-base-1t1c"
2641       output-file-name: "vm-vhost-eth-1t1c-x710-3n-hsw"
2642       data: "plot-performance-trending-vpp-3n-hsw"
2643       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2644
2645       parameters:
2646       - "result"
2647       layout: "plot-cpta"
2648
2649     - title: "3n-hsw-x710-l2sw-vhost-64b-base-2t2c"
2650       output-file-name: "vm-vhost-eth-2t2c-x710-3n-hsw"
2651       data: "plot-performance-trending-vpp-3n-hsw"
2652       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2653       parameters:
2654       - "result"
2655       layout: "plot-cpta"
2656
2657     - title: "3n-hsw-x710-l2sw-vhost-64b-base-4t4c"
2658       output-file-name: "vm-vhost-eth-4t4c-x710-3n-hsw"
2659       data: "plot-performance-trending-vpp-3n-hsw"
2660       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2661       parameters:
2662       - "result"
2663       layout: "plot-cpta"
2664
2665 # VM vhost - x710, eth, IMIX
2666
2667     - title: "3n-hsw-x710-l2sw-vhost-imix-base-1t1c"
2668       output-file-name: "vm-vhost-imix-eth-1t1c-x710-3n-hsw"
2669       data: "plot-performance-trending-vpp-3n-hsw"
2670       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2671
2672       parameters:
2673       - "result"
2674       layout: "plot-cpta"
2675
2676     - title: "3n-hsw-x710-l2sw-vhost-imix-base-2t2c"
2677       output-file-name: "vm-vhost-imix-eth-2t2c-x710-3n-hsw"
2678       data: "plot-performance-trending-vpp-3n-hsw"
2679       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2680       parameters:
2681       - "result"
2682       layout: "plot-cpta"
2683
2684     - title: "3n-hsw-x710-l2sw-vhost-imix-base-4t4c"
2685       output-file-name: "vm-vhost-imix-eth-4t4c-x710-3n-hsw"
2686       data: "plot-performance-trending-vpp-3n-hsw"
2687       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
2688       parameters:
2689       - "result"
2690       layout: "plot-cpta"
2691
2692 # VTS - x520, 114B
2693
2694     - title: "3n-hsw-x520-vts-114b-1t1c"
2695       output-file-name: "vts-114b-1t1c-x520-3n-hsw"
2696       data: "plot-performance-trending-vpp-3n-hsw"
2697       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '1T1C' and 'VHOST' and 'VTS'"
2698       parameters:
2699       - "result"
2700       layout: "plot-cpta"
2701
2702     - title: "3n-hsw-x520-vts-114b-2t2c"
2703       output-file-name: "vts-114b-2t2c-x520-3n-hsw"
2704       data: "plot-performance-trending-vpp-3n-hsw"
2705       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '2T2C' and 'VHOST' and 'VTS'"
2706       parameters:
2707       - "result"
2708       layout: "plot-cpta"
2709
2710     - title: "3n-hsw-x520-vts-114b-4t4c"
2711       output-file-name: "vts-114b-4t4c-x520-3n-hsw"
2712       data: "plot-performance-trending-vpp-3n-hsw"
2713       filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '4T4C' and 'VHOST' and 'VTS'"
2714       parameters:
2715       - "result"
2716       layout: "plot-cpta"
2717
2718 # IPSec
2719
2720 #    - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-1t1c"
2721 #      output-file-name: "ipsec-1t1c-xl710-3n-hsw"
2722 #      data: "plot-performance-trending-vpp-3n-hsw"
2723 #      filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and not 'VHOST'"
2724 #      parameters:
2725 #      - "result"
2726 #      layout: "plot-cpta"
2727 #
2728 #    - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-2t2c"
2729 #      output-file-name: "ipsec-2t2c-xl710-3n-hsw"
2730 #      data: "plot-performance-trending-vpp-3n-hsw"
2731 #      filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and not 'VHOST'"
2732 #      parameters:
2733 #      - "result"
2734 #      layout: "plot-cpta"
2735 #
2736 #    - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-4t4c"
2737 #      output-file-name: "ipsec-4t4c-xl710-3n-hsw"
2738 #      data: "plot-performance-trending-vpp-3n-hsw"
2739 #      filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and not 'VHOST'"
2740 #      parameters:
2741 #      - "result"
2742 #      layout: "plot-cpta"
2743
2744 # IPSec - SW INT
2745     - title: "3n-hsw-x710-ip4-ipsecsw-int-64b-base-scale-1t1c"
2746       output-file-name: "ipsecsw-int-1t1c-x710-3n-hsw"
2747       data: "plot-performance-trending-vpp-3n-hsw"
2748       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and 'IPSECINT' and not 'VHOST'"
2749       parameters:
2750       - "result"
2751       layout: "plot-cpta"
2752
2753     - title: "3n-hsw-x710-ip4-ipsecsw-int-64b-base-scale-2t2c"
2754       output-file-name: "ipsecsw-int-2t2c-x710-3n-hsw"
2755       data: "plot-performance-trending-vpp-3n-hsw"
2756       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and 'IPSECINT' and not 'VHOST'"
2757       parameters:
2758       - "result"
2759       layout: "plot-cpta"
2760
2761     - title: "3n-hsw-x710-ip4-ipsecsw-int-64b-base-scale-4t4c"
2762       output-file-name: "ipsecsw-int-4t4c-x710-3n-hsw"
2763       data: "plot-performance-trending-vpp-3n-hsw"
2764       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and 'IPSECINT' and not 'VHOST'"
2765       parameters:
2766       - "result"
2767       layout: "plot-cpta"
2768
2769 # IPSec - SW TUN
2770     - title: "3n-hsw-x710-ip4-ipsecsw-tnl-64b-base-scale-1t1c"
2771       output-file-name: "ipsecsw-tnl-1t1c-x710-3n-hsw"
2772       data: "plot-performance-trending-vpp-3n-hsw"
2773       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and 'IPSECTUN' and not 'VHOST'"
2774       parameters:
2775       - "result"
2776       layout: "plot-cpta"
2777
2778     - title: "3n-hsw-x710-ip4-ipsecsw-tnl-64b-base-scale-2t2c"
2779       output-file-name: "ipsecsw-tnl-2t2c-x710-3n-hsw"
2780       data: "plot-performance-trending-vpp-3n-hsw"
2781       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and 'IPSECTUN' and not 'VHOST'"
2782       parameters:
2783       - "result"
2784       layout: "plot-cpta"
2785
2786     - title: "3n-hsw-x710-ip4-ipsecsw-tnl-64b-base-scale-4t4c"
2787       output-file-name: "ipsecsw-tnl-4t4c-x710-3n-hsw"
2788       data: "plot-performance-trending-vpp-3n-hsw"
2789       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and 'IPSECTUN' and not 'VHOST'"
2790       parameters:
2791       - "result"
2792       layout: "plot-cpta"
2793
2794 # SRv6 - x520
2795
2796     - title: "3n-hsw-x520-srv6-78b-1t1c"
2797       output-file-name: "srv6-78b-1t1c-x520-3n-hsw"
2798       data: "plot-performance-trending-vpp-3n-hsw"
2799       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
2800       parameters:
2801       - "result"
2802       layout: "plot-cpta"
2803
2804     - title: "3n-hsw-x520-srv6-78b-2t2c"
2805       output-file-name: "srv6-78b-2t2c-x520-3n-hsw"
2806       data: "plot-performance-trending-vpp-3n-hsw"
2807       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
2808       parameters:
2809       - "result"
2810       layout: "plot-cpta"
2811
2812     - title: "3n-hsw-x520-srv6-78b-4t4c"
2813       output-file-name: "srv6-78b-4t4c-x520-3n-hsw"
2814       data: "plot-performance-trending-vpp-3n-hsw"
2815       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
2816       parameters:
2817       - "result"
2818       layout: "plot-cpta"
2819
2820 #    - title: "3n-hsw-x520-srv6-imix-1t1c"
2821 #      output-file-name: "srv6-imix-1t1c-x520-3n-hsw"
2822 #      data: "plot-performance-trending-vpp-3n-hsw"
2823 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
2824 #      parameters:
2825 #      - "result"
2826 #      layout: "plot-cpta"
2827 #
2828 #    - title: "3n-hsw-x520-srv6-imix-2t2c"
2829 #      output-file-name: "srv6-imix-2t2c-x520-3n-hsw"
2830 #      data: "plot-performance-trending-vpp-3n-hsw"
2831 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
2832 #      parameters:
2833 #      - "result"
2834 #      layout: "plot-cpta"
2835 #
2836 #    - title: "3n-hsw-x520-srv6-imix-4t4c"
2837 #      output-file-name: "srv6-imix-4t4c-x520-3n-hsw"
2838 #      data: "plot-performance-trending-vpp-3n-hsw"
2839 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
2840 #      parameters:
2841 #      - "result"
2842 #      layout: "plot-cpta"
2843
2844 # Link Bonding - x520
2845
2846     - title: "3n-hsw-x520-lb-64b-1t1c"
2847       output-file-name: "lb-64b-1t1c-x520-3n-hsw"
2848       data: "plot-performance-trending-vpp-3n-hsw"
2849       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'"
2850       parameters:
2851       - "result"
2852       layout: "plot-cpta"
2853
2854     - title: "3n-hsw-x520-lb-64b-2t2c"
2855       output-file-name: "lb-64b-2t2c-x520-3n-hsw"
2856       data: "plot-performance-trending-vpp-3n-hsw"
2857       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'"
2858       parameters:
2859       - "result"
2860       layout: "plot-cpta"
2861
2862     - title: "3n-hsw-x520-lb-64b-4t4c"
2863       output-file-name: "lb-64b-4t4c-x520-3n-hsw"
2864       data: "plot-performance-trending-vpp-3n-hsw"
2865       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'"
2866       parameters:
2867       - "result"
2868       layout: "plot-cpta"
2869
2870     - title: "3n-hsw-x520-lb-imix-1t1c"
2871       output-file-name: "lb-imix-1t1c-x520-3n-hsw"
2872       data: "plot-performance-trending-vpp-3n-hsw"
2873       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND' and not 'LBOND_DPDK'"
2874       parameters:
2875       - "result"
2876       layout: "plot-cpta"
2877
2878     - title: "3n-hsw-x520-lb-imix-2t2c"
2879       output-file-name: "lb-imix-2t2c-x520-3n-hsw"
2880       data: "plot-performance-trending-vpp-3n-hsw"
2881       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND' and not 'LBOND_DPDK'"
2882       parameters:
2883       - "result"
2884       layout: "plot-cpta"
2885
2886     - title: "3n-hsw-x520-lb-imix-4t4c"
2887       output-file-name: "lb-imix-4t4c-x520-3n-hsw"
2888       data: "plot-performance-trending-vpp-3n-hsw"
2889       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND' and not 'LBOND_DPDK'"
2890       parameters:
2891       - "result"
2892       layout: "plot-cpta"
2893
2894 # Link Bonding - x710
2895
2896     - title: "3n-hsw-x710-lb-64b-1t1c"
2897       output-file-name: "lb-64b-1t1c-x710-3n-hsw"
2898       data: "plot-performance-trending-vpp-3n-hsw"
2899       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
2900       parameters:
2901       - "result"
2902       layout: "plot-cpta"
2903
2904     - title: "3n-hsw-x710-lb-64b-2t2c"
2905       output-file-name: "lb-64b-2t2c-x710-3n-hsw"
2906       data: "plot-performance-trending-vpp-3n-hsw"
2907       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
2908       parameters:
2909       - "result"
2910       layout: "plot-cpta"
2911
2912     - title: "3n-hsw-x710-lb-64b-4t4c"
2913       output-file-name: "lb-64b-4t4c-x710-3n-hsw"
2914       data: "plot-performance-trending-vpp-3n-hsw"
2915       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
2916       parameters:
2917       - "result"
2918       layout: "plot-cpta"
2919
2920     - title: "3n-hsw-x710-lb-imix-1t1c"
2921       output-file-name: "lb-imix-1t1c-x710-3n-hsw"
2922       data: "plot-performance-trending-vpp-3n-hsw"
2923       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
2924       parameters:
2925       - "result"
2926       layout: "plot-cpta"
2927
2928     - title: "3n-hsw-x710-lb-imix-2t2c"
2929       output-file-name: "lb-imix-2t2c-x710-3n-hsw"
2930       data: "plot-performance-trending-vpp-3n-hsw"
2931       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
2932       parameters:
2933       - "result"
2934       layout: "plot-cpta"
2935
2936     - title: "3n-hsw-x710-lb-imix-4t4c"
2937       output-file-name: "lb-imix-4t4c-x710-3n-hsw"
2938       data: "plot-performance-trending-vpp-3n-hsw"
2939       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
2940       parameters:
2941       - "result"
2942       layout: "plot-cpta"
2943
2944 # DPDK - x520 - 64B
2945
2946     - title: "3n-hsw-x520-dpdk-64b-1t1c"
2947       output-file-name: "dpdk-64b-1t1c-x520-3n-hsw"
2948       data: "plot-performance-trending-dpdk-3n-hsw"
2949       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
2950       parameters:
2951       - "result"
2952       layout: "plot-cpta"
2953
2954     - title: "3n-hsw-x520-dpdk-64b-2t2c"
2955       output-file-name: "dpdk-64b-2t2c-x520-3n-hsw"
2956       data: "plot-performance-trending-dpdk-3n-hsw"
2957       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
2958       parameters:
2959       - "result"
2960       layout: "plot-cpta"
2961
2962     - title: "3n-hsw-x520-dpdk-64b-4t4c"
2963       output-file-name: "dpdk-64b-4t4c-x520-3n-hsw"
2964       data: "plot-performance-trending-dpdk-3n-hsw"
2965       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
2966       parameters:
2967       - "result"
2968       layout: "plot-cpta"
2969
2970 # DPDK - x710 - 64B
2971
2972     - title: "3n-hsw-x710-dpdk-64b-1t1c"
2973       output-file-name: "dpdk-64b-1t1c-x710-3n-hsw"
2974       data: "plot-performance-trending-dpdk-3n-hsw"
2975       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
2976       parameters:
2977       - "result"
2978       layout: "plot-cpta"
2979
2980     - title: "3n-hsw-x710-dpdk-64b-2t2c"
2981       output-file-name: "dpdk-64b-2t2c-x710-3n-hsw"
2982       data: "plot-performance-trending-dpdk-3n-hsw"
2983       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
2984       parameters:
2985       - "result"
2986       layout: "plot-cpta"
2987
2988     - title: "3n-hsw-x710-dpdk-64b-4t4c"
2989       output-file-name: "dpdk-64b-4t4c-x710-3n-hsw"
2990       data: "plot-performance-trending-dpdk-3n-hsw"
2991       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
2992       parameters:
2993       - "result"
2994       layout: "plot-cpta"
2995
2996 # DPDK - xl710 - 64B
2997
2998     - title: "3n-hsw-xl710-dpdk-64b-1t1c"
2999       output-file-name: "dpdk-64b-1t1c-xl710-3n-hsw"
3000       data: "plot-performance-trending-dpdk-3n-hsw"
3001       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'DPDK'"
3002       parameters:
3003       - "result"
3004       layout: "plot-cpta"
3005
3006     - title: "3n-hsw-xl710-dpdk-64b-2t2c"
3007       output-file-name: "dpdk-64b-2t2c-xl710-3n-hsw"
3008       data: "plot-performance-trending-dpdk-3n-hsw"
3009       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'DPDK'"
3010       parameters:
3011       - "result"
3012       layout: "plot-cpta"
3013
3014     - title: "3n-hsw-xl710-dpdk-64b-4t4c"
3015       output-file-name: "dpdk-64b-4t4c-xl710-3n-hsw"
3016       data: "plot-performance-trending-dpdk-3n-hsw"
3017       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'DPDK'"
3018       parameters:
3019       - "result"
3020       layout: "plot-cpta"
3021
3022 ## DPDK - x520 - IMIX
3023 #
3024 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3025 #      output-file-name: "dpdk-imix-1t1c-x520-3n-hsw"
3026 #      data: "plot-performance-trending-dpdk-3n-hsw"
3027 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
3028 #      parameters:
3029 #      - "result"
3030 #      layout: "plot-cpta"
3031 #
3032 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
3033 #      output-file-name: "dpdk-imix-2t2c-x520-3n-hsw"
3034 #      data: "plot-performance-trending-dpdk-3n-hsw"
3035 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
3036 #      parameters:
3037 #      - "result"
3038 #      layout: "plot-cpta"
3039 #
3040 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
3041 #      output-file-name: "dpdk-imix-4t4c-x520-3n-hsw"
3042 #      data: "plot-performance-trending-dpdk-3n-hsw"
3043 #      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3044 #      parameters:
3045 #      - "result"
3046 #      layout: "plot-cpta"
3047 #
3048 ## DPDK - x710 - IMIX
3049 #
3050 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3051 #      output-file-name: "dpdk-imix-1t1c-x710-3n-hsw"
3052 #      data: "plot-performance-trending-dpdk-3n-hsw"
3053 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
3054 #      parameters:
3055 #      - "result"
3056 #      layout: "plot-cpta"
3057 #
3058 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
3059 #      output-file-name: "dpdk-imix-2t2c-x710-3n-hsw"
3060 #      data: "plot-performance-trending-dpdk-3n-hsw"
3061 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
3062 #      parameters:
3063 #      - "result"
3064 #      layout: "plot-cpta"
3065 #
3066 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
3067 #      output-file-name: "dpdk-imix-4t4c-x710-3n-hsw"
3068 #      data: "plot-performance-trending-dpdk-3n-hsw"
3069 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3070 #      parameters:
3071 #      - "result"
3072 #      layout: "plot-cpta"
3073 #
3074 ## DPDK - xl710 - IMIX
3075 #
3076 #    - title: "DPDK 1T1C IMIX MRR Trending 3n-hsw"
3077 #      output-file-name: "dpdk-imix-1t1c-xl710-3n-hsw"
3078 #      data: "plot-performance-trending-dpdk-3n-hsw"
3079 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'DPDK'"
3080 #      parameters:
3081 #      - "result"
3082 #      layout: "plot-cpta"
3083 #
3084 #    - title: "DPDK 2T2C IMIX MRR Trending 3n-hsw"
3085 #      output-file-name: "dpdk-imix-2t2c-xl710-3n-hsw"
3086 #      data: "plot-performance-trending-dpdk-3n-hsw"
3087 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'DPDK'"
3088 #      parameters:
3089 #      - "result"
3090 #      layout: "plot-cpta"
3091 #
3092 #    - title: "DPDK 4T4C IMIX MRR Trending 3n-hsw"
3093 #      output-file-name: "dpdk-imix-4t4c-xl710-3n-hsw"
3094 #      data: "plot-performance-trending-dpdk-3n-hsw"
3095 #      filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'DPDK'"
3096 #      parameters:
3097 #      - "result"
3098 #      layout: "plot-cpta"
3099
3100 ################################################################################
3101 # 3n-skx
3102
3103 # L2 - x710
3104
3105     - title: "3n-skx-x710-l2sw-64b-base-scale-2t1c"
3106       output-file-name: "l2-2t1c-x710-3n-skx"
3107       data: "plot-performance-trending-vpp-3n-skx"
3108       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'"
3109       parameters:
3110       - "result"
3111       layout: "plot-cpta"
3112
3113     - title: "3n-skx-x710-l2sw-64b-base-scale-4t2c"
3114       output-file-name: "l2-4t2c-x710-3n-skx"
3115       data: "plot-performance-trending-vpp-3n-skx"
3116       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'"
3117       parameters:
3118       - "result"
3119       layout: "plot-cpta"
3120
3121     - title: "3n-skx-x710-l2sw-64b-base-scale-8t4c"
3122       output-file-name: "l2-8t4c-x710-3n-skx"
3123       data: "plot-performance-trending-vpp-3n-skx"
3124       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'"
3125       parameters:
3126       - "result"
3127       layout: "plot-cpta"
3128
3129     - title: "3n-skx-x710-l2sw-64b-features-2t1c"
3130       output-file-name: "l2-feature-2t1c-x710-3n-skx"
3131       data: "plot-performance-trending-vpp-3n-skx"
3132       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3133       parameters:
3134       - "result"
3135       layout: "plot-cpta"
3136
3137     - title: "3n-skx-x710-l2sw-64b-features-4t2c"
3138       output-file-name: "l2-feature-4t2c-x710-3n-skx"
3139       data: "plot-performance-trending-vpp-3n-skx"
3140       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3141       parameters:
3142       - "result"
3143       layout: "plot-cpta"
3144
3145     - title: "3n-skx-x710-l2sw-64b-features-8t4c"
3146       output-file-name: "l2-feature-8t4c-x710-3n-skx"
3147       data: "plot-performance-trending-vpp-3n-skx"
3148       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3149       parameters:
3150       - "result"
3151       layout: "plot-cpta"
3152
3153 # L2 - xxv710
3154
3155     - title: "3n-skx-xxv710-l2sw-64b-base-scale-2t1c"
3156       output-file-name: "l2-2t1c-xxv710-3n-skx"
3157       data: "plot-performance-trending-vpp-3n-skx"
3158       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'"
3159       parameters:
3160       - "result"
3161       layout: "plot-cpta"
3162
3163     - title: "3n-skx-xxv710-l2sw-64b-base-scale-4t2c"
3164       output-file-name: "l2-4t2c-xxv710-3n-skx"
3165       data: "plot-performance-trending-vpp-3n-skx"
3166       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'"
3167       parameters:
3168       - "result"
3169       layout: "plot-cpta"
3170
3171     - title: "3n-skx-xxv710-l2sw-64b-base-scale-8t4c"
3172       output-file-name: "l2-8t4c-xxv710-3n-skx"
3173       data: "plot-performance-trending-vpp-3n-skx"
3174       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'"
3175       parameters:
3176       - "result"
3177       layout: "plot-cpta"
3178
3179     - title: "3n-skx-xxv710-l2sw-64b-features-2t1c"
3180       output-file-name: "l2-feature-2t1c-xxv710-3n-skx"
3181       data: "plot-performance-trending-vpp-3n-skx"
3182       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3183       parameters:
3184       - "result"
3185       layout: "plot-cpta"
3186
3187     - title: "3n-skx-xxv710-l2sw-64b-features-4t2c"
3188       output-file-name: "l2-feature-4t2c-xxv710-3n-skx"
3189       data: "plot-performance-trending-vpp-3n-skx"
3190       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3191       parameters:
3192       - "result"
3193       layout: "plot-cpta"
3194
3195     - title: "3n-skx-xxv710-l2sw-64b-features-8t4c"
3196       output-file-name: "l2-feature-8t4c-xxv710-3n-skx"
3197       data: "plot-performance-trending-vpp-3n-skx"
3198       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
3199       parameters:
3200       - "result"
3201       layout: "plot-cpta"
3202
3203 # IPv4 - x710
3204
3205     - title: "3n-skx-x710-ip4-64b-base-scale-2t1c"
3206       output-file-name: "ip4-2t1c-x710-3n-skx"
3207       data: "plot-performance-trending-vpp-3n-skx"
3208       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'"
3209       parameters:
3210       - "result"
3211       layout: "plot-cpta"
3212
3213     - title: "3n-skx-x710-ip4-64b-base-scale-4t2c"
3214       output-file-name: "ip4-4t2c-x710-3n-skx"
3215       data: "plot-performance-trending-vpp-3n-skx"
3216       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'"
3217       parameters:
3218       - "result"
3219       layout: "plot-cpta"
3220
3221     - title: "3n-skx-x710-ip4-64b-base-scale-8t4c"
3222       output-file-name: "ip4-8t4c-x710-3n-skx"
3223       data: "plot-performance-trending-vpp-3n-skx"
3224       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'"
3225       parameters:
3226       - "result"
3227       layout: "plot-cpta"
3228
3229     - title: "3n-skx-x710-ip4-64b-features-2t1c"
3230       output-file-name: "ip4-feature-2t1c-x710-3n-skx"
3231       data: "plot-performance-trending-vpp-3n-skx"
3232       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3233       parameters:
3234       - "result"
3235       layout: "plot-cpta"
3236
3237     - title: "3n-skx-x710-ip4-64b-features-4t2c"
3238       output-file-name: "ip4-feature-4t2c-x710-3n-skx"
3239       data: "plot-performance-trending-vpp-3n-skx"
3240       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3241       parameters:
3242       - "result"
3243       layout: "plot-cpta"
3244
3245     - title: "3n-skx-x710-ip4-64b-features-8t4c"
3246       output-file-name: "ip4-feature-8t4c-x710-3n-skx"
3247       data: "plot-performance-trending-vpp-3n-skx"
3248       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3249       parameters:
3250       - "result"
3251       layout: "plot-cpta"
3252
3253 # IPv4 - xxv710
3254
3255     - title: "3n-skx-xxv710-ip4-64b-base-scale-2t1c"
3256       output-file-name: "ip4-2t1c-xxv710-3n-skx"
3257       data: "plot-performance-trending-vpp-3n-skx"
3258       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'"
3259       parameters:
3260       - "result"
3261       layout: "plot-cpta"
3262
3263     - title: "3n-skx-xxv710-ip4-64b-base-scale-4t2c"
3264       output-file-name: "ip4-4t2c-xxv710-3n-skx"
3265       data: "plot-performance-trending-vpp-3n-skx"
3266       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'"
3267       parameters:
3268       - "result"
3269       layout: "plot-cpta"
3270
3271     - title: "3n-skx-xxv710-ip4-64b-base-scale-8t4c"
3272       output-file-name: "ip4-8t4c-xxv710-3n-skx"
3273       data: "plot-performance-trending-vpp-3n-skx"
3274       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'"
3275       parameters:
3276       - "result"
3277       layout: "plot-cpta"
3278
3279     - title: "3n-skx-xxv710-ip4-64b-features-2t1c"
3280       output-file-name: "ip4-feature-2t1c-xxv710-3n-skx"
3281       data: "plot-performance-trending-vpp-3n-skx"
3282       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3283       parameters:
3284       - "result"
3285       layout: "plot-cpta"
3286
3287     - title: "3n-skx-xxv710-ip4-64b-features-4t2c"
3288       output-file-name: "ip4-feature-4t2c-xxv710-3n-skx"
3289       data: "plot-performance-trending-vpp-3n-skx"
3290       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3291       parameters:
3292       - "result"
3293       layout: "plot-cpta"
3294
3295     - title: "3n-skx-xxv710-ip4-64b-features-8t4c"
3296       output-file-name: "ip4-feature-8t4c-xxv710-3n-skx"
3297       data: "plot-performance-trending-vpp-3n-skx"
3298       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
3299       parameters:
3300       - "result"
3301       layout: "plot-cpta"
3302
3303 # IPv4 Tunnels - x710
3304
3305     - title: "3n-skx-x710-ip4tun-64b-base-2t1c"
3306       output-file-name: "ip4-tunnels-2t1c-x710-3n-skx"
3307       data: "plot-performance-trending-vpp-3n-skx"
3308       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'"
3309       parameters:
3310       - "result"
3311       layout: "plot-cpta"
3312
3313     - title: "3n-skx-x710-ip4tun-64b-base-4t2c"
3314       output-file-name: "ip4-tunnels-4t2c-x710-3n-skx"
3315       data: "plot-performance-trending-vpp-3n-skx"
3316       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'"
3317       parameters:
3318       - "result"
3319       layout: "plot-cpta"
3320
3321     - title: "3n-skx-x710-ip4tun-64b-base-8t4c"
3322       output-file-name: "ip4-tunnels-8t4c-x710-3n-skx"
3323       data: "plot-performance-trending-vpp-3n-skx"
3324       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'"
3325       parameters:
3326       - "result"
3327       layout: "plot-cpta"
3328
3329 # IPv4 Tunnels - xxv710
3330
3331     - title: "3n-skx-xxv710-ip4tun-64b-base-2t1c"
3332       output-file-name: "ip4-tunnels-2t1c-xxv710-3n-skx"
3333       data: "plot-performance-trending-vpp-3n-skx"
3334       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'"
3335       parameters:
3336       - "result"
3337       layout: "plot-cpta"
3338
3339     - title: "3n-skx-xxv710-ip4tun-64b-base-4t2c"
3340       output-file-name: "ip4-tunnels-4t2c-xxv710-3n-skx"
3341       data: "plot-performance-trending-vpp-3n-skx"
3342       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'"
3343       parameters:
3344       - "result"
3345       layout: "plot-cpta"
3346
3347     - title: "3n-skx-xxv710-ip4tun-64b-base-8t4c"
3348       output-file-name: "ip4-tunnels-8t4c-xxv710-3n-skx"
3349       data: "plot-performance-trending-vpp-3n-skx"
3350       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'"
3351       parameters:
3352       - "result"
3353       layout: "plot-cpta"
3354
3355 # IPv6 - x710
3356
3357     - title: "3n-skx-x710-ip6-78b-base-scale-2t1c"
3358       output-file-name: "ip6-2t1c-x710-3n-skx"
3359       data: "plot-performance-trending-vpp-3n-skx"
3360       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'"
3361       parameters:
3362       - "result"
3363       layout: "plot-cpta"
3364
3365     - title: "3n-skx-x710-ip6-78b-base-scale-4t2c"
3366       output-file-name: "ip6-4t2c-x710-3n-skx"
3367       data: "plot-performance-trending-vpp-3n-skx"
3368       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'"
3369       parameters:
3370       - "result"
3371       layout: "plot-cpta"
3372
3373     - title: "3n-skx-x710-ip6-78b-base-scale-8t4c"
3374       output-file-name: "ip6-8t4c-x710-3n-skx"
3375       data: "plot-performance-trending-vpp-3n-skx"
3376       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'"
3377       parameters:
3378       - "result"
3379       layout: "plot-cpta"
3380
3381 # IPv6 - xxv710
3382
3383     - title: "3n-skx-xxv710-ip6-78b-base-scale-2t1c"
3384       output-file-name: "ip6-2t1c-xxv710-3n-skx"
3385       data: "plot-performance-trending-vpp-3n-skx"
3386       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'"
3387       parameters:
3388       - "result"
3389       layout: "plot-cpta"
3390
3391     - title: "3n-skx-xxv710-ip6-78b-base-scale-4t2c"
3392       output-file-name: "ip6-4t2c-xxv710-3n-skx"
3393       data: "plot-performance-trending-vpp-3n-skx"
3394       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'"
3395       parameters:
3396       - "result"
3397       layout: "plot-cpta"
3398
3399     - title: "3n-skx-xxv710-ip6-78b-base-scale-8t4c"
3400       output-file-name: "ip6-8t4c-xxv710-3n-skx"
3401       data: "plot-performance-trending-vpp-3n-skx"
3402       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'"
3403       parameters:
3404       - "result"
3405       layout: "plot-cpta"
3406
3407 # Container memif - x710, 64B
3408
3409     - title: "3n-skx-x710-l2sw-memif-64b-base-2t1c"
3410       output-file-name: "container-memif-l2-2t1c-x710-3n-skx"
3411       data: "plot-performance-trending-vpp-3n-skx"
3412       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'"
3413       parameters:
3414       - "result"
3415       layout: "plot-cpta"
3416
3417     - title: "3n-skx-x710-l2sw-memif-64b-base-4t2c"
3418       output-file-name: "container-memif-l2-4t2c-x710-3n-skx"
3419       data: "plot-performance-trending-vpp-3n-skx"
3420       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'"
3421       parameters:
3422       - "result"
3423       layout: "plot-cpta"
3424
3425     - title: "3n-skx-x710-l2sw-memif-64b-base-8t4c"
3426       output-file-name: "container-memif-l2-8t4c-x710-3n-skx"
3427       data: "plot-performance-trending-vpp-3n-skx"
3428       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'"
3429       parameters:
3430       - "result"
3431       layout: "plot-cpta"
3432
3433 # Container memif - xxv710, 64B
3434
3435     - title: "3n-skx-xxv710-l2sw-memif-64b-base-2t1c"
3436       output-file-name: "container-memif-l2-2t1c-xxv710-3n-skx"
3437       data: "plot-performance-trending-vpp-3n-skx"
3438       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'"
3439       parameters:
3440       - "result"
3441       layout: "plot-cpta"
3442
3443     - title: "3n-skx-xxv710-l2sw-memif-64b-base-4t2c"
3444       output-file-name: "container-memif-l2-4t2c-xxv710-3n-skx"
3445       data: "plot-performance-trending-vpp-3n-skx"
3446       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'"
3447       parameters:
3448       - "result"
3449       layout: "plot-cpta"
3450
3451     - title: "3n-skx-xxv710-l2sw-memif-64b-base-8t4c"
3452       output-file-name: "container-memif-l2-8t4c-xxv710-3n-skx"
3453       data: "plot-performance-trending-vpp-3n-skx"
3454       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'"
3455       parameters:
3456       - "result"
3457       layout: "plot-cpta"
3458
3459 # Container memif - x710, IMIX
3460
3461     - title: "3n-skx-x710-l2sw-memif-imix-base-2t1c"
3462       output-file-name: "container-memif-imix-l2-2t1c-x710-3n-skx"
3463       data: "plot-performance-trending-vpp-3n-skx"
3464       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'"
3465       parameters:
3466       - "result"
3467       layout: "plot-cpta"
3468
3469     - title: "3n-skx-x710-l2sw-memif-imix-base-4t2c"
3470       output-file-name: "container-memif-imix-l2-4t2c-x710-3n-skx"
3471       data: "plot-performance-trending-vpp-3n-skx"
3472       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'"
3473       parameters:
3474       - "result"
3475       layout: "plot-cpta"
3476
3477     - title: "3n-skx-x710-l2sw-memif-imix-base-8t4c"
3478       output-file-name: "container-memif-imix-l2-8t4c-x710-3n-skx"
3479       data: "plot-performance-trending-vpp-3n-skx"
3480       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'"
3481       parameters:
3482       - "result"
3483       layout: "plot-cpta"
3484
3485 # Container memif - xxv710, IMIX
3486
3487     - title: "3n-skx-xxv710-l2sw-memif-imix-base-2t1c"
3488       output-file-name: "container-memif-imix-l2-2t1c-xxv710-3n-skx"
3489       data: "plot-performance-trending-vpp-3n-skx"
3490       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'"
3491       parameters:
3492       - "result"
3493       layout: "plot-cpta"
3494
3495     - title: "3n-skx-xxv710-l2sw-memif-imix-base-4t2c"
3496       output-file-name: "container-memif-imix-l2-4t2c-xxv710-3n-skx"
3497       data: "plot-performance-trending-vpp-3n-skx"
3498       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'"
3499       parameters:
3500       - "result"
3501       layout: "plot-cpta"
3502
3503     - title: "3n-skx-xxv710-l2sw-memif-imix-base-8t4c"
3504       output-file-name: "container-memif-imix-l2-8t4c-xxv710-3n-skx"
3505       data: "plot-performance-trending-vpp-3n-skx"
3506       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'"
3507       parameters:
3508       - "result"
3509       layout: "plot-cpta"
3510
3511 # VM vhost - x710, ethip4, 64B
3512
3513     - title: "3n-skx-x710-ip4-vhost-64b-base-2t1c"
3514       output-file-name: "vm-vhost-ethip4-2t1c-x710-3n-skx"
3515       data: "plot-performance-trending-vpp-3n-skx"
3516       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'"
3517       parameters:
3518       - "result"
3519       layout: "plot-cpta"
3520
3521     - title: "3n-skx-x710-ip4-vhost-64b-base-4t2c"
3522       output-file-name: "vm-vhost-ethip4-4t2c-x710-3n-skx"
3523       data: "plot-performance-trending-vpp-3n-skx"
3524       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'"
3525       parameters:
3526       - "result"
3527       layout: "plot-cpta"
3528
3529     - title: "3n-skx-x710-ip4-vhost-64b-base-8t4c"
3530       output-file-name: "vm-vhost-ethip4-8t4c-x710-3n-skx"
3531       data: "plot-performance-trending-vpp-3n-skx"
3532       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'"
3533       parameters:
3534       - "result"
3535       layout: "plot-cpta"
3536
3537 # VM vhost - xxv710, ethip4, 64B
3538
3539     - title: "3n-skx-xxv710-ip4-vhost-64b-base-2t1c"
3540       output-file-name: "vm-vhost-ethip4-2t1c-xxv710-3n-skx"
3541       data: "plot-performance-trending-vpp-3n-skx"
3542       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'"
3543       parameters:
3544       - "result"
3545       layout: "plot-cpta"
3546
3547     - title: "3n-skx-xxv710-ip4-vhost-64b-base-4t2c"
3548       output-file-name: "vm-vhost-ethip4-4t2c-xxv710-3n-skx"
3549       data: "plot-performance-trending-vpp-3n-skx"
3550       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'"
3551       parameters:
3552       - "result"
3553       layout: "plot-cpta"
3554
3555     - title: "3n-skx-xxv710-ip4-vhost-64b-base-8t4c"
3556       output-file-name: "vm-vhost-ethip4-8t4c-xxv710-3n-skx"
3557       data: "plot-performance-trending-vpp-3n-skx"
3558       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'"
3559       parameters:
3560       - "result"
3561       layout: "plot-cpta"
3562
3563 # VM vhost - x710, ethip4, IMIX
3564
3565     - title: "3n-skx-x710-ip4-vhost-imix-base-2t1c"
3566       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-3n-skx"
3567       data: "plot-performance-trending-vpp-3n-skx"
3568       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'"
3569       parameters:
3570       - "result"
3571       layout: "plot-cpta"
3572
3573     - title: "3n-skx-x710-ip4-vhost-imix-base-4t2c"
3574       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-3n-skx"
3575       data: "plot-performance-trending-vpp-3n-skx"
3576       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'"
3577       parameters:
3578       - "result"
3579       layout: "plot-cpta"
3580
3581     - title: "3n-skx-x710-ip4-vhost-imix-base-8t4c"
3582       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-3n-skx"
3583       data: "plot-performance-trending-vpp-3n-skx"
3584       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'"
3585       parameters:
3586       - "result"
3587       layout: "plot-cpta"
3588
3589 # VM vhost - xxv710, ethip4, IMIX
3590
3591     - title: "3n-skx-xxv710-ip4-vhost-imix-base-2t1c"
3592       output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-3n-skx"
3593       data: "plot-performance-trending-vpp-3n-skx"
3594       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'"
3595       parameters:
3596       - "result"
3597       layout: "plot-cpta"
3598
3599     - title: "3n-skx-xxv710-ip4-vhost-imix-base-4t2c"
3600       output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-3n-skx"
3601       data: "plot-performance-trending-vpp-3n-skx"
3602       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'"
3603       parameters:
3604       - "result"
3605       layout: "plot-cpta"
3606
3607     - title: "3n-skx-xxv710-ip4-vhost-imix-base-8t4c"
3608       output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-3n-skx"
3609       data: "plot-performance-trending-vpp-3n-skx"
3610       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'"
3611       parameters:
3612       - "result"
3613       layout: "plot-cpta"
3614
3615 # VM vhost - x710, eth, 64B
3616
3617     - title: "3n-skx-x710-l2sw-vhost-64b-base-2t1c"
3618       output-file-name: "vm-vhost-eth-2t1c-x710-3n-skx"
3619       data: "plot-performance-trending-vpp-3n-skx"
3620       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3621
3622       parameters:
3623       - "result"
3624       layout: "plot-cpta"
3625
3626     - title: "3n-skx-x710-l2sw-vhost-64b-base-4t2c"
3627       output-file-name: "vm-vhost-eth-4t2c-x710-3n-skx"
3628       data: "plot-performance-trending-vpp-3n-skx"
3629       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3630       parameters:
3631       - "result"
3632       layout: "plot-cpta"
3633
3634     - title: "3n-skx-x710-l2sw-vhost-64b-base-8t4c"
3635       output-file-name: "vm-vhost-eth-8t4c-x710-3n-skx"
3636       data: "plot-performance-trending-vpp-3n-skx"
3637       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3638       parameters:
3639       - "result"
3640       layout: "plot-cpta"
3641
3642 # VM vhost - xxv710, eth, 64B
3643
3644     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-2t1c"
3645       output-file-name: "vm-vhost-eth-2t1c-xxv710-3n-skx"
3646       data: "plot-performance-trending-vpp-3n-skx"
3647       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3648
3649       parameters:
3650       - "result"
3651       layout: "plot-cpta"
3652
3653     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-4t2c"
3654       output-file-name: "vm-vhost-eth-4t2c-xxv710-3n-skx"
3655       data: "plot-performance-trending-vpp-3n-skx"
3656       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3657       parameters:
3658       - "result"
3659       layout: "plot-cpta"
3660
3661     - title: "3n-skx-xxv710-l2sw-vhost-64b-base-8t4c"
3662       output-file-name: "vm-vhost-eth-8t4c-xxv710-3n-skx"
3663       data: "plot-performance-trending-vpp-3n-skx"
3664       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3665       parameters:
3666       - "result"
3667       layout: "plot-cpta"
3668
3669 # VM vhost - x710, eth, IMIX
3670
3671     - title: "3n-skx-x710-l2sw-vhost-imix-base-2t1c"
3672       output-file-name: "vm-vhost-imix-eth-2t1c-x710-3n-skx"
3673       data: "plot-performance-trending-vpp-3n-skx"
3674       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3675
3676       parameters:
3677       - "result"
3678       layout: "plot-cpta"
3679
3680     - title: "3n-skx-x710-l2sw-vhost-imix-base-4t2c"
3681       output-file-name: "vm-vhost-imix-eth-4t2c-x710-3n-skx"
3682       data: "plot-performance-trending-vpp-3n-skx"
3683       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3684       parameters:
3685       - "result"
3686       layout: "plot-cpta"
3687
3688     - title: "3n-skx-x710-l2sw-vhost-imix-base-8t4c"
3689       output-file-name: "vm-vhost-imix-eth-8t4c-x710-3n-skx"
3690       data: "plot-performance-trending-vpp-3n-skx"
3691       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3692       parameters:
3693       - "result"
3694       layout: "plot-cpta"
3695
3696 # VM vhost - xxv710, eth, IMIX
3697
3698     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-2t1c"
3699       output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-3n-skx"
3700       data: "plot-performance-trending-vpp-3n-skx"
3701       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3702
3703       parameters:
3704       - "result"
3705       layout: "plot-cpta"
3706
3707     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-4t2c"
3708       output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-3n-skx"
3709       data: "plot-performance-trending-vpp-3n-skx"
3710       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3711       parameters:
3712       - "result"
3713       layout: "plot-cpta"
3714
3715     - title: "3n-skx-xxv710-l2sw-vhost-imix-base-8t4c"
3716       output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-3n-skx"
3717       data: "plot-performance-trending-vpp-3n-skx"
3718       filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
3719       parameters:
3720       - "result"
3721       layout: "plot-cpta"
3722
3723
3724 # IPSec - SW INT
3725     - title: "3n-skx-x710-ip4-ipsecsw-int-64b-base-scale-2t1c"
3726       output-file-name: "ipsecsw-int-2t1c-x710-3n-skx"
3727       data: "plot-performance-trending-vpp-3n-skx"
3728       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '2T1C' and 'IPSECSW' and 'IPSECINT' and not 'VHOST'"
3729       parameters:
3730       - "result"
3731       layout: "plot-cpta"
3732
3733     - title: "3n-skx-x710-ip4-ipsecsw-int-64b-base-scale-4t2c"
3734       output-file-name: "ipsecsw-int-4t2c-x710-3n-skx"
3735       data: "plot-performance-trending-vpp-3n-skx"
3736       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '4T2C' and 'IPSECSW' and 'IPSECINT' and not 'VHOST'"
3737       parameters:
3738       - "result"
3739       layout: "plot-cpta"
3740
3741     - title: "3n-skx-x710-ip4-ipsecsw-int-64b-base-scale-8t4c"
3742       output-file-name: "ipsecsw-int-8t4c-x710-3n-skx"
3743       data: "plot-performance-trending-vpp-3n-skx"
3744       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '8T4C' and 'IPSECSW' and 'IPSECINT' and not 'VHOST'"
3745       parameters:
3746       - "result"
3747       layout: "plot-cpta"
3748
3749 # IPSec - SW TUN
3750     - title: "3n-skx-x710-ip4-ipsecsw-tnl-64b-base-scale-2t1c"
3751       output-file-name: "ipsecsw-tnl-2t1c-x710-3n-skx"
3752       data: "plot-performance-trending-vpp-3n-skx"
3753       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '2T1C' and 'IPSECSW' and 'IPSECTUN' and not 'VHOST'"
3754       parameters:
3755       - "result"
3756       layout: "plot-cpta"
3757
3758     - title: "3n-skx-x710-ip4-ipsecsw-tnl-64b-base-scale-4t2c"
3759       output-file-name: "ipsecsw-tnl-4t2c-x710-3n-skx"
3760       data: "plot-performance-trending-vpp-3n-skx"
3761       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '4T2C' and 'IPSECSW' and 'IPSECTUN' and not 'VHOST'"
3762       parameters:
3763       - "result"
3764       layout: "plot-cpta"
3765
3766     - title: "3n-skx-x710-ip4-ipsecsw-tnl-64b-base-scale-8t4c"
3767       output-file-name: "ipsecsw-tnl-8t4c-x710-3n-skx"
3768       data: "plot-performance-trending-vpp-3n-skx"
3769       filter: "'NIC_Intel-X710' and '64B' and 'IP4FWD' and 'MRR' and '8T4C' and 'IPSECSW' and 'IPSECTUN' and not 'VHOST'"
3770       parameters:
3771       - "result"
3772       layout: "plot-cpta"
3773
3774 # Link Bonding - x710
3775
3776     - title: "3n-skx-x710-lb-64b-2t1c"
3777       output-file-name: "lb-64b-2t1c-x710-3n-skx"
3778       data: "plot-performance-trending-vpp-3n-skx"
3779       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3780       parameters:
3781       - "result"
3782       layout: "plot-cpta"
3783
3784     - title: "3n-skx-x710-lb-64b-4t2c"
3785       output-file-name: "lb-64b-4t2c-x710-3n-skx"
3786       data: "plot-performance-trending-vpp-3n-skx"
3787       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3788       parameters:
3789       - "result"
3790       layout: "plot-cpta"
3791
3792     - title: "3n-skx-x710-lb-64b-8t4c"
3793       output-file-name: "lb-64b-8t4c-x710-3n-skx"
3794       data: "plot-performance-trending-vpp-3n-skx"
3795       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3796       parameters:
3797       - "result"
3798       layout: "plot-cpta"
3799
3800     - title: "3n-skx-x710-lb-imix-2t1c"
3801       output-file-name: "lb-imix-2t1c-x710-3n-skx"
3802       data: "plot-performance-trending-vpp-3n-skx"
3803       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3804       parameters:
3805       - "result"
3806       layout: "plot-cpta"
3807
3808     - title: "3n-skx-x710-lb-imix-4t2c"
3809       output-file-name: "lb-imix-4t2c-x710-3n-skx"
3810       data: "plot-performance-trending-vpp-3n-skx"
3811       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3812       parameters:
3813       - "result"
3814       layout: "plot-cpta"
3815
3816     - title: "3n-skx-x710-lb-imix-8t4c"
3817       output-file-name: "lb-imix-8t4c-x710-3n-skx"
3818       data: "plot-performance-trending-vpp-3n-skx"
3819       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3820       parameters:
3821       - "result"
3822       layout: "plot-cpta"
3823
3824 ## Link Bonding - xxv710
3825 #
3826 #    - title: "VPP 2T1C Link Bonding 64B MRR Trending 3n-skx"
3827 #      output-file-name: "lb-64b-2t1c-xxv710-3n-skx"
3828 #      data: "plot-performance-trending-vpp-3n-skx"
3829 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3830 #      parameters:
3831 #      - "result"
3832 #      layout: "plot-cpta"
3833 #
3834 #    - title: "VPP 4T2C Link Bonding 64B MRR Trending 3n-skx"
3835 #      output-file-name: "lb-64b-4t2c-xxv710-3n-skx"
3836 #      data: "plot-performance-trending-vpp-3n-skx"
3837 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3838 #      parameters:
3839 #      - "result"
3840 #      layout: "plot-cpta"
3841 #
3842 #    - title: "VPP 8T4C Link Bonding 64B MRR Trending 3n-skx"
3843 #      output-file-name: "lb-64b-8t4c-xxv710-3n-skx"
3844 #      data: "plot-performance-trending-vpp-3n-skx"
3845 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3846 #      parameters:
3847 #      - "result"
3848 #      layout: "plot-cpta"
3849 #
3850 #    - title: "VPP 2T1C Link Bonding IMIX MRR Trending 3n-skx"
3851 #      output-file-name: "lb-imix-2t1c-xxv710-3n-skx"
3852 #      data: "plot-performance-trending-vpp-3n-skx"
3853 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND_VPP'"
3854 #      parameters:
3855 #      - "result"
3856 #      layout: "plot-cpta"
3857 #
3858 #    - title: "VPP 4T2C Link Bonding IMIX MRR Trending 3n-skx"
3859 #      output-file-name: "lb-imix-4t2c-xxv710-3n-skx"
3860 #      data: "plot-performance-trending-vpp-3n-skx"
3861 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND_VPP'"
3862 #      parameters:
3863 #      - "result"
3864 #      layout: "plot-cpta"
3865 #
3866 #    - title: "VPP 8T4C Link Bonding IMIX MRR Trending 3n-skx"
3867 #      output-file-name: "lb-imix-8t4c-xxv710-3n-skx"
3868 #      data: "plot-performance-trending-vpp-3n-skx"
3869 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND_VPP'"
3870 #      parameters:
3871 #      - "result"
3872 #      layout: "plot-cpta"
3873
3874 # DPDK - x710 - 64B
3875
3876     - title: "3n-skx-x710-dpdk-64b-2t1c"
3877       output-file-name: "dpdk-64b-2t1c-x710-3n-skx"
3878       data: "plot-performance-trending-dpdk-3n-skx"
3879       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3880       parameters:
3881       - "result"
3882       layout: "plot-cpta"
3883
3884     - title: "3n-skx-x710-dpdk-64b-4t2c"
3885       output-file-name: "dpdk-64b-4t2c-x710-3n-skx"
3886       data: "plot-performance-trending-dpdk-3n-skx"
3887       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3888       parameters:
3889       - "result"
3890       layout: "plot-cpta"
3891
3892     - title: "3n-skx-x710-dpdk-64b-8t4c"
3893       output-file-name: "dpdk-64b-8t4c-x710-3n-skx"
3894       data: "plot-performance-trending-dpdk-3n-skx"
3895       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3896       parameters:
3897       - "result"
3898       layout: "plot-cpta"
3899
3900 ## DPDK - x710 - IMIX
3901 #
3902 #    - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
3903 #      output-file-name: "dpdk-imix-2t1c-x710-3n-skx"
3904 #      data: "plot-performance-trending-dpdk-3n-skx"
3905 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3906 #      parameters:
3907 #      - "result"
3908 #      layout: "plot-cpta"
3909 #
3910 #    - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
3911 #      output-file-name: "dpdk-imix-4t2c-x710-3n-skx"
3912 #      data: "plot-performance-trending-dpdk-3n-skx"
3913 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3914 #      parameters:
3915 #      - "result"
3916 #      layout: "plot-cpta"
3917 #
3918 #    - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
3919 #      output-file-name: "dpdk-imix-8t4c-x710-3n-skx"
3920 #      data: "plot-performance-trending-dpdk-3n-skx"
3921 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3922 #      parameters:
3923 #      - "result"
3924 #      layout: "plot-cpta"
3925
3926 # DPDK - xxv710 - 64B
3927
3928     - title: "3n-skx-xxv710-dpdk-64b-2t1c"
3929       output-file-name: "dpdk-64b-2t1c-xxv710-3n-skx"
3930       data: "plot-performance-trending-dpdk-3n-skx"
3931       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
3932       parameters:
3933       - "result"
3934       layout: "plot-cpta"
3935
3936     - title: "3n-skx-xxv710-dpdk-64b-4t2c"
3937       output-file-name: "dpdk-64b-4t2c-xxv710-3n-skx"
3938       data: "plot-performance-trending-dpdk-3n-skx"
3939       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
3940       parameters:
3941       - "result"
3942       layout: "plot-cpta"
3943
3944     - title: "3n-skx-xxv710-dpdk-64b-8t4c"
3945       output-file-name: "dpdk-64b-8t4c-xxv710-3n-skx"
3946       data: "plot-performance-trending-dpdk-3n-skx"
3947       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
3948       parameters:
3949       - "result"
3950       layout: "plot-cpta"
3951
3952 ## DPDK - xxv710 - IMIX
3953 #
3954 #    - title: "DPDK 2T1C IMIX MRR Trending 3n-skx"
3955 #      output-file-name: "dpdk-imix-2t1c-xxv710-3n-skx"
3956 #      data: "plot-performance-trending-dpdk-3n-skx"
3957 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
3958 #      parameters:
3959 #      - "result"
3960 #      layout: "plot-cpta"
3961 #
3962 #    - title: "DPDK 4T2C IMIX MRR Trending 3n-skx"
3963 #      output-file-name: "dpdk-imix-4t2c-xxv710-3n-skx"
3964 #      data: "plot-performance-trending-dpdk-3n-skx"
3965 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
3966 #      parameters:
3967 #      - "result"
3968 #      layout: "plot-cpta"
3969 #
3970 #    - title: "DPDK 8T4C IMIX MRR Trending 3n-skx"
3971 #      output-file-name: "dpdk-imix-8t4c-xxv710-3n-skx"
3972 #      data: "plot-performance-trending-dpdk-3n-skx"
3973 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
3974 #      parameters:
3975 #      - "result"
3976 #      layout: "plot-cpta"
3977
3978 ################################################################################
3979 # 2n-skx
3980
3981 # L2 - x710
3982
3983     - title: "2n-skx-x710-l2sw-64b-base-scale-2t1c"
3984       output-file-name: "l2-2t1c-x710-2n-skx"
3985       data: "plot-performance-trending-vpp-2n-skx"
3986       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'"
3987       parameters:
3988       - "result"
3989       layout: "plot-cpta"
3990
3991     - title: "2n-skx-x710-l2sw-64b-base-scale-4t2c"
3992       output-file-name: "l2-4t2c-x710-2n-skx"
3993       data: "plot-performance-trending-vpp-2n-skx"
3994       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'"
3995       parameters:
3996       - "result"
3997       layout: "plot-cpta"
3998
3999     - title: "2n-skx-x710-l2sw-64b-base-scale-8t4c"
4000       output-file-name: "l2-8t4c-x710-2n-skx"
4001       data: "plot-performance-trending-vpp-2n-skx"
4002       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'"
4003       parameters:
4004       - "result"
4005       layout: "plot-cpta"
4006
4007     - title: "2n-skx-x710-l2sw-64b-features-2t1c"
4008       output-file-name: "l2-feature-2t1c-x710-2n-skx"
4009       data: "plot-performance-trending-vpp-2n-skx"
4010       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4011       parameters:
4012       - "result"
4013       layout: "plot-cpta"
4014
4015     - title: "2n-skx-x710-l2sw-64b-features-4t2c"
4016       output-file-name: "l2-feature-4t2c-x710-2n-skx"
4017       data: "plot-performance-trending-vpp-2n-skx"
4018       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4019       parameters:
4020       - "result"
4021       layout: "plot-cpta"
4022
4023     - title: "2n-skx-x710-l2sw-64b-features-8t4c"
4024       output-file-name: "l2-feature-8t4c-x710-2n-skx"
4025       data: "plot-performance-trending-vpp-2n-skx"
4026       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4027       parameters:
4028       - "result"
4029       layout: "plot-cpta"
4030
4031 # L2 - xxv710
4032
4033     - title: "2n-skx-xxv710-l2sw-64b-base-scale-2t1c"
4034       output-file-name: "l2-2t1c-xxv710-2n-skx"
4035       data: "plot-performance-trending-vpp-2n-skx"
4036       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'"
4037       parameters:
4038       - "result"
4039       layout: "plot-cpta"
4040
4041     - title: "2n-skx-xxv710-l2sw-64b-base-scale-4t2c"
4042       output-file-name: "l2-4t2c-xxv710-2n-skx"
4043       data: "plot-performance-trending-vpp-2n-skx"
4044       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'"
4045       parameters:
4046       - "result"
4047       layout: "plot-cpta"
4048
4049     - title: "2n-skx-xxv710-l2sw-64b-base-scale-8t4c"
4050       output-file-name: "l2-8t4c-xxv710-2n-skx"
4051       data: "plot-performance-trending-vpp-2n-skx"
4052       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'"
4053       parameters:
4054       - "result"
4055       layout: "plot-cpta"
4056
4057     - title: "2n-skx-xxv710-l2sw-64b-features-2t1c"
4058       output-file-name: "l2-feature-2t1c-xxv710-2n-skx"
4059       data: "plot-performance-trending-vpp-2n-skx"
4060       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4061       parameters:
4062       - "result"
4063       layout: "plot-cpta"
4064
4065     - title: "2n-skx-xxv710-l2sw-64b-features-4t2c"
4066       output-file-name: "l2-feature-4t2c-xxv710-2n-skx"
4067       data: "plot-performance-trending-vpp-2n-skx"
4068       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4069       parameters:
4070       - "result"
4071       layout: "plot-cpta"
4072
4073     - title: "2n-skx-xxv710-l2sw-64b-features-8t4c"
4074       output-file-name: "l2-feature-8t4c-xxv710-2n-skx"
4075       data: "plot-performance-trending-vpp-2n-skx"
4076       filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4077       parameters:
4078       - "result"
4079       layout: "plot-cpta"
4080
4081 # IPv4 - x710
4082
4083     - title: "2n-skx-x710-ip4-64b-base-scale-2t1c"
4084       output-file-name: "ip4-2t1c-x710-2n-skx"
4085       data: "plot-performance-trending-vpp-2n-skx"
4086       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'"
4087       parameters:
4088       - "result"
4089       layout: "plot-cpta"
4090
4091     - title: "2n-skx-x710-ip4-64b-base-scale-4t2c"
4092       output-file-name: "ip4-4t2c-x710-2n-skx"
4093       data: "plot-performance-trending-vpp-2n-skx"
4094       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'"
4095       parameters:
4096       - "result"
4097       layout: "plot-cpta"
4098
4099     - title: "2n-skx-x710-ip4-64b-base-scale-8t4c"
4100       output-file-name: "ip4-8t4c-x710-2n-skx"
4101       data: "plot-performance-trending-vpp-2n-skx"
4102       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'"
4103       parameters:
4104       - "result"
4105       layout: "plot-cpta"
4106
4107     - title: "2n-skx-x710-ip4-64b-features-2t1c"
4108       output-file-name: "ip4-feature-2t1c-x710-2n-skx"
4109       data: "plot-performance-trending-vpp-2n-skx"
4110       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4111       parameters:
4112       - "result"
4113       layout: "plot-cpta"
4114
4115     - title: "2n-skx-x710-ip4-64b-features-4t2c"
4116       output-file-name: "ip4-feature-4t2c-x710-2n-skx"
4117       data: "plot-performance-trending-vpp-2n-skx"
4118       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4119       parameters:
4120       - "result"
4121       layout: "plot-cpta"
4122
4123     - title: "2n-skx-x710-ip4-64b-features-8t4c"
4124       output-file-name: "ip4-feature-8t4c-x710-2n-skx"
4125       data: "plot-performance-trending-vpp-2n-skx"
4126       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4127       parameters:
4128       - "result"
4129       layout: "plot-cpta"
4130
4131 # IPv4 - xxv710
4132
4133     - title: "2n-skx-xxv710-ip4-64b-base-scale-2t1c"
4134       output-file-name: "ip4-2t1c-xxv710-2n-skx"
4135       data: "plot-performance-trending-vpp-2n-skx"
4136       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'"
4137       parameters:
4138       - "result"
4139       layout: "plot-cpta"
4140
4141     - title: "2n-skx-xxv710-ip4-64b-base-scale-4t2c"
4142       output-file-name: "ip4-4t2c-xxv710-2n-skx"
4143       data: "plot-performance-trending-vpp-2n-skx"
4144       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'"
4145       parameters:
4146       - "result"
4147       layout: "plot-cpta"
4148
4149     - title: "2n-skx-xxv710-ip4-64b-base-scale-8t4c"
4150       output-file-name: "ip4-8t4c-xxv710-2n-skx"
4151       data: "plot-performance-trending-vpp-2n-skx"
4152       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'"
4153       parameters:
4154       - "result"
4155       layout: "plot-cpta"
4156
4157 #    - title: "2n-skx-xxv710-ip4-64b-features-2t1c"
4158 #      output-file-name: "ip4-feature-2t1c-xxv710-2n-skx"
4159 #      data: "plot-performance-trending-vpp-2n-skx"
4160 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4161 #      parameters:
4162 #      - "result"
4163 #      layout: "plot-cpta"
4164 #
4165 #    - title: "2n-skx-xxv710-ip4-64b-features-4t2c"
4166 #      output-file-name: "ip4-feature-4t2c-xxv710-2n-skx"
4167 #      data: "plot-performance-trending-vpp-2n-skx"
4168 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4169 #      parameters:
4170 #      - "result"
4171 #      layout: "plot-cpta"
4172 #
4173 #    - title: "2n-skx-xxv710-ip4-64b-features-8t4c"
4174 #      output-file-name: "ip4-feature-8t4c-xxv710-2n-skx"
4175 #      data: "plot-performance-trending-vpp-2n-skx"
4176 #      filter: "'NIC_Intel-XXV710' and 'MRR' and '64B' and 'FEATURE' and '8T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4177 #      parameters:
4178 #      - "result"
4179 #      layout: "plot-cpta"
4180
4181 # IPv4 Tunnels - x710
4182
4183     - title: "2n-skx-x710-ip4tun-64b-base-2t1c"
4184       output-file-name: "ip4-tunnels-2t1c-x710-2n-skx"
4185       data: "plot-performance-trending-vpp-2n-skx"
4186       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'"
4187       parameters:
4188       - "result"
4189       layout: "plot-cpta"
4190
4191     - title: "2n-skx-x710-ip4tun-64b-base-4t2c"
4192       output-file-name: "ip4-tunnels-4t2c-x710-2n-skx"
4193       data: "plot-performance-trending-vpp-2n-skx"
4194       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'"
4195       parameters:
4196       - "result"
4197       layout: "plot-cpta"
4198
4199     - title: "2n-skx-x710-ip4tun-64b-base-8t4c"
4200       output-file-name: "ip4-tunnels-8t4c-x710-2n-skx"
4201       data: "plot-performance-trending-vpp-2n-skx"
4202       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'"
4203       parameters:
4204       - "result"
4205       layout: "plot-cpta"
4206
4207 # IPv4 Tunnels - xxv710
4208
4209     - title: "2n-skx-xxv710-ip4tun-64b-base-2t1c"
4210       output-file-name: "ip4-tunnels-2t1c-xxv710-2n-skx"
4211       data: "plot-performance-trending-vpp-2n-skx"
4212       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'"
4213       parameters:
4214       - "result"
4215       layout: "plot-cpta"
4216
4217     - title: "2n-skx-xxv710-ip4tun-64b-base-4t2c"
4218       output-file-name: "ip4-tunnels-4t2c-xxv710-2n-skx"
4219       data: "plot-performance-trending-vpp-2n-skx"
4220       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'"
4221       parameters:
4222       - "result"
4223       layout: "plot-cpta"
4224
4225     - title: "2n-skx-xxv710-ip4tun-64b-base-8t4c"
4226       output-file-name: "ip4-tunnels-8t4c-xxv710-2n-skx"
4227       data: "plot-performance-trending-vpp-2n-skx"
4228       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'"
4229       parameters:
4230       - "result"
4231       layout: "plot-cpta"
4232
4233 # IPv6 - x710
4234
4235     - title: "2n-skx-x710-ip6-78b-base-scale-2t1c"
4236       output-file-name: "ip6-2t1c-x710-2n-skx"
4237       data: "plot-performance-trending-vpp-2n-skx"
4238       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'"
4239       parameters:
4240       - "result"
4241       layout: "plot-cpta"
4242
4243     - title: "2n-skx-x710-ip6-78b-base-scale-4t2c"
4244       output-file-name: "ip6-4t2c-x710-2n-skx"
4245       data: "plot-performance-trending-vpp-2n-skx"
4246       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'"
4247       parameters:
4248       - "result"
4249       layout: "plot-cpta"
4250
4251     - title: "2n-skx-x710-ip6-78b-base-scale-8t4c"
4252       output-file-name: "ip6-8t4c-x710-2n-skx"
4253       data: "plot-performance-trending-vpp-2n-skx"
4254       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'"
4255       parameters:
4256       - "result"
4257       layout: "plot-cpta"
4258
4259 # IPv6 - xxv710
4260
4261     - title: "2n-skx-xxv710-ip6-78b-base-scale-2t1c"
4262       output-file-name: "ip6-2t1c-xxv710-2n-skx"
4263       data: "plot-performance-trending-vpp-2n-skx"
4264       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'"
4265       parameters:
4266       - "result"
4267       layout: "plot-cpta"
4268
4269     - title: "2n-skx-xxv710-ip6-78b-base-scale-4t2c"
4270       output-file-name: "ip6-4t2c-xxv710-2n-skx"
4271       data: "plot-performance-trending-vpp-2n-skx"
4272       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'"
4273       parameters:
4274       - "result"
4275       layout: "plot-cpta"
4276
4277     - title: "2n-skx-xxv710-ip6-78b-base-scale-8t4c"
4278       output-file-name: "ip6-8t4c-xxv710-2n-skx"
4279       data: "plot-performance-trending-vpp-2n-skx"
4280       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'"
4281       parameters:
4282       - "result"
4283       layout: "plot-cpta"
4284
4285 # Container memif - x710, 64B
4286
4287     - title: "2n-skx-x710-l2sw-memif-64b-base-2t1c"
4288       output-file-name: "container-memif-l2-2t1c-x710-2n-skx"
4289       data: "plot-performance-trending-vpp-2n-skx"
4290       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'"
4291       parameters:
4292       - "result"
4293       layout: "plot-cpta"
4294
4295     - title: "2n-skx-x710-l2sw-memif-64b-base-4t2c"
4296       output-file-name: "container-memif-l2-4t2c-x710-2n-skx"
4297       data: "plot-performance-trending-vpp-2n-skx"
4298       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'"
4299       parameters:
4300       - "result"
4301       layout: "plot-cpta"
4302
4303     - title: "2n-skx-x710-l2sw-memif-64b-base-8t4c"
4304       output-file-name: "container-memif-l2-8t4c-x710-2n-skx"
4305       data: "plot-performance-trending-vpp-2n-skx"
4306       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'"
4307       parameters:
4308       - "result"
4309       layout: "plot-cpta"
4310
4311 ## Container memif - xxv710, 64B
4312 #
4313 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-2t1c"
4314 #      output-file-name: "container-memif-l2-2t1c-xxv710-2n-skx"
4315 #      data: "plot-performance-trending-vpp-2n-skx"
4316 #      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'"
4317 #      parameters:
4318 #      - "result"
4319 #      layout: "plot-cpta"
4320 #
4321 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-4t2c"
4322 #      output-file-name: "container-memif-l2-4t2c-xxv710-2n-skx"
4323 #      data: "plot-performance-trending-vpp-2n-skx"
4324 #      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'"
4325 #      parameters:
4326 #      - "result"
4327 #      layout: "plot-cpta"
4328 #
4329 #    - title: "2n-skx-xxv710-l2sw-memif-64b-base-8t4c"
4330 #      output-file-name: "container-memif-l2-8t4c-xxv710-2n-skx"
4331 #      data: "plot-performance-trending-vpp-2n-skx"
4332 #      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'"
4333 #      parameters:
4334 #      - "result"
4335 #      layout: "plot-cpta"
4336
4337 # VM vhost - x710, ethip4, 64B
4338
4339     - title: "2n-skx-x710-ip4-vhost-64b-base-2t1c-mrr"
4340       output-file-name: "vm-vhost-ethip4-2t1c-x710-2n-skx"
4341       data: "plot-performance-trending-vpp-2n-skx"
4342       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'"
4343       parameters:
4344       - "result"
4345       layout: "plot-cpta"
4346
4347     - title: "2n-skx-x710-ip4-vhost-64b-base-4t2c-mrr"
4348       output-file-name: "vm-vhost-ethip4-4t2c-x710-2n-skx"
4349       data: "plot-performance-trending-vpp-2n-skx"
4350       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'"
4351       parameters:
4352       - "result"
4353       layout: "plot-cpta"
4354
4355     - title: "2n-skx-x710-ip4-vhost-64b-base-8t4c-mrr"
4356       output-file-name: "vm-vhost-ethip4-8t4c-x710-2n-skx"
4357       data: "plot-performance-trending-vpp-2n-skx"
4358       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'"
4359       parameters:
4360       - "result"
4361       layout: "plot-cpta"
4362
4363 ## VM vhost - xxv710, ethip4, 64B
4364 #
4365 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-2t1c"
4366 #      output-file-name: "vm-vhost-ethip4-2t1c-xxv710-2n-skx"
4367 #      data: "plot-performance-trending-vpp-2n-skx"
4368 #      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'"
4369 #      parameters:
4370 #      - "result"
4371 #      layout: "plot-cpta"
4372 #
4373 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-4t2c"
4374 #      output-file-name: "vm-vhost-ethip4-4t2c-xxv710-2n-skx"
4375 #      data: "plot-performance-trending-vpp-2n-skx"
4376 #      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'"
4377 #      parameters:
4378 #      - "result"
4379 #      layout: "plot-cpta"
4380 #
4381 #    - title: "2n-skx-xxv710-ip4-vhost-64b-base-8t4c"
4382 #      output-file-name: "vm-vhost-ethip4-8t4c-xxv710-2n-skx"
4383 #      data: "plot-performance-trending-vpp-2n-skx"
4384 #      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'"
4385 #      parameters:
4386 #      - "result"
4387 #      layout: "plot-cpta"
4388
4389 # VM vhost - x710, ethip4, IMIX
4390
4391     - title: "2n-skx-x710-ip4-vhost-imix-base-2t1c"
4392       output-file-name: "vm-vhost-imix-ethip4-2t1c-x710-2n-skx"
4393       data: "plot-performance-trending-vpp-2n-skx"
4394       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'"
4395       parameters:
4396       - "result"
4397       layout: "plot-cpta"
4398
4399     - title: "2n-skx-x710-ip4-vhost-imix-base-4t2c"
4400       output-file-name: "vm-vhost-imix-ethip4-4t2c-x710-2n-skx"
4401       data: "plot-performance-trending-vpp-2n-skx"
4402       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'"
4403       parameters:
4404       - "result"
4405       layout: "plot-cpta"
4406
4407     - title: "2n-skx-x710-ip4-vhost-imix-base-8t4c"
4408       output-file-name: "vm-vhost-imix-ethip4-8t4c-x710-2n-skx"
4409       data: "plot-performance-trending-vpp-2n-skx"
4410       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'"
4411       parameters:
4412       - "result"
4413       layout: "plot-cpta"
4414
4415 ## VM vhost - xxv710, ethip4, IMIX
4416 #
4417 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-2t1c"
4418 #      output-file-name: "vm-vhost-imix-ethip4-2t1c-xxv710-2n-skx"
4419 #      data: "plot-performance-trending-vpp-2n-skx"
4420 #      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'"
4421 #      parameters:
4422 #      - "result"
4423 #      layout: "plot-cpta"
4424 #
4425 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-4t2c"
4426 #      output-file-name: "vm-vhost-imix-ethip4-4t2c-xxv710-2n-skx"
4427 #      data: "plot-performance-trending-vpp-2n-skx"
4428 #      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'"
4429 #      parameters:
4430 #      - "result"
4431 #      layout: "plot-cpta"
4432 #
4433 #    - title: "2n-skx-xxv710-ip4-vhost-imix-base-8t4c"
4434 #      output-file-name: "vm-vhost-imix-ethip4-8t4c-xxv710-2n-skx"
4435 #      data: "plot-performance-trending-vpp-2n-skx"
4436 #      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'"
4437 #      parameters:
4438 #      - "result"
4439 #      layout: "plot-cpta"
4440
4441 # VM vhost - x710, eth, 64B
4442
4443     - title: "2n-skx-x710-l2sw-vhost-64b-base-2t1c"
4444       output-file-name: "vm-vhost-eth-2t1c-x710-2n-skx"
4445       data: "plot-performance-trending-vpp-2n-skx"
4446       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'"
4447
4448       parameters:
4449       - "result"
4450       layout: "plot-cpta"
4451
4452     - title: "2n-skx-x710-l2sw-vhost-64b-base-4t2c"
4453       output-file-name: "vm-vhost-eth-4t2c-x710-2n-skx"
4454       data: "plot-performance-trending-vpp-2n-skx"
4455       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'"
4456       parameters:
4457       - "result"
4458       layout: "plot-cpta"
4459
4460     - title: "2n-skx-x710-l2sw-vhost-64b-base-8t4c"
4461       output-file-name: "vm-vhost-eth-8t4c-x710-2n-skx"
4462       data: "plot-performance-trending-vpp-2n-skx"
4463       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'"
4464       parameters:
4465       - "result"
4466       layout: "plot-cpta"
4467
4468 ## VM vhost - xxv710, eth, 64B
4469 #
4470 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-2t1c"
4471 #      output-file-name: "vm-vhost-eth-2t1c-xxv710-2n-skx"
4472 #      data: "plot-performance-trending-vpp-2n-skx"
4473 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4474 #
4475 #      parameters:
4476 #      - "result"
4477 #      layout: "plot-cpta"
4478 #
4479 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-4t2c"
4480 #      output-file-name: "vm-vhost-eth-4t2c-xxv710-2n-skx"
4481 #      data: "plot-performance-trending-vpp-2n-skx"
4482 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4483 #      parameters:
4484 #      - "result"
4485 #      layout: "plot-cpta"
4486 #
4487 #    - title: "2n-skx-xxv710-l2sw-vhost-64b-base-8t4c"
4488 #      output-file-name: "vm-vhost-eth-8t4c-xxv710-2n-skx"
4489 #      data: "plot-performance-trending-vpp-2n-skx"
4490 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4491 #      parameters:
4492 #      - "result"
4493 #      layout: "plot-cpta"
4494
4495 # VM vhost - x710, eth, IMIX
4496
4497     - title: "2n-skx-x710-l2sw-vhost-imix-base-2t1c"
4498       output-file-name: "vm-vhost-imix-eth-2t1c-x710-2n-skx"
4499       data: "plot-performance-trending-vpp-2n-skx"
4500       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'"
4501
4502       parameters:
4503       - "result"
4504       layout: "plot-cpta"
4505
4506     - title: "2n-skx-x710-l2sw-vhost-imix-base-4t2c"
4507       output-file-name: "vm-vhost-imix-eth-4t2c-x710-2n-skx"
4508       data: "plot-performance-trending-vpp-2n-skx"
4509       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'"
4510       parameters:
4511       - "result"
4512       layout: "plot-cpta"
4513
4514     - title: "2n-skx-x710-l2sw-vhost-imix-base-8t4c"
4515       output-file-name: "vm-vhost-imix-eth-8t4c-x710-2n-skx"
4516       data: "plot-performance-trending-vpp-2n-skx"
4517       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'"
4518       parameters:
4519       - "result"
4520       layout: "plot-cpta"
4521
4522 ## VM vhost - xxv710, eth, IMIX
4523 #
4524 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-2t1c"
4525 #      output-file-name: "vm-vhost-imix-eth-2t1c-xxv710-2n-skx"
4526 #      data: "plot-performance-trending-vpp-2n-skx"
4527 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4528 #
4529 #      parameters:
4530 #      - "result"
4531 #      layout: "plot-cpta"
4532 #
4533 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-4t2c"
4534 #      output-file-name: "vm-vhost-imix-eth-4t2c-xxv710-2n-skx"
4535 #      data: "plot-performance-trending-vpp-2n-skx"
4536 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4537 #      parameters:
4538 #      - "result"
4539 #      layout: "plot-cpta"
4540 #
4541 #    - title: "2n-skx-xxv710-l2sw-vhost-imix-base-8t4c"
4542 #      output-file-name: "vm-vhost-imix-eth-8t4c-xxv710-2n-skx"
4543 #      data: "plot-performance-trending-vpp-2n-skx"
4544 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4545 #      parameters:
4546 #      - "result"
4547 #      layout: "plot-cpta"
4548
4549 # Link Bonding - x710
4550
4551     - title: "2n-skx-x710-lb-64b-2t1c"
4552       output-file-name: "lb-64b-2t1c-x710-2n-skx"
4553       data: "plot-performance-trending-vpp-2n-skx"
4554       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
4555       parameters:
4556       - "result"
4557       layout: "plot-cpta"
4558
4559     - title: "2n-skx-x710-lb-64b-4t2c"
4560       output-file-name: "lb-64b-4t2c-x710-2n-skx"
4561       data: "plot-performance-trending-vpp-2n-skx"
4562       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
4563       parameters:
4564       - "result"
4565       layout: "plot-cpta"
4566
4567     - title: "2n-skx-x710-lb-64b-8t4c"
4568       output-file-name: "lb-64b-8t4c-x710-2n-skx"
4569       data: "plot-performance-trending-vpp-2n-skx"
4570       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
4571       parameters:
4572       - "result"
4573       layout: "plot-cpta"
4574
4575     - title: "2n-skx-x710-lb-imix-2t1c"
4576       output-file-name: "lb-imix-2t1c-x710-2n-skx"
4577       data: "plot-performance-trending-vpp-2n-skx"
4578       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
4579       parameters:
4580       - "result"
4581       layout: "plot-cpta"
4582
4583     - title: "2n-skx-x710-lb-imix-4t2c"
4584       output-file-name: "lb-imix-4t2c-x710-2n-skx"
4585       data: "plot-performance-trending-vpp-2n-skx"
4586       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
4587       parameters:
4588       - "result"
4589       layout: "plot-cpta"
4590
4591     - title: "2n-skx-x710-lb-imix-8t4c"
4592       output-file-name: "lb-imix-8t4c-x710-2n-skx"
4593       data: "plot-performance-trending-vpp-2n-skx"
4594       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
4595       parameters:
4596       - "result"
4597       layout: "plot-cpta"
4598
4599 ## Link Bonding - xxv710
4600 #
4601 #    - title: "VPP 2T1C Link Bonding 64B MRR Trending 2n-skx"
4602 #      output-file-name: "lb-64b-2t1c-xxv710-2n-skx"
4603 #      data: "plot-performance-trending-vpp-2n-skx"
4604 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'LBOND'"
4605 #      parameters:
4606 #      - "result"
4607 #      layout: "plot-cpta"
4608 #
4609 #    - title: "VPP 4T2C Link Bonding 64B MRR Trending 2n-skx"
4610 #      output-file-name: "lb-64b-4t2c-xxv710-2n-skx"
4611 #      data: "plot-performance-trending-vpp-2n-skx"
4612 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'LBOND'"
4613 #      parameters:
4614 #      - "result"
4615 #      layout: "plot-cpta"
4616 #
4617 #    - title: "VPP 8T4C Link Bonding 64B MRR Trending 2n-skx"
4618 #      output-file-name: "lb-64b-8t4c-xxv710-2n-skx"
4619 #      data: "plot-performance-trending-vpp-2n-skx"
4620 #      filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'LBOND'"
4621 #      parameters:
4622 #      - "result"
4623 #      layout: "plot-cpta"
4624 #
4625 #    - title: "VPP 2T1C Link Bonding IMIX MRR Trending 2n-skx"
4626 #      output-file-name: "lb-imix-2t1c-xxv710-2n-skx"
4627 #      data: "plot-performance-trending-vpp-2n-skx"
4628 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'LBOND'"
4629 #      parameters:
4630 #      - "result"
4631 #      layout: "plot-cpta"
4632 #
4633 #    - title: "VPP 4T2C Link Bonding IMIX MRR Trending 2n-skx"
4634 #      output-file-name: "lb-imix-4t2c-xxv710-2n-skx"
4635 #      data: "plot-performance-trending-vpp-2n-skx"
4636 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'LBOND'"
4637 #      parameters:
4638 #      - "result"
4639 #      layout: "plot-cpta"
4640 #
4641 #    - title: "VPP 8T4C Link Bonding IMIX MRR Trending 2n-skx"
4642 #      output-file-name: "lb-imix-8t4c-xxv710-2n-skx"
4643 #      data: "plot-performance-trending-vpp-2n-skx"
4644 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'LBOND'"
4645 #      parameters:
4646 #      - "result"
4647 #      layout: "plot-cpta"
4648
4649 # DPDK - x710 - 64B
4650
4651     - title: "2n-skx-x710-dpdk-64b-2t1c"
4652       output-file-name: "dpdk-64b-2t1c-x710-2n-skx"
4653       data: "plot-performance-trending-dpdk-2n-skx"
4654       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
4655       parameters:
4656       - "result"
4657       layout: "plot-cpta"
4658
4659     - title: "2n-skx-x710-dpdk-64b-4t2c"
4660       output-file-name: "dpdk-64b-4t2c-x710-2n-skx"
4661       data: "plot-performance-trending-dpdk-2n-skx"
4662       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
4663       parameters:
4664       - "result"
4665       layout: "plot-cpta"
4666
4667     - title: "2n-skx-x710-dpdk-64b-8t4c"
4668       output-file-name: "dpdk-64b-8t4c-x710-2n-skx"
4669       data: "plot-performance-trending-dpdk-2n-skx"
4670       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
4671       parameters:
4672       - "result"
4673       layout: "plot-cpta"
4674
4675 ## DPDK - x710 - IMIX
4676 #
4677 #    - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
4678 #      output-file-name: "dpdk-imix-2t1c-x710-2n-skx"
4679 #      data: "plot-performance-trending-dpdk-2n-skx"
4680 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
4681 #      parameters:
4682 #      - "result"
4683 #      layout: "plot-cpta"
4684 #
4685 #    - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
4686 #      output-file-name: "dpdk-imix-4t2c-x710-2n-skx"
4687 #      data: "plot-performance-trending-dpdk-2n-skx"
4688 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
4689 #      parameters:
4690 #      - "result"
4691 #      layout: "plot-cpta"
4692 #
4693 #    - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
4694 #      output-file-name: "dpdk-imix-8t4c-x710-2n-skx"
4695 #      data: "plot-performance-trending-dpdk-2n-skx"
4696 #      filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4697 #      parameters:
4698 #      - "result"
4699 #      layout: "plot-cpta"
4700
4701 # DPDK - xxv710 - 64B
4702
4703     - title: "2n-skx-xxv710-dpdk-64b-2t1c"
4704       output-file-name: "dpdk-64b-2t1c-xxv710-2n-skx"
4705       data: "plot-performance-trending-dpdk-2n-skx"
4706       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '2T1C' and 'DPDK'"
4707       parameters:
4708       - "result"
4709       layout: "plot-cpta"
4710
4711     - title: "2n-skx-xxv710-dpdk-64b-4t2c"
4712       output-file-name: "dpdk-64b-4t2c-xxv710-2n-skx"
4713       data: "plot-performance-trending-dpdk-2n-skx"
4714       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '4T2C' and 'DPDK'"
4715       parameters:
4716       - "result"
4717       layout: "plot-cpta"
4718
4719     - title: "2n-skx-xxv710-dpdk-64b-8t4c"
4720       output-file-name: "dpdk-64b-8t4c-xxv710-2n-skx"
4721       data: "plot-performance-trending-dpdk-2n-skx"
4722       filter: "'NIC_Intel-XXV710' and '64B' and 'MRR' and '8T4C' and 'DPDK'"
4723       parameters:
4724       - "result"
4725       layout: "plot-cpta"
4726
4727 ## DPDK - xxv710 - IMIX
4728 #
4729 #    - title: "DPDK 2T1C IMIX MRR Trending 2n-skx"
4730 #      output-file-name: "dpdk-imix-2t1c-xxv710-2n-skx"
4731 #      data: "plot-performance-trending-dpdk-2n-skx"
4732 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '2T1C' and 'DPDK'"
4733 #      parameters:
4734 #      - "result"
4735 #      layout: "plot-cpta"
4736 #
4737 #    - title: "DPDK 4T2C IMIX MRR Trending 2n-skx"
4738 #      output-file-name: "dpdk-imix-4t2c-xxv710-2n-skx"
4739 #      data: "plot-performance-trending-dpdk-2n-skx"
4740 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '4T2C' and 'DPDK'"
4741 #      parameters:
4742 #      - "result"
4743 #      layout: "plot-cpta"
4744 #
4745 #    - title: "DPDK 8T4C IMIX MRR Trending 2n-skx"
4746 #      output-file-name: "dpdk-imix-8t4c-xxv710-2n-skx"
4747 #      data: "plot-performance-trending-dpdk-2n-skx"
4748 #      filter: "'NIC_Intel-XXV710' and 'IMIX' and 'MRR' and '8T4C' and 'DPDK'"
4749 #      parameters:
4750 #      - "result"
4751 #      layout: "plot-cpta"
4752
4753 ################################################################################
4754 # 3n-tsh
4755
4756 # L2 - x520
4757
4758     - title: "3n-tsh-x520-l2sw-64b-base-scale-1t1c"
4759       output-file-name: "l2-1t1c-x520-3n-tsh"
4760       data: "plot-performance-trending-vpp-3n-tsh"
4761       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4762       parameters:
4763       - "result"
4764       layout: "plot-cpta"
4765
4766     - title: "3n-tsh-x520-l2sw-64b-base-scale-2t2c"
4767       output-file-name: "l2-2t2c-x520-3n-tsh"
4768       data: "plot-performance-trending-vpp-3n-tsh"
4769       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4770       parameters:
4771       - "result"
4772       layout: "plot-cpta"
4773
4774     - title: "3n-tsh-x520-l2sw-64b-base-scale-4t4c"
4775       output-file-name: "l2-4t4c-x520-3n-tsh"
4776       data: "plot-performance-trending-vpp-3n-tsh"
4777       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
4778       parameters:
4779       - "result"
4780       layout: "plot-cpta"
4781
4782 # IPv4 - x520
4783
4784     - title: "3n-tsh-x520-ip4-64b-base-scale-1t1c"
4785       output-file-name: "ip4-1t1c-x520-3n-tsh"
4786       data: "plot-performance-trending-vpp-3n-tsh"
4787       filter: "'NIC_Intel-X520-DA2' 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'"
4788       parameters:
4789       - "result"
4790       layout: "plot-cpta"
4791
4792     - title: "3n-tsh-x520-ip4-64b-base-scale-2t2c"
4793       output-file-name: "ip4-2t2c-x520-3n-tsh"
4794       data: "plot-performance-trending-vpp-3n-tsh"
4795       filter: "'NIC_Intel-X520-DA2' 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'"
4796       parameters:
4797       - "result"
4798       layout: "plot-cpta"
4799
4800     - title: "3n-tsh-x520-ip4-64b-base-scale-4t4c"
4801       output-file-name: "ip4-4t4c-x520-3n-tsh"
4802       data: "plot-performance-trending-vpp-3n-tsh"
4803       filter: "'NIC_Intel-X520-DA2' 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'"
4804       parameters:
4805       - "result"
4806       layout: "plot-cpta"
4807
4808     - title: "3n-tsh-x520-ip4-64b-features-1t1c"
4809       output-file-name: "ip4-feature-1t1c-x520-3n-tsh"
4810       data: "plot-performance-trending-vpp-3n-tsh"
4811       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4812       parameters:
4813       - "result"
4814       layout: "plot-cpta"
4815
4816     - title: "3n-tsh-x520-ip4-64b-features-2t2c"
4817       output-file-name: "ip4-feature-2t2c-x520-3n-tsh"
4818       data: "plot-performance-trending-vpp-3n-tsh"
4819       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4820       parameters:
4821       - "result"
4822       layout: "plot-cpta"
4823
4824     - title: "3n-tsh-x520-ip4-64b-features-4t4c"
4825       output-file-name: "ip4-feature-4t4c-x520-3n-tsh"
4826       data: "plot-performance-trending-vpp-3n-tsh"
4827       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
4828       parameters:
4829       - "result"
4830       layout: "plot-cpta"
4831
4832 # IPv4 Tunnels - x520
4833
4834     - title: "3n-tsh-x520-ip4tun-64b-base-1t1c"
4835       output-file-name: "ip4-tunnels-1t1c-x520-3n-tsh"
4836       data: "plot-performance-trending-vpp-3n-tsh"
4837       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4838       parameters:
4839       - "result"
4840       layout: "plot-cpta"
4841
4842     - title: "3n-tsh-x520-ip4tun-64b-base-2t2c"
4843       output-file-name: "ip4-tunnels-2t2c-x520-3n-tsh"
4844       data: "plot-performance-trending-vpp-3n-tsh"
4845       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4846       parameters:
4847       - "result"
4848       layout: "plot-cpta"
4849
4850     - title: "3n-tsh-x520-ip4tun-64b-base-4t4c"
4851       output-file-name: "ip4-tunnels-4t4c-x520-3n-tsh"
4852       data: "plot-performance-trending-vpp-3n-tsh"
4853       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
4854       parameters:
4855       - "result"
4856       layout: "plot-cpta"
4857
4858 # IPv6 - x520
4859
4860     - title: "3n-tsh-x520-ip6-78b-base-scale-1t1c"
4861       output-file-name: "ip6-1t1c-x520-3n-tsh"
4862       data: "plot-performance-trending-vpp-3n-tsh"
4863       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4864       parameters:
4865       - "result"
4866       layout: "plot-cpta"
4867
4868     - title: "3n-tsh-x520-ip6-78b-base-scale-2t2c"
4869       output-file-name: "ip6-2t2c-x520-3n-tsh"
4870       data: "plot-performance-trending-vpp-3n-tsh"
4871       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4872       parameters:
4873       - "result"
4874       layout: "plot-cpta"
4875
4876     - title: "3n-tsh-x520-ip6-78b-base-scale-4t4c"
4877       output-file-name: "ip6-4t4c-x520-3n-tsh"
4878       data: "plot-performance-trending-vpp-3n-tsh"
4879       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
4880       parameters:
4881       - "result"
4882       layout: "plot-cpta"
4883
4884 # Container memif - x520, 64B
4885
4886     - title: "3n-tsh-x520-l2sw-memif-64b-base-1t1c"
4887       output-file-name: "container-memif-l2-1t1c-x520-3n-tsh"
4888       data: "plot-performance-trending-vpp-3n-tsh"
4889       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'"
4890       parameters:
4891       - "result"
4892       layout: "plot-cpta"
4893
4894     - title: "3n-tsh-x520-l2sw-memif-64b-base-2t2c"
4895       output-file-name: "container-memif-l2-2t2c-x520-3n-tsh"
4896       data: "plot-performance-trending-vpp-3n-tsh"
4897       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'"
4898       parameters:
4899       - "result"
4900       layout: "plot-cpta"
4901
4902     - title: "3n-tsh-x520-l2sw-memif-64b-base-4t4c"
4903       output-file-name: "container-memif-l2-4t4c-x520-3n-tsh"
4904       data: "plot-performance-trending-vpp-3n-tsh"
4905       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'"
4906       parameters:
4907       - "result"
4908       layout: "plot-cpta"
4909
4910 # VM vhost - x520, ethip4, 64B
4911
4912     - title: "3n-tsh-x520-ip4-vhost-64b-base-1t1c"
4913       output-file-name: "vm-vhost-ethip4-1t1c-x520-3n-tsh"
4914       data: "plot-performance-trending-vpp-3n-tsh"
4915       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4916       parameters:
4917       - "result"
4918       layout: "plot-cpta"
4919
4920     - title: "3n-tsh-x520-ip4-vhost-64b-base-2t2c"
4921       output-file-name: "vm-vhost-ethip4-2t2c-x520-3n-tsh"
4922       data: "plot-performance-trending-vpp-3n-tsh"
4923       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4924       parameters:
4925       - "result"
4926       layout: "plot-cpta"
4927
4928     - title: "3n-tsh-x520-ip4-vhost-64b-base-4t4c"
4929       output-file-name: "vm-vhost-ethip4-4t4c-x520-3n-tsh"
4930       data: "plot-performance-trending-vpp-3n-tsh"
4931       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND' and not 'VTS'"
4932       parameters:
4933       - "result"
4934       layout: "plot-cpta"
4935
4936 # VM vhost - x520, eth, 64B
4937
4938     - title: "3n-tsh-x520-l2sw-vhost-64b-base-1t1c"
4939       output-file-name: "vm-vhost-eth-1t1c-x520-3n-tsh"
4940       data: "plot-performance-trending-vpp-3n-tsh"
4941       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4942
4943       parameters:
4944       - "result"
4945       layout: "plot-cpta"
4946
4947     - title: "3n-tsh-x520-l2sw-vhost-64b-base-2t2c"
4948       output-file-name: "vm-vhost-eth-2t2c-x520-3n-tsh"
4949       data: "plot-performance-trending-vpp-3n-tsh"
4950       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4951       parameters:
4952       - "result"
4953       layout: "plot-cpta"
4954
4955     - title: "3n-tsh-x520-l2sw-vhost-64b-base-4t4c"
4956       output-file-name: "vm-vhost-eth-4t4c-x520-3n-tsh"
4957       data: "plot-performance-trending-vpp-3n-tsh"
4958       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND' and not 'VTS'"
4959       parameters:
4960       - "result"
4961       layout: "plot-cpta"
4962
4963 # IPSec
4964
4965     - title: "3n-tsh-x520-ip4-ipsecsw-64b-base-scale-1t1c"
4966       output-file-name: "ipsecsw-1t1c-x520-3n-tsh"
4967       data: "plot-performance-trending-vpp-3n-tsh"
4968       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and not 'VHOST'"
4969       parameters:
4970       - "result"
4971       layout: "plot-cpta"
4972
4973     - title: "3n-tsh-x520-ip4-ipsecsw-64b-base-scale-2t2c"
4974       output-file-name: "ipsecsw-2t2c-x520-3n-tsh"
4975       data: "plot-performance-trending-vpp-3n-tsh"
4976       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and not 'VHOST'"
4977       parameters:
4978       - "result"
4979       layout: "plot-cpta"
4980
4981     - title: "3n-tsh-x520-ip4-ipsecsw-64b-base-scale-4t4c"
4982       output-file-name: "ipsecsw-4t4c-x520-3n-tsh"
4983       data: "plot-performance-trending-vpp-3n-tsh"
4984       filter: "'NIC_Intel-X520-DA2' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and not 'VHOST'"
4985       parameters:
4986       - "result"
4987       layout: "plot-cpta"
4988
4989 # Link Bonding - x520
4990
4991     - title: "3n-tsh-x520-lb-64b-1t1c"
4992       output-file-name: "lb-64b-1t1c-x520-3n-tsh"
4993       data: "plot-performance-trending-vpp-3n-tsh"
4994       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND_VPP'"
4995       parameters:
4996       - "result"
4997       layout: "plot-cpta"
4998
4999     - title: "3n-tsh-x520-lb-64b-2t2c"
5000       output-file-name: "lb-64b-2t2c-x520-3n-tsh"
5001       data: "plot-performance-trending-vpp-3n-tsh"
5002       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND_VPP'"
5003       parameters:
5004       - "result"
5005       layout: "plot-cpta"
5006
5007     - title: "3n-tsh-x520-lb-64b-4t4c"
5008       output-file-name: "lb-64b-4t4c-x520-3n-tsh"
5009       data: "plot-performance-trending-vpp-3n-tsh"
5010       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND_VPP'"
5011       parameters:
5012       - "result"
5013       layout: "plot-cpta"
5014
5015 ################################################################################
5016 # 3n-dnv
5017
5018 # L2 - x553
5019
5020     - title: "3n-dnv-x553-l2sw-64b-base-scale-1t1c"
5021       output-file-name: "l2-1t1c-x553-3n-dnv"
5022       data: "plot-performance-trending-vpp-3n-dnv"
5023       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5024       parameters:
5025       - "result"
5026       layout: "plot-cpta"
5027
5028     - title: "3n-dnv-x553-l2sw-64b-base-scale-2t2c"
5029       output-file-name: "l2-2t2c-x553-3n-dnv"
5030       data: "plot-performance-trending-vpp-3n-dnv"
5031       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5032       parameters:
5033       - "result"
5034       layout: "plot-cpta"
5035
5036     - title: "3n-dnv-x553-l2sw-64b-base-scale-4t4c"
5037       output-file-name: "l2-4t4c-x553-3n-dnv"
5038       data: "plot-performance-trending-vpp-3n-dnv"
5039       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5040       parameters:
5041       - "result"
5042       layout: "plot-cpta"
5043
5044 # IPv4 - x553
5045
5046     - title: "3n-dnv-x553-ip4-64b-base-scale-1t1c"
5047       output-file-name: "ip4-1t1c-x553-3n-dnv"
5048       data: "plot-performance-trending-vpp-3n-dnv"
5049       filter: "'NIC_Intel-X553' 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'"
5050       parameters:
5051       - "result"
5052       layout: "plot-cpta"
5053
5054     - title: "3n-dnv-x553-ip4-64b-base-scale-2t2c"
5055       output-file-name: "ip4-2t2c-x553-3n-dnv"
5056       data: "plot-performance-trending-vpp-3n-dnv"
5057       filter: "'NIC_Intel-X553' 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'"
5058       parameters:
5059       - "result"
5060       layout: "plot-cpta"
5061
5062     - title: "3n-dnv-x553-ip4-64b-base-scale-4t4c"
5063       output-file-name: "ip4-4t4c-x553-3n-dnv"
5064       data: "plot-performance-trending-vpp-3n-dnv"
5065       filter: "'NIC_Intel-X553' 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'"
5066       parameters:
5067       - "result"
5068       layout: "plot-cpta"
5069
5070 # IPv4 Tunnels - x553
5071
5072     - title: "3n-dnv-x553-ip4tun-64b-base-1t1c"
5073       output-file-name: "ip4-tunnels-1t1c-x553-3n-dnv"
5074       data: "plot-performance-trending-vpp-3n-dnv"
5075       filter: "'NIC_Intel-X553' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5076       parameters:
5077       - "result"
5078       layout: "plot-cpta"
5079
5080     - title: "3n-dnv-x553-ip4tun-64b-base-2t2c"
5081       output-file-name: "ip4-tunnels-2t2c-x553-3n-dnv"
5082       data: "plot-performance-trending-vpp-3n-dnv"
5083       filter: "'NIC_Intel-X553' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5084       parameters:
5085       - "result"
5086       layout: "plot-cpta"
5087
5088     - title: "3n-dnv-x553-ip4tun-64b-base-4t4c"
5089       output-file-name: "ip4-tunnels-4t4c-x553-3n-dnv"
5090       data: "plot-performance-trending-vpp-3n-dnv"
5091       filter: "'NIC_Intel-X553' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
5092       parameters:
5093       - "result"
5094       layout: "plot-cpta"
5095
5096 # IPv6 - x553
5097
5098     - title: "3n-dnv-x553-ip6-78b-base-scale-1t1c"
5099       output-file-name: "ip6-1t1c-x553-3n-dnv"
5100       data: "plot-performance-trending-vpp-3n-dnv"
5101       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5102       parameters:
5103       - "result"
5104       layout: "plot-cpta"
5105
5106     - title: "3n-dnv-x553-ip6-78b-base-scale-2t2c"
5107       output-file-name: "ip6-2t2c-x553-3n-dnv"
5108       data: "plot-performance-trending-vpp-3n-dnv"
5109       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5110       parameters:
5111       - "result"
5112       layout: "plot-cpta"
5113
5114     - title: "3n-dnv-x553-ip6-78b-base-scale-4t4c"
5115       output-file-name: "ip6-4t4c-x553-3n-dnv"
5116       data: "plot-performance-trending-vpp-3n-dnv"
5117       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5118       parameters:
5119       - "result"
5120       layout: "plot-cpta"
5121
5122 # IPSec HW IPSECINT
5123
5124     - title: "3n-dnv-x553-ip4-ipsechw-int-64b-base-scale-1t1c"
5125       output-file-name: "ipsechw-int-1t1c-x553-3n-dnv"
5126       data: "plot-performance-trending-vpp-3n-dnv"
5127       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and 'IPSECINT' and not 'VHOST'"
5128       parameters:
5129       - "result"
5130       layout: "plot-cpta"
5131
5132     - title: "3n-dnv-x553-ip4-ipsechw-int-64b-base-scale-2t2c"
5133       output-file-name: "ipsechw-int-2t2c-x553-3n-dnv"
5134       data: "plot-performance-trending-vpp-3n-dnv"
5135       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and 'IPSECINT' and not 'VHOST'"
5136       parameters:
5137       - "result"
5138       layout: "plot-cpta"
5139
5140     - title: "3n-dnv-x553-ip4-ipsechw-int-64b-base-scale-4t4c"
5141       output-file-name: "ipsechw-int-4t4c-x553-3n-dnv"
5142       data: "plot-performance-trending-vpp-3n-dnv"
5143       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and 'IPSECINT' and not 'VHOST'"
5144       parameters:
5145       - "result"
5146       layout: "plot-cpta"
5147
5148 # IPSec HW IPSECTUN
5149
5150     - title: "3n-dnv-x553-ip4-ipsechw-tnl-64b-base-scale-1t1c"
5151       output-file-name: "ipsechw-tnl-1t1c-x553-3n-dnv"
5152       data: "plot-performance-trending-vpp-3n-dnv"
5153       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and 'IPSECTUN' and not 'VHOST'"
5154       parameters:
5155       - "result"
5156       layout: "plot-cpta"
5157
5158     - title: "3n-dnv-x553-ip4-ipsechw-tnl-64b-base-scale-2t2c"
5159       output-file-name: "ipsechw-tnl-2t2c-x553-3n-dnv"
5160       data: "plot-performance-trending-vpp-3n-dnv"
5161       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and 'IPSECTUN' and not 'VHOST'"
5162       parameters:
5163       - "result"
5164       layout: "plot-cpta"
5165
5166     - title: "3n-dnv-x553-ip4-ipsechw-tnl-64b-base-scale-4t4c"
5167       output-file-name: "ipsechw-tnl-4t4c-x553-3n-dnv"
5168       data: "plot-performance-trending-vpp-3n-dnv"
5169       filter: "'NIC_Intel-X553' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and 'IPSECTUN' and not 'VHOST'"
5170       parameters:
5171       - "result"
5172       layout: "plot-cpta"
5173
5174 ################################################################################
5175 # 2n-dnv
5176
5177 # L2 - x553
5178
5179     - title: "2n-dnv-x553-l2sw-64b-base-scale-1t1c"
5180       output-file-name: "l2-1t1c-x553-2n-dnv"
5181       data: "plot-performance-trending-vpp-2n-dnv"
5182       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5183       parameters:
5184       - "result"
5185       layout: "plot-cpta"
5186
5187     - title: "2n-dnv-x553-l2sw-64b-base-scale-2t2c"
5188       output-file-name: "l2-2t2c-x553-2n-dnv"
5189       data: "plot-performance-trending-vpp-2n-dnv"
5190       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5191       parameters:
5192       - "result"
5193       layout: "plot-cpta"
5194
5195     - title: "2n-dnv-x553-l2sw-64b-base-scale-4t4c"
5196       output-file-name: "l2-4t4c-x553-2n-dnv"
5197       data: "plot-performance-trending-vpp-2n-dnv"
5198       filter: "'NIC_Intel-X553' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
5199       parameters:
5200       - "result"
5201       layout: "plot-cpta"
5202
5203 # IPv4 - x553
5204
5205     - title: "2n-dnv-x553-ip4-64b-base-scale-1t1c"
5206       output-file-name: "ip4-1t1c-x553-2n-dnv"
5207       data: "plot-performance-trending-vpp-2n-dnv"
5208       filter: "'NIC_Intel-X553' 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'"
5209       parameters:
5210       - "result"
5211       layout: "plot-cpta"
5212
5213     - title: "2n-dnv-x553-ip4-64b-base-scale-2t2c"
5214       output-file-name: "ip4-2t2c-x553-2n-dnv"
5215       data: "plot-performance-trending-vpp-2n-dnv"
5216       filter: "'NIC_Intel-X553' 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'"
5217       parameters:
5218       - "result"
5219       layout: "plot-cpta"
5220
5221     - title: "2n-dnv-x553-ip4-64b-base-scale-4t4c"
5222       output-file-name: "ip4-4t4c-x553-2n-dnv"
5223       data: "plot-performance-trending-vpp-2n-dnv"
5224       filter: "'NIC_Intel-X553' 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'"
5225       parameters:
5226       - "result"
5227       layout: "plot-cpta"
5228
5229 # IPv6 - x553
5230
5231     - title: "2n-dnv-x553-ip6-78b-base-scale-1t1c"
5232       output-file-name: "ip6-1t1c-x553-2n-dnv"
5233       data: "plot-performance-trending-vpp-2n-dnv"
5234       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5235       parameters:
5236       - "result"
5237       layout: "plot-cpta"
5238
5239     - title: "2n-dnv-x553-ip6-78b-base-scale-2t2c"
5240       output-file-name: "ip6-2t2c-x553-2n-dnv"
5241       data: "plot-performance-trending-vpp-2n-dnv"
5242       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5243       parameters:
5244       - "result"
5245       layout: "plot-cpta"
5246
5247     - title: "2n-dnv-x553-ip6-78b-base-scale-4t4c"
5248       output-file-name: "ip6-4t4c-x553-2n-dnv"
5249       data: "plot-performance-trending-vpp-2n-dnv"
5250       filter: "'NIC_Intel-X553' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'DOT1Q'"
5251       parameters:
5252       - "result"
5253       layout: "plot-cpta"