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