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