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