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