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