CSIT-1208: Add new data to 1807 report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
45
46     # Detailed test configurations
47     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
48     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
49     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
50     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
51     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
52     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
53     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
54     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
55     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
56
57     # Detailed tests operational data
58     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
59     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
60     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
61     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
62
63     # .css patch file to fix tables generated by Sphinx
64     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
65     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
66
67   urls:
68     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
69     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
70     URL[NEXUS]: "https://docs.fd.io/csit"
71     DIR[NEXUS]: "report/_static/archive"
72
73   make-dirs:
74   # List the directories which are created while preparing the environment.
75   # All directories MUST be defined in "paths" section.
76   - "DIR[WORKING,DATA]"
77   - "DIR[STATIC,VPP]"
78   - "DIR[STATIC,DPDK]"
79   - "DIR[STATIC,ARCH]"
80   - "DIR[BUILD,LATEX]"
81   - "DIR[WORKING,SRC]"
82   - "DIR[WORKING,SRC,STATIC]"
83
84   remove-dirs:
85   # List the directories which are deleted while cleaning the environment.
86   # All directories MUST be defined in "paths" section.
87   #- "DIR[BUILD,HTML]"
88   - "DIR[WORKING,DATA]"
89
90   build-dirs:
91   # List the directories where the results (build) is stored.
92   # All directories MUST be defined in "paths" section.
93   - "DIR[BUILD,HTML]"
94   - "DIR[BUILD,LATEX]"
95
96 -
97   type: "configuration"
98
99   data-sets:
100
101     # VPP Performance
102     vpp-performance-changes:
103       csit-vpp-perf-1801-all:
104       - 124  # sel
105       - 127  # sel
106       - 128  # sel
107       - 141  # sel
108       - 142  # sel
109       - 143  # sel
110       - 145  # sel
111       - 146  # sel
112       - 162  # sel
113       - 163  # sel
114       - 167  # sel
115       - 172  # sel acl only
116       csit-vpp-perf-1804-all:
117       - 21  # sel
118       - 22  # sel
119       - 23  # sel
120       - 24  # sel
121       - 27  # sel
122       - 28  # sel
123       - 29  # sel
124       - 30  # sel
125       - 31  # sel
126       - 35  # sel
127       # TODO: Add Data sources
128       csit-vpp-perf-verify-1807-3n-hsw:
129       - 15  # NDRPDR sel
130       - 16  # NDRPDR sel
131       - 19  # NDRPDR sel
132       - 18  # NDRPDR sel
133       - 20  # NDRPDR sel
134     vpp-compare-testbeds:
135       # TODO: Add Data sources
136       csit-vpp-perf-verify-1807-3n-hsw:
137       - 15  # NDRPDR sel
138       - 16  # NDRPDR sel
139       - 19  # NDRPDR sel
140       - 18  # NDRPDR sel
141       - 20  # NDRPDR sel
142       csit-vpp-perf-verify-1807-3n-skx:
143       - 33  # NDRPDR sel
144       - 35  # NDRPDR sel
145       - 37  # NDRPDR sel
146       - 38  # NDRPDR sel
147       - 39  # NDRPDR sel
148       - 43  # NDRPDR sel
149       - 44  # NDRPDR sel
150       - 49  # NDRPDR sel
151       - 50  # NDRPDR sel
152       - 56  # NDRPDR sel
153
154     vpp-compare-testbeds-mrr:
155       # TODO: Add Data sources
156       csit-vpp-perf-verify-1807-3n-hsw:
157       - 9   # MRR sel
158       csit-vpp-perf-verify-1807-3n-skx:
159       - 28  # MRR sel
160       - 32  # MRR sel
161       - 36  # MRR sel
162       - 42  # MRR sel
163       - 47  # MRR sel
164       - 48  # MRR sel
165       - 51  # MRR sel
166       - 52  # MRR sel
167       - 53  # MRR sel
168       - 54  # MRR sel
169
170     vpp-performance-changes-mrr:
171       csit-vpp-perf-check-1801:
172       - 3
173       - 4
174       - 5
175       - 6
176       - 7
177       - 8
178       - 9
179       - 11
180       - 12
181       - 13
182       csit-vpp-perf-check-1804:
183       - 6   # mrr - sel
184       - 13  # mrr - sel
185       - 14  # mrr - sel
186       - 15  # mrr - sel
187       - 16  # mrr - sel
188       - 17  # mrr - sel
189       - 19  # mrr - sel
190       - 20  # mrr - sel
191       - 21  # mrr - sel
192       - 22  # mrr - sel
193       # TODO: Add Data sources
194       csit-vpp-perf-verify-1807-3n-hsw:
195       - 9   # MRR sel
196
197     vpp-perf-results-3n-hsw:
198       # TODO: Add Data sources
199       csit-vpp-perf-verify-1807-3n-hsw:
200       - 11  # NDRPDR full 1
201
202     vpp-perf-results-3n-skx:
203       csit-vpp-perf-verify-1807-3n-skx:
204       - 40  # NDRPDR full 1
205       - 41  # NDRPDR full 2
206
207     vpp-perf-results-2n-skx:
208       csit-vpp-perf-verify-1807-2n-skx:
209       - 32  # NDRPDR full
210
211     vpp-mrr-results-3n-hsw:
212       csit-vpp-perf-verify-1807-3n-hsw:
213       - 8   # MRR full
214
215     vpp-mrr-results-3n-skx:
216       # TODO: Replace with better results
217       csit-vpp-perf-verify-1807-3n-skx:
218       - 31  # MRR full
219
220     vpp-mrr-results-2n-skx:
221       csit-vpp-perf-verify-1807-2n-skx:
222       - 27  # MRR full
223
224     plot-throughput-speedup-analysis-3n-hsw:
225       # TODO: Add Data sources
226       csit-vpp-perf-verify-1807-3n-hsw:
227       - 15  # NDRPDR sel
228       - 16  # NDRPDR sel
229       - 19  # NDRPDR sel
230       - 18  # NDRPDR sel
231       - 20  # NDRPDR sel
232
233     plot-throughput-speedup-analysis-3n-skx:
234       csit-vpp-perf-verify-1807-3n-skx:
235       - 33  # NDRPDR sel
236       - 35  # NDRPDR sel
237       - 37  # NDRPDR sel
238       - 38  # NDRPDR sel
239       - 39  # NDRPDR sel
240       - 43  # NDRPDR sel
241       - 44  # NDRPDR sel
242       - 49  # NDRPDR sel
243       - 50  # NDRPDR sel
244       - 56  # NDRPDR sel
245
246     plot-throughput-speedup-analysis-2n-skx:
247       csit-vpp-perf-verify-1807-2n-skx:
248       - 26  # NDRPDR sel
249       - 28  # NDRPDR sel
250       - 29  # NDRPDR sel
251       - 30  # NDRPDR sel
252       - 34  # NDRPDR sel
253       - 35  # NDRPDR sel
254       - 36  # NDRPDR sel
255       - 39  # NDRPDR sel
256       - 40  # NDRPDR sel
257       - 42  # NDRPDR sel
258
259     plot-vpp-throughput-latency-3n-hsw:
260       # TODO: Add Data sources
261       csit-vpp-perf-verify-1807-3n-hsw:
262       - 15  # NDRPDR sel
263       - 16  # NDRPDR sel
264       - 19  # NDRPDR sel
265       - 18  # NDRPDR sel
266       - 20  # NDRPDR sel
267
268     plot-vpp-throughput-latency-3n-skx:
269       csit-vpp-perf-verify-1807-3n-skx:
270       - 33  # NDRPDR sel
271       - 35  # NDRPDR sel
272       - 37  # NDRPDR sel
273       - 38  # NDRPDR sel
274       - 39  # NDRPDR sel
275       - 43  # NDRPDR sel
276       - 44  # NDRPDR sel
277       - 49  # NDRPDR sel
278       - 50  # NDRPDR sel
279       - 56  # NDRPDR sel
280
281     plot-vpp-throughput-latency-2n-skx:
282       csit-vpp-perf-verify-1807-2n-skx:
283       - 26  # NDRPDR sel
284       - 28  # NDRPDR sel
285       - 29  # NDRPDR sel
286       - 30  # NDRPDR sel
287       - 34  # NDRPDR sel
288       - 35  # NDRPDR sel
289       - 36  # NDRPDR sel
290       - 39  # NDRPDR sel
291       - 40  # NDRPDR sel
292       - 42  # NDRPDR sel
293
294     plot-vpp-http-server-performance:
295       # TODO: Add Data sources
296       csit-vpp-perf-verify-1807-3n-hsw:
297       - 24  # WRK
298       - 25  # WRK
299       - 23  # WRK
300       - 26  # WRK
301       - 27  # WRK
302       - 29  # WRK
303
304     # VPP Functional
305     vpp-func-results-ubuntu:
306       csit-vpp-functional-1807-ubuntu1604-virl:
307       # TODO: Add Data sources
308       - "lastSuccessfulBuild"
309
310     vpp-func-results-centos:
311       csit-vpp-functional-1807-centos7-virl:
312       # TODO: Add Data sources
313       - "lastSuccessfulBuild"
314
315     # VPP Ligato
316     ligato-perf-results-3n-hsw:
317       # TODO: Replace with better results
318       csit-ligato-perf-1807-all:
319       - 3   # full ?
320
321     plot-ligato-throughput-speedup-analysis-3n-hsw:
322       # TODO: Add Data sources
323       csit-ligato-perf-1807-all:
324       - 4   # sel
325
326     plot-ligato-throughput-latency-3n-hsw:
327       # TODO: Add Data sources
328       csit-ligato-perf-1807-all:
329       - 4   # sel
330
331     # DPDK Performance
332     dpdk-performance-changes:
333       csit-dpdk-perf-1804-all:
334       - 4
335       - 5
336       - 6
337       - 7
338       - 8
339       - 9
340       - 10
341       - 11
342       - 12
343       - 13
344       csit-dpdk-perf-verify-1807-3n-hsw:
345       - 11
346       - 12  # full
347       - 14
348       - 15
349       - 16
350       - 17
351       - 20
352       - 21
353       - 22
354       - 23
355
356     dpdk-compare-testbeds:
357       csit-dpdk-perf-verify-1807-3n-skx:
358       - 1
359       - 2
360       - 3
361       - 6
362       - 7
363       - 8
364       - 9
365       - 10
366       - 11
367       - 12
368       csit-dpdk-perf-verify-1807-3n-hsw:
369       - 11
370       - 12  # full
371       - 14
372       - 15
373       - 16
374       - 17
375       - 20
376       - 21
377       - 22
378       - 23
379
380     dpdk-perf-results-3n-hsw:
381       csit-dpdk-perf-verify-1807-3n-hsw:
382       - 12
383
384     dpdk-perf-results-3n-skx:
385       csit-dpdk-perf-verify-1807-3n-skx:
386       - 12
387
388     dpdk-perf-results-2n-skx:
389       csit-dpdk-perf-verify-1807-2n-skx:
390       - 10
391
392     plot-dpdk-throughput-latency-3n-hsw:
393       csit-dpdk-perf-verify-1807-3n-hsw:
394       - 11
395       - 12  # full
396       - 14
397       - 15
398       - 16
399       - 17
400       - 20
401       - 21
402       - 22
403       - 23
404
405     plot-dpdk-throughput-latency-3n-skx:
406       csit-dpdk-perf-verify-1807-3n-skx:
407       - 1
408       - 2
409       - 3
410       - 6
411       - 7
412       - 8
413       - 9
414       - 10
415       - 11
416       - 12
417
418     plot-dpdk-throughput-latency-2n-skx:
419       csit-dpdk-perf-verify-1807-2n-skx:
420       - 1
421       - 2
422       - 3
423       - 4
424       - 5
425       - 6
426       - 7
427       - 8
428       - 9
429       - 10
430
431     # HoneyComb Functional
432     hc-func-results:
433       csit-hc2vpp-verify-func-1807-ubuntu1604:
434       # TODO: Add Data sources
435       - "lastSuccessfulBuild"
436
437     # NSH SFC Functional
438     nsh-func-results:
439       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
440       - 2
441
442   plot-layouts:
443
444     plot-cps:
445       xaxis:
446         autorange: True
447         fixedrange: False
448         gridcolor: "rgb(238, 238, 238)"
449         linecolor: "rgb(238, 238, 238)"
450         linewidth: 1
451         showgrid: True
452         showline: True
453         showticklabels: True
454         tickcolor: "rgb(238, 238, 238)"
455         tickmode: "linear"
456         title: "Indexed Test Cases"
457         zeroline: False
458       yaxis:
459         gridcolor: "rgb(238, 238, 238)"
460         hoverformat: ".4s"
461         linecolor: "rgb(238, 238, 238)"
462         linewidth: 1
463         rangemode: "tozero"
464         showgrid: True
465         showline: True
466         showticklabels: True
467         tickcolor: "rgb(238, 238, 238)"
468         title: "Connections Per Second [cps]"
469         zeroline: False
470       boxmode: "group"
471       boxgroupgap: 0.5
472       autosize: False
473       margin:
474         t: 50
475         b: 20
476         l: 80
477         r: 20
478       showlegend: True
479       legend:
480         orientation: "h"
481       width: 700
482       height: 1000
483
484     plot-rps:
485       xaxis:
486         autorange: True
487         fixedrange: False
488         gridcolor: "rgb(238, 238, 238)"
489         linecolor: "rgb(238, 238, 238)"
490         linewidth: 1
491         showgrid: True
492         showline: True
493         showticklabels: True
494         tickcolor: "rgb(238, 238, 238)"
495         tickmode: "linear"
496         title: "Indexed Test Cases"
497         zeroline: False
498       yaxis:
499         gridcolor: "rgb(238, 238, 238)"
500         hoverformat: ".4s"
501         linecolor: "rgb(238, 238, 238)"
502         linewidth: 1
503         rangemode: "tozero"
504         showgrid: True
505         showline: True
506         showticklabels: True
507         tickcolor: "rgb(238, 238, 238)"
508         title: "Requests Per Second [rps]"
509         zeroline: False
510       boxmode: "group"
511       boxgroupgap: 0.5
512       autosize: False
513       margin:
514         t: 50
515         b: 20
516         l: 80
517         r: 20
518       showlegend: True
519       legend:
520         orientation: "h"
521       width: 700
522       height: 1000
523
524     plot-throughput:
525       xaxis:
526         autorange: True
527         fixedrange: False
528         gridcolor: "rgb(238, 238, 238)"
529         linecolor: "rgb(238, 238, 238)"
530         linewidth: 1
531         showgrid: True
532         showline: True
533         showticklabels: True
534         tickcolor: "rgb(238, 238, 238)"
535         tickmode: "linear"
536         title: "Indexed Test Cases"
537         zeroline: False
538       yaxis:
539         gridcolor: "rgb(238, 238, 238)"
540         hoverformat: ".4s"
541         tickformat: ".3s"
542         linecolor: "rgb(238, 238, 238)"
543         linewidth: 1
544         showgrid: True
545         showline: True
546         showticklabels: True
547         tickcolor: "rgb(238, 238, 238)"
548         title: "Packets Per Second [pps]"
549         zeroline: False
550       boxmode: "group"
551       boxgroupgap: 0.5
552       autosize: False
553       margin:
554         t: 50
555         b: 20
556         l: 80
557         r: 20
558       showlegend: True
559       legend:
560         orientation: "h"
561       width: 700
562       height: 1000
563
564     plot-latency:
565       xaxis:
566         autorange: True
567         fixedrange: False
568         gridcolor: "rgb(238, 238, 238)"
569         linecolor: "rgb(238, 238, 238)"
570         linewidth: 1
571         showgrid: True
572         showline: True
573         showticklabels: True
574         tickcolor: "rgb(238, 238, 238)"
575         tickmode: "linear"
576         title: "Indexed Test Cases"
577         zeroline: False
578       yaxis:
579         gridcolor: "rgb(238, 238, 238)"
580         hoverformat: ""
581         linecolor: "rgb(238, 238, 238)"
582         linewidth: 1
583         showgrid: True
584         showline: True
585         showticklabels: True
586         tickcolor: "rgb(238, 238, 238)"
587         title: "Latency min/avg/max [uSec]"
588         zeroline: False
589       boxmode: "group"
590       boxgroupgap: 0.5
591       autosize: False
592       margin:
593         t: 50
594         b: 20
595         l: 80
596         r: 20
597       showlegend: True
598       legend:
599         orientation: "h"
600       width: 700
601       height: 1000
602
603     plot-throughput-speedup-analysis:
604       xaxis:
605         autorange: True
606         fixedrange: False
607         gridcolor: "rgb(238, 238, 238)"
608         linecolor: "rgb(238, 238, 238)"
609         linewidth: 1
610         showgrid: True
611         showline: True
612         showticklabels: True
613         tickcolor: "rgb(238, 238, 238)"
614         tickmode: "linear"
615         tickangle: 270
616         zeroline: False
617       yaxis:
618         title: "Throughput speedup factor"
619         gridcolor: "rgb(238, 238, 238)"
620         hoverformat: ".4s"
621         linecolor: "rgb(238, 238, 238)"
622         linewidth: 1
623         showgrid: True
624         showline: True
625         showticklabels: True
626         tickcolor: "rgb(238, 238, 238)"
627         zeroline: False
628       legend:
629         orientation: "h"
630         xanchor: "center"
631         yanchor: "top"
632         x: 0.5
633         y: 1
634         bgcolor: "rgba(255, 255, 255, 0)"
635         bordercolor: "rgba(255, 255, 255, 0)"
636       barmode: "group"
637       bargap: 0.15
638       bargroupgap: 0.1
639       autosize: False
640       margin:
641           't': 50
642           'b': 300
643           'l': 50
644           'r': 20
645       showlegend: True
646       width: 700
647       height: 1000
648
649 -
650   type: "static"
651   src-path: "{DIR[RST]}"
652   dst-path: "{DIR[WORKING,SRC]}"
653
654 -
655   type: "input"
656   general:
657     file-name: "robot-plugin.zip"
658     file-format: ".zip"
659     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
660     extract: "robot-plugin/output.xml"
661
662   builds:
663
664     csit-vpp-perf-1801-all:
665     - 124  # sel
666     - 127  # sel
667     - 128  # sel
668     - 141  # sel
669     - 142  # sel
670     - 143  # sel
671     - 145  # sel
672     - 146  # sel
673     - 162  # sel
674     - 163  # sel
675     - 167  # sel
676     - 172  # sel acl only
677     csit-vpp-perf-1804-all:
678     - 21  # sel
679     - 22  # sel
680     - 23  # sel
681     - 24  # sel
682     - 27  # sel
683     - 28  # sel
684     - 29  # sel
685     - 30  # sel
686     - 31  # sel
687     - 35  # sel
688     # TODO: Add Data sources
689     csit-vpp-perf-verify-1807-3n-hsw:
690     - 8   # MRR full
691     - 9   # MRR sel
692     - 11  # NDRPDR full 1
693     - 15  # NDRPDR sel
694     - 16  # NDRPDR sel
695     - 19  # NDRPDR sel
696     - 18  # NDRPDR sel
697     - 20  # NDRPDR sel
698     - 24  # WRK
699     - 25  # WRK
700     - 23  # WRK
701     - 26  # WRK
702     - 27  # WRK
703     - 29  # WRK
704     csit-vpp-perf-verify-1807-3n-skx:
705     - 31  # MRR full
706     - 28  # MRR sel
707     - 32  # MRR sel
708     - 36  # MRR sel
709     - 42  # MRR sel
710     - 47  # MRR sel
711     - 48  # MRR sel
712     - 51  # MRR sel
713     - 52  # MRR sel
714     - 53  # MRR sel
715     - 54  # MRR sel
716     - 40  # NDRPDR full 1
717     - 41  # NDRPDR full 2
718     - 33  # NDRPDR sel
719     - 35  # NDRPDR sel
720     - 37  # NDRPDR sel
721     - 38  # NDRPDR sel
722     - 39  # NDRPDR sel
723     - 43  # NDRPDR sel
724     - 44  # NDRPDR sel
725     - 49  # NDRPDR sel
726     - 50  # NDRPDR sel
727     - 56  # NDRPDR sel
728     csit-vpp-perf-verify-1807-2n-skx:
729     - 27  # MRR full
730     - 31  # MRR sel
731     - 33  # MRR sel
732     - 37  # MRR sel
733     - 38  # MRR sel
734     - 41  # MRR sel
735     - 43  # MRR sel
736     - 44  # MRR sel
737     - 45  # MRR sel
738     - 46  # MRR sel
739     - 47  # MRR sel
740     - 32  # NDRPDR full
741     - 26  # NDRPDR sel
742     - 28  # NDRPDR sel
743     - 29  # NDRPDR sel
744     - 30  # NDRPDR sel
745     - 34  # NDRPDR sel
746     - 35  # NDRPDR sel
747     - 36  # NDRPDR sel
748     - 39  # NDRPDR sel
749     - 40  # NDRPDR sel
750     - 42  # NDRPDR sel
751     csit-vpp-perf-check-1801:
752     - 3   # mrr
753     - 4   # mrr
754     - 5   # mrr
755     - 6   # mrr
756     - 7   # mrr
757     - 8   # mrr
758     - 9   # mrr
759     - 11  # mrr
760     - 12  # mrr
761     - 13  # mrr
762     csit-vpp-perf-check-1804:
763     - 5   # mrr - full
764     - 6   # mrr - sel
765     - 13  # mrr - sel
766     - 14  # mrr - sel
767     - 15  # mrr - sel
768     - 16  # mrr - sel
769     - 17  # mrr - sel
770     - 19  # mrr - sel
771     - 20  # mrr - sel
772     - 21  # mrr - sel
773     - 22  # mrr - sel
774     csit-ligato-perf-1804-all:
775     - 4   # full
776     - 5   # sel
777     - 6   # sel
778     - 7   # sel
779     - 8   # sel
780     - 9   # sel
781     - 10  # sel
782     - 11  # sel
783     - 12  # sel
784     - 13  # sel
785     - 14  # sel
786     # TODO: Add Data sources
787     csit-ligato-perf-1807-all:
788     - 3   # full ?
789     - 4   # sel
790     csit-dpdk-perf-1804-all:
791     - 4
792     - 5
793     - 6
794     - 7
795     - 8
796     - 9
797     - 10
798     - 11
799     - 12
800     - 13
801     csit-dpdk-perf-verify-1807-3n-hsw:
802     - 11
803     - 12  # full
804     - 14
805     - 15
806     - 16
807     - 17
808     - 20
809     - 21
810     - 22
811     - 23
812     csit-dpdk-perf-verify-1807-3n-skx:
813     - 1
814     - 2
815     - 3
816     - 6
817     - 7
818     - 8
819     - 9
820     - 10
821     - 11
822     - 12
823     csit-dpdk-perf-verify-1807-2n-skx:
824     - 1
825     - 2
826     - 3
827     - 4
828     - 5
829     - 6
830     - 7
831     - 8
832     - 9
833     - 10
834     csit-vpp-functional-1807-ubuntu1604-virl:
835     # TODO: Add Data sources
836     - "lastSuccessfulBuild"
837     csit-vpp-functional-1807-centos7-virl:
838     # TODO: Add Data sources
839     - "lastSuccessfulBuild"
840     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
841     - 2
842     csit-hc2vpp-verify-func-1807-ubuntu1604:
843     # TODO: Add Data sources
844     - "lastSuccessfulBuild"
845
846 -
847   type: "output"
848   output: "report"
849   format:
850     html:
851     - full
852     pdf:
853     - minimal
854
855 ################################################################################
856 ###                               T A B L E S                                ###
857 ################################################################################
858
859 ################################################################################
860 # VPP
861 -
862   type: "table"
863   title: "VPP Performance Changes 1t1c pdr"
864   algorithm: "table_performance_comparison"
865   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
866   history:
867     -
868       title: "rls1801"
869       data:
870         csit-vpp-perf-1801-all:
871         - 124  # sel
872         - 127  # sel
873         - 128  # sel
874         - 141  # sel
875         - 142  # sel
876         - 143  # sel
877         - 145  # sel
878         - 146  # sel
879         - 162  # sel
880         - 163  # sel
881         - 167  # sel
882         - 172  # sel acl only
883   reference:
884     title: "rls1804"
885     data:
886       csit-vpp-perf-1804-all:
887       - 21  # sel
888       - 22  # sel
889       - 23  # sel
890       - 24  # sel
891       - 27  # sel
892       - 28  # sel
893       - 29  # sel
894       - 30  # sel
895       - 31  # sel
896       - 35  # sel
897   compare:
898     title: "rls1807"
899     data:
900       # TODO: Add Data sources
901       csit-vpp-perf-verify-1807-3n-hsw:
902       - 15  # NDRPDR sel
903       - 16  # NDRPDR sel
904       - 19  # NDRPDR sel
905       - 18  # NDRPDR sel
906       - 20  # NDRPDR sel
907   data: "vpp-performance-changes"
908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
909   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
910   parameters:
911   - "name"
912   - "parent"
913   - "throughput"
914
915 -
916   type: "table"
917   title: "VPP Performance Changes 2t2c pdr"
918   algorithm: "table_performance_comparison"
919   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
920   history:
921     -
922       title: "rls1801"
923       data:
924         csit-vpp-perf-1801-all:
925         - 124  # sel
926         - 127  # sel
927         - 128  # sel
928         - 141  # sel
929         - 142  # sel
930         - 143  # sel
931         - 145  # sel
932         - 146  # sel
933         - 162  # sel
934         - 163  # sel
935         - 167  # sel
936         - 172  # sel acl only
937   reference:
938     title: "rls1804"
939     data:
940       csit-vpp-perf-1804-all:
941       - 21  # sel
942       - 22  # sel
943       - 23  # sel
944       - 24  # sel
945       - 27  # sel
946       - 28  # sel
947       - 29  # sel
948       - 30  # sel
949       - 31  # sel
950       - 35  # sel
951   compare:
952     title: "rls1807"
953     data:
954       # TODO: Add Data sources
955       csit-vpp-perf-verify-1807-3n-hsw:
956       - 15  # NDRPDR sel
957       - 16  # NDRPDR sel
958       - 19  # NDRPDR sel
959       - 18  # NDRPDR sel
960       - 20  # NDRPDR sel
961   data: "vpp-performance-changes"
962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
963   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
964   parameters:
965   - "name"
966   - "parent"
967   - "throughput"
968
969 -
970   type: "table"
971   title: "VPP Performance Changes 1t1c ndr"
972   algorithm: "table_performance_comparison"
973   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
974   history:
975     -
976       title: "rls1801"
977       data:
978         csit-vpp-perf-1801-all:
979         - 124  # sel
980         - 127  # sel
981         - 128  # sel
982         - 141  # sel
983         - 142  # sel
984         - 143  # sel
985         - 145  # sel
986         - 146  # sel
987         - 162  # sel
988         - 163  # sel
989         - 167  # sel
990         - 172  # sel acl only
991   reference:
992     title: "rls1804"
993     data:
994       csit-vpp-perf-1804-all:
995       - 21  # sel
996       - 22  # sel
997       - 23  # sel
998       - 24  # sel
999       - 27  # sel
1000       - 28  # sel
1001       - 29  # sel
1002       - 30  # sel
1003       - 31  # sel
1004       - 35  # sel
1005   compare:
1006     title: "rls1807"
1007     data:
1008       # TODO: Add Data sources
1009       csit-vpp-perf-verify-1807-3n-hsw:
1010       - 15  # NDRPDR sel
1011       - 16  # NDRPDR sel
1012       - 19  # NDRPDR sel
1013       - 18  # NDRPDR sel
1014       - 20  # NDRPDR sel
1015   data: "vpp-performance-changes"
1016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1017   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1018   parameters:
1019   - "name"
1020   - "parent"
1021   - "throughput"
1022
1023 -
1024   type: "table"
1025   title: "VPP Performance Changes 2t2c ndr"
1026   algorithm: "table_performance_comparison"
1027   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1028   history:
1029     -
1030       title: "rls1801"
1031       data:
1032         csit-vpp-perf-1801-all:
1033         - 124  # sel
1034         - 127  # sel
1035         - 128  # sel
1036         - 141  # sel
1037         - 142  # sel
1038         - 143  # sel
1039         - 145  # sel
1040         - 146  # sel
1041         - 162  # sel
1042         - 163  # sel
1043         - 167  # sel
1044         - 172  # sel acl only
1045   reference:
1046     title: "rls1804"
1047     data:
1048       csit-vpp-perf-1804-all:
1049       - 21  # sel
1050       - 22  # sel
1051       - 23  # sel
1052       - 24  # sel
1053       - 27  # sel
1054       - 28  # sel
1055       - 29  # sel
1056       - 30  # sel
1057       - 31  # sel
1058       - 35  # sel
1059   compare:
1060     title: "rls1807"
1061     data:
1062       # TODO: Add Data sources
1063       csit-vpp-perf-verify-1807-3n-hsw:
1064       - 15  # NDRPDR sel
1065       - 16  # NDRPDR sel
1066       - 19  # NDRPDR sel
1067       - 18  # NDRPDR sel
1068       - 20  # NDRPDR sel
1069   data: "vpp-performance-changes"
1070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1071   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1072   parameters:
1073   - "name"
1074   - "parent"
1075   - "throughput"
1076
1077 -
1078   type: "table"
1079   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1080   algorithm: "table_performance_comparison"
1081   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1082   reference:
1083     title: "3-Node Hsw"
1084     data:
1085       # TODO: Add Data sources
1086       csit-vpp-perf-verify-1807-3n-hsw:
1087       - 15  # NDRPDR sel
1088       - 16  # NDRPDR sel
1089       - 19  # NDRPDR sel
1090       - 18  # NDRPDR sel
1091       - 20  # NDRPDR sel
1092   compare:
1093     title: "3-Node Skx"
1094     data:
1095       csit-vpp-perf-verify-1807-3n-skx:
1096       - 33  # NDRPDR sel
1097       - 35  # NDRPDR sel
1098       - 37  # NDRPDR sel
1099       - 38  # NDRPDR sel
1100       - 39  # NDRPDR sel
1101       - 43  # NDRPDR sel
1102       - 44  # NDRPDR sel
1103       - 49  # NDRPDR sel
1104       - 50  # NDRPDR sel
1105       - 56  # NDRPDR sel
1106   data: "vpp-compare-testbeds"
1107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1108   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1109   parameters:
1110   - "name"
1111   - "parent"
1112   - "throughput"
1113
1114 -
1115   type: "table"
1116   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1117   algorithm: "table_performance_comparison"
1118   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1119   reference:
1120     title: "3-Node Hsw"
1121     data:
1122       # TODO: Add Data sources
1123       csit-vpp-perf-verify-1807-3n-hsw:
1124       - 15  # NDRPDR sel
1125       - 16  # NDRPDR sel
1126       - 19  # NDRPDR sel
1127       - 18  # NDRPDR sel
1128       - 20  # NDRPDR sel
1129   compare:
1130     title: "3-Node Skx"
1131     data:
1132       csit-vpp-perf-verify-1807-3n-skx:
1133       - 33  # NDRPDR sel
1134       - 35  # NDRPDR sel
1135       - 37  # NDRPDR sel
1136       - 38  # NDRPDR sel
1137       - 39  # NDRPDR sel
1138       - 43  # NDRPDR sel
1139       - 44  # NDRPDR sel
1140       - 49  # NDRPDR sel
1141       - 50  # NDRPDR sel
1142       - 56  # NDRPDR sel
1143   data: "vpp-compare-testbeds"
1144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1145   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1146   parameters:
1147   - "name"
1148   - "parent"
1149   - "throughput"
1150
1151 -
1152   type: "table"
1153   title: "VPP Performance Changes - 1t1c MRR"
1154   algorithm: "table_performance_comparison"
1155   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1156   history:
1157     -
1158       title: "rls1801"
1159       data:
1160         csit-vpp-perf-check-1801:
1161         - 3
1162         - 4
1163         - 5
1164         - 6
1165         - 7
1166         - 8
1167         - 9
1168         - 11
1169         - 12
1170         - 13
1171   reference:
1172     title: "rls1804"
1173     data:
1174       csit-vpp-perf-check-1804:
1175       - 6   # mrr - sel
1176       - 13  # mrr - sel
1177       - 14  # mrr - sel
1178       - 15  # mrr - sel
1179       - 16  # mrr - sel
1180       - 17  # mrr - sel
1181       - 19  # mrr - sel
1182       - 20  # mrr - sel
1183       - 21  # mrr - sel
1184       - 22  # mrr - sel
1185   compare:
1186     title: "rls1807"
1187     data:
1188       # TODO: Add Data sources
1189       csit-vpp-perf-verify-1807-3n-hsw:
1190       - 9   # MRR sel
1191   data: "vpp-performance-changes-mrr"
1192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1193   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1194   parameters:
1195   - "name"
1196   - "parent"
1197   - "result"
1198
1199 -
1200   type: "table"
1201   title: "VPP Performance Changes - 2t2c MRR"
1202   algorithm: "table_performance_comparison"
1203   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1204   history:
1205     -
1206       title: "rls1801"
1207       data:
1208         csit-vpp-perf-check-1801:
1209         - 3
1210         - 4
1211         - 5
1212         - 6
1213         - 7
1214         - 8
1215         - 9
1216         - 11
1217         - 12
1218         - 13
1219   reference:
1220     title: "rls1804"
1221     data:
1222       csit-vpp-perf-check-1804:
1223       - 6   # mrr - sel
1224       - 13  # mrr - sel
1225       - 14  # mrr - sel
1226       - 15  # mrr - sel
1227       - 16  # mrr - sel
1228       - 17  # mrr - sel
1229       - 19  # mrr - sel
1230       - 20  # mrr - sel
1231       - 21  # mrr - sel
1232       - 22  # mrr - sel
1233   compare:
1234     title: "rls1807"
1235     data:
1236       # TODO: Add Data sources
1237       csit-vpp-perf-verify-1807-3n-hsw:
1238       - 9   # MRR sel
1239   data: "vpp-performance-changes-mrr"
1240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1241   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1242   parameters:
1243   - "name"
1244   - "parent"
1245   - "result"
1246
1247 -
1248   type: "table"
1249   title: "VPP Performance Changes - 4t4c MRR"
1250   algorithm: "table_performance_comparison"
1251   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1252   history:
1253     -
1254       title: "rls1801"
1255       data:
1256         csit-vpp-perf-check-1801:
1257         - 3
1258         - 4
1259         - 5
1260         - 6
1261         - 7
1262         - 8
1263         - 9
1264         - 11
1265         - 12
1266         - 13
1267   reference:
1268     title: "rls1804"
1269     data:
1270       csit-vpp-perf-check-1804:
1271       - 6   # mrr - sel
1272       - 13  # mrr - sel
1273       - 14  # mrr - sel
1274       - 15  # mrr - sel
1275       - 16  # mrr - sel
1276       - 17  # mrr - sel
1277       - 19  # mrr - sel
1278       - 20  # mrr - sel
1279       - 21  # mrr - sel
1280       - 22  # mrr - sel
1281   compare:
1282     title: "rls1807"
1283     data:
1284       # TODO: Add Data sources
1285       csit-vpp-perf-verify-1807-3n-hsw:
1286       - 9   # MRR sel
1287   data: "vpp-performance-changes-mrr"
1288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1289   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1290   parameters:
1291   - "name"
1292   - "parent"
1293   - "result"
1294
1295 -
1296   type: "table"
1297   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1298   algorithm: "table_performance_comparison"
1299   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1300   reference:
1301     title: "3-Node Hsw"
1302     data:
1303       # TODO: Add Data sources
1304       csit-vpp-perf-verify-1807-3n-hsw:
1305       - 9   # MRR sel
1306   compare:
1307     title: "3-Node Skx"
1308     data:
1309       csit-vpp-perf-verify-1807-3n-skx:
1310       - 28  # MRR sel
1311       - 32  # MRR sel
1312       - 36  # MRR sel
1313       - 42  # MRR sel
1314       - 47  # MRR sel
1315       - 48  # MRR sel
1316       - 51  # MRR sel
1317       - 52  # MRR sel
1318       - 53  # MRR sel
1319       - 54  # MRR sel
1320   data: "vpp-compare-testbeds-mrr"
1321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1322   filter: "'NIC_Intel-X710' and 'MRR'"
1323   parameters:
1324   - "name"
1325   - "parent"
1326   - "result"
1327
1328 -
1329   type: "table"
1330   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1331   algorithm: "table_merged_details"
1332   output-file-ext: ".csv"
1333   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1334   columns:
1335   -
1336     title: "Name"
1337     data: "data name"
1338   -
1339     title: "Documentation"
1340     data: "data doc"
1341   -
1342     title: "Status"
1343     data: "data msg"
1344   rows: "generated"
1345   data: "vpp-perf-results-3n-hsw"
1346   filter: "not 'NDRCHK' and not 'PDRCHK'"
1347   parameters:
1348   - "name"
1349   - "parent"
1350   - "doc"
1351   - "msg"
1352
1353 -
1354   type: "table"
1355   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1356   algorithm: "table_merged_details"
1357   output-file-ext: ".csv"
1358   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1359   columns:
1360   -
1361     title: "Name"
1362     data: "data name"
1363   -
1364     title: "Documentation"
1365     data: "data doc"
1366   -
1367     title: "Status"
1368     data: "data msg"
1369   rows: "generated"
1370   data: "vpp-perf-results-3n-skx"
1371   filter: "not 'NDRCHK' and not 'PDRCHK'"
1372   parameters:
1373   - "name"
1374   - "parent"
1375   - "doc"
1376   - "msg"
1377
1378 -
1379   type: "table"
1380   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1381   algorithm: "table_merged_details"
1382   output-file-ext: ".csv"
1383   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1384   columns:
1385   -
1386     title: "Name"
1387     data: "data name"
1388   -
1389     title: "Documentation"
1390     data: "data doc"
1391   -
1392     title: "Status"
1393     data: "data msg"
1394   rows: "generated"
1395   data: "vpp-perf-results-2n-skx"
1396   filter: "not 'NDRCHK' and not 'PDRCHK'"
1397   parameters:
1398   - "name"
1399   - "parent"
1400   - "doc"
1401   - "msg"
1402
1403 -
1404   type: "table"
1405   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1406   algorithm: "table_merged_details"
1407   output-file-ext: ".csv"
1408   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1409   columns:
1410   -
1411     title: "Name"
1412     data: "data name"
1413   -
1414     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1415     data: "data vat-history"
1416   rows: "generated"
1417   data: "vpp-perf-results-3n-hsw"
1418   filter: "not 'NDRCHK' and not 'PDRCHK'"
1419   parameters:
1420   - "parent"
1421   - "name"
1422   - "vat-history"
1423
1424 -
1425   type: "table"
1426   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1427   algorithm: "table_merged_details"
1428   output-file-ext: ".csv"
1429   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1430   columns:
1431   -
1432     title: "Name"
1433     data: "data name"
1434   -
1435     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1436     data: "data vat-history"
1437   rows: "generated"
1438   data: "vpp-perf-results-3n-skx"
1439   filter: "not 'NDRCHK' and not 'PDRCHK'"
1440   parameters:
1441   - "parent"
1442   - "name"
1443   - "vat-history"
1444
1445 -
1446   type: "table"
1447   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1448   algorithm: "table_merged_details"
1449   output-file-ext: ".csv"
1450   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1451   columns:
1452   -
1453     title: "Name"
1454     data: "data name"
1455   -
1456     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1457     data: "data vat-history"
1458   rows: "generated"
1459   data: "vpp-perf-results-2n-skx"
1460   filter: "not 'NDRCHK' and not 'PDRCHK'"
1461   parameters:
1462   - "parent"
1463   - "name"
1464   - "vat-history"
1465
1466 -
1467   type: "table"
1468   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1469   algorithm: "table_merged_details"
1470   output-file-ext: ".csv"
1471   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1472   columns:
1473   -
1474     title: "Name"
1475     data: "data name"
1476   -
1477     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1478     data: "data show-run"
1479   rows: "generated"
1480   data: "vpp-perf-results-3n-hsw"
1481   filter: "not 'NDRCHK' and not 'PDRCHK'"
1482   parameters:
1483   - "parent"
1484   - "name"
1485   - "show-run"
1486
1487 -
1488   type: "table"
1489   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1490   algorithm: "table_merged_details"
1491   output-file-ext: ".csv"
1492   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1493   columns:
1494   -
1495     title: "Name"
1496     data: "data name"
1497   -
1498     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1499     data: "data show-run"
1500   rows: "generated"
1501   data: "vpp-perf-results-3n-skx"
1502   filter: "not 'NDRCHK' and not 'PDRCHK'"
1503   parameters:
1504   - "parent"
1505   - "name"
1506   - "show-run"
1507
1508 -
1509   type: "table"
1510   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1511   algorithm: "table_merged_details"
1512   output-file-ext: ".csv"
1513   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1514   columns:
1515   -
1516     title: "Name"
1517     data: "data name"
1518   -
1519     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1520     data: "data show-run"
1521   rows: "generated"
1522   data: "vpp-perf-results-2n-skx"
1523   filter: "not 'NDRCHK' and not 'PDRCHK'"
1524   parameters:
1525   - "parent"
1526   - "name"
1527   - "show-run"
1528
1529 -
1530   type: "table"
1531   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1532   algorithm: "table_details"
1533   output-file-ext: ".csv"
1534   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1535   columns:
1536   -
1537     title: "Name"
1538     data: "data name"
1539   -
1540     title: "Documentation"
1541     data: "data doc"
1542   -
1543     title: "Status"
1544     data: "data msg"
1545   rows: "generated"
1546   data: "vpp-mrr-results-3n-hsw"
1547   filter: "'MRR'"
1548   parameters:
1549   - "name"
1550   - "parent"
1551   - "doc"
1552   - "msg"
1553
1554 -
1555   type: "table"
1556   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1557   algorithm: "table_details"
1558   output-file-ext: ".csv"
1559   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1560   columns:
1561   -
1562     title: "Name"
1563     data: "data name"
1564   -
1565     title: "Documentation"
1566     data: "data doc"
1567   -
1568     title: "Status"
1569     data: "data msg"
1570   rows: "generated"
1571   data: "vpp-mrr-results-3n-skx"
1572   filter: "'MRR'"
1573   parameters:
1574   - "name"
1575   - "parent"
1576   - "doc"
1577   - "msg"
1578
1579 -
1580   type: "table"
1581   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1582   algorithm: "table_details"
1583   output-file-ext: ".csv"
1584   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1585   columns:
1586   -
1587     title: "Name"
1588     data: "data name"
1589   -
1590     title: "Documentation"
1591     data: "data doc"
1592   -
1593     title: "Status"
1594     data: "data msg"
1595   rows: "generated"
1596   data: "vpp-mrr-results-2n-skx"
1597   filter: "'MRR'"
1598   parameters:
1599   - "name"
1600   - "parent"
1601   - "doc"
1602   - "msg"
1603
1604 -
1605   type: "table"
1606   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1607   algorithm: "table_details"
1608   output-file-ext: ".csv"
1609   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1610   columns:
1611   -
1612     title: "Name"
1613     data: "data name"
1614   -
1615     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1616     data: "data vat-history"
1617   rows: "generated"
1618   data: "vpp-mrr-results-3n-hsw"
1619   filter: "'MRR'"
1620   parameters:
1621   - "parent"
1622   - "name"
1623   - "vat-history"
1624
1625 -
1626   type: "table"
1627   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1628   algorithm: "table_details"
1629   output-file-ext: ".csv"
1630   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1631   columns:
1632   -
1633     title: "Name"
1634     data: "data name"
1635   -
1636     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1637     data: "data vat-history"
1638   rows: "generated"
1639   data: "vpp-mrr-results-3n-skx"
1640   filter: "'MRR'"
1641   parameters:
1642   - "parent"
1643   - "name"
1644   - "vat-history"
1645
1646 -
1647   type: "table"
1648   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1649   algorithm: "table_details"
1650   output-file-ext: ".csv"
1651   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1652   columns:
1653   -
1654     title: "Name"
1655     data: "data name"
1656   -
1657     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1658     data: "data vat-history"
1659   rows: "generated"
1660   data: "vpp-mrr-results-2n-skx"
1661   filter: "'MRR'"
1662   parameters:
1663   - "parent"
1664   - "name"
1665   - "vat-history"
1666
1667 -
1668   type: "table"
1669   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1670   algorithm: "table_details"
1671   output-file-ext: ".csv"
1672   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1673   columns:
1674   -
1675     title: "Name"
1676     data: "data name"
1677   -
1678     title: "Documentation"
1679     data: "data doc"
1680   -
1681     title: "Status"
1682     data: "data status"
1683   rows: "generated"
1684   data: "vpp-func-results-ubuntu"
1685   filter: "all"
1686   parameters:
1687   - "name"
1688   - "parent"
1689   - "doc"
1690   - "status"
1691
1692 -
1693   type: "table"
1694   title: "Detailed Test Results - VPP Functional Results - CentOS"
1695   algorithm: "table_details"
1696   output-file-ext: ".csv"
1697   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1698   columns:
1699   -
1700     title: "Name"
1701     data: "data name"
1702   -
1703     title: "Documentation"
1704     data: "data doc"
1705   -
1706     title: "Status"
1707     data: "data status"
1708   rows: "generated"
1709   data:
1710     "vpp-func-results-centos"
1711   filter: "all"
1712   parameters:
1713   - "name"
1714   - "parent"
1715   - "doc"
1716   - "status"
1717
1718 -
1719   type: "table"
1720   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1721   algorithm: "table_details"
1722   output-file-ext: ".csv"
1723   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1724   columns:
1725   -
1726     title: "Name"
1727     data: "data name"
1728   -
1729     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1730     data: "data vat-history"
1731   rows: "generated"
1732   data: "vpp-func-results-ubuntu"
1733   filter: "all"
1734   parameters:
1735   - "parent"
1736   - "name"
1737   - "vat-history"
1738
1739 -
1740   type: "table"
1741   title: "Test configuration - VPP Functional Test Configs - CentOS"
1742   algorithm: "table_details"
1743   output-file-ext: ".csv"
1744   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1745   columns:
1746   -
1747     title: "Name"
1748     data: "data name"
1749   -
1750     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1751     data: "data vat-history"
1752   rows: "generated"
1753   data: "vpp-func-results-centos"
1754   filter: "all"
1755   parameters:
1756   - "parent"
1757   - "name"
1758   - "vat-history"
1759
1760 -
1761   type: "table"
1762   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1763   algorithm: "table_details"
1764   output-file-ext: ".csv"
1765   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1766   columns:
1767   -
1768     title: "Name"
1769     data: "data name"
1770   -
1771     title: "Documentation"
1772     data: "data doc"
1773   -
1774     title: "Status"
1775     data: "data msg"
1776   rows: "generated"
1777   data: "ligato-perf-results-3n-hsw"
1778   filter: "all"
1779   parameters:
1780   - "name"
1781   - "parent"
1782   - "doc"
1783   - "msg"
1784
1785 ################################################################################
1786 # DPDK
1787 -
1788   type: "table"
1789   title: "DPDK Performance Changes 1t1c pdr"
1790   algorithm: "table_performance_comparison"
1791   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1792   reference:
1793     title: "rls1804"
1794     data:
1795       csit-dpdk-perf-1804-all:
1796       - 4
1797       - 5
1798       - 6
1799       - 7
1800       - 8
1801       - 9
1802       - 10
1803       - 11
1804       - 12
1805       - 13
1806   compare:
1807     title: "rls1807"
1808     data:
1809       csit-dpdk-perf-verify-1807-3n-hsw:
1810       - 11
1811       - 12  # full
1812       - 14
1813       - 15
1814       - 16
1815       - 17
1816       - 20
1817       - 21
1818       - 22
1819       - 23
1820   data: "dpdk-performance-changes"
1821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1822   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1823   parameters:
1824   - "name"
1825   - "parent"
1826   - "throughput"
1827
1828 -
1829   type: "table"
1830   title: "DPDK Performance Changes 2t2c pdr"
1831   algorithm: "table_performance_comparison"
1832   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1833   reference:
1834     title: "rls1804"
1835     data:
1836       csit-dpdk-perf-1804-all:
1837       - 4
1838       - 5
1839       - 6
1840       - 7
1841       - 8
1842       - 9
1843       - 10
1844       - 11
1845       - 12
1846       - 13
1847   compare:
1848     title: "rls1807"
1849     data:
1850       csit-dpdk-perf-verify-1807-3n-hsw:
1851       - 11
1852       - 12  # full
1853       - 14
1854       - 15
1855       - 16
1856       - 17
1857       - 20
1858       - 21
1859       - 22
1860       - 23
1861   data: "dpdk-performance-changes"
1862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1863   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1864   parameters:
1865   - "name"
1866   - "parent"
1867   - "throughput"
1868
1869 -
1870   type: "table"
1871   title: "DPDK Performance Changes 1t1c ndr"
1872   algorithm: "table_performance_comparison"
1873   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1874   reference:
1875     title: "rls1804"
1876     data:
1877       csit-dpdk-perf-1804-all:
1878       - 4
1879       - 5
1880       - 6
1881       - 7
1882       - 8
1883       - 9
1884       - 10
1885       - 11
1886       - 12
1887       - 13
1888   compare:
1889     title: "rls1807"
1890     data:
1891       csit-dpdk-perf-verify-1807-3n-hsw:
1892       - 11
1893       - 12  # full
1894       - 14
1895       - 15
1896       - 16
1897       - 17
1898       - 20
1899       - 21
1900       - 22
1901       - 23
1902   data: "dpdk-performance-changes"
1903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1904   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1905   parameters:
1906   - "name"
1907   - "parent"
1908   - "throughput"
1909
1910 -
1911   type: "table"
1912   title: "DPDK Performance Changes 2t2c ndr"
1913   algorithm: "table_performance_comparison"
1914   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1915   reference:
1916     title: "rls1804"
1917     data:
1918       csit-dpdk-perf-1804-all:
1919       - 4
1920       - 5
1921       - 6
1922       - 7
1923       - 8
1924       - 9
1925       - 10
1926       - 11
1927       - 12
1928       - 13
1929   compare:
1930     title: "rls1807"
1931     data:
1932       csit-dpdk-perf-verify-1807-3n-hsw:
1933       - 11
1934       - 12  # full
1935       - 14
1936       - 15
1937       - 16
1938       - 17
1939       - 20
1940       - 21
1941       - 22
1942       - 23
1943   data: "dpdk-performance-changes"
1944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1945   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1946   parameters:
1947   - "name"
1948   - "parent"
1949   - "throughput"
1950
1951 -
1952   type: "table"
1953   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1954   algorithm: "table_performance_comparison"
1955   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1956   reference:
1957     title: "3-Node Hsw"
1958     data:
1959       csit-dpdk-perf-verify-1807-3n-hsw:
1960       - 11
1961       - 12  # full
1962       - 14
1963       - 15
1964       - 16
1965       - 17
1966       - 20
1967       - 21
1968       - 22
1969       - 23
1970   compare:
1971     title: "3-Node Skx"
1972     data:
1973       csit-dpdk-perf-verify-1807-3n-skx:
1974       - 1
1975       - 2
1976       - 3
1977       - 6
1978       - 7
1979       - 8
1980       - 9
1981       - 10
1982       - 11
1983       - 12
1984   data: "dpdk-compare-testbeds"
1985   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1986   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1987   parameters:
1988   - "name"
1989   - "parent"
1990   - "throughput"
1991
1992 -
1993   type: "table"
1994   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1995   algorithm: "table_performance_comparison"
1996   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1997   reference:
1998     title: "3-Node Hsw"
1999     data:
2000       csit-dpdk-perf-verify-1807-3n-hsw:
2001       - 11
2002       - 12  # full
2003       - 14
2004       - 15
2005       - 16
2006       - 17
2007       - 20
2008       - 21
2009       - 22
2010       - 23
2011   compare:
2012     title: "3-Node Skx"
2013     data:
2014       csit-dpdk-perf-verify-1807-3n-skx:
2015       - 1
2016       - 2
2017       - 3
2018       - 6
2019       - 7
2020       - 8
2021       - 9
2022       - 10
2023       - 11
2024       - 12
2025   data: "dpdk-compare-testbeds"
2026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2027   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2028   parameters:
2029   - "name"
2030   - "parent"
2031   - "throughput"
2032
2033 -
2034   type: "table"
2035   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2036   algorithm: "table_performance_comparison"
2037   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2038   reference:
2039     title: "3-Node Hsw"
2040     data:
2041       csit-dpdk-perf-verify-1807-3n-hsw:
2042       - 11
2043       - 12  # full
2044       - 14
2045       - 15
2046       - 16
2047       - 17
2048       - 20
2049       - 21
2050       - 22
2051       - 23
2052   compare:
2053     title: "3-Node Skx"
2054     data:
2055       csit-dpdk-perf-verify-1807-3n-skx:
2056       - 1
2057       - 2
2058       - 3
2059       - 6
2060       - 7
2061       - 8
2062       - 9
2063       - 10
2064       - 11
2065       - 12
2066   data: "dpdk-compare-testbeds"
2067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2068   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2069   parameters:
2070   - "name"
2071   - "parent"
2072   - "throughput"
2073
2074 -
2075   type: "table"
2076   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2077   algorithm: "table_details"
2078   output-file-ext: ".csv"
2079   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2080   columns:
2081   -
2082     title: "Name"
2083     data: "data name"
2084   -
2085     title: "Status"
2086     data: "data msg"
2087   rows: "generated"
2088   data: "dpdk-perf-results-3n-hsw"
2089   filter: "all"
2090   parameters:
2091   - "name"
2092   - "parent"
2093   - "msg"
2094
2095 -
2096   type: "table"
2097   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2098   algorithm: "table_details"
2099   output-file-ext: ".csv"
2100   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2101   columns:
2102   -
2103     title: "Name"
2104     data: "data name"
2105   -
2106     title: "Status"
2107     data: "data msg"
2108   rows: "generated"
2109   data: "dpdk-perf-results-3n-skx"
2110   filter: "all"
2111   parameters:
2112   - "name"
2113   - "parent"
2114   - "msg"
2115
2116 -
2117   type: "table"
2118   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2119   algorithm: "table_details"
2120   output-file-ext: ".csv"
2121   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2122   columns:
2123   -
2124     title: "Name"
2125     data: "data name"
2126   -
2127     title: "Status"
2128     data: "data msg"
2129   rows: "generated"
2130   data: "dpdk-perf-results-2n-skx"
2131   filter: "all"
2132   parameters:
2133   - "name"
2134   - "parent"
2135   - "msg"
2136
2137
2138 ################################################################################
2139 # HoneyComb
2140 -
2141   type: "table"
2142   title: "Detailed Test Results - Honeycomb Functional Results"
2143   algorithm: "table_details"
2144   output-file-ext: ".csv"
2145   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2146   columns:
2147   -
2148     title: "Name"
2149     data: "data name"
2150   -
2151     title: "Documentation"
2152     data: "data doc"
2153   -
2154     title: "Status"
2155     data: "data status"
2156   rows: "generated"
2157   data:
2158     "hc-func-results"
2159   filter: "all"
2160   parameters:
2161   - "name"
2162   - "parent"
2163   - "doc"
2164   - "status"
2165
2166 ################################################################################
2167 # NSH SFC
2168 -
2169   type: "table"
2170   title: "Detailed Test Results - NSH SFC Functional Results"
2171   algorithm: "table_details"
2172   output-file-ext: ".csv"
2173   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2174   columns:
2175   -
2176     title: "Name"
2177     data: "data name"
2178   -
2179     title: "Documentation"
2180     data: "data doc"
2181   -
2182     title: "Status"
2183     data: "data status"
2184   rows: "generated"
2185   data:
2186     "nsh-func-results"
2187   filter: "all"
2188   parameters:
2189   - "name"
2190   - "parent"
2191   - "doc"
2192   - "status"
2193
2194 ################################################################################
2195 ###                                F I L E S                                 ###
2196 ################################################################################
2197
2198 -
2199   type: "file"
2200   title: "VPP Performance Results 3n-hsw"
2201   algorithm: "file_test_results"
2202   output-file-ext: ".rst"
2203   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2204   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"
2205   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2206   data: "vpp-perf-results-3n-hsw"
2207   filter: "not 'NDRCHK' and not 'PDRCHK'"
2208   parameters:
2209   - "name"
2210   - "doc"
2211   - "level"
2212   - "parent"
2213   data-start-level: 3
2214
2215 -
2216   type: "file"
2217   title: "VPP Performance Results 3n-skx"
2218   algorithm: "file_test_results"
2219   output-file-ext: ".rst"
2220   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2221   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"
2222   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2223   data: "vpp-perf-results-3n-skx"
2224   filter: "not 'NDRCHK' and not 'PDRCHK'"
2225   parameters:
2226   - "name"
2227   - "doc"
2228   - "level"
2229   - "parent"
2230   data-start-level: 3
2231
2232 -
2233   type: "file"
2234   title: "VPP Performance Results 2n-skx"
2235   algorithm: "file_test_results"
2236   output-file-ext: ".rst"
2237   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2238   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"
2239   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2240   data: "vpp-perf-results-2n-skx"
2241   filter: "not 'NDRCHK' and not 'PDRCHK'"
2242   parameters:
2243   - "name"
2244   - "doc"
2245   - "level"
2246   - "parent"
2247   data-start-level: 3
2248
2249 -
2250   type: "file"
2251   title: "VPP Performance Configuration 3n-hsw"
2252   algorithm: "file_test_results"
2253   output-file-ext: ".rst"
2254   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2255   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"
2256   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2257   data: "vpp-perf-results-3n-hsw"
2258   filter: "not 'NDRCHK' and not 'PDRCHK'"
2259   parameters:
2260   - "name"
2261   - "doc"
2262   - "level"
2263   - "parent"
2264   data-start-level: 3
2265
2266 -
2267   type: "file"
2268   title: "VPP Performance Configuration 3n-skx"
2269   algorithm: "file_test_results"
2270   output-file-ext: ".rst"
2271   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2272   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"
2273   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2274   data: "vpp-perf-results-3n-skx"
2275   filter: "not 'NDRCHK' and not 'PDRCHK'"
2276   parameters:
2277   - "name"
2278   - "doc"
2279   - "level"
2280   - "parent"
2281   data-start-level: 3
2282
2283 -
2284   type: "file"
2285   title: "VPP Performance Configuration 2n-skx"
2286   algorithm: "file_test_results"
2287   output-file-ext: ".rst"
2288   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2289   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"
2290   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2291   data: "vpp-perf-results-2n-skx"
2292   filter: "not 'NDRCHK' and not 'PDRCHK'"
2293   parameters:
2294   - "name"
2295   - "doc"
2296   - "level"
2297   - "parent"
2298   data-start-level: 3
2299
2300 -
2301   type: "file"
2302   title: "VPP Performance Operational Data 3n-hsw"
2303   algorithm: "file_test_results"
2304   output-file-ext: ".rst"
2305   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2306   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"
2307   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2308   data: "vpp-perf-results-3n-hsw"
2309   filter: "not 'NDRCHK' and not 'PDRCHK'"
2310   parameters:
2311   - "name"
2312   - "doc"
2313   - "level"
2314   - "parent"
2315   data-start-level: 3
2316
2317 -
2318   type: "file"
2319   title: "VPP Performance Operational Data 3n-skx"
2320   algorithm: "file_test_results"
2321   output-file-ext: ".rst"
2322   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2323   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"
2324   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2325   data: "vpp-perf-results-3n-skx"
2326   filter: "not 'NDRCHK' and not 'PDRCHK'"
2327   parameters:
2328   - "name"
2329   - "doc"
2330   - "level"
2331   - "parent"
2332   data-start-level: 3
2333
2334 -
2335   type: "file"
2336   title: "VPP Performance Operational Data 2n-skx"
2337   algorithm: "file_test_results"
2338   output-file-ext: ".rst"
2339   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2340   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"
2341   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2342   data: "vpp-perf-results-2n-skx"
2343   filter: "not 'NDRCHK' and not 'PDRCHK'"
2344   parameters:
2345   - "name"
2346   - "doc"
2347   - "level"
2348   - "parent"
2349   data-start-level: 3
2350
2351 -
2352   type: "file"
2353   title: "VPP MRR Results 3n-hsw"
2354   algorithm: "file_test_results"
2355   output-file-ext: ".rst"
2356   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2357   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"
2358   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2359   data: "vpp-mrr-results-3n-hsw"
2360   filter: "'MRR'"
2361   parameters:
2362   - "name"
2363   - "doc"
2364   - "level"
2365   - "parent"
2366   data-start-level: 3
2367
2368 -
2369   type: "file"
2370   title: "VPP MRR Results 3n-skx"
2371   algorithm: "file_test_results"
2372   output-file-ext: ".rst"
2373   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2374   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"
2375   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2376   data: "vpp-mrr-results-3n-skx"
2377   filter: "'MRR'"
2378   parameters:
2379   - "name"
2380   - "doc"
2381   - "level"
2382   - "parent"
2383   data-start-level: 3
2384
2385 -
2386   type: "file"
2387   title: "VPP MRR Results 2n-skx"
2388   algorithm: "file_test_results"
2389   output-file-ext: ".rst"
2390   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2391   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"
2392   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2393   data: "vpp-mrr-results-2n-skx"
2394   filter: "all"
2395   parameters:
2396   - "name"
2397   - "doc"
2398   - "level"
2399   - "parent"
2400   data-start-level: 3
2401
2402 -
2403   type: "file"
2404   title: "VPP MRR Configuration 3n-hsw"
2405   algorithm: "file_test_results"
2406   output-file-ext: ".rst"
2407   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2408   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"
2409   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2410   data: "vpp-mrr-results-3n-hsw"
2411   filter: "'MRR'"
2412   parameters:
2413   - "name"
2414   - "doc"
2415   - "level"
2416   - "parent"
2417   data-start-level: 3
2418
2419 -
2420   type: "file"
2421   title: "VPP MRR Configuration 3n-skx"
2422   algorithm: "file_test_results"
2423   output-file-ext: ".rst"
2424   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2425   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"
2426   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2427   data: "vpp-mrr-results-3n-skx"
2428   filter: "'MRR'"
2429   parameters:
2430   - "name"
2431   - "doc"
2432   - "level"
2433   - "parent"
2434   data-start-level: 3
2435
2436 -
2437   type: "file"
2438   title: "VPP MRR Configuration 2n-skx"
2439   algorithm: "file_test_results"
2440   output-file-ext: ".rst"
2441   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2442   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"
2443   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2444   data: "vpp-mrr-results-2n-skx"
2445   filter: "'MRR'"
2446   parameters:
2447   - "name"
2448   - "doc"
2449   - "level"
2450   - "parent"
2451   data-start-level: 3
2452
2453 -
2454   type: "file"
2455   title: "VPP Functional Results - Ubuntu"
2456   algorithm: "file_test_results"
2457   output-file-ext: ".rst"
2458   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2459   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"
2460   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2461   data: "vpp-func-results-ubuntu"
2462   filter: "all"
2463   parameters:
2464   - "name"
2465   - "doc"
2466   - "level"
2467   - "parent"
2468   data-start-level: 4
2469
2470 -
2471   type: "file"
2472   title: "VPP Functional Results - CentOS"
2473   algorithm: "file_test_results"
2474   output-file-ext: ".rst"
2475   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2476   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"
2477   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2478   data:
2479     "vpp-func-results-centos"
2480   filter: "all"
2481   parameters:
2482   - "name"
2483   - "doc"
2484   - "level"
2485   - "parent"
2486   data-start-level: 4
2487
2488 -
2489   type: "file"
2490   title: "VPP Functional Configuration - Ubuntu"
2491   algorithm: "file_test_results"
2492   output-file-ext: ".rst"
2493   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2494   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"
2495   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2496   data: "vpp-func-results-ubuntu"
2497   filter: "all"
2498   parameters:
2499   - "name"
2500   - "doc"
2501   - "level"
2502   - "parent"
2503   data-start-level: 4
2504
2505 -
2506   type: "file"
2507   title: "VPP Functional Configuration - CentOS"
2508   algorithm: "file_test_results"
2509   output-file-ext: ".rst"
2510   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2511   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"
2512   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2513   data:
2514     "vpp-func-results-centos"
2515   filter: "all"
2516   parameters:
2517   - "name"
2518   - "doc"
2519   - "level"
2520   - "parent"
2521   data-start-level: 4
2522
2523 -
2524   type: "file"
2525   title: "Container Orchestrated Performance Results 3n-hsw"
2526   algorithm: "file_test_results"
2527   output-file-ext: ".rst"
2528   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2529   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"
2530   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2531   data: "ligato-perf-results-3n-hsw"
2532   filter: "all"
2533   parameters:
2534   - "name"
2535   - "doc"
2536   - "level"
2537   - "parent"
2538   data-start-level: 3
2539
2540 -
2541   type: "file"
2542   title: "DPDK Performance Results 3n-hsw"
2543   algorithm: "file_test_results"
2544   output-file-ext: ".rst"
2545   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2546   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"
2547   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2548   data: "dpdk-perf-results-3n-hsw"
2549   filter: "all"
2550   parameters:
2551   - "name"
2552   - "doc"
2553   - "level"
2554   - "parent"
2555   data-start-level: 3
2556
2557 -
2558   type: "file"
2559   title: "DPDK Performance Results 3n-skx"
2560   algorithm: "file_test_results"
2561   output-file-ext: ".rst"
2562   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2563   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"
2564   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2565   data: "dpdk-perf-results-3n-skx"
2566   filter: "all"
2567   parameters:
2568   - "name"
2569   - "doc"
2570   - "level"
2571   - "parent"
2572   data-start-level: 3
2573
2574 -
2575   type: "file"
2576   title: "DPDK Performance Results 2n-skx"
2577   algorithm: "file_test_results"
2578   output-file-ext: ".rst"
2579   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2580   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"
2581   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2582   data: "dpdk-perf-results-2n-skx"
2583   filter: "all"
2584   parameters:
2585   - "name"
2586   - "doc"
2587   - "level"
2588   - "parent"
2589   data-start-level: 3
2590
2591 -
2592   type: "file"
2593   title: "Honeycomb Functional Results"
2594   algorithm: "file_test_results"
2595   output-file-ext: ".rst"
2596   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2597   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"
2598   dir-tables: "{DIR[DTR,FUNC,HC]}"
2599   data:
2600     "hc-func-results"
2601   filter: "all"
2602   parameters:
2603   - "name"
2604   - "doc"
2605   - "level"
2606   - "parent"
2607   data-start-level: 3
2608
2609 -
2610   type: "file"
2611   title: "NSH SFC Functional Results"
2612   algorithm: "file_test_results"
2613   output-file-ext: ".rst"
2614   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2615   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"
2616   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2617   data:
2618     "nsh-func-results"
2619   filter: "all"
2620   parameters:
2621   - "name"
2622   - "doc"
2623   - "level"
2624   - "parent"
2625   data-start-level: 3
2626
2627 ################################################################################
2628 ###                                P L O T S                                 ###
2629 ################################################################################
2630
2631 ################################################################################
2632 # Plots VPP HTTP Server Performance
2633 -
2634   type: "plot"
2635   title: "VPP HTTP Server Performance"
2636   algorithm: "plot_http_server_performance_box"
2637   output-file-type: ".html"
2638   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2639   data:
2640     "plot-vpp-http-server-performance"
2641   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2642   # each tag is enclosed with ' (apostrophe).
2643   filter: "'HTTP' and 'TCP_CPS'"
2644   parameters:
2645   - "result"
2646   - "name"
2647   traces:
2648     hoverinfo: "x+y"
2649     boxpoints: "outliers"
2650     whiskerwidth: 0
2651   layout:
2652     title: "VPP HTTP Server Performance"
2653     layout:
2654       "plot-cps"
2655
2656 -
2657   type: "plot"
2658   title: "VPP HTTP Server Performance"
2659   algorithm: "plot_http_server_performance_box"
2660   output-file-type: ".html"
2661   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2662   data:
2663     "plot-vpp-http-server-performance"
2664   filter: "'HTTP' and 'TCP_RPS'"
2665   parameters:
2666   - "result"
2667   - "name"
2668   traces:
2669     hoverinfo: "x+y"
2670     boxpoints: "outliers"
2671     whiskerwidth: 0
2672   layout:
2673     title: "VPP HTTP Server Performance"
2674     layout:
2675       "plot-rps"
2676
2677 ################################################################################
2678
2679 # Packet Throughput - VPP L2 3n-hsw-x520
2680 -
2681   type: "plot"
2682   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2683   algorithm: "plot_performance_box"
2684   output-file-type: ".html"
2685   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2686   data: "plot-vpp-throughput-latency-3n-hsw"
2687   filter: "'NIC_Intel-X520-DA2' and
2688            '64B' and
2689            ('BASE' or 'SCALE') and
2690            'NDRPDR' and
2691            '1T1C' and
2692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2693            not 'VHOST' and
2694            not 'MEMIF'"
2695   parameters:
2696   - "throughput"
2697   - "parent"
2698   traces:
2699     hoverinfo: "x+y"
2700     boxpoints: "outliers"
2701     whiskerwidth: 0
2702   layout:
2703     title: ""  # No title
2704     layout: "plot-throughput"
2705
2706 -
2707   type: "plot"
2708   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2709   algorithm: "plot_performance_box"
2710   output-file-type: ".html"
2711   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2712   data: "plot-vpp-throughput-latency-3n-hsw"
2713   filter: "'NIC_Intel-X520-DA2' and
2714            '64B' and
2715            ('BASE' or 'SCALE') and
2716            'NDRPDR' and
2717            '1T1C' and
2718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2719            not 'VHOST' and
2720            not 'MEMIF'"
2721   parameters:
2722   - "throughput"
2723   - "parent"
2724   traces:
2725     hoverinfo: "x+y"
2726     boxpoints: "outliers"
2727     whiskerwidth: 0
2728   layout:
2729     title: ""  # No title
2730     layout: "plot-throughput"
2731
2732 -
2733   type: "plot"
2734   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2735   algorithm: "plot_performance_box"
2736   output-file-type: ".html"
2737   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2738   data: "plot-vpp-throughput-latency-3n-hsw"
2739   filter: "'NIC_Intel-X520-DA2' and
2740            '64B' and
2741            ('BASE' or 'SCALE') and
2742            'NDRPDR' and
2743            '2T2C' and
2744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2745            not 'VHOST' and
2746            not 'MEMIF'"
2747   parameters:
2748   - "throughput"
2749   - "parent"
2750   traces:
2751     hoverinfo: "x+y"
2752     boxpoints: "outliers"
2753     whiskerwidth: 0
2754   layout:
2755     title: ""  # No title
2756     layout: "plot-throughput"
2757
2758 -
2759   type: "plot"
2760   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2761   algorithm: "plot_performance_box"
2762   output-file-type: ".html"
2763   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2764   data: "plot-vpp-throughput-latency-3n-hsw"
2765   filter: "'NIC_Intel-X520-DA2' and
2766            '64B' and
2767            ('BASE' or 'SCALE') and
2768            'NDRPDR' and
2769            '2T2C' and
2770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2771            not 'VHOST' and
2772            not 'MEMIF'"
2773   parameters:
2774   - "throughput"
2775   - "parent"
2776   traces:
2777     hoverinfo: "x+y"
2778     boxpoints: "outliers"
2779     whiskerwidth: 0
2780   layout:
2781     title: ""  # No title
2782     layout: "plot-throughput"
2783
2784 -
2785   type: "plot"
2786   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2787   algorithm: "plot_performance_box"
2788   output-file-type: ".html"
2789   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2790   data: "plot-vpp-throughput-latency-3n-hsw"
2791   filter: "'NIC_Intel-X520-DA2' and
2792            '64B' and
2793            'FEATURE' and
2794            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2795            'NDRPDR' and
2796            '1T1C' and
2797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2798            not 'VHOST' and
2799            not 'MEMIF'"
2800   parameters:
2801   - "throughput"
2802   - "parent"
2803   traces:
2804     hoverinfo: "x+y"
2805     boxpoints: "outliers"
2806     whiskerwidth: 0
2807   layout:
2808     title: ""  # No title
2809     layout: "plot-throughput"
2810
2811 -
2812   type: "plot"
2813   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2814   algorithm: "plot_performance_box"
2815   output-file-type: ".html"
2816   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2817   data: "plot-vpp-throughput-latency-3n-hsw"
2818   filter: "'NIC_Intel-X520-DA2' and
2819            '64B' and
2820            'FEATURE' and
2821            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2822            'NDRPDR' and
2823            '1T1C' and
2824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2825            not 'VHOST' and
2826            not 'MEMIF'"
2827   parameters:
2828   - "throughput"
2829   - "parent"
2830   traces:
2831     hoverinfo: "x+y"
2832     boxpoints: "outliers"
2833     whiskerwidth: 0
2834   layout:
2835     title: ""  # No title
2836     layout: "plot-throughput"
2837
2838 -
2839   type: "plot"
2840   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2841   algorithm: "plot_performance_box"
2842   output-file-type: ".html"
2843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2844   data: "plot-vpp-throughput-latency-3n-hsw"
2845   filter: "'NIC_Intel-X520-DA2' and
2846            '64B' and
2847            'FEATURE' and
2848            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2849            'NDRPDR' and
2850            '2T2C' and
2851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2852            not 'VHOST' and
2853            not 'MEMIF'"
2854   parameters:
2855   - "throughput"
2856   - "parent"
2857   traces:
2858     hoverinfo: "x+y"
2859     boxpoints: "outliers"
2860     whiskerwidth: 0
2861   layout:
2862     title: ""  # No title
2863     layout: "plot-throughput"
2864
2865 -
2866   type: "plot"
2867   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2868   algorithm: "plot_performance_box"
2869   output-file-type: ".html"
2870   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2871   data: "plot-vpp-throughput-latency-3n-hsw"
2872   filter: "'NIC_Intel-X520-DA2' and
2873            '64B' and
2874            'FEATURE' and
2875            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2876            'NDRPDR' and
2877            '2T2C' and
2878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2879            not 'VHOST' and
2880            not 'MEMIF'"
2881   parameters:
2882   - "throughput"
2883   - "parent"
2884   traces:
2885     hoverinfo: "x+y"
2886     boxpoints: "outliers"
2887     whiskerwidth: 0
2888   layout:
2889     title: ""  # No title
2890     layout: "plot-throughput"
2891
2892 # Packet Throughput - VPP L2 3n-hsw-x710
2893 -
2894   type: "plot"
2895   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2896   algorithm: "plot_performance_box"
2897   output-file-type: ".html"
2898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2899   data: "plot-vpp-throughput-latency-3n-hsw"
2900   filter: "'NIC_Intel-X710' and
2901            '64B' and
2902            ('BASE' or 'SCALE') and
2903            'NDRPDR' and
2904            '1T1C' and
2905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2906            not 'VHOST' and
2907            not 'MEMIF'"
2908   parameters:
2909   - "throughput"
2910   - "parent"
2911   traces:
2912     hoverinfo: "x+y"
2913     boxpoints: "outliers"
2914     whiskerwidth: 0
2915   layout:
2916     title: ""  # No title
2917     layout: "plot-throughput"
2918
2919 -
2920   type: "plot"
2921   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2922   algorithm: "plot_performance_box"
2923   output-file-type: ".html"
2924   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2925   data: "plot-vpp-throughput-latency-3n-hsw"
2926   filter: "'NIC_Intel-X710' and
2927            '64B' and
2928            ('BASE' or 'SCALE') and
2929            'NDRPDR' and
2930            '1T1C' and
2931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2932            not 'VHOST' and
2933            not 'MEMIF'"
2934   parameters:
2935   - "throughput"
2936   - "parent"
2937   traces:
2938     hoverinfo: "x+y"
2939     boxpoints: "outliers"
2940     whiskerwidth: 0
2941   layout:
2942     title: ""  # No title
2943     layout: "plot-throughput"
2944
2945 -
2946   type: "plot"
2947   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2948   algorithm: "plot_performance_box"
2949   output-file-type: ".html"
2950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2951   data: "plot-vpp-throughput-latency-3n-hsw"
2952   filter: "'NIC_Intel-X710' and
2953            '64B' and
2954            ('BASE' or 'SCALE') and
2955            'NDRPDR' and
2956            '2T2C' and
2957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2958            not 'VHOST' and
2959            not 'MEMIF'"
2960   parameters:
2961   - "throughput"
2962   - "parent"
2963   traces:
2964     hoverinfo: "x+y"
2965     boxpoints: "outliers"
2966     whiskerwidth: 0
2967   layout:
2968     title: ""  # No title
2969     layout: "plot-throughput"
2970
2971 -
2972   type: "plot"
2973   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2974   algorithm: "plot_performance_box"
2975   output-file-type: ".html"
2976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2977   data: "plot-vpp-throughput-latency-3n-hsw"
2978   filter: "'NIC_Intel-X710' and
2979            '64B' and
2980            ('BASE' or 'SCALE') and
2981            'NDRPDR' and
2982            '2T2C' and
2983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2984            not 'VHOST' and
2985            not 'MEMIF'"
2986   parameters:
2987   - "throughput"
2988   - "parent"
2989   traces:
2990     hoverinfo: "x+y"
2991     boxpoints: "outliers"
2992     whiskerwidth: 0
2993   layout:
2994     title: ""  # No title
2995     layout: "plot-throughput"
2996
2997 -
2998   type: "plot"
2999   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3000   algorithm: "plot_performance_box"
3001   output-file-type: ".html"
3002   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3003   data: "plot-vpp-throughput-latency-3n-hsw"
3004   filter: "'NIC_Intel-X710' and
3005            '64B' and
3006            'FEATURE' and
3007            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3008            'NDRPDR' and
3009            '1T1C' and
3010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3011            not 'VHOST' and
3012            not 'MEMIF'"
3013   parameters:
3014   - "throughput"
3015   - "parent"
3016   traces:
3017     hoverinfo: "x+y"
3018     boxpoints: "outliers"
3019     whiskerwidth: 0
3020   layout:
3021     title: ""  # No title
3022     layout: "plot-throughput"
3023
3024 -
3025   type: "plot"
3026   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3027   algorithm: "plot_performance_box"
3028   output-file-type: ".html"
3029   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3030   data: "plot-vpp-throughput-latency-3n-hsw"
3031   filter: "'NIC_Intel-X710' and
3032            '64B' and
3033            'FEATURE' and
3034            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3035            'NDRPDR' and
3036            '1T1C' and
3037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3038            not 'VHOST' and
3039            not 'MEMIF'"
3040   parameters:
3041   - "throughput"
3042   - "parent"
3043   traces:
3044     hoverinfo: "x+y"
3045     boxpoints: "outliers"
3046     whiskerwidth: 0
3047   layout:
3048     title: ""  # No title
3049     layout: "plot-throughput"
3050
3051 -
3052   type: "plot"
3053   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3054   algorithm: "plot_performance_box"
3055   output-file-type: ".html"
3056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3057   data: "plot-vpp-throughput-latency-3n-hsw"
3058   filter: "'NIC_Intel-X710' and
3059            '64B' and
3060            'FEATURE' and
3061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3062            'NDRPDR' and
3063            '2T2C' and
3064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3065            not 'VHOST' and
3066            not 'MEMIF'"
3067   parameters:
3068   - "throughput"
3069   - "parent"
3070   traces:
3071     hoverinfo: "x+y"
3072     boxpoints: "outliers"
3073     whiskerwidth: 0
3074   layout:
3075     title: ""  # No title
3076     layout: "plot-throughput"
3077
3078 -
3079   type: "plot"
3080   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3081   algorithm: "plot_performance_box"
3082   output-file-type: ".html"
3083   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3084   data: "plot-vpp-throughput-latency-3n-hsw"
3085   filter: "'NIC_Intel-X710' and
3086            '64B' and
3087            'FEATURE' and
3088            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3089            'NDRPDR' and
3090            '2T2C' and
3091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3092            not 'VHOST' and
3093            not 'MEMIF'"
3094   parameters:
3095   - "throughput"
3096   - "parent"
3097   traces:
3098     hoverinfo: "x+y"
3099     boxpoints: "outliers"
3100     whiskerwidth: 0
3101   layout:
3102     title: ""  # No title
3103     layout: "plot-throughput"
3104
3105 # Packet Throughput - VPP L2 3n-hsw-xl710
3106 -
3107   type: "plot"
3108   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3109   algorithm: "plot_performance_box"
3110   output-file-type: ".html"
3111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3112   data: "plot-vpp-throughput-latency-3n-hsw"
3113   filter: "'NIC_Intel-XL710' and
3114            '64B' and
3115            ('BASE' or 'SCALE') and
3116            'NDRPDR' and
3117            '1T1C' and
3118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3119            not 'VHOST' and
3120            not 'MEMIF'"
3121   parameters:
3122   - "throughput"
3123   - "parent"
3124   traces:
3125     hoverinfo: "x+y"
3126     boxpoints: "outliers"
3127     whiskerwidth: 0
3128   layout:
3129     title: ""  # No title
3130     layout: "plot-throughput"
3131
3132 -
3133   type: "plot"
3134   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3135   algorithm: "plot_performance_box"
3136   output-file-type: ".html"
3137   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3138   data: "plot-vpp-throughput-latency-3n-hsw"
3139   filter: "'NIC_Intel-XL710' and
3140            '64B' and
3141            ('BASE' or 'SCALE') and
3142            'NDRPDR' and
3143            '1T1C' and
3144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3145            not 'VHOST' and
3146            not 'MEMIF'"
3147   parameters:
3148   - "throughput"
3149   - "parent"
3150   traces:
3151     hoverinfo: "x+y"
3152     boxpoints: "outliers"
3153     whiskerwidth: 0
3154   layout:
3155     title: ""  # No title
3156     layout: "plot-throughput"
3157
3158 -
3159   type: "plot"
3160   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3161   algorithm: "plot_performance_box"
3162   output-file-type: ".html"
3163   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3164   data: "plot-vpp-throughput-latency-3n-hsw"
3165   filter: "'NIC_Intel-XL710' and
3166            '64B' and
3167            ('BASE' or 'SCALE') and
3168            'NDRPDR' and
3169            '2T2C' and
3170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3171            not 'VHOST' and
3172            not 'MEMIF'"
3173   parameters:
3174   - "throughput"
3175   - "parent"
3176   traces:
3177     hoverinfo: "x+y"
3178     boxpoints: "outliers"
3179     whiskerwidth: 0
3180   layout:
3181     title: ""  # No title
3182     layout: "plot-throughput"
3183
3184 -
3185   type: "plot"
3186   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3187   algorithm: "plot_performance_box"
3188   output-file-type: ".html"
3189   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3190   data: "plot-vpp-throughput-latency-3n-hsw"
3191   filter: "'NIC_Intel-XL710' and
3192            '64B' and
3193            ('BASE' or 'SCALE') and
3194            'NDRPDR' and
3195            '2T2C' and
3196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3197            not 'VHOST' and
3198            not 'MEMIF'"
3199   parameters:
3200   - "throughput"
3201   - "parent"
3202   traces:
3203     hoverinfo: "x+y"
3204     boxpoints: "outliers"
3205     whiskerwidth: 0
3206   layout:
3207     title: ""  # No title
3208     layout: "plot-throughput"
3209
3210 # Packet Throughput - VPP L2 3n-skx-x710
3211 -
3212   type: "plot"
3213   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3214   algorithm: "plot_performance_box"
3215   output-file-type: ".html"
3216   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3217   data: "plot-vpp-throughput-latency-3n-skx"
3218   filter: "'NIC_Intel-X710' and
3219            '64B' and
3220            ('BASE' or 'SCALE') and
3221            'NDRPDR' and
3222            '2T1C' and
3223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3224            not 'VHOST' and
3225            not 'MEMIF'"
3226   parameters:
3227   - "throughput"
3228   - "parent"
3229   traces:
3230     hoverinfo: "x+y"
3231     boxpoints: "outliers"
3232     whiskerwidth: 0
3233   layout:
3234     title: ""  # No title
3235     layout: "plot-throughput"
3236
3237 -
3238   type: "plot"
3239   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3240   algorithm: "plot_performance_box"
3241   output-file-type: ".html"
3242   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3243   data: "plot-vpp-throughput-latency-3n-skx"
3244   filter: "'NIC_Intel-X710' and
3245            '64B' and
3246            ('BASE' or 'SCALE') and
3247            'NDRPDR' and
3248            '2T1C' and
3249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3250            not 'VHOST' and
3251            not 'MEMIF'"
3252   parameters:
3253   - "throughput"
3254   - "parent"
3255   traces:
3256     hoverinfo: "x+y"
3257     boxpoints: "outliers"
3258     whiskerwidth: 0
3259   layout:
3260     title: ""  # No title
3261     layout: "plot-throughput"
3262
3263 -
3264   type: "plot"
3265   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3266   algorithm: "plot_performance_box"
3267   output-file-type: ".html"
3268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3269   data: "plot-vpp-throughput-latency-3n-skx"
3270   filter: "'NIC_Intel-X710' and
3271            '64B' and
3272            ('BASE' or 'SCALE') and
3273            'NDRPDR' and
3274            '4T2C' and
3275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3276            not 'VHOST' and
3277            not 'MEMIF'"
3278   parameters:
3279   - "throughput"
3280   - "parent"
3281   traces:
3282     hoverinfo: "x+y"
3283     boxpoints: "outliers"
3284     whiskerwidth: 0
3285   layout:
3286     title: ""  # No title
3287     layout: "plot-throughput"
3288
3289 -
3290   type: "plot"
3291   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3292   algorithm: "plot_performance_box"
3293   output-file-type: ".html"
3294   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3295   data: "plot-vpp-throughput-latency-3n-skx"
3296   filter: "'NIC_Intel-X710' and
3297            '64B' and
3298            ('BASE' or 'SCALE') and
3299            'NDRPDR' and
3300            '4T2C' and
3301            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3302            not 'VHOST' and
3303            not 'MEMIF'"
3304   parameters:
3305   - "throughput"
3306   - "parent"
3307   traces:
3308     hoverinfo: "x+y"
3309     boxpoints: "outliers"
3310     whiskerwidth: 0
3311   layout:
3312     title: ""  # No title
3313     layout: "plot-throughput"
3314
3315 -
3316   type: "plot"
3317   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3318   algorithm: "plot_performance_box"
3319   output-file-type: ".html"
3320   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3321   data: "plot-vpp-throughput-latency-3n-skx"
3322   filter: "'NIC_Intel-X710' and
3323            '64B' and
3324            'FEATURE' and
3325            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3326            'NDRPDR' and
3327            '2T1C' and
3328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3329            not 'VHOST' and
3330            not 'MEMIF'"
3331   parameters:
3332   - "throughput"
3333   - "parent"
3334   traces:
3335     hoverinfo: "x+y"
3336     boxpoints: "outliers"
3337     whiskerwidth: 0
3338   layout:
3339     title: ""  # No title
3340     layout: "plot-throughput"
3341
3342 -
3343   type: "plot"
3344   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3345   algorithm: "plot_performance_box"
3346   output-file-type: ".html"
3347   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3348   data: "plot-vpp-throughput-latency-3n-skx"
3349   filter: "'NIC_Intel-X710' and
3350            '64B' and
3351            'FEATURE' and
3352            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3353            'NDRPDR' and
3354            '2T1C' and
3355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3356            not 'VHOST' and
3357            not 'MEMIF'"
3358   parameters:
3359   - "throughput"
3360   - "parent"
3361   traces:
3362     hoverinfo: "x+y"
3363     boxpoints: "outliers"
3364     whiskerwidth: 0
3365   layout:
3366     title: ""  # No title
3367     layout: "plot-throughput"
3368
3369 -
3370   type: "plot"
3371   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3372   algorithm: "plot_performance_box"
3373   output-file-type: ".html"
3374   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3375   data: "plot-vpp-throughput-latency-3n-skx"
3376   filter: "'NIC_Intel-X710' and
3377            '64B' and
3378            'FEATURE' and
3379            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3380            'NDRPDR' and
3381            '4T2C' and
3382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3383            not 'VHOST' and
3384            not 'MEMIF'"
3385   parameters:
3386   - "throughput"
3387   - "parent"
3388   traces:
3389     hoverinfo: "x+y"
3390     boxpoints: "outliers"
3391     whiskerwidth: 0
3392   layout:
3393     title: ""  # No title
3394     layout: "plot-throughput"
3395
3396 -
3397   type: "plot"
3398   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3399   algorithm: "plot_performance_box"
3400   output-file-type: ".html"
3401   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3402   data: "plot-vpp-throughput-latency-3n-skx"
3403   filter: "'NIC_Intel-X710' and
3404            '64B' and
3405            'FEATURE' and
3406            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3407            'NDRPDR' and
3408            '4T2C' and
3409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3410            not 'VHOST' and
3411            not 'MEMIF'"
3412   parameters:
3413   - "throughput"
3414   - "parent"
3415   traces:
3416     hoverinfo: "x+y"
3417     boxpoints: "outliers"
3418     whiskerwidth: 0
3419   layout:
3420     title: ""  # No title
3421     layout: "plot-throughput"
3422
3423 # Packet Throughput - VPP L2 3n-skx-xxv710
3424 -
3425   type: "plot"
3426   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3427   algorithm: "plot_performance_box"
3428   output-file-type: ".html"
3429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3430   data: "plot-vpp-throughput-latency-3n-skx"
3431   filter: "'NIC_Intel-XXV710' and
3432            '64B' and
3433            ('BASE' or 'SCALE') and
3434            'NDRPDR' and
3435            '2T1C' and
3436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3437            not 'VHOST' and
3438            not 'MEMIF'"
3439   parameters:
3440   - "throughput"
3441   - "parent"
3442   traces:
3443     hoverinfo: "x+y"
3444     boxpoints: "outliers"
3445     whiskerwidth: 0
3446   layout:
3447     title: ""  # No title
3448     layout: "plot-throughput"
3449
3450 -
3451   type: "plot"
3452   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3453   algorithm: "plot_performance_box"
3454   output-file-type: ".html"
3455   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3456   data: "plot-vpp-throughput-latency-3n-skx"
3457   filter: "'NIC_Intel-XXV710' and
3458            '64B' and
3459            ('BASE' or 'SCALE') and
3460            'NDRPDR' and
3461            '2T1C' and
3462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3463            not 'VHOST' and
3464            not 'MEMIF'"
3465   parameters:
3466   - "throughput"
3467   - "parent"
3468   traces:
3469     hoverinfo: "x+y"
3470     boxpoints: "outliers"
3471     whiskerwidth: 0
3472   layout:
3473     title: ""  # No title
3474     layout: "plot-throughput"
3475
3476 -
3477   type: "plot"
3478   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3479   algorithm: "plot_performance_box"
3480   output-file-type: ".html"
3481   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3482   data: "plot-vpp-throughput-latency-3n-skx"
3483   filter: "'NIC_Intel-XXV710' and
3484            '64B' and
3485            ('BASE' or 'SCALE') and
3486            'NDRPDR' and
3487            '4T2C' and
3488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3489            not 'VHOST' and
3490            not 'MEMIF'"
3491   parameters:
3492   - "throughput"
3493   - "parent"
3494   traces:
3495     hoverinfo: "x+y"
3496     boxpoints: "outliers"
3497     whiskerwidth: 0
3498   layout:
3499     title: ""  # No title
3500     layout: "plot-throughput"
3501
3502 -
3503   type: "plot"
3504   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3505   algorithm: "plot_performance_box"
3506   output-file-type: ".html"
3507   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3508   data: "plot-vpp-throughput-latency-3n-skx"
3509   filter: "'NIC_Intel-XXV710' and
3510            '64B' and
3511            ('BASE' or 'SCALE') and
3512            'NDRPDR' and
3513            '4T2C' and
3514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3515            not 'VHOST' and
3516            not 'MEMIF'"
3517   parameters:
3518   - "throughput"
3519   - "parent"
3520   traces:
3521     hoverinfo: "x+y"
3522     boxpoints: "outliers"
3523     whiskerwidth: 0
3524   layout:
3525     title: ""  # No title
3526     layout: "plot-throughput"
3527
3528 # Packet Throughput - VPP L2 2n-skx-x710
3529 -
3530   type: "plot"
3531   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3532   algorithm: "plot_performance_box"
3533   output-file-type: ".html"
3534   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3535   data: "plot-vpp-throughput-latency-2n-skx"
3536   filter: "'NIC_Intel-X710' and
3537            '64B' and
3538            ('BASE' or 'SCALE') and
3539            'NDRPDR' and
3540            '2T1C' and
3541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3542            not 'VHOST' and
3543            not 'MEMIF'"
3544   parameters:
3545   - "throughput"
3546   - "parent"
3547   traces:
3548     hoverinfo: "x+y"
3549     boxpoints: "outliers"
3550     whiskerwidth: 0
3551   layout:
3552     title: ""  # No title
3553     layout: "plot-throughput"
3554
3555 -
3556   type: "plot"
3557   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3558   algorithm: "plot_performance_box"
3559   output-file-type: ".html"
3560   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3561   data: "plot-vpp-throughput-latency-2n-skx"
3562   filter: "'NIC_Intel-X710' and
3563            '64B' and
3564            ('BASE' or 'SCALE') and
3565            'NDRPDR' and
3566            '2T1C' and
3567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3568            not 'VHOST' and
3569            not 'MEMIF'"
3570   parameters:
3571   - "throughput"
3572   - "parent"
3573   traces:
3574     hoverinfo: "x+y"
3575     boxpoints: "outliers"
3576     whiskerwidth: 0
3577   layout:
3578     title: ""  # No title
3579     layout: "plot-throughput"
3580
3581 -
3582   type: "plot"
3583   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3584   algorithm: "plot_performance_box"
3585   output-file-type: ".html"
3586   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3587   data: "plot-vpp-throughput-latency-2n-skx"
3588   filter: "'NIC_Intel-X710' and
3589            '64B' and
3590            ('BASE' or 'SCALE') and
3591            'NDRPDR' and
3592            '4T2C' and
3593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3594            not 'VHOST' and
3595            not 'MEMIF'"
3596   parameters:
3597   - "throughput"
3598   - "parent"
3599   traces:
3600     hoverinfo: "x+y"
3601     boxpoints: "outliers"
3602     whiskerwidth: 0
3603   layout:
3604     title: ""  # No title
3605     layout: "plot-throughput"
3606
3607 -
3608   type: "plot"
3609   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3610   algorithm: "plot_performance_box"
3611   output-file-type: ".html"
3612   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3613   data: "plot-vpp-throughput-latency-2n-skx"
3614   filter: "'NIC_Intel-X710' and
3615            '64B' and
3616            ('BASE' or 'SCALE') and
3617            'NDRPDR' and
3618            '4T2C' and
3619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3620            not 'VHOST' and
3621            not 'MEMIF'"
3622   parameters:
3623   - "throughput"
3624   - "parent"
3625   traces:
3626     hoverinfo: "x+y"
3627     boxpoints: "outliers"
3628     whiskerwidth: 0
3629   layout:
3630     title: ""  # No title
3631     layout: "plot-throughput"
3632
3633 # Packet Throughput - VPP L2 2n-skx-xxv710
3634 -
3635   type: "plot"
3636   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3637   algorithm: "plot_performance_box"
3638   output-file-type: ".html"
3639   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3640   data: "plot-vpp-throughput-latency-2n-skx"
3641   filter: "'NIC_Intel-XXV710' and
3642            '64B' and
3643            ('BASE' or 'SCALE') and
3644            'NDRPDR' and
3645            '2T1C' and
3646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3647            not 'VHOST' and
3648            not 'MEMIF'"
3649   parameters:
3650   - "throughput"
3651   - "parent"
3652   traces:
3653     hoverinfo: "x+y"
3654     boxpoints: "outliers"
3655     whiskerwidth: 0
3656   layout:
3657     title: ""  # No title
3658     layout: "plot-throughput"
3659
3660 -
3661   type: "plot"
3662   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3663   algorithm: "plot_performance_box"
3664   output-file-type: ".html"
3665   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3666   data: "plot-vpp-throughput-latency-2n-skx"
3667   filter: "'NIC_Intel-XXV710' and
3668            '64B' and
3669            ('BASE' or 'SCALE') and
3670            'NDRPDR' and
3671            '2T1C' and
3672            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3673            not 'VHOST' and
3674            not 'MEMIF'"
3675   parameters:
3676   - "throughput"
3677   - "parent"
3678   traces:
3679     hoverinfo: "x+y"
3680     boxpoints: "outliers"
3681     whiskerwidth: 0
3682   layout:
3683     title: ""  # No title
3684     layout: "plot-throughput"
3685
3686 -
3687   type: "plot"
3688   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3689   algorithm: "plot_performance_box"
3690   output-file-type: ".html"
3691   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3692   data: "plot-vpp-throughput-latency-2n-skx"
3693   filter: "'NIC_Intel-XXV710' and
3694            '64B' and
3695            ('BASE' or 'SCALE') and
3696            'NDRPDR' and
3697            '4T2C' and
3698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3699            not 'VHOST' and
3700            not 'MEMIF'"
3701   parameters:
3702   - "throughput"
3703   - "parent"
3704   traces:
3705     hoverinfo: "x+y"
3706     boxpoints: "outliers"
3707     whiskerwidth: 0
3708   layout:
3709     title: ""  # No title
3710     layout: "plot-throughput"
3711
3712 -
3713   type: "plot"
3714   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3715   algorithm: "plot_performance_box"
3716   output-file-type: ".html"
3717   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3718   data: "plot-vpp-throughput-latency-2n-skx"
3719   filter: "'NIC_Intel-XXV710' and
3720            '64B' and
3721            ('BASE' or 'SCALE') and
3722            'NDRPDR' and
3723            '4T2C' and
3724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3725            not 'VHOST' and
3726            not 'MEMIF'"
3727   parameters:
3728   - "throughput"
3729   - "parent"
3730   traces:
3731     hoverinfo: "x+y"
3732     boxpoints: "outliers"
3733     whiskerwidth: 0
3734   layout:
3735     title: ""  # No title
3736     layout: "plot-throughput"
3737
3738 ################################################################################
3739
3740 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3741 -
3742   type: "plot"
3743   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3744   algorithm: "plot_performance_box"
3745   output-file-type: ".html"
3746   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3747   data: "plot-vpp-throughput-latency-3n-hsw"
3748   filter: "'NIC_Intel-X520-DA2' and
3749            '64B' and
3750            ('BASE' or 'SCALE') and
3751            'NDRPDR' and
3752            '1T1C' and
3753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3754            not 'VHOST' and
3755            'MEMIF'"
3756   parameters:
3757   - "throughput"
3758   - "parent"
3759   traces:
3760     hoverinfo: "x+y"
3761     boxpoints: "outliers"
3762     whiskerwidth: 0
3763   layout:
3764     title: ""  # No title
3765     layout: "plot-throughput"
3766
3767 -
3768   type: "plot"
3769   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3770   algorithm: "plot_performance_box"
3771   output-file-type: ".html"
3772   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3773   data: "plot-vpp-throughput-latency-3n-hsw"
3774   filter: "'NIC_Intel-X520-DA2' and
3775            '64B' and
3776            ('BASE' or 'SCALE') and
3777            'NDRPDR' and
3778            '1T1C' and
3779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3780            not 'VHOST' and
3781            'MEMIF'"
3782   parameters:
3783   - "throughput"
3784   - "parent"
3785   traces:
3786     hoverinfo: "x+y"
3787     boxpoints: "outliers"
3788     whiskerwidth: 0
3789   layout:
3790     title: ""  # No title
3791     layout: "plot-throughput"
3792
3793 -
3794   type: "plot"
3795   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3796   algorithm: "plot_performance_box"
3797   output-file-type: ".html"
3798   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3799   data: "plot-vpp-throughput-latency-3n-hsw"
3800   filter: "'NIC_Intel-X520-DA2' and
3801            '64B' and
3802            ('BASE' or 'SCALE') and
3803            'NDRPDR' and
3804            '2T2C' and
3805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3806            not 'VHOST' and
3807            'MEMIF'"
3808   parameters:
3809   - "throughput"
3810   - "parent"
3811   traces:
3812     hoverinfo: "x+y"
3813     boxpoints: "outliers"
3814     whiskerwidth: 0
3815   layout:
3816     title: ""  # No title
3817     layout: "plot-throughput"
3818
3819 -
3820   type: "plot"
3821   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3822   algorithm: "plot_performance_box"
3823   output-file-type: ".html"
3824   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3825   data: "plot-vpp-throughput-latency-3n-hsw"
3826   filter: "'NIC_Intel-X520-DA2' and
3827            '64B' and
3828            ('BASE' or 'SCALE') and
3829            'NDRPDR' and
3830            '2T2C' and
3831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3832            not 'VHOST' and
3833            'MEMIF'"
3834   parameters:
3835   - "throughput"
3836   - "parent"
3837   traces:
3838     hoverinfo: "x+y"
3839     boxpoints: "outliers"
3840     whiskerwidth: 0
3841   layout:
3842     title: ""  # No title
3843     layout: "plot-throughput"
3844
3845 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3846 -
3847   type: "plot"
3848   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3849   algorithm: "plot_performance_box"
3850   output-file-type: ".html"
3851   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3852   data: "plot-vpp-throughput-latency-3n-hsw"
3853   filter: "'NIC_Intel-X710' and
3854            '64B' and
3855            ('BASE' or 'SCALE') and
3856            'NDRPDR' and
3857            '1T1C' and
3858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3859            not 'VHOST' and
3860            'MEMIF'"
3861   parameters:
3862   - "throughput"
3863   - "parent"
3864   traces:
3865     hoverinfo: "x+y"
3866     boxpoints: "outliers"
3867     whiskerwidth: 0
3868   layout:
3869     title: ""  # No title
3870     layout: "plot-throughput"
3871
3872 -
3873   type: "plot"
3874   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3875   algorithm: "plot_performance_box"
3876   output-file-type: ".html"
3877   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3878   data: "plot-vpp-throughput-latency-3n-hsw"
3879   filter: "'NIC_Intel-X710' and
3880            '64B' and
3881            ('BASE' or 'SCALE') and
3882            'NDRPDR' and
3883            '1T1C' and
3884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3885            not 'VHOST' and
3886            'MEMIF'"
3887   parameters:
3888   - "throughput"
3889   - "parent"
3890   traces:
3891     hoverinfo: "x+y"
3892     boxpoints: "outliers"
3893     whiskerwidth: 0
3894   layout:
3895     title: ""  # No title
3896     layout: "plot-throughput"
3897
3898 -
3899   type: "plot"
3900   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3901   algorithm: "plot_performance_box"
3902   output-file-type: ".html"
3903   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3904   data: "plot-vpp-throughput-latency-3n-hsw"
3905   filter: "'NIC_Intel-X710' and
3906            '64B' and
3907            ('BASE' or 'SCALE') and
3908            'NDRPDR' and
3909            '2T2C' and
3910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3911            not 'VHOST' and
3912            'MEMIF'"
3913   parameters:
3914   - "throughput"
3915   - "parent"
3916   traces:
3917     hoverinfo: "x+y"
3918     boxpoints: "outliers"
3919     whiskerwidth: 0
3920   layout:
3921     title: ""  # No title
3922     layout: "plot-throughput"
3923
3924 -
3925   type: "plot"
3926   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3927   algorithm: "plot_performance_box"
3928   output-file-type: ".html"
3929   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3930   data: "plot-vpp-throughput-latency-3n-hsw"
3931   filter: "'NIC_Intel-X710' and
3932            '64B' and
3933            ('BASE' or 'SCALE') and
3934            'NDRPDR' and
3935            '2T2C' and
3936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3937            not 'VHOST' and
3938            'MEMIF'"
3939   parameters:
3940   - "throughput"
3941   - "parent"
3942   traces:
3943     hoverinfo: "x+y"
3944     boxpoints: "outliers"
3945     whiskerwidth: 0
3946   layout:
3947     title: ""  # No title
3948     layout: "plot-throughput"
3949
3950 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
3951 -
3952   type: "plot"
3953   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3954   algorithm: "plot_performance_box"
3955   output-file-type: ".html"
3956   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3957   data: "plot-vpp-throughput-latency-3n-hsw"
3958   filter: "'NIC_Intel-XL710' and
3959            '64B' and
3960            ('BASE' or 'SCALE') and
3961            'NDRPDR' and
3962            '1T1C' and
3963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3964            not 'VHOST' and
3965            'MEMIF'"
3966   parameters:
3967   - "throughput"
3968   - "parent"
3969   traces:
3970     hoverinfo: "x+y"
3971     boxpoints: "outliers"
3972     whiskerwidth: 0
3973   layout:
3974     title: ""  # No title
3975     layout: "plot-throughput"
3976
3977 -
3978   type: "plot"
3979   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3980   algorithm: "plot_performance_box"
3981   output-file-type: ".html"
3982   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3983   data: "plot-vpp-throughput-latency-3n-hsw"
3984   filter: "'NIC_Intel-XL710' and
3985            '64B' and
3986            ('BASE' or 'SCALE') and
3987            'NDRPDR' and
3988            '1T1C' and
3989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3990            not 'VHOST' and
3991            'MEMIF'"
3992   parameters:
3993   - "throughput"
3994   - "parent"
3995   traces:
3996     hoverinfo: "x+y"
3997     boxpoints: "outliers"
3998     whiskerwidth: 0
3999   layout:
4000     title: ""  # No title
4001     layout: "plot-throughput"
4002
4003 -
4004   type: "plot"
4005   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4006   algorithm: "plot_performance_box"
4007   output-file-type: ".html"
4008   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4009   data: "plot-vpp-throughput-latency-3n-hsw"
4010   filter: "'NIC_Intel-XL710' and
4011            '64B' and
4012            ('BASE' or 'SCALE') and
4013            'NDRPDR' and
4014            '2T2C' and
4015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4016            not 'VHOST' and
4017            'MEMIF'"
4018   parameters:
4019   - "throughput"
4020   - "parent"
4021   traces:
4022     hoverinfo: "x+y"
4023     boxpoints: "outliers"
4024     whiskerwidth: 0
4025   layout:
4026     title: ""  # No title
4027     layout: "plot-throughput"
4028
4029 -
4030   type: "plot"
4031   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4032   algorithm: "plot_performance_box"
4033   output-file-type: ".html"
4034   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4035   data: "plot-vpp-throughput-latency-3n-hsw"
4036   filter: "'NIC_Intel-XL710' and
4037            '64B' and
4038            ('BASE' or 'SCALE') and
4039            'NDRPDR' and
4040            '2T2C' and
4041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4042            not 'VHOST' and
4043            'MEMIF'"
4044   parameters:
4045   - "throughput"
4046   - "parent"
4047   traces:
4048     hoverinfo: "x+y"
4049     boxpoints: "outliers"
4050     whiskerwidth: 0
4051   layout:
4052     title: ""  # No title
4053     layout: "plot-throughput"
4054
4055 # Packet Throughput - VPP Container Memif 3n-skx-x710
4056 -
4057   type: "plot"
4058   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4059   algorithm: "plot_performance_box"
4060   output-file-type: ".html"
4061   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4062   data: "plot-vpp-throughput-latency-3n-skx"
4063   filter: "'NIC_Intel-X710' and
4064            '64B' and
4065            ('BASE' or 'SCALE') and
4066            'NDRPDR' and
4067            '2T1C' and
4068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4069            not 'VHOST' and
4070            'MEMIF'"
4071   parameters:
4072   - "throughput"
4073   - "parent"
4074   traces:
4075     hoverinfo: "x+y"
4076     boxpoints: "outliers"
4077     whiskerwidth: 0
4078   layout:
4079     title: ""  # No title
4080     layout: "plot-throughput"
4081
4082 -
4083   type: "plot"
4084   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4085   algorithm: "plot_performance_box"
4086   output-file-type: ".html"
4087   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4088   data: "plot-vpp-throughput-latency-3n-skx"
4089   filter: "'NIC_Intel-X710' and
4090            '64B' and
4091            ('BASE' or 'SCALE') and
4092            'NDRPDR' and
4093            '2T1C' and
4094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4095            not 'VHOST' and
4096             'MEMIF'"
4097   parameters:
4098   - "throughput"
4099   - "parent"
4100   traces:
4101     hoverinfo: "x+y"
4102     boxpoints: "outliers"
4103     whiskerwidth: 0
4104   layout:
4105     title: ""  # No title
4106     layout: "plot-throughput"
4107
4108 -
4109   type: "plot"
4110   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4111   algorithm: "plot_performance_box"
4112   output-file-type: ".html"
4113   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4114   data: "plot-vpp-throughput-latency-3n-skx"
4115   filter: "'NIC_Intel-X710' and
4116            '64B' and
4117            ('BASE' or 'SCALE') and
4118            'NDRPDR' and
4119            '4T2C' and
4120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4121            not 'VHOST' and
4122            'MEMIF'"
4123   parameters:
4124   - "throughput"
4125   - "parent"
4126   traces:
4127     hoverinfo: "x+y"
4128     boxpoints: "outliers"
4129     whiskerwidth: 0
4130   layout:
4131     title: ""  # No title
4132     layout: "plot-throughput"
4133
4134 -
4135   type: "plot"
4136   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4137   algorithm: "plot_performance_box"
4138   output-file-type: ".html"
4139   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4140   data: "plot-vpp-throughput-latency-3n-skx"
4141   filter: "'NIC_Intel-X710' and
4142            '64B' and
4143            ('BASE' or 'SCALE') and
4144            'NDRPDR' and
4145            '4T2C' and
4146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4147            not 'VHOST' and
4148            'MEMIF'"
4149   parameters:
4150   - "throughput"
4151   - "parent"
4152   traces:
4153     hoverinfo: "x+y"
4154     boxpoints: "outliers"
4155     whiskerwidth: 0
4156   layout:
4157     title: ""  # No title
4158     layout: "plot-throughput"
4159
4160 ################################################################################
4161
4162 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4163 -
4164   type: "plot"
4165   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4166   algorithm: "plot_performance_box"
4167   output-file-type: ".html"
4168   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4169   data: "plot-ligato-throughput-latency-3n-hsw"
4170   filter: "'NIC_Intel-X520-DA2' and
4171            '64B' and
4172            ('BASE' or 'SCALE') and
4173            'NDRPDR' and
4174            '1T1C' and
4175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4176            not 'VHOST' and
4177            'MEMIF'"
4178   parameters:
4179   - "throughput"
4180   - "parent"
4181   traces:
4182     hoverinfo: "x+y"
4183     boxpoints: "outliers"
4184     whiskerwidth: 0
4185   layout:
4186     title: ""  # No title
4187     layout: "plot-throughput"
4188
4189 -
4190   type: "plot"
4191   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4192   algorithm: "plot_performance_box"
4193   output-file-type: ".html"
4194   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4195   data: "plot-ligato-throughput-latency-3n-hsw"
4196   filter: "'NIC_Intel-X520-DA2' and
4197            '64B' and
4198            ('BASE' or 'SCALE') and
4199            'NDRPDR' and
4200            '1T1C' and
4201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4202            not 'VHOST' and
4203            'MEMIF'"
4204   parameters:
4205   - "throughput"
4206   - "parent"
4207   traces:
4208     hoverinfo: "x+y"
4209     boxpoints: "outliers"
4210     whiskerwidth: 0
4211   layout:
4212     title: ""  # No title
4213     layout: "plot-throughput"
4214
4215 -
4216   type: "plot"
4217   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4218   algorithm: "plot_performance_box"
4219   output-file-type: ".html"
4220   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4221   data: "plot-ligato-throughput-latency-3n-hsw"
4222   filter: "'NIC_Intel-X520-DA2' and
4223            '64B' and
4224            ('BASE' or 'SCALE') and
4225            'NDRPDR' and
4226            '2T2C' and
4227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4228            not 'VHOST' and
4229            'MEMIF'"
4230   parameters:
4231   - "throughput"
4232   - "parent"
4233   traces:
4234     hoverinfo: "x+y"
4235     boxpoints: "outliers"
4236     whiskerwidth: 0
4237   layout:
4238     title: ""  # No title
4239     layout: "plot-throughput"
4240
4241 -
4242   type: "plot"
4243   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4244   algorithm: "plot_performance_box"
4245   output-file-type: ".html"
4246   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4247   data: "plot-ligato-throughput-latency-3n-hsw"
4248   filter: "'NIC_Intel-X520-DA2' and
4249            '64B' and
4250            ('BASE' or 'SCALE') and
4251            'NDRPDR' and
4252            '2T2C' and
4253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4254            not 'VHOST' and
4255            'MEMIF'"
4256   parameters:
4257   - "throughput"
4258   - "parent"
4259   traces:
4260     hoverinfo: "x+y"
4261     boxpoints: "outliers"
4262     whiskerwidth: 0
4263   layout:
4264     title: ""  # No title
4265     layout: "plot-throughput"
4266
4267 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4268 -
4269   type: "plot"
4270   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4271   algorithm: "plot_performance_box"
4272   output-file-type: ".html"
4273   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4274   data: "plot-ligato-throughput-latency-3n-hsw"
4275   filter: "'NIC_Intel-X710' and
4276            '64B' and
4277            ('BASE' or 'SCALE') and
4278            'NDRPDR' and
4279            '1T1C' and
4280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4281            not 'VHOST' and
4282            'MEMIF'"
4283   parameters:
4284   - "throughput"
4285   - "parent"
4286   traces:
4287     hoverinfo: "x+y"
4288     boxpoints: "outliers"
4289     whiskerwidth: 0
4290   layout:
4291     title: ""  # No title
4292     layout: "plot-throughput"
4293
4294 -
4295   type: "plot"
4296   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4297   algorithm: "plot_performance_box"
4298   output-file-type: ".html"
4299   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4300   data: "plot-ligato-throughput-latency-3n-hsw"
4301   filter: "'NIC_Intel-X710' and
4302            '64B' and
4303            ('BASE' or 'SCALE') and
4304            'NDRPDR' and
4305            '1T1C' and
4306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4307            not 'VHOST' and
4308            'MEMIF'"
4309   parameters:
4310   - "throughput"
4311   - "parent"
4312   traces:
4313     hoverinfo: "x+y"
4314     boxpoints: "outliers"
4315     whiskerwidth: 0
4316   layout:
4317     title: ""  # No title
4318     layout: "plot-throughput"
4319
4320 -
4321   type: "plot"
4322   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4323   algorithm: "plot_performance_box"
4324   output-file-type: ".html"
4325   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4326   data: "plot-ligato-throughput-latency-3n-hsw"
4327   filter: "'NIC_Intel-X710' and
4328            '64B' and
4329            ('BASE' or 'SCALE') and
4330            'NDRPDR' and
4331            '2T2C' and
4332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4333            not 'VHOST' and
4334            'MEMIF'"
4335   parameters:
4336   - "throughput"
4337   - "parent"
4338   traces:
4339     hoverinfo: "x+y"
4340     boxpoints: "outliers"
4341     whiskerwidth: 0
4342   layout:
4343     title: ""  # No title
4344     layout: "plot-throughput"
4345
4346 -
4347   type: "plot"
4348   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4349   algorithm: "plot_performance_box"
4350   output-file-type: ".html"
4351   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4352   data: "plot-ligato-throughput-latency-3n-hsw"
4353   filter: "'NIC_Intel-X710' and
4354            '64B' and
4355            ('BASE' or 'SCALE') and
4356            'NDRPDR' and
4357            '2T2C' and
4358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4359            not 'VHOST' and
4360            'MEMIF'"
4361   parameters:
4362   - "throughput"
4363   - "parent"
4364   traces:
4365     hoverinfo: "x+y"
4366     boxpoints: "outliers"
4367     whiskerwidth: 0
4368   layout:
4369     title: ""  # No title
4370     layout: "plot-throughput"
4371
4372 ################################################################################
4373
4374 # Packet Throughput - VPP IPv4 3n-hsw-x520
4375 -
4376   type: "plot"
4377   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4378   algorithm: "plot_performance_box"
4379   output-file-type: ".html"
4380   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4381   data: "plot-vpp-throughput-latency-3n-hsw"
4382   filter: "'NIC_Intel-X520-DA2' and
4383            '64B' and
4384            ('BASE' or 'SCALE') and
4385            'NDRPDR' and
4386            '1T1C' and
4387            'IP4FWD' and
4388            not 'IPSEC' and
4389            not 'VHOST'"
4390   parameters:
4391   - "throughput"
4392   - "parent"
4393   traces:
4394     hoverinfo: "x+y"
4395     boxpoints: "outliers"
4396     whiskerwidth: 0
4397   layout:
4398     title: ""  # No title
4399     layout: "plot-throughput"
4400
4401 -
4402   type: "plot"
4403   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4404   algorithm: "plot_performance_box"
4405   output-file-type: ".html"
4406   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4407   data: "plot-vpp-throughput-latency-3n-hsw"
4408   filter: "'NIC_Intel-X520-DA2' and
4409            '64B' and
4410            ('BASE' or 'SCALE') and
4411            'NDRPDR' and
4412            '1T1C' and
4413            'IP4FWD' and
4414            not 'IPSEC' and
4415            not 'VHOST'"
4416   parameters:
4417   - "throughput"
4418   - "parent"
4419   traces:
4420     hoverinfo: "x+y"
4421     boxpoints: "outliers"
4422     whiskerwidth: 0
4423   layout:
4424     title: ""  # No title
4425     layout: "plot-throughput"
4426
4427 -
4428   type: "plot"
4429   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4430   algorithm: "plot_performance_box"
4431   output-file-type: ".html"
4432   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4433   data: "plot-vpp-throughput-latency-3n-hsw"
4434   filter: "'NIC_Intel-X520-DA2' and
4435            '64B' and
4436            ('BASE' or 'SCALE') and
4437            'NDRPDR' and
4438            '2T2C' and
4439            'IP4FWD' and
4440            not 'IPSEC' and
4441            not 'VHOST'"
4442   parameters:
4443   - "throughput"
4444   - "parent"
4445   traces:
4446     hoverinfo: "x+y"
4447     boxpoints: "outliers"
4448     whiskerwidth: 0
4449   layout:
4450     title: ""  # No title
4451     layout: "plot-throughput"
4452
4453 -
4454   type: "plot"
4455   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4456   algorithm: "plot_performance_box"
4457   output-file-type: ".html"
4458   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4459   data: "plot-vpp-throughput-latency-3n-hsw"
4460   filter: "'NIC_Intel-X520-DA2' and
4461            '64B' and
4462            ('BASE' or 'SCALE') and
4463            'NDRPDR' and
4464            '2T2C' and
4465            'IP4FWD' and
4466            not 'IPSEC' and
4467            not 'VHOST'"
4468   parameters:
4469   - "throughput"
4470   - "parent"
4471   traces:
4472     hoverinfo: "x+y"
4473     boxpoints: "outliers"
4474     whiskerwidth: 0
4475   layout:
4476     title: ""  # No title
4477     layout: "plot-throughput"
4478
4479 -
4480   type: "plot"
4481   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4482   algorithm: "plot_performance_box"
4483   output-file-type: ".html"
4484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4485   data: "plot-vpp-throughput-latency-3n-hsw"
4486   filter: "'NIC_Intel-X520-DA2' and
4487            '64B' and
4488            'FEATURE' and
4489            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4490            'NDRPDR' and
4491            '1T1C' and
4492            'IP4FWD' and
4493            not 'IPSEC' and
4494            not 'VHOST'"
4495   parameters:
4496   - "throughput"
4497   - "parent"
4498   traces:
4499     hoverinfo: "x+y"
4500     boxpoints: "outliers"
4501     whiskerwidth: 0
4502   layout:
4503     title: ""  # No title
4504     layout: "plot-throughput"
4505
4506 -
4507   type: "plot"
4508   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4509   algorithm: "plot_performance_box"
4510   output-file-type: ".html"
4511   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4512   data: "plot-vpp-throughput-latency-3n-hsw"
4513   filter: "'NIC_Intel-X520-DA2' and
4514            '64B' and
4515            'FEATURE' and
4516            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4517            'NDRPDR' and
4518            '1T1C' and
4519            'IP4FWD' and
4520            not 'IPSEC' and
4521            not 'VHOST'"
4522   parameters:
4523   - "throughput"
4524   - "parent"
4525   traces:
4526     hoverinfo: "x+y"
4527     boxpoints: "outliers"
4528     whiskerwidth: 0
4529   layout:
4530     title: ""  # No title
4531     layout: "plot-throughput"
4532
4533 -
4534   type: "plot"
4535   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4536   algorithm: "plot_performance_box"
4537   output-file-type: ".html"
4538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4539   data: "plot-vpp-throughput-latency-3n-hsw"
4540   filter: "'NIC_Intel-X520-DA2' and
4541            '64B' and
4542            'FEATURE' and
4543            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4544            'NDRPDR' and
4545            '2T2C' and
4546            'IP4FWD' and
4547            not 'IPSEC' and
4548            not 'VHOST'"
4549   parameters:
4550   - "throughput"
4551   - "parent"
4552   traces:
4553     hoverinfo: "x+y"
4554     boxpoints: "outliers"
4555     whiskerwidth: 0
4556   layout:
4557     title: ""  # No title
4558     layout: "plot-throughput"
4559
4560 -
4561   type: "plot"
4562   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4563   algorithm: "plot_performance_box"
4564   output-file-type: ".html"
4565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4566   data: "plot-vpp-throughput-latency-3n-hsw"
4567   filter: "'NIC_Intel-X520-DA2' and
4568            '64B' and
4569            'FEATURE' and
4570            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4571            'NDRPDR' and
4572            '2T2C' and
4573            'IP4FWD' and
4574            not 'IPSEC' and
4575            not 'VHOST'"
4576   parameters:
4577   - "throughput"
4578   - "parent"
4579   traces:
4580     hoverinfo: "x+y"
4581     boxpoints: "outliers"
4582     whiskerwidth: 0
4583   layout:
4584     title: ""  # No title
4585     layout: "plot-throughput"
4586
4587 # Packet Throughput - VPP IPv4 3n-hsw-x710
4588 -
4589   type: "plot"
4590   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4591   algorithm: "plot_performance_box"
4592   output-file-type: ".html"
4593   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4594   data: "plot-vpp-throughput-latency-3n-hsw"
4595   filter: "'NIC_Intel-X710' and
4596            '64B' and
4597            ('BASE' or 'SCALE') and
4598            'NDRPDR' and
4599            '1T1C' and
4600            'IP4FWD' and
4601            not 'IPSEC' and
4602            not 'VHOST'"
4603   parameters:
4604   - "throughput"
4605   - "parent"
4606   traces:
4607     hoverinfo: "x+y"
4608     boxpoints: "outliers"
4609     whiskerwidth: 0
4610   layout:
4611     title: ""  # No title
4612     layout: "plot-throughput"
4613
4614 -
4615   type: "plot"
4616   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4617   algorithm: "plot_performance_box"
4618   output-file-type: ".html"
4619   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4620   data: "plot-vpp-throughput-latency-3n-hsw"
4621   filter: "'NIC_Intel-X710' and
4622            '64B' and
4623            ('BASE' or 'SCALE') and
4624            'NDRPDR' and
4625            '1T1C' and
4626            'IP4FWD' and
4627            not 'IPSEC' and
4628            not 'VHOST'"
4629   parameters:
4630   - "throughput"
4631   - "parent"
4632   traces:
4633     hoverinfo: "x+y"
4634     boxpoints: "outliers"
4635     whiskerwidth: 0
4636   layout:
4637     title: ""  # No title
4638     layout: "plot-throughput"
4639
4640 -
4641   type: "plot"
4642   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4643   algorithm: "plot_performance_box"
4644   output-file-type: ".html"
4645   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4646   data: "plot-vpp-throughput-latency-3n-hsw"
4647   filter: "'NIC_Intel-X710' and
4648            '64B' and
4649            ('BASE' or 'SCALE') and
4650            'NDRPDR' and
4651            '2T2C' and
4652            'IP4FWD' and
4653            not 'IPSEC' and
4654            not 'VHOST'"
4655   parameters:
4656   - "throughput"
4657   - "parent"
4658   traces:
4659     hoverinfo: "x+y"
4660     boxpoints: "outliers"
4661     whiskerwidth: 0
4662   layout:
4663     title: ""  # No title
4664     layout: "plot-throughput"
4665
4666 -
4667   type: "plot"
4668   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4669   algorithm: "plot_performance_box"
4670   output-file-type: ".html"
4671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4672   data: "plot-vpp-throughput-latency-3n-hsw"
4673   filter: "'NIC_Intel-X710' and
4674            '64B' and
4675            ('BASE' or 'SCALE') and
4676            'NDRPDR' and
4677            '2T2C' and
4678            'IP4FWD' and
4679            not 'IPSEC' and
4680            not 'VHOST'"
4681   parameters:
4682   - "throughput"
4683   - "parent"
4684   traces:
4685     hoverinfo: "x+y"
4686     boxpoints: "outliers"
4687     whiskerwidth: 0
4688   layout:
4689     title: ""  # No title
4690     layout: "plot-throughput"
4691
4692 -
4693   type: "plot"
4694   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4695   algorithm: "plot_performance_box"
4696   output-file-type: ".html"
4697   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4698   data: "plot-vpp-throughput-latency-3n-hsw"
4699   filter: "'NIC_Intel-X710' and
4700            '64B' and
4701            'FEATURE' and
4702            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4703            'NDRPDR' and
4704            '1T1C' and
4705            'IP4FWD' and
4706            not 'IPSEC' and
4707            not 'VHOST'"
4708   parameters:
4709   - "throughput"
4710   - "parent"
4711   traces:
4712     hoverinfo: "x+y"
4713     boxpoints: "outliers"
4714     whiskerwidth: 0
4715   layout:
4716     title: ""  # No title
4717     layout: "plot-throughput"
4718
4719 -
4720   type: "plot"
4721   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4722   algorithm: "plot_performance_box"
4723   output-file-type: ".html"
4724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4725   data: "plot-vpp-throughput-latency-3n-hsw"
4726   filter: "'NIC_Intel-X710' and
4727            '64B' and
4728            'FEATURE' and
4729            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4730            'NDRPDR' and
4731            '1T1C' and
4732            'IP4FWD' and
4733            not 'IPSEC' and
4734            not 'VHOST'"
4735   parameters:
4736   - "throughput"
4737   - "parent"
4738   traces:
4739     hoverinfo: "x+y"
4740     boxpoints: "outliers"
4741     whiskerwidth: 0
4742   layout:
4743     title: ""  # No title
4744     layout: "plot-throughput"
4745
4746 -
4747   type: "plot"
4748   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4749   algorithm: "plot_performance_box"
4750   output-file-type: ".html"
4751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4752   data: "plot-vpp-throughput-latency-3n-hsw"
4753   filter: "'NIC_Intel-X710' and
4754            '64B' and
4755            'FEATURE' and
4756            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4757            'NDRPDR' and
4758            '2T2C' and
4759            'IP4FWD' and
4760            not 'IPSEC' and
4761            not 'VHOST'"
4762   parameters:
4763   - "throughput"
4764   - "parent"
4765   traces:
4766     hoverinfo: "x+y"
4767     boxpoints: "outliers"
4768     whiskerwidth: 0
4769   layout:
4770     title: ""  # No title
4771     layout: "plot-throughput"
4772
4773 -
4774   type: "plot"
4775   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4776   algorithm: "plot_performance_box"
4777   output-file-type: ".html"
4778   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4779   data: "plot-vpp-throughput-latency-3n-hsw"
4780   filter: "'NIC_Intel-X710' and
4781            '64B' and
4782            'FEATURE' and
4783            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4784            'NDRPDR' and
4785            '2T2C' and
4786            'IP4FWD' and
4787            not 'IPSEC' and
4788            not 'VHOST'"
4789   parameters:
4790   - "throughput"
4791   - "parent"
4792   traces:
4793     hoverinfo: "x+y"
4794     boxpoints: "outliers"
4795     whiskerwidth: 0
4796   layout:
4797     title: ""  # No title
4798     layout: "plot-throughput"
4799
4800 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4801 -
4802   type: "plot"
4803   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4804   algorithm: "plot_performance_box"
4805   output-file-type: ".html"
4806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4807   data: "plot-vpp-throughput-latency-3n-hsw"
4808   filter: "'NIC_Intel-XL710' and
4809            '64B' and
4810            ('BASE' or 'SCALE') and
4811            'NDRPDR' and
4812            '1T1C' and
4813            'IP4FWD' and
4814            not 'IPSEC' and
4815            not 'VHOST'"
4816   parameters:
4817   - "throughput"
4818   - "parent"
4819   traces:
4820     hoverinfo: "x+y"
4821     boxpoints: "outliers"
4822     whiskerwidth: 0
4823   layout:
4824     title: ""  # No title
4825     layout: "plot-throughput"
4826
4827 -
4828   type: "plot"
4829   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4830   algorithm: "plot_performance_box"
4831   output-file-type: ".html"
4832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4833   data: "plot-vpp-throughput-latency-3n-hsw"
4834   filter: "'NIC_Intel-XL710' and
4835            '64B' and
4836            ('BASE' or 'SCALE') and
4837            'NDRPDR' and
4838            '1T1C' and
4839            'IP4FWD' and
4840            not 'IPSEC' and
4841            not 'VHOST'"
4842   parameters:
4843   - "throughput"
4844   - "parent"
4845   traces:
4846     hoverinfo: "x+y"
4847     boxpoints: "outliers"
4848     whiskerwidth: 0
4849   layout:
4850     title: ""  # No title
4851     layout: "plot-throughput"
4852
4853 -
4854   type: "plot"
4855   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4856   algorithm: "plot_performance_box"
4857   output-file-type: ".html"
4858   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4859   data: "plot-vpp-throughput-latency-3n-hsw"
4860   filter: "'NIC_Intel-XL710' and
4861            '64B' and
4862            ('BASE' or 'SCALE') and
4863            'NDRPDR' and
4864            '2T2C' and
4865            'IP4FWD' and
4866            not 'IPSEC' and
4867            not 'VHOST'"
4868   parameters:
4869   - "throughput"
4870   - "parent"
4871   traces:
4872     hoverinfo: "x+y"
4873     boxpoints: "outliers"
4874     whiskerwidth: 0
4875   layout:
4876     title: ""  # No title
4877     layout: "plot-throughput"
4878
4879 -
4880   type: "plot"
4881   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4882   algorithm: "plot_performance_box"
4883   output-file-type: ".html"
4884   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4885   data: "plot-vpp-throughput-latency-3n-hsw"
4886   filter: "'NIC_Intel-XL710' and
4887            '64B' and
4888            ('BASE' or 'SCALE') and
4889            'NDRPDR' and
4890            '2T2C' and
4891            'IP4FWD' and
4892            not 'IPSEC' and
4893            not 'VHOST'"
4894   parameters:
4895   - "throughput"
4896   - "parent"
4897   traces:
4898     hoverinfo: "x+y"
4899     boxpoints: "outliers"
4900     whiskerwidth: 0
4901   layout:
4902     title: ""  # No title
4903     layout: "plot-throughput"
4904
4905 # Packet Throughput - VPP IPv4 3n-skx-x710
4906 -
4907   type: "plot"
4908   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4909   algorithm: "plot_performance_box"
4910   output-file-type: ".html"
4911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4912   data: "plot-vpp-throughput-latency-3n-skx"
4913   filter: "'NIC_Intel-X710' and
4914            '64B' and
4915            ('BASE' or 'SCALE') and
4916            'NDRPDR' and
4917            '2T1C' and
4918            'IP4FWD' and
4919            not 'IPSEC' and
4920            not 'VHOST'"
4921   parameters:
4922   - "throughput"
4923   - "parent"
4924   traces:
4925     hoverinfo: "x+y"
4926     boxpoints: "outliers"
4927     whiskerwidth: 0
4928   layout:
4929     title: ""  # No title
4930     layout: "plot-throughput"
4931
4932 -
4933   type: "plot"
4934   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4935   algorithm: "plot_performance_box"
4936   output-file-type: ".html"
4937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4938   data: "plot-vpp-throughput-latency-3n-skx"
4939   filter: "'NIC_Intel-X710' and
4940            '64B' and
4941            ('BASE' or 'SCALE') and
4942            'NDRPDR' and
4943            '2T1C' and
4944            'IP4FWD' and
4945            not 'IPSEC' and
4946            not 'VHOST'"
4947   parameters:
4948   - "throughput"
4949   - "parent"
4950   traces:
4951     hoverinfo: "x+y"
4952     boxpoints: "outliers"
4953     whiskerwidth: 0
4954   layout:
4955     title: ""  # No title
4956     layout: "plot-throughput"
4957
4958 -
4959   type: "plot"
4960   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4961   algorithm: "plot_performance_box"
4962   output-file-type: ".html"
4963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4964   data: "plot-vpp-throughput-latency-3n-skx"
4965   filter: "'NIC_Intel-X710' and
4966            '64B' and
4967            ('BASE' or 'SCALE') and
4968            'NDRPDR' and
4969            '4T2C' and
4970            'IP4FWD' and
4971            not 'IPSEC' and
4972            not 'VHOST'"
4973   parameters:
4974   - "throughput"
4975   - "parent"
4976   traces:
4977     hoverinfo: "x+y"
4978     boxpoints: "outliers"
4979     whiskerwidth: 0
4980   layout:
4981     title: ""  # No title
4982     layout: "plot-throughput"
4983
4984 -
4985   type: "plot"
4986   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4987   algorithm: "plot_performance_box"
4988   output-file-type: ".html"
4989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4990   data: "plot-vpp-throughput-latency-3n-skx"
4991   filter: "'NIC_Intel-X710' and
4992            '64B' and
4993            ('BASE' or 'SCALE') and
4994            'NDRPDR' and
4995            '4T2C' and
4996            'IP4FWD' and
4997            not 'IPSEC' and
4998            not 'VHOST'"
4999   parameters:
5000   - "throughput"
5001   - "parent"
5002   traces:
5003     hoverinfo: "x+y"
5004     boxpoints: "outliers"
5005     whiskerwidth: 0
5006   layout:
5007     title: ""  # No title
5008     layout: "plot-throughput"
5009
5010 -
5011   type: "plot"
5012   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5013   algorithm: "plot_performance_box"
5014   output-file-type: ".html"
5015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5016   data: "plot-vpp-throughput-latency-3n-skx"
5017   filter: "'NIC_Intel-X710' and
5018            '64B' and
5019            'FEATURE' and
5020            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5021            'NDRPDR' and
5022            '2T1C' and
5023            'IP4FWD' and
5024            not 'IPSEC' and
5025            not 'VHOST'"
5026   parameters:
5027   - "throughput"
5028   - "parent"
5029   traces:
5030     hoverinfo: "x+y"
5031     boxpoints: "outliers"
5032     whiskerwidth: 0
5033   layout:
5034     title: ""  # No title
5035     layout: "plot-throughput"
5036
5037 -
5038   type: "plot"
5039   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5040   algorithm: "plot_performance_box"
5041   output-file-type: ".html"
5042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5043   data: "plot-vpp-throughput-latency-3n-skx"
5044   filter: "'NIC_Intel-X710' and
5045            '64B' and
5046            'FEATURE' and
5047            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5048            'NDRPDR' and
5049            '2T1C' and
5050            'IP4FWD' and
5051            not 'IPSEC' and
5052            not 'VHOST'"
5053   parameters:
5054   - "throughput"
5055   - "parent"
5056   traces:
5057     hoverinfo: "x+y"
5058     boxpoints: "outliers"
5059     whiskerwidth: 0
5060   layout:
5061     title: ""  # No title
5062     layout: "plot-throughput"
5063
5064 -
5065   type: "plot"
5066   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5067   algorithm: "plot_performance_box"
5068   output-file-type: ".html"
5069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5070   data: "plot-vpp-throughput-latency-3n-skx"
5071   filter: "'NIC_Intel-X710' and
5072            '64B' and
5073            'FEATURE' and
5074            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5075            'NDRPDR' and
5076            '4T2C' and
5077            'IP4FWD' and
5078            not 'IPSEC' and
5079            not 'VHOST'"
5080   parameters:
5081   - "throughput"
5082   - "parent"
5083   traces:
5084     hoverinfo: "x+y"
5085     boxpoints: "outliers"
5086     whiskerwidth: 0
5087   layout:
5088     title: ""  # No title
5089     layout: "plot-throughput"
5090
5091 -
5092   type: "plot"
5093   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5094   algorithm: "plot_performance_box"
5095   output-file-type: ".html"
5096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5097   data: "plot-vpp-throughput-latency-3n-skx"
5098   filter: "'NIC_Intel-X710' and
5099            '64B' and
5100            'FEATURE' and
5101            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5102            'NDRPDR' and
5103            '4T2C' and
5104            'IP4FWD' and
5105            not 'IPSEC' and
5106            not 'VHOST'"
5107   parameters:
5108   - "throughput"
5109   - "parent"
5110   traces:
5111     hoverinfo: "x+y"
5112     boxpoints: "outliers"
5113     whiskerwidth: 0
5114   layout:
5115     title: ""  # No title
5116     layout: "plot-throughput"
5117
5118 # Packet Throughput - VPP IPv4 2n-skx-x710
5119 -
5120   type: "plot"
5121   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5122   algorithm: "plot_performance_box"
5123   output-file-type: ".html"
5124   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5125   data: "plot-vpp-throughput-latency-2n-skx"
5126   filter: "'NIC_Intel-X710' and
5127            '64B' and
5128            ('BASE' or 'SCALE') and
5129            'NDRPDR' and
5130            '2T1C' and
5131            'IP4FWD' and
5132            not 'IPSEC' and
5133            not 'VHOST'"
5134   parameters:
5135   - "throughput"
5136   - "parent"
5137   traces:
5138     hoverinfo: "x+y"
5139     boxpoints: "outliers"
5140     whiskerwidth: 0
5141   layout:
5142     title: ""  # No title
5143     layout: "plot-throughput"
5144
5145 -
5146   type: "plot"
5147   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5148   algorithm: "plot_performance_box"
5149   output-file-type: ".html"
5150   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5151   data: "plot-vpp-throughput-latency-2n-skx"
5152   filter: "'NIC_Intel-X710' and
5153            '64B' and
5154            ('BASE' or 'SCALE') and
5155            'NDRPDR' and
5156            '2T1C' and
5157            'IP4FWD' and
5158            not 'IPSEC' and
5159            not 'VHOST'"
5160   parameters:
5161   - "throughput"
5162   - "parent"
5163   traces:
5164     hoverinfo: "x+y"
5165     boxpoints: "outliers"
5166     whiskerwidth: 0
5167   layout:
5168     title: ""  # No title
5169     layout: "plot-throughput"
5170
5171 -
5172   type: "plot"
5173   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5174   algorithm: "plot_performance_box"
5175   output-file-type: ".html"
5176   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5177   data: "plot-vpp-throughput-latency-2n-skx"
5178   filter: "'NIC_Intel-X710' and
5179            '64B' and
5180            ('BASE' or 'SCALE') and
5181            'NDRPDR' and
5182            '4T2C' and
5183            'IP4FWD' and
5184            not 'IPSEC' and
5185            not 'VHOST'"
5186   parameters:
5187   - "throughput"
5188   - "parent"
5189   traces:
5190     hoverinfo: "x+y"
5191     boxpoints: "outliers"
5192     whiskerwidth: 0
5193   layout:
5194     title: ""  # No title
5195     layout: "plot-throughput"
5196
5197 -
5198   type: "plot"
5199   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5200   algorithm: "plot_performance_box"
5201   output-file-type: ".html"
5202   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5203   data: "plot-vpp-throughput-latency-2n-skx"
5204   filter: "'NIC_Intel-X710' and
5205            '64B' and
5206            ('BASE' or 'SCALE') and
5207            'NDRPDR' and
5208            '4T2C' and
5209            'IP4FWD' and
5210            not 'IPSEC' and
5211            not 'VHOST'"
5212   parameters:
5213   - "throughput"
5214   - "parent"
5215   traces:
5216     hoverinfo: "x+y"
5217     boxpoints: "outliers"
5218     whiskerwidth: 0
5219   layout:
5220     title: ""  # No title
5221     layout: "plot-throughput"
5222
5223 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5224 -
5225   type: "plot"
5226   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5227   algorithm: "plot_performance_box"
5228   output-file-type: ".html"
5229   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5230   data: "plot-vpp-throughput-latency-2n-skx"
5231   filter: "'NIC_Intel-XXV710' and
5232            '64B' and
5233            ('BASE' or 'SCALE') and
5234            'NDRPDR' and
5235            '2T1C' and
5236            'IP4FWD' and
5237            not 'IPSEC' and
5238            not 'VHOST'"
5239   parameters:
5240   - "throughput"
5241   - "parent"
5242   traces:
5243     hoverinfo: "x+y"
5244     boxpoints: "outliers"
5245     whiskerwidth: 0
5246   layout:
5247     title: ""  # No title
5248     layout: "plot-throughput"
5249
5250 -
5251   type: "plot"
5252   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5253   algorithm: "plot_performance_box"
5254   output-file-type: ".html"
5255   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5256   data: "plot-vpp-throughput-latency-2n-skx"
5257   filter: "'NIC_Intel-XXV710' and
5258            '64B' and
5259            ('BASE' or 'SCALE') and
5260            'NDRPDR' and
5261            '2T1C' and
5262            'IP4FWD' and
5263            not 'IPSEC' and
5264            not 'VHOST'"
5265   parameters:
5266   - "throughput"
5267   - "parent"
5268   traces:
5269     hoverinfo: "x+y"
5270     boxpoints: "outliers"
5271     whiskerwidth: 0
5272   layout:
5273     title: ""  # No title
5274     layout: "plot-throughput"
5275
5276 -
5277   type: "plot"
5278   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5279   algorithm: "plot_performance_box"
5280   output-file-type: ".html"
5281   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5282   data: "plot-vpp-throughput-latency-2n-skx"
5283   filter: "'NIC_Intel-XXV710' and
5284            '64B' and
5285            ('BASE' or 'SCALE') and
5286            'NDRPDR' and
5287            '4T2C' and
5288            'IP4FWD' and
5289            not 'IPSEC' and
5290            not 'VHOST'"
5291   parameters:
5292   - "throughput"
5293   - "parent"
5294   traces:
5295     hoverinfo: "x+y"
5296     boxpoints: "outliers"
5297     whiskerwidth: 0
5298   layout:
5299     title: ""  # No title
5300     layout: "plot-throughput"
5301
5302 -
5303   type: "plot"
5304   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5305   algorithm: "plot_performance_box"
5306   output-file-type: ".html"
5307   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5308   data: "plot-vpp-throughput-latency-2n-skx"
5309   filter: "'NIC_Intel-XXV710' and
5310            '64B' and
5311            ('BASE' or 'SCALE') and
5312            'NDRPDR' and
5313            '4T2C' and
5314            'IP4FWD' and
5315            not 'IPSEC' and
5316            not 'VHOST'"
5317   parameters:
5318   - "throughput"
5319   - "parent"
5320   traces:
5321     hoverinfo: "x+y"
5322     boxpoints: "outliers"
5323     whiskerwidth: 0
5324   layout:
5325     title: ""  # No title
5326     layout: "plot-throughput"
5327
5328 ################################################################################
5329
5330 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5331 -
5332   type: "plot"
5333   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5334   algorithm: "plot_performance_box"
5335   output-file-type: ".html"
5336   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5337   data: "plot-vpp-throughput-latency-3n-hsw"
5338   filter: "'NIC_Intel-X520-DA2' and
5339            '64B' and
5340            'ENCAP' and
5341            'NDRPDR' and
5342            '1T1C' and
5343            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5344            not 'VHOST' and
5345            not 'IPSECHW'"
5346   parameters:
5347   - "throughput"
5348   - "parent"
5349   traces:
5350     hoverinfo: "x+y"
5351     boxpoints: "outliers"
5352     whiskerwidth: 0
5353   layout:
5354     title: ""  # No title
5355     layout: "plot-throughput"
5356
5357 -
5358   type: "plot"
5359   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5360   algorithm: "plot_performance_box"
5361   output-file-type: ".html"
5362   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5363   data: "plot-vpp-throughput-latency-3n-hsw"
5364   filter: "'NIC_Intel-X520-DA2' and
5365            '64B' and
5366            'ENCAP' and
5367            'NDRPDR' and
5368            '1T1C' and
5369            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5370            not 'VHOST' and
5371            not 'IPSECHW'"
5372   parameters:
5373   - "throughput"
5374   - "parent"
5375   traces:
5376     hoverinfo: "x+y"
5377     boxpoints: "outliers"
5378     whiskerwidth: 0
5379   layout:
5380     title: ""  # No title
5381     layout: "plot-throughput"
5382
5383 -
5384   type: "plot"
5385   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5386   algorithm: "plot_performance_box"
5387   output-file-type: ".html"
5388   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5389   data: "plot-vpp-throughput-latency-3n-hsw"
5390   filter: "'NIC_Intel-X520-DA2' and
5391            '64B' and
5392            'ENCAP' and
5393            'NDRPDR' and
5394            '2T2C' and
5395            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5396            not 'VHOST' and
5397            not 'IPSECHW'"
5398   parameters:
5399   - "throughput"
5400   - "parent"
5401   traces:
5402     hoverinfo: "x+y"
5403     boxpoints: "outliers"
5404     whiskerwidth: 0
5405   layout:
5406     title: ""  # No title
5407     layout: "plot-throughput"
5408
5409 -
5410   type: "plot"
5411   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5412   algorithm: "plot_performance_box"
5413   output-file-type: ".html"
5414   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5415   data: "plot-vpp-throughput-latency-3n-hsw"
5416   filter: "'NIC_Intel-X520-DA2' and
5417            '64B' and
5418            'ENCAP' and
5419            'NDRPDR' and
5420            '2T2C' and
5421            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5422            not 'VHOST' and
5423            not 'IPSECHW'"
5424   parameters:
5425   - "throughput"
5426   - "parent"
5427   traces:
5428     hoverinfo: "x+y"
5429     boxpoints: "outliers"
5430     whiskerwidth: 0
5431   layout:
5432     title: ""  # No title
5433     layout: "plot-throughput"
5434
5435 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5436 -
5437   type: "plot"
5438   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5439   algorithm: "plot_performance_box"
5440   output-file-type: ".html"
5441   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5442   data: "plot-vpp-throughput-latency-3n-hsw"
5443   filter: "'NIC_Intel-X710' and
5444            '64B' and
5445            'ENCAP' and
5446            'NDRPDR' and
5447            '1T1C' and
5448            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5449            not 'VHOST' and
5450            not 'IPSECHW'"
5451   parameters:
5452   - "throughput"
5453   - "parent"
5454   traces:
5455     hoverinfo: "x+y"
5456     boxpoints: "outliers"
5457     whiskerwidth: 0
5458   layout:
5459     title: ""  # No title
5460     layout: "plot-throughput"
5461
5462 -
5463   type: "plot"
5464   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5465   algorithm: "plot_performance_box"
5466   output-file-type: ".html"
5467   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5468   data: "plot-vpp-throughput-latency-3n-hsw"
5469   filter: "'NIC_Intel-X710' and
5470            '64B' and
5471            'ENCAP' and
5472            'NDRPDR' and
5473            '1T1C' and
5474            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5475            not 'VHOST' and
5476            not 'IPSECHW'"
5477   parameters:
5478   - "throughput"
5479   - "parent"
5480   traces:
5481     hoverinfo: "x+y"
5482     boxpoints: "outliers"
5483     whiskerwidth: 0
5484   layout:
5485     title: ""  # No title
5486     layout: "plot-throughput"
5487
5488 -
5489   type: "plot"
5490   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5491   algorithm: "plot_performance_box"
5492   output-file-type: ".html"
5493   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5494   data: "plot-vpp-throughput-latency-3n-hsw"
5495   filter: "'NIC_Intel-X710' and
5496            '64B' and
5497            'ENCAP' and
5498            'NDRPDR' and
5499            '2T2C' and
5500            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5501            not 'VHOST' and
5502            not 'IPSECHW'"
5503   parameters:
5504   - "throughput"
5505   - "parent"
5506   traces:
5507     hoverinfo: "x+y"
5508     boxpoints: "outliers"
5509     whiskerwidth: 0
5510   layout:
5511     title: ""  # No title
5512     layout: "plot-throughput"
5513
5514 -
5515   type: "plot"
5516   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5517   algorithm: "plot_performance_box"
5518   output-file-type: ".html"
5519   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5520   data: "plot-vpp-throughput-latency-3n-hsw"
5521   filter: "'NIC_Intel-X710' and
5522            '64B' and
5523            'ENCAP' and
5524            'NDRPDR' and
5525            '2T2C' and
5526            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5527            not 'VHOST' and
5528            not 'IPSECHW'"
5529   parameters:
5530   - "throughput"
5531   - "parent"
5532   traces:
5533     hoverinfo: "x+y"
5534     boxpoints: "outliers"
5535     whiskerwidth: 0
5536   layout:
5537     title: ""  # No title
5538     layout: "plot-throughput"
5539
5540 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5541 -
5542   type: "plot"
5543   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5544   algorithm: "plot_performance_box"
5545   output-file-type: ".html"
5546   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5547   data: "plot-vpp-throughput-latency-3n-skx"
5548   filter: "'NIC_Intel-X710' and
5549            '64B' and
5550            'ENCAP' and
5551            'NDRPDR' and
5552            '2T1C' and
5553            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5554            not 'VHOST' and
5555            not 'IPSECHW'"
5556   parameters:
5557   - "throughput"
5558   - "parent"
5559   traces:
5560     hoverinfo: "x+y"
5561     boxpoints: "outliers"
5562     whiskerwidth: 0
5563   layout:
5564     title: ""  # No title
5565     layout: "plot-throughput"
5566
5567 -
5568   type: "plot"
5569   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5570   algorithm: "plot_performance_box"
5571   output-file-type: ".html"
5572   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5573   data: "plot-vpp-throughput-latency-3n-skx"
5574   filter: "'NIC_Intel-X710' and
5575            '64B' and
5576            'ENCAP' and
5577            'NDRPDR' and
5578            '2T1C' and
5579            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5580            not 'VHOST' and
5581            not 'IPSECHW'"
5582   parameters:
5583   - "throughput"
5584   - "parent"
5585   traces:
5586     hoverinfo: "x+y"
5587     boxpoints: "outliers"
5588     whiskerwidth: 0
5589   layout:
5590     title: ""  # No title
5591     layout: "plot-throughput"
5592
5593 -
5594   type: "plot"
5595   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5596   algorithm: "plot_performance_box"
5597   output-file-type: ".html"
5598   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5599   data: "plot-vpp-throughput-latency-3n-skx"
5600   filter: "'NIC_Intel-X710' and
5601            '64B' and
5602            'ENCAP' and
5603            'NDRPDR' and
5604            '4T2C' and
5605            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5606            not 'VHOST' and
5607            not 'IPSECHW'"
5608   parameters:
5609   - "throughput"
5610   - "parent"
5611   traces:
5612     hoverinfo: "x+y"
5613     boxpoints: "outliers"
5614     whiskerwidth: 0
5615   layout:
5616     title: ""  # No title
5617     layout: "plot-throughput"
5618
5619 -
5620   type: "plot"
5621   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5622   algorithm: "plot_performance_box"
5623   output-file-type: ".html"
5624   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5625   data: "plot-vpp-throughput-latency-3n-skx"
5626   filter: "'NIC_Intel-X710' and
5627            '64B' and
5628            'ENCAP' and
5629            'NDRPDR' and
5630            '4T2C' and
5631            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5632            not 'VHOST' and
5633            not 'IPSECHW'"
5634   parameters:
5635   - "throughput"
5636   - "parent"
5637   traces:
5638     hoverinfo: "x+y"
5639     boxpoints: "outliers"
5640     whiskerwidth: 0
5641   layout:
5642     title: ""  # No title
5643     layout: "plot-throughput"
5644
5645 ################################################################################
5646
5647 # Packet Throughput - VPP IPv6 3n-hsw-x520
5648 -
5649   type: "plot"
5650   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5651   algorithm: "plot_performance_box"
5652   output-file-type: ".html"
5653   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5654   data: "plot-vpp-throughput-latency-3n-hsw"
5655   filter: "'NIC_Intel-X520-DA2' and
5656            '78B' and
5657            ('BASE' or 'SCALE') and
5658            'NDRPDR' and
5659            '1T1C' and
5660            'IP6FWD' and
5661            not 'SRv6' and
5662            not 'IPSEC' and
5663            not 'VHOST'"
5664   parameters:
5665   - "throughput"
5666   - "parent"
5667   traces:
5668     hoverinfo: "x+y"
5669     boxpoints: "outliers"
5670     whiskerwidth: 0
5671   layout:
5672     title: ""  # No title
5673     layout: "plot-throughput"
5674
5675 -
5676   type: "plot"
5677   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5678   algorithm: "plot_performance_box"
5679   output-file-type: ".html"
5680   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5681   data: "plot-vpp-throughput-latency-3n-hsw"
5682   filter: "'NIC_Intel-X520-DA2' and
5683            '78B' and
5684            ('BASE' or 'SCALE') and
5685            'NDRPDR' and
5686            '1T1C' and
5687            'IP6FWD' and
5688            not 'SRv6' and
5689            not 'IPSEC' and
5690            not 'VHOST'"
5691   parameters:
5692   - "throughput"
5693   - "parent"
5694   traces:
5695     hoverinfo: "x+y"
5696     boxpoints: "outliers"
5697     whiskerwidth: 0
5698   layout:
5699     title: ""  # No title
5700     layout: "plot-throughput"
5701
5702 -
5703   type: "plot"
5704   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5705   algorithm: "plot_performance_box"
5706   output-file-type: ".html"
5707   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5708   data: "plot-vpp-throughput-latency-3n-hsw"
5709   filter: "'NIC_Intel-X520-DA2' and
5710            '78B' and
5711            ('BASE' or 'SCALE') and
5712            'NDRPDR' and
5713            '2T2C' and
5714            'IP6FWD' and
5715            not 'SRv6' and
5716            not 'IPSEC' and
5717            not 'VHOST'"
5718   parameters:
5719   - "throughput"
5720   - "parent"
5721   traces:
5722     hoverinfo: "x+y"
5723     boxpoints: "outliers"
5724     whiskerwidth: 0
5725   layout:
5726     title: ""  # No title
5727     layout: "plot-throughput"
5728
5729 -
5730   type: "plot"
5731   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5732   algorithm: "plot_performance_box"
5733   output-file-type: ".html"
5734   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5735   data: "plot-vpp-throughput-latency-3n-hsw"
5736   filter: "'NIC_Intel-X520-DA2' and
5737            '78B' and
5738            ('BASE' or 'SCALE') and
5739            'NDRPDR' and
5740            '2T2C' and
5741            'IP6FWD' and
5742            not 'SRv6' and
5743            not 'IPSEC' and
5744            not 'VHOST'"
5745   parameters:
5746   - "throughput"
5747   - "parent"
5748   traces:
5749     hoverinfo: "x+y"
5750     boxpoints: "outliers"
5751     whiskerwidth: 0
5752   layout:
5753     title: ""  # No title
5754     layout: "plot-throughput"
5755
5756 # Packet Throughput - VPP IPv6 3n-hsw-x710
5757 -
5758   type: "plot"
5759   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5760   algorithm: "plot_performance_box"
5761   output-file-type: ".html"
5762   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5763   data: "plot-vpp-throughput-latency-3n-hsw"
5764   filter: "'NIC_Intel-X710' and
5765            '78B' and
5766            ('BASE' or 'SCALE') and
5767            'NDRPDR' and
5768            '1T1C' and
5769            'IP6FWD' and
5770            not 'SRv6' and
5771            not 'IPSEC' and
5772            not 'VHOST'"
5773   parameters:
5774   - "throughput"
5775   - "parent"
5776   traces:
5777     hoverinfo: "x+y"
5778     boxpoints: "outliers"
5779     whiskerwidth: 0
5780   layout:
5781     title: ""  # No title
5782     layout: "plot-throughput"
5783
5784 -
5785   type: "plot"
5786   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5787   algorithm: "plot_performance_box"
5788   output-file-type: ".html"
5789   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5790   data: "plot-vpp-throughput-latency-3n-hsw"
5791   filter: "'NIC_Intel-X710' and
5792            '78B' and
5793            ('BASE' or 'SCALE') and
5794            'NDRPDR' and
5795            '1T1C' and
5796            'IP6FWD' and
5797            not 'SRv6' and
5798            not 'IPSEC' and
5799            not 'VHOST'"
5800   parameters:
5801   - "throughput"
5802   - "parent"
5803   traces:
5804     hoverinfo: "x+y"
5805     boxpoints: "outliers"
5806     whiskerwidth: 0
5807   layout:
5808     title: ""  # No title
5809     layout: "plot-throughput"
5810
5811 -
5812   type: "plot"
5813   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5814   algorithm: "plot_performance_box"
5815   output-file-type: ".html"
5816   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5817   data: "plot-vpp-throughput-latency-3n-hsw"
5818   filter: "'NIC_Intel-X710' and
5819            '78B' and
5820            ('BASE' or 'SCALE') and
5821            'NDRPDR' and
5822            '2T2C' and
5823            'IP6FWD' and
5824            not 'SRv6' and
5825            not 'IPSEC' and
5826            not 'VHOST'"
5827   parameters:
5828   - "throughput"
5829   - "parent"
5830   traces:
5831     hoverinfo: "x+y"
5832     boxpoints: "outliers"
5833     whiskerwidth: 0
5834   layout:
5835     title: ""  # No title
5836     layout: "plot-throughput"
5837
5838 -
5839   type: "plot"
5840   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5841   algorithm: "plot_performance_box"
5842   output-file-type: ".html"
5843   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5844   data: "plot-vpp-throughput-latency-3n-hsw"
5845   filter: "'NIC_Intel-X710' and
5846            '78B' and
5847            ('BASE' or 'SCALE') and
5848            'NDRPDR' and
5849            '2T2C' and
5850            'IP6FWD' and
5851            not 'SRv6' and
5852            not 'IPSEC' and
5853            not 'VHOST'"
5854   parameters:
5855   - "throughput"
5856   - "parent"
5857   traces:
5858     hoverinfo: "x+y"
5859     boxpoints: "outliers"
5860     whiskerwidth: 0
5861   layout:
5862     title: ""  # No title
5863     layout: "plot-throughput"
5864
5865 # Packet Throughput - VPP IPv6 3n-hsw-xl710
5866 -
5867   type: "plot"
5868   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5869   algorithm: "plot_performance_box"
5870   output-file-type: ".html"
5871   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5872   data: "plot-vpp-throughput-latency-3n-hsw"
5873   filter: "'NIC_Intel-XL710' and
5874            '78B' and
5875            ('BASE' or 'SCALE') and
5876            'NDRPDR' and
5877            '1T1C' and
5878            'IP6FWD' and
5879            not 'SRv6' and
5880            not 'IPSEC' and
5881            not 'VHOST'"
5882   parameters:
5883   - "throughput"
5884   - "parent"
5885   traces:
5886     hoverinfo: "x+y"
5887     boxpoints: "outliers"
5888     whiskerwidth: 0
5889   layout:
5890     title: ""  # No title
5891     layout: "plot-throughput"
5892
5893 -
5894   type: "plot"
5895   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5896   algorithm: "plot_performance_box"
5897   output-file-type: ".html"
5898   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5899   data: "plot-vpp-throughput-latency-3n-hsw"
5900   filter: "'NIC_Intel-XL710' and
5901            '78B' and
5902            ('BASE' or 'SCALE') and
5903            'NDRPDR' and
5904            '1T1C' and
5905            'IP6FWD' and
5906            not 'SRv6' and
5907            not 'IPSEC' and
5908            not 'VHOST'"
5909   parameters:
5910   - "throughput"
5911   - "parent"
5912   traces:
5913     hoverinfo: "x+y"
5914     boxpoints: "outliers"
5915     whiskerwidth: 0
5916   layout:
5917     title: ""  # No title
5918     layout: "plot-throughput"
5919
5920 -
5921   type: "plot"
5922   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5923   algorithm: "plot_performance_box"
5924   output-file-type: ".html"
5925   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5926   data: "plot-vpp-throughput-latency-3n-hsw"
5927   filter: "'NIC_Intel-XL710' and
5928            '78B' and
5929            ('BASE' or 'SCALE') and
5930            'NDRPDR' and
5931            '2T2C' and
5932            'IP6FWD' and
5933            not 'SRv6' and
5934            not 'IPSEC' and
5935            not 'VHOST'"
5936   parameters:
5937   - "throughput"
5938   - "parent"
5939   traces:
5940     hoverinfo: "x+y"
5941     boxpoints: "outliers"
5942     whiskerwidth: 0
5943   layout:
5944     title: ""  # No title
5945     layout: "plot-throughput"
5946
5947 -
5948   type: "plot"
5949   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
5950   algorithm: "plot_performance_box"
5951   output-file-type: ".html"
5952   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
5953   data: "plot-vpp-throughput-latency-3n-hsw"
5954   filter: "'NIC_Intel-XL710' and
5955            '78B' and
5956            ('BASE' or 'SCALE') and
5957            'NDRPDR' and
5958            '2T2C' and
5959            'IP6FWD' and
5960            not 'SRv6' and
5961            not 'IPSEC' and
5962            not 'VHOST'"
5963   parameters:
5964   - "throughput"
5965   - "parent"
5966   traces:
5967     hoverinfo: "x+y"
5968     boxpoints: "outliers"
5969     whiskerwidth: 0
5970   layout:
5971     title: ""  # No title
5972     layout: "plot-throughput"
5973
5974 # Packet Throughput - VPP IPv6 3n-skx-x710
5975 -
5976   type: "plot"
5977   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
5978   algorithm: "plot_performance_box"
5979   output-file-type: ".html"
5980   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
5981   data: "plot-vpp-throughput-latency-3n-skx"
5982   filter: "'NIC_Intel-X710' and
5983            '78B' and
5984            ('BASE' or 'SCALE') and
5985            'NDRPDR' and
5986            '2T1C' and
5987            'IP6FWD' and
5988            not 'SRv6' and
5989            not 'IPSEC' and
5990            not 'VHOST'"
5991   parameters:
5992   - "throughput"
5993   - "parent"
5994   traces:
5995     hoverinfo: "x+y"
5996     boxpoints: "outliers"
5997     whiskerwidth: 0
5998   layout:
5999     title: ""  # No title
6000     layout: "plot-throughput"
6001
6002 -
6003   type: "plot"
6004   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6005   algorithm: "plot_performance_box"
6006   output-file-type: ".html"
6007   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6008   data: "plot-vpp-throughput-latency-3n-skx"
6009   filter: "'NIC_Intel-X710' and
6010            '78B' and
6011            ('BASE' or 'SCALE') and
6012            'NDRPDR' and
6013            '2T1C' and
6014            'IP6FWD' and
6015            not 'SRv6' and
6016            not 'IPSEC' and
6017            not 'VHOST'"
6018   parameters:
6019   - "throughput"
6020   - "parent"
6021   traces:
6022     hoverinfo: "x+y"
6023     boxpoints: "outliers"
6024     whiskerwidth: 0
6025   layout:
6026     title: ""  # No title
6027     layout: "plot-throughput"
6028
6029 -
6030   type: "plot"
6031   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6032   algorithm: "plot_performance_box"
6033   output-file-type: ".html"
6034   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6035   data: "plot-vpp-throughput-latency-3n-skx"
6036   filter: "'NIC_Intel-X710' and
6037            '78B' and
6038            ('BASE' or 'SCALE') and
6039            'NDRPDR' and
6040            '4T2C' and
6041            'IP6FWD' and
6042            not 'SRv6' and
6043            not 'IPSEC' and
6044            not 'VHOST'"
6045   parameters:
6046   - "throughput"
6047   - "parent"
6048   traces:
6049     hoverinfo: "x+y"
6050     boxpoints: "outliers"
6051     whiskerwidth: 0
6052   layout:
6053     title: ""  # No title
6054     layout: "plot-throughput"
6055
6056 -
6057   type: "plot"
6058   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6059   algorithm: "plot_performance_box"
6060   output-file-type: ".html"
6061   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6062   data: "plot-vpp-throughput-latency-3n-skx"
6063   filter: "'NIC_Intel-X710' and
6064            '78B' and
6065            ('BASE' or 'SCALE') and
6066            'NDRPDR' and
6067            '4T2C' and
6068            'IP6FWD' and
6069            not 'SRv6' and
6070            not 'IPSEC' and
6071            not 'VHOST'"
6072   parameters:
6073   - "throughput"
6074   - "parent"
6075   traces:
6076     hoverinfo: "x+y"
6077     boxpoints: "outliers"
6078     whiskerwidth: 0
6079   layout:
6080     title: ""  # No title
6081     layout: "plot-throughput"
6082
6083 # Packet Throughput - VPP IPv6 2n-skx-x710
6084 -
6085   type: "plot"
6086   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6087   algorithm: "plot_performance_box"
6088   output-file-type: ".html"
6089   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6090   data: "plot-vpp-throughput-latency-2n-skx"
6091   filter: "'NIC_Intel-X710' and
6092            '78B' and
6093            ('BASE' or 'SCALE') and
6094            'NDRPDR' and
6095            '2T1C' and
6096            'IP6FWD' and
6097            not 'SRv6' and
6098            not 'IPSEC' and
6099            not 'VHOST'"
6100   parameters:
6101   - "throughput"
6102   - "parent"
6103   traces:
6104     hoverinfo: "x+y"
6105     boxpoints: "outliers"
6106     whiskerwidth: 0
6107   layout:
6108     title: ""  # No title
6109     layout: "plot-throughput"
6110
6111 -
6112   type: "plot"
6113   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6114   algorithm: "plot_performance_box"
6115   output-file-type: ".html"
6116   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6117   data: "plot-vpp-throughput-latency-2n-skx"
6118   filter: "'NIC_Intel-X710' and
6119            '78B' and
6120            ('BASE' or 'SCALE') and
6121            'NDRPDR' and
6122            '2T1C' and
6123            'IP6FWD' and
6124            not 'IPSEC' and
6125            not 'VHOST'"
6126   parameters:
6127   - "throughput"
6128   - "parent"
6129   traces:
6130     hoverinfo: "x+y"
6131     boxpoints: "outliers"
6132     whiskerwidth: 0
6133   layout:
6134     title: ""  # No title
6135     layout: "plot-throughput"
6136
6137 -
6138   type: "plot"
6139   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6140   algorithm: "plot_performance_box"
6141   output-file-type: ".html"
6142   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6143   data: "plot-vpp-throughput-latency-2n-skx"
6144   filter: "'NIC_Intel-X710' and
6145            '78B' and
6146            ('BASE' or 'SCALE') and
6147            'NDRPDR' and
6148            '4T2C' and
6149            'IP6FWD' and
6150            not 'SRv6' and
6151            not 'IPSEC' and
6152            not 'VHOST'"
6153   parameters:
6154   - "throughput"
6155   - "parent"
6156   traces:
6157     hoverinfo: "x+y"
6158     boxpoints: "outliers"
6159     whiskerwidth: 0
6160   layout:
6161     title: ""  # No title
6162     layout: "plot-throughput"
6163
6164 -
6165   type: "plot"
6166   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6167   algorithm: "plot_performance_box"
6168   output-file-type: ".html"
6169   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6170   data: "plot-vpp-throughput-latency-2n-skx"
6171   filter: "'NIC_Intel-X710' and
6172            '78B' and
6173            ('BASE' or 'SCALE') and
6174            'NDRPDR' and
6175            '4T2C' and
6176            'IP6FWD' and
6177            not 'SRv6' and
6178            not 'IPSEC' and
6179            not 'VHOST'"
6180   parameters:
6181   - "throughput"
6182   - "parent"
6183   traces:
6184     hoverinfo: "x+y"
6185     boxpoints: "outliers"
6186     whiskerwidth: 0
6187   layout:
6188     title: ""  # No title
6189     layout: "plot-throughput"
6190
6191 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6192 -
6193   type: "plot"
6194   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6195   algorithm: "plot_performance_box"
6196   output-file-type: ".html"
6197   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6198   data: "plot-vpp-throughput-latency-2n-skx"
6199   filter: "'NIC_Intel-XXV710' and
6200            '78B' and
6201            ('BASE' or 'SCALE') and
6202            'NDRPDR' and
6203            '2T1C' and
6204            'IP6FWD' and
6205            not 'SRv6' and
6206            not 'IPSEC' and
6207            not 'VHOST'"
6208   parameters:
6209   - "throughput"
6210   - "parent"
6211   traces:
6212     hoverinfo: "x+y"
6213     boxpoints: "outliers"
6214     whiskerwidth: 0
6215   layout:
6216     title: ""  # No title
6217     layout: "plot-throughput"
6218
6219 -
6220   type: "plot"
6221   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6222   algorithm: "plot_performance_box"
6223   output-file-type: ".html"
6224   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6225   data: "plot-vpp-throughput-latency-2n-skx"
6226   filter: "'NIC_Intel-XXV710' and
6227            '78B' and
6228            ('BASE' or 'SCALE') and
6229            'NDRPDR' and
6230            '2T1C' and
6231            'IP6FWD' and
6232            not 'SRv6' and
6233            not 'IPSEC' and
6234            not 'VHOST'"
6235   parameters:
6236   - "throughput"
6237   - "parent"
6238   traces:
6239     hoverinfo: "x+y"
6240     boxpoints: "outliers"
6241     whiskerwidth: 0
6242   layout:
6243     title: ""  # No title
6244     layout: "plot-throughput"
6245
6246 -
6247   type: "plot"
6248   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6249   algorithm: "plot_performance_box"
6250   output-file-type: ".html"
6251   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6252   data: "plot-vpp-throughput-latency-2n-skx"
6253   filter: "'NIC_Intel-XXV710' and
6254            '78B' and
6255            ('BASE' or 'SCALE') and
6256            'NDRPDR' and
6257            '4T2C' and
6258            'IP6FWD' and
6259            not 'SRv6' and
6260            not 'IPSEC' and
6261            not 'VHOST'"
6262   parameters:
6263   - "throughput"
6264   - "parent"
6265   traces:
6266     hoverinfo: "x+y"
6267     boxpoints: "outliers"
6268     whiskerwidth: 0
6269   layout:
6270     title: ""  # No title
6271     layout: "plot-throughput"
6272
6273 -
6274   type: "plot"
6275   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6276   algorithm: "plot_performance_box"
6277   output-file-type: ".html"
6278   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6279   data: "plot-vpp-throughput-latency-2n-skx"
6280   filter: "'NIC_Intel-XXV710' and
6281            '78B' and
6282            ('BASE' or 'SCALE') and
6283            'NDRPDR' and
6284            '4T2C' and
6285            'IP6FWD' and
6286            not 'SRv6' and
6287            not 'IPSEC' and
6288            not 'VHOST'"
6289   parameters:
6290   - "throughput"
6291   - "parent"
6292   traces:
6293     hoverinfo: "x+y"
6294     boxpoints: "outliers"
6295     whiskerwidth: 0
6296   layout:
6297     title: ""  # No title
6298     layout: "plot-throughput"
6299
6300 ################################################################################
6301
6302 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6303 -
6304   type: "plot"
6305   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6306   algorithm: "plot_performance_box"
6307   output-file-type: ".html"
6308   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6309   data: "plot-vpp-throughput-latency-3n-hsw"
6310   filter: "'NIC_Intel-X520-DA2' and
6311            '78B' and
6312            'ENCAP' and
6313            'NDRPDR' and
6314            '1T1C' and
6315            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6316            not 'VHOST'"
6317   parameters:
6318   - "throughput"
6319   - "parent"
6320   traces:
6321     hoverinfo: "x+y"
6322     boxpoints: "outliers"
6323     whiskerwidth: 0
6324   layout:
6325     title: ""  # No title
6326     layout: "plot-throughput"
6327
6328 -
6329   type: "plot"
6330   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6331   algorithm: "plot_performance_box"
6332   output-file-type: ".html"
6333   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6334   data: "plot-vpp-throughput-latency-3n-hsw"
6335   filter: "'NIC_Intel-X520-DA2' and
6336            '78B' and
6337            'ENCAP' and
6338            'NDRPDR' and
6339            '1T1C' and
6340            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6341            not 'VHOST'"
6342   parameters:
6343   - "throughput"
6344   - "parent"
6345   traces:
6346     hoverinfo: "x+y"
6347     boxpoints: "outliers"
6348     whiskerwidth: 0
6349   layout:
6350     title: ""  # No title
6351     layout: "plot-throughput"
6352
6353 -
6354   type: "plot"
6355   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6356   algorithm: "plot_performance_box"
6357   output-file-type: ".html"
6358   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6359   data: "plot-vpp-throughput-latency-3n-hsw"
6360   filter: "'NIC_Intel-X520-DA2' and
6361            '78B' and
6362            'ENCAP' and
6363            'NDRPDR' and
6364            '2T2C' and
6365            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6366            not 'VHOST'"
6367   parameters:
6368   - "throughput"
6369   - "parent"
6370   traces:
6371     hoverinfo: "x+y"
6372     boxpoints: "outliers"
6373     whiskerwidth: 0
6374   layout:
6375     title: ""  # No title
6376     layout: "plot-throughput"
6377
6378 -
6379   type: "plot"
6380   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6381   algorithm: "plot_performance_box"
6382   output-file-type: ".html"
6383   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6384   data: "plot-vpp-throughput-latency-3n-hsw"
6385   filter: "'NIC_Intel-X520-DA2' and
6386            '78B' and
6387            'ENCAP' and
6388            'NDRPDR' and
6389            '2T2C' and
6390            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6391            not 'VHOST'"
6392   parameters:
6393   - "throughput"
6394   - "parent"
6395   traces:
6396     hoverinfo: "x+y"
6397     boxpoints: "outliers"
6398     whiskerwidth: 0
6399   layout:
6400     title: ""  # No title
6401     layout: "plot-throughput"
6402
6403 ################################################################################
6404
6405 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6406 -
6407   type: "plot"
6408   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6409   algorithm: "plot_performance_box"
6410   output-file-type: ".html"
6411   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6412   data: "plot-vpp-throughput-latency-3n-hsw"
6413   filter: "'NIC_Intel-XL710' and
6414            '64B' and
6415            'IP4FWD' and
6416            'NDRPDR' and
6417            '1T1C' and
6418            'IPSECHW' and
6419            ('IPSECTRAN' or 'IPSECTUN') and
6420            not 'VHOST'"
6421   parameters:
6422   - "throughput"
6423   - "parent"
6424   traces:
6425     hoverinfo: "x+y"
6426     boxpoints: "outliers"
6427     whiskerwidth: 0
6428   layout:
6429     title: ""  # No title
6430     layout: "plot-throughput"
6431
6432 -
6433   type: "plot"
6434   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6435   algorithm: "plot_performance_box"
6436   output-file-type: ".html"
6437   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6438   data: "plot-vpp-throughput-latency-3n-hsw"
6439   filter: "'NIC_Intel-XL710' and
6440            '64B' and
6441            'IP4FWD' and
6442            'NDRPDR' and
6443            '1T1C' and
6444            'IPSECHW' and
6445            ('IPSECTRAN' or 'IPSECTUN') and
6446            not 'VHOST'"
6447   parameters:
6448   - "throughput"
6449   - "parent"
6450   traces:
6451     hoverinfo: "x+y"
6452     boxpoints: "outliers"
6453     whiskerwidth: 0
6454   layout:
6455     title: ""  # No title
6456     layout: "plot-throughput"
6457
6458 -
6459   type: "plot"
6460   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6461   algorithm: "plot_performance_box"
6462   output-file-type: ".html"
6463   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6464   data: "plot-vpp-throughput-latency-3n-hsw"
6465   filter: "'NIC_Intel-XL710' and
6466            '64B' and
6467            'IP4FWD' and
6468            'NDRPDR' and
6469            '2T2C' and
6470            'IPSECHW' and
6471            ('IPSECTRAN' or 'IPSECTUN') and
6472            not 'VHOST'"
6473   parameters:
6474   - "throughput"
6475   - "parent"
6476   traces:
6477     hoverinfo: "x+y"
6478     boxpoints: "outliers"
6479     whiskerwidth: 0
6480   layout:
6481     title: ""  # No title
6482     layout: "plot-throughput"
6483
6484 -
6485   type: "plot"
6486   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6487   algorithm: "plot_performance_box"
6488   output-file-type: ".html"
6489   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6490   data: "plot-vpp-throughput-latency-3n-hsw"
6491   filter: "'NIC_Intel-XL710' and
6492            '64B' and
6493            'IP4FWD' and
6494            'NDRPDR' and
6495            '2T2C' and
6496            'IPSECHW' and
6497            ('IPSECTRAN' or 'IPSECTUN') and
6498            not 'VHOST'"
6499   parameters:
6500   - "throughput"
6501   - "parent"
6502   traces:
6503     hoverinfo: "x+y"
6504     boxpoints: "outliers"
6505     whiskerwidth: 0
6506   layout:
6507     title: ""  # No title
6508     layout: "plot-throughput"
6509
6510 ################################################################################
6511
6512 # Packet Throughput - VPP SRv6 3n-hsw-x520
6513 -
6514   type: "plot"
6515   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6516   algorithm: "plot_performance_box"
6517   output-file-type: ".html"
6518   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6519   data: "plot-vpp-throughput-latency-3n-hsw"
6520   filter: "'NIC_Intel-X520-DA2' and
6521            '78B' and
6522            'FEATURE' and
6523            'NDRPDR' and
6524            '1T1C' and
6525            'IP6FWD' and
6526            'SRv6'"
6527   parameters:
6528   - "throughput"
6529   - "parent"
6530   traces:
6531     hoverinfo: "x+y"
6532     boxpoints: "outliers"
6533     whiskerwidth: 0
6534   layout:
6535     title: ""  # No title
6536     layout: "plot-throughput"
6537
6538 -
6539   type: "plot"
6540   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6541   algorithm: "plot_performance_box"
6542   output-file-type: ".html"
6543   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6544   data: "plot-vpp-throughput-latency-3n-hsw"
6545   filter: "'NIC_Intel-X520-DA2' and
6546            '78B' and
6547            'FEATURE' and
6548            'NDRPDR' and
6549            '1T1C' and
6550            'IP6FWD' and
6551            'SRv6'"
6552   parameters:
6553   - "throughput"
6554   - "parent"
6555   traces:
6556     hoverinfo: "x+y"
6557     boxpoints: "outliers"
6558     whiskerwidth: 0
6559   layout:
6560     title: ""  # No title
6561     layout: "plot-throughput"
6562
6563 -
6564   type: "plot"
6565   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6566   algorithm: "plot_performance_box"
6567   output-file-type: ".html"
6568   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6569   data: "plot-vpp-throughput-latency-3n-hsw"
6570   filter: "'NIC_Intel-X520-DA2' and
6571            '78B' and
6572            'FEATURE' and
6573            'NDRPDR' and
6574            '2T2C' and
6575            'IP6FWD' and
6576            'SRv6'"
6577   parameters:
6578   - "throughput"
6579   - "parent"
6580   traces:
6581     hoverinfo: "x+y"
6582     boxpoints: "outliers"
6583     whiskerwidth: 0
6584   layout:
6585     title: ""  # No title
6586     layout: "plot-throughput"
6587
6588 -
6589   type: "plot"
6590   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6591   algorithm: "plot_performance_box"
6592   output-file-type: ".html"
6593   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6594   data: "plot-vpp-throughput-latency-3n-hsw"
6595   filter: "'NIC_Intel-X520-DA2' and
6596            '78B' and
6597            'FEATURE' and
6598            'NDRPDR' and
6599            '2T2C' and
6600            'IP6FWD' and
6601            'SRv6'"
6602   parameters:
6603   - "throughput"
6604   - "parent"
6605   traces:
6606     hoverinfo: "x+y"
6607     boxpoints: "outliers"
6608     whiskerwidth: 0
6609   layout:
6610     title: ""  # No title
6611     layout: "plot-throughput"
6612
6613 ################################################################################
6614
6615 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6616 -
6617   type: "plot"
6618   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6619   algorithm: "plot_performance_box"
6620   output-file-type: ".html"
6621   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6622   data: "plot-vpp-throughput-latency-3n-hsw"
6623   filter: "'NIC_Intel-X520-DA2' and
6624            '64B' and
6625            'NDRPDR' and
6626            '1T1C' and
6627            'VHOST' and
6628            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6629   parameters:
6630   - "throughput"
6631   - "parent"
6632   traces:
6633     hoverinfo: "x+y"
6634     boxpoints: "outliers"
6635     whiskerwidth: 0
6636   layout:
6637     title: ""  # No title
6638     layout: "plot-throughput"
6639
6640 -
6641   type: "plot"
6642   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6643   algorithm: "plot_performance_box"
6644   output-file-type: ".html"
6645   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6646   data: "plot-vpp-throughput-latency-3n-hsw"
6647   filter: "'NIC_Intel-X520-DA2' and
6648            '64B' and
6649            'NDRPDR' and
6650            '2T2C' and
6651            'VHOST' and
6652            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6653   parameters:
6654   - "throughput"
6655   - "parent"
6656   traces:
6657     hoverinfo: "x+y"
6658     boxpoints: "outliers"
6659     whiskerwidth: 0
6660   layout:
6661     title: ""  # No title
6662     layout: "plot-throughput"
6663
6664 -
6665   type: "plot"
6666   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6667   algorithm: "plot_performance_box"
6668   output-file-type: ".html"
6669   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6670   data: "plot-vpp-throughput-latency-3n-hsw"
6671   filter: "'NIC_Intel-X520-DA2' and
6672            '64B' and
6673            'NDRPDR' and
6674            '1T1C' and
6675            'VHOST' and
6676            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6677   parameters:
6678   - "throughput"
6679   - "parent"
6680   traces:
6681     hoverinfo: "x+y"
6682     boxpoints: "outliers"
6683     whiskerwidth: 0
6684   layout:
6685     title: ""  # No title
6686     layout: "plot-throughput"
6687
6688 -
6689   type: "plot"
6690   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6691   algorithm: "plot_performance_box"
6692   output-file-type: ".html"
6693   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6694   data: "plot-vpp-throughput-latency-3n-hsw"
6695   filter: "'NIC_Intel-X520-DA2' and
6696            '64B' and
6697            'NDRPDR' and
6698            '2T2C' and
6699            'VHOST' and
6700            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6701   parameters:
6702   - "throughput"
6703   - "parent"
6704   traces:
6705     hoverinfo: "x+y"
6706     boxpoints: "outliers"
6707     whiskerwidth: 0
6708   layout:
6709     title: ""  # No title
6710     layout: "plot-throughput"
6711
6712 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6713 -
6714   type: "plot"
6715   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6716   algorithm: "plot_performance_box"
6717   output-file-type: ".html"
6718   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6719   data: "plot-vpp-throughput-latency-3n-hsw"
6720   filter: "'NIC_Intel-X520-DA2' and
6721            '64B' and
6722            'NDRPDR' and
6723            '1T1C' and
6724            'VHOST' and
6725            not 'VXLAN' and
6726            not 'IP4FWD' and
6727            not 'DOT1Q' and
6728            not '2VM'"
6729   parameters:
6730   - "throughput"
6731   - "parent"
6732   traces:
6733     hoverinfo: "x+y"
6734     boxpoints: "outliers"
6735     whiskerwidth: 0
6736   layout:
6737     title: ""  # No title
6738     layout: "plot-throughput"
6739
6740 -
6741   type: "plot"
6742   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6743   algorithm: "plot_performance_box"
6744   output-file-type: ".html"
6745   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6746   data: "plot-vpp-throughput-latency-3n-hsw"
6747   filter: "'NIC_Intel-X520-DA2' and
6748            '64B' and
6749            'NDRPDR' and
6750            '2T2C' and
6751            'VHOST' and
6752            not 'VXLAN' and
6753            not 'IP4FWD' and
6754            not 'DOT1Q' and
6755            not '2VM'"
6756   parameters:
6757   - "throughput"
6758   - "parent"
6759   traces:
6760     hoverinfo: "x+y"
6761     boxpoints: "outliers"
6762     whiskerwidth: 0
6763   layout:
6764     title: ""  # No title
6765     layout: "plot-throughput"
6766
6767 -
6768   type: "plot"
6769   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6770   algorithm: "plot_performance_box"
6771   output-file-type: ".html"
6772   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6773   data: "plot-vpp-throughput-latency-3n-hsw"
6774   filter: "'NIC_Intel-X520-DA2' and
6775            '64B' and
6776            'NDRPDR' and
6777            '1T1C' and
6778            'VHOST' and
6779            not 'VXLAN' and
6780            not 'IP4FWD' and
6781            not 'DOT1Q' and
6782            not '2VM'"
6783   parameters:
6784   - "throughput"
6785   - "parent"
6786   traces:
6787     hoverinfo: "x+y"
6788     boxpoints: "outliers"
6789     whiskerwidth: 0
6790   layout:
6791     title: ""  # No title
6792     layout: "plot-throughput"
6793
6794 -
6795   type: "plot"
6796   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6797   algorithm: "plot_performance_box"
6798   output-file-type: ".html"
6799   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6800   data: "plot-vpp-throughput-latency-3n-hsw"
6801   filter: "'NIC_Intel-X520-DA2' and
6802            '64B' and
6803            'NDRPDR' and
6804            '2T2C' and
6805            'VHOST' and
6806            not 'VXLAN' and
6807            not 'IP4FWD' and
6808            not 'DOT1Q' and
6809            not '2VM'"
6810   parameters:
6811   - "throughput"
6812   - "parent"
6813   traces:
6814     hoverinfo: "x+y"
6815     boxpoints: "outliers"
6816     whiskerwidth: 0
6817   layout:
6818     title: ""  # No title
6819     layout: "plot-throughput"
6820
6821 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6822 -
6823   type: "plot"
6824   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6825   algorithm: "plot_performance_box"
6826   output-file-type: ".html"
6827   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6828   data: "plot-vpp-throughput-latency-3n-hsw"
6829   filter: "'NIC_Intel-X710' and
6830            '64B' and
6831            'NDRPDR' and
6832            '1T1C' and
6833            'VHOST' and
6834            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6835   parameters:
6836   - "throughput"
6837   - "parent"
6838   traces:
6839     hoverinfo: "x+y"
6840     boxpoints: "outliers"
6841     whiskerwidth: 0
6842   layout:
6843     title: ""  # No title
6844     layout: "plot-throughput"
6845
6846 -
6847   type: "plot"
6848   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6849   algorithm: "plot_performance_box"
6850   output-file-type: ".html"
6851   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6852   data: "plot-vpp-throughput-latency-3n-hsw"
6853   filter: "'NIC_Intel-X710' and
6854            '64B' and
6855            'NDRPDR' and
6856            '2T2C' and
6857            'VHOST' and
6858            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6859   parameters:
6860   - "throughput"
6861   - "parent"
6862   traces:
6863     hoverinfo: "x+y"
6864     boxpoints: "outliers"
6865     whiskerwidth: 0
6866   layout:
6867     title: ""  # No title
6868     layout: "plot-throughput"
6869
6870 -
6871   type: "plot"
6872   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6873   algorithm: "plot_performance_box"
6874   output-file-type: ".html"
6875   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6876   data: "plot-vpp-throughput-latency-3n-hsw"
6877   filter: "'NIC_Intel-X710' and
6878            '64B' and
6879            'NDRPDR' and
6880            '1T1C' and
6881            'VHOST' and
6882            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6883   parameters:
6884   - "throughput"
6885   - "parent"
6886   traces:
6887     hoverinfo: "x+y"
6888     boxpoints: "outliers"
6889     whiskerwidth: 0
6890   layout:
6891     title: ""  # No title
6892     layout: "plot-throughput"
6893
6894 -
6895   type: "plot"
6896   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6897   algorithm: "plot_performance_box"
6898   output-file-type: ".html"
6899   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6900   data: "plot-vpp-throughput-latency-3n-hsw"
6901   filter: "'NIC_Intel-X710' and
6902            '64B' and
6903            'NDRPDR' and
6904            '2T2C' and
6905            'VHOST' and
6906            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6907   parameters:
6908   - "throughput"
6909   - "parent"
6910   traces:
6911     hoverinfo: "x+y"
6912     boxpoints: "outliers"
6913     whiskerwidth: 0
6914   layout:
6915     title: ""  # No title
6916     layout: "plot-throughput"
6917
6918 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
6919 -
6920   type: "plot"
6921   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6922   algorithm: "plot_performance_box"
6923   output-file-type: ".html"
6924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6925   data: "plot-vpp-throughput-latency-3n-hsw"
6926   filter: "'NIC_Intel-X710' and
6927            '64B' and
6928            'NDRPDR' and
6929            '1T1C' and
6930            'VHOST' and
6931            not 'VXLAN' and
6932            not 'IP4FWD' and
6933            not 'DOT1Q' and
6934            not '2VM'"
6935   parameters:
6936   - "throughput"
6937   - "parent"
6938   traces:
6939     hoverinfo: "x+y"
6940     boxpoints: "outliers"
6941     whiskerwidth: 0
6942   layout:
6943     title: ""  # No title
6944     layout: "plot-throughput"
6945
6946 -
6947   type: "plot"
6948   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6949   algorithm: "plot_performance_box"
6950   output-file-type: ".html"
6951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6952   data: "plot-vpp-throughput-latency-3n-hsw"
6953   filter: "'NIC_Intel-X710' and
6954            '64B' and
6955            'NDRPDR' and
6956            '2T2C' and
6957            'VHOST' and
6958            not 'VXLAN' and
6959            not 'IP4FWD' and
6960            not 'DOT1Q' and
6961            not '2VM'"
6962   parameters:
6963   - "throughput"
6964   - "parent"
6965   traces:
6966     hoverinfo: "x+y"
6967     boxpoints: "outliers"
6968     whiskerwidth: 0
6969   layout:
6970     title: ""  # No title
6971     layout: "plot-throughput"
6972
6973 -
6974   type: "plot"
6975   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6976   algorithm: "plot_performance_box"
6977   output-file-type: ".html"
6978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6979   data: "plot-vpp-throughput-latency-3n-hsw"
6980   filter: "'NIC_Intel-X710' and
6981            '64B' and
6982            'NDRPDR' and
6983            '1T1C' and
6984            'VHOST' and
6985            not 'VXLAN' and
6986            not 'IP4FWD' and
6987            not 'DOT1Q' and
6988            not '2VM'"
6989   parameters:
6990   - "throughput"
6991   - "parent"
6992   traces:
6993     hoverinfo: "x+y"
6994     boxpoints: "outliers"
6995     whiskerwidth: 0
6996   layout:
6997     title: ""  # No title
6998     layout: "plot-throughput"
6999
7000 -
7001   type: "plot"
7002   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7003   algorithm: "plot_performance_box"
7004   output-file-type: ".html"
7005   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7006   data: "plot-vpp-throughput-latency-3n-hsw"
7007   filter: "'NIC_Intel-X710' and
7008            '64B' and
7009            'NDRPDR' and
7010            '2T2C' and
7011            'VHOST' and
7012            not 'VXLAN' and
7013            not 'IP4FWD' and
7014            not 'DOT1Q' and
7015            not '2VM'"
7016   parameters:
7017   - "throughput"
7018   - "parent"
7019   traces:
7020     hoverinfo: "x+y"
7021     boxpoints: "outliers"
7022     whiskerwidth: 0
7023   layout:
7024     title: ""  # No title
7025     layout: "plot-throughput"
7026
7027 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7028 -
7029   type: "plot"
7030   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7031   algorithm: "plot_performance_box"
7032   output-file-type: ".html"
7033   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7034   data: "plot-vpp-throughput-latency-3n-hsw"
7035   filter: "'NIC_Intel-XL710' and
7036            '64B' and
7037            'NDRPDR' and
7038            '1T1C' and
7039            'VHOST' and
7040            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7041   parameters:
7042   - "throughput"
7043   - "parent"
7044   traces:
7045     hoverinfo: "x+y"
7046     boxpoints: "outliers"
7047     whiskerwidth: 0
7048   layout:
7049     title: ""  # No title
7050     layout: "plot-throughput"
7051
7052 -
7053   type: "plot"
7054   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7055   algorithm: "plot_performance_box"
7056   output-file-type: ".html"
7057   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7058   data: "plot-vpp-throughput-latency-3n-hsw"
7059   filter: "'NIC_Intel-XL710' and
7060            '64B' and
7061            'NDRPDR' and
7062            '2T2C' and
7063            'VHOST' and
7064            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7065   parameters:
7066   - "throughput"
7067   - "parent"
7068   traces:
7069     hoverinfo: "x+y"
7070     boxpoints: "outliers"
7071     whiskerwidth: 0
7072   layout:
7073     title: ""  # No title
7074     layout: "plot-throughput"
7075
7076 -
7077   type: "plot"
7078   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7079   algorithm: "plot_performance_box"
7080   output-file-type: ".html"
7081   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7082   data: "plot-vpp-throughput-latency-3n-hsw"
7083   filter: "'NIC_Intel-XL710' and
7084            '64B' and
7085            'NDRPDR' and
7086            '1T1C' and
7087            'VHOST' and
7088            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7089   parameters:
7090   - "throughput"
7091   - "parent"
7092   traces:
7093     hoverinfo: "x+y"
7094     boxpoints: "outliers"
7095     whiskerwidth: 0
7096   layout:
7097     title: ""  # No title
7098     layout: "plot-throughput"
7099
7100 -
7101   type: "plot"
7102   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7103   algorithm: "plot_performance_box"
7104   output-file-type: ".html"
7105   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7106   data: "plot-vpp-throughput-latency-3n-hsw"
7107   filter: "'NIC_Intel-XL710' and
7108            '64B' and
7109            'NDRPDR' and
7110            '2T2C' and
7111            'VHOST' and
7112            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7113   parameters:
7114   - "throughput"
7115   - "parent"
7116   traces:
7117     hoverinfo: "x+y"
7118     boxpoints: "outliers"
7119     whiskerwidth: 0
7120   layout:
7121     title: ""  # No title
7122     layout: "plot-throughput"
7123
7124 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7125 -
7126   type: "plot"
7127   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7128   algorithm: "plot_performance_box"
7129   output-file-type: ".html"
7130   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7131   data: "plot-vpp-throughput-latency-3n-hsw"
7132   filter: "'NIC_Intel-XL710' and
7133            '64B' and
7134            'NDRPDR' and
7135            '1T1C' and
7136            'VHOST' and
7137            not 'VXLAN' and
7138            not 'IP4FWD' and
7139            not 'DOT1Q' and
7140            not '2VM'"
7141   parameters:
7142   - "throughput"
7143   - "parent"
7144   traces:
7145     hoverinfo: "x+y"
7146     boxpoints: "outliers"
7147     whiskerwidth: 0
7148   layout:
7149     title: ""  # No title
7150     layout: "plot-throughput"
7151
7152 -
7153   type: "plot"
7154   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7155   algorithm: "plot_performance_box"
7156   output-file-type: ".html"
7157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7158   data: "plot-vpp-throughput-latency-3n-hsw"
7159   filter: "'NIC_Intel-XL710' and
7160            '64B' and
7161            'NDRPDR' and
7162            '2T2C' and
7163            'VHOST' and
7164            not 'VXLAN' and
7165            not 'IP4FWD' and
7166            not 'DOT1Q' and
7167            not '2VM'"
7168   parameters:
7169   - "throughput"
7170   - "parent"
7171   traces:
7172     hoverinfo: "x+y"
7173     boxpoints: "outliers"
7174     whiskerwidth: 0
7175   layout:
7176     title: ""  # No title
7177     layout: "plot-throughput"
7178
7179 -
7180   type: "plot"
7181   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7182   algorithm: "plot_performance_box"
7183   output-file-type: ".html"
7184   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7185   data: "plot-vpp-throughput-latency-3n-hsw"
7186   filter: "'NIC_Intel-XL710' and
7187            '64B' and
7188            'NDRPDR' and
7189            '1T1C' and
7190            'VHOST' and
7191            not 'VXLAN' and
7192            not 'IP4FWD' and
7193            not 'DOT1Q' and
7194            not '2VM'"
7195   parameters:
7196   - "throughput"
7197   - "parent"
7198   traces:
7199     hoverinfo: "x+y"
7200     boxpoints: "outliers"
7201     whiskerwidth: 0
7202   layout:
7203     title: ""  # No title
7204     layout: "plot-throughput"
7205
7206 -
7207   type: "plot"
7208   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7209   algorithm: "plot_performance_box"
7210   output-file-type: ".html"
7211   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7212   data: "plot-vpp-throughput-latency-3n-hsw"
7213   filter: "'NIC_Intel-XL710' and
7214            '64B' and
7215            'NDRPDR' and
7216            '2T2C' and
7217            'VHOST' and
7218            not 'VXLAN' and
7219            not 'IP4FWD' and
7220            not 'DOT1Q' and
7221            not '2VM'"
7222   parameters:
7223   - "throughput"
7224   - "parent"
7225   traces:
7226     hoverinfo: "x+y"
7227     boxpoints: "outliers"
7228     whiskerwidth: 0
7229   layout:
7230     title: ""  # No title
7231     layout: "plot-throughput"
7232
7233 ################################################################################
7234
7235 # Packet Throughput - VPP VTS 3n-hsw-x520
7236 -
7237   type: "plot"
7238   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7239   algorithm: "plot_performance_box"
7240   output-file-type: ".html"
7241   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7242   data: "plot-vpp-throughput-latency-3n-hsw"
7243   filter: "'NIC_Intel-X520-DA2' and
7244            '114B' and
7245            'NDRPDR' and
7246            '1T1C' and
7247            'VTS'"
7248   parameters:
7249   - "throughput"
7250   - "parent"
7251   traces:
7252     hoverinfo: "x+y"
7253     boxpoints: "outliers"
7254     whiskerwidth: 0
7255   layout:
7256     title: ""  # No title
7257     layout: "plot-throughput"
7258
7259 -
7260   type: "plot"
7261   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7262   algorithm: "plot_performance_box"
7263   output-file-type: ".html"
7264   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7265   data: "plot-vpp-throughput-latency-3n-hsw"
7266   filter: "'NIC_Intel-X520-DA2' and
7267            '114B' and
7268            'NDRPDR' and
7269            '2T2C' and
7270            'VTS'"
7271   parameters:
7272   - "throughput"
7273   - "parent"
7274   traces:
7275     hoverinfo: "x+y"
7276     boxpoints: "outliers"
7277     whiskerwidth: 0
7278   layout:
7279     title: ""  # No title
7280     layout: "plot-throughput"
7281
7282 -
7283   type: "plot"
7284   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7285   algorithm: "plot_performance_box"
7286   output-file-type: ".html"
7287   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7288   data: "plot-vpp-throughput-latency-3n-hsw"
7289   filter: "'NIC_Intel-X520-DA2' and
7290            '114B' and
7291            'NDRPDR' and
7292            '1T1C' and
7293            'VTS'"
7294   parameters:
7295   - "throughput"
7296   - "parent"
7297   traces:
7298     hoverinfo: "x+y"
7299     boxpoints: "outliers"
7300     whiskerwidth: 0
7301   layout:
7302     title: ""  # No title
7303     layout: "plot-throughput"
7304
7305 -
7306   type: "plot"
7307   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7308   algorithm: "plot_performance_box"
7309   output-file-type: ".html"
7310   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7311   data: "plot-vpp-throughput-latency-3n-hsw"
7312   filter: "'NIC_Intel-X520-DA2' and
7313            '114B' and
7314            'NDRPDR' and
7315            '2T2C' and
7316            'VTS'"
7317   parameters:
7318   - "throughput"
7319   - "parent"
7320   traces:
7321     hoverinfo: "x+y"
7322     boxpoints: "outliers"
7323     whiskerwidth: 0
7324   layout:
7325     title: ""  # No title
7326     layout: "plot-throughput"
7327
7328 ################################################################################
7329
7330 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7331 -
7332   type: "plot"
7333   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7334   algorithm: "plot_performance_box"
7335   output-file-type: ".html"
7336   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7337   data: "plot-dpdk-throughput-latency-3n-hsw"
7338   filter: "'NIC_Intel-X520-DA2' and
7339            '64B' and
7340            'BASE' and
7341            'NDRPDR' and
7342            '1T1C' and
7343            'IP4FWD'"
7344   parameters:
7345   - "throughput"
7346   - "parent"
7347   traces:
7348     hoverinfo: "x+y"
7349     boxpoints: "outliers"
7350     whiskerwidth: 0
7351   layout:
7352     title: ""  # No title
7353     layout: "plot-throughput"
7354
7355 -
7356   type: "plot"
7357   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7358   algorithm: "plot_performance_box"
7359   output-file-type: ".html"
7360   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7361   data: "plot-dpdk-throughput-latency-3n-hsw"
7362   filter: "'NIC_Intel-X520-DA2' and
7363            '64B' and
7364            'BASE' and
7365            'NDRPDR' and
7366            '2T2C' and
7367            'IP4FWD'"
7368   parameters:
7369   - "throughput"
7370   - "parent"
7371   traces:
7372     hoverinfo: "x+y"
7373     boxpoints: "outliers"
7374     whiskerwidth: 0
7375   layout:
7376     title: ""  # No title
7377     layout: "plot-throughput"
7378
7379 -
7380   type: "plot"
7381   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7382   algorithm: "plot_performance_box"
7383   output-file-type: ".html"
7384   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7385   data: "plot-dpdk-throughput-latency-3n-hsw"
7386   filter: "'NIC_Intel-X520-DA2' and
7387            '64B' and
7388            'BASE' and
7389            'NDRPDR' and
7390            '1T1C' and
7391            'IP4FWD'"
7392   parameters:
7393   - "throughput"
7394   - "parent"
7395   traces:
7396     hoverinfo: "x+y"
7397     boxpoints: "outliers"
7398     whiskerwidth: 0
7399   layout:
7400     title: ""  # No title
7401     layout: "plot-throughput"
7402
7403 -
7404   type: "plot"
7405   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7406   algorithm: "plot_performance_box"
7407   output-file-type: ".html"
7408   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7409   data: "plot-dpdk-throughput-latency-3n-hsw"
7410   filter: "'NIC_Intel-X520-DA2' and
7411            '64B' and
7412            'BASE' and
7413            'NDRPDR' and
7414            '2T2C' and
7415            'IP4FWD'"
7416   parameters:
7417   - "throughput"
7418   - "parent"
7419   traces:
7420     hoverinfo: "x+y"
7421     boxpoints: "outliers"
7422     whiskerwidth: 0
7423   layout:
7424     title: ""  # No title
7425     layout: "plot-throughput"
7426
7427 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7428 -
7429   type: "plot"
7430   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7431   algorithm: "plot_performance_box"
7432   output-file-type: ".html"
7433   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7434   data: "plot-dpdk-throughput-latency-3n-hsw"
7435   filter: "'NIC_Intel-X710' and
7436            '64B' and
7437            'BASE' and
7438            'NDRPDR' and
7439            '1T1C' and
7440            'IP4FWD'"
7441   parameters:
7442   - "throughput"
7443   - "parent"
7444   traces:
7445     hoverinfo: "x+y"
7446     boxpoints: "outliers"
7447     whiskerwidth: 0
7448   layout:
7449     title: ""  # No title
7450     layout: "plot-throughput"
7451
7452 -
7453   type: "plot"
7454   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7455   algorithm: "plot_performance_box"
7456   output-file-type: ".html"
7457   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7458   data: "plot-dpdk-throughput-latency-3n-hsw"
7459   filter: "'NIC_Intel-X710' and
7460            '64B' and
7461            'BASE' and
7462            'NDRPDR' and
7463            '2T2C' and
7464            'IP4FWD'"
7465   parameters:
7466   - "throughput"
7467   - "parent"
7468   traces:
7469     hoverinfo: "x+y"
7470     boxpoints: "outliers"
7471     whiskerwidth: 0
7472   layout:
7473     title: ""  # No title
7474     layout: "plot-throughput"
7475
7476 -
7477   type: "plot"
7478   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7479   algorithm: "plot_performance_box"
7480   output-file-type: ".html"
7481   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7482   data: "plot-dpdk-throughput-latency-3n-hsw"
7483   filter: "'NIC_Intel-X710' and
7484            '64B' and
7485            'BASE' and
7486            'NDRPDR' and
7487            '1T1C' and
7488            'IP4FWD'"
7489   parameters:
7490   - "throughput"
7491   - "parent"
7492   traces:
7493     hoverinfo: "x+y"
7494     boxpoints: "outliers"
7495     whiskerwidth: 0
7496   layout:
7497     title: ""  # No title
7498     layout: "plot-throughput"
7499
7500 -
7501   type: "plot"
7502   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7503   algorithm: "plot_performance_box"
7504   output-file-type: ".html"
7505   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7506   data: "plot-dpdk-throughput-latency-3n-hsw"
7507   filter: "'NIC_Intel-X710' and
7508            '64B' and
7509            'BASE' and
7510            'NDRPDR' and
7511            '2T2C' and
7512            'IP4FWD'"
7513   parameters:
7514   - "throughput"
7515   - "parent"
7516   traces:
7517     hoverinfo: "x+y"
7518     boxpoints: "outliers"
7519     whiskerwidth: 0
7520   layout:
7521     title: ""  # No title
7522     layout: "plot-throughput"
7523
7524 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7525 -
7526   type: "plot"
7527   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7528   algorithm: "plot_performance_box"
7529   output-file-type: ".html"
7530   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7531   data: "plot-dpdk-throughput-latency-3n-hsw"
7532   filter: "'NIC_Intel-XL710' and
7533            '64B' and
7534            'BASE' and
7535            'NDRPDR' and
7536            '1T1C' and
7537            'IP4FWD'"
7538   parameters:
7539   - "throughput"
7540   - "parent"
7541   traces:
7542     hoverinfo: "x+y"
7543     boxpoints: "outliers"
7544     whiskerwidth: 0
7545   layout:
7546     title: ""  # No title
7547     layout: "plot-throughput"
7548
7549 -
7550   type: "plot"
7551   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7552   algorithm: "plot_performance_box"
7553   output-file-type: ".html"
7554   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7555   data: "plot-dpdk-throughput-latency-3n-hsw"
7556   filter: "'NIC_Intel-XL710' and
7557            '64B' and
7558            'BASE' and
7559            'NDRPDR' and
7560            '2T2C' and
7561            'IP4FWD'"
7562   parameters:
7563   - "throughput"
7564   - "parent"
7565   traces:
7566     hoverinfo: "x+y"
7567     boxpoints: "outliers"
7568     whiskerwidth: 0
7569   layout:
7570     title: ""  # No title
7571     layout: "plot-throughput"
7572
7573 -
7574   type: "plot"
7575   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7576   algorithm: "plot_performance_box"
7577   output-file-type: ".html"
7578   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7579   data: "plot-dpdk-throughput-latency-3n-hsw"
7580   filter: "'NIC_Intel-XL710' and
7581            '64B' and
7582            'BASE' and
7583            'NDRPDR' and
7584            '1T1C' and
7585            'IP4FWD'"
7586   parameters:
7587   - "throughput"
7588   - "parent"
7589   traces:
7590     hoverinfo: "x+y"
7591     boxpoints: "outliers"
7592     whiskerwidth: 0
7593   layout:
7594     title: ""  # No title
7595     layout: "plot-throughput"
7596
7597 -
7598   type: "plot"
7599   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7600   algorithm: "plot_performance_box"
7601   output-file-type: ".html"
7602   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7603   data: "plot-dpdk-throughput-latency-3n-hsw"
7604   filter: "'NIC_Intel-XL710' and
7605            '64B' and
7606            'BASE' and
7607            'NDRPDR' and
7608            '2T2C' and
7609            'IP4FWD'"
7610   parameters:
7611   - "throughput"
7612   - "parent"
7613   traces:
7614     hoverinfo: "x+y"
7615     boxpoints: "outliers"
7616     whiskerwidth: 0
7617   layout:
7618     title: ""  # No title
7619     layout: "plot-throughput"
7620
7621 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7622 -
7623   type: "plot"
7624   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7625   algorithm: "plot_performance_box"
7626   output-file-type: ".html"
7627   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7628   data: "plot-dpdk-throughput-latency-3n-skx"
7629   filter: "'NIC_Intel-X710' and
7630            '64B' and
7631            'BASE' and
7632            'NDRPDR' and
7633            '2T1C' and
7634            'IP4FWD'"
7635   parameters:
7636   - "throughput"
7637   - "parent"
7638   traces:
7639     hoverinfo: "x+y"
7640     boxpoints: "outliers"
7641     whiskerwidth: 0
7642   layout:
7643     title: ""  # No title
7644     layout: "plot-throughput"
7645
7646 -
7647   type: "plot"
7648   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7649   algorithm: "plot_performance_box"
7650   output-file-type: ".html"
7651   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7652   data: "plot-dpdk-throughput-latency-3n-skx"
7653   filter: "'NIC_Intel-X710' and
7654            '64B' and
7655            'BASE' and
7656            'NDRPDR' and
7657            '4T2C' and
7658            'IP4FWD'"
7659   parameters:
7660   - "throughput"
7661   - "parent"
7662   traces:
7663     hoverinfo: "x+y"
7664     boxpoints: "outliers"
7665     whiskerwidth: 0
7666   layout:
7667     title: ""  # No title
7668     layout: "plot-throughput"
7669
7670 -
7671   type: "plot"
7672   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7673   algorithm: "plot_performance_box"
7674   output-file-type: ".html"
7675   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7676   data: "plot-dpdk-throughput-latency-3n-skx"
7677   filter: "'NIC_Intel-X710' and
7678            '64B' and
7679            'BASE' and
7680            'NDRPDR' and
7681            '2T1C' and
7682            'IP4FWD'"
7683   parameters:
7684   - "throughput"
7685   - "parent"
7686   traces:
7687     hoverinfo: "x+y"
7688     boxpoints: "outliers"
7689     whiskerwidth: 0
7690   layout:
7691     title: ""  # No title
7692     layout: "plot-throughput"
7693
7694 -
7695   type: "plot"
7696   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7697   algorithm: "plot_performance_box"
7698   output-file-type: ".html"
7699   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7700   data: "plot-dpdk-throughput-latency-3n-skx"
7701   filter: "'NIC_Intel-X710' and
7702            '64B' and
7703            'BASE' and
7704            'NDRPDR' and
7705            '4T2C' and
7706            'IP4FWD'"
7707   parameters:
7708   - "throughput"
7709   - "parent"
7710   traces:
7711     hoverinfo: "x+y"
7712     boxpoints: "outliers"
7713     whiskerwidth: 0
7714   layout:
7715     title: ""  # No title
7716     layout: "plot-throughput"
7717
7718 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7719 -
7720   type: "plot"
7721   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7722   algorithm: "plot_performance_box"
7723   output-file-type: ".html"
7724   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7725   data: "plot-dpdk-throughput-latency-3n-skx"
7726   filter: "'NIC_Intel-XXV710' and
7727            '64B' and
7728            'BASE' and
7729            'NDRPDR' and
7730            '2T1C' and
7731            'IP4FWD'"
7732   parameters:
7733   - "throughput"
7734   - "parent"
7735   traces:
7736     hoverinfo: "x+y"
7737     boxpoints: "outliers"
7738     whiskerwidth: 0
7739   layout:
7740     title: ""  # No title
7741     layout: "plot-throughput"
7742
7743 -
7744   type: "plot"
7745   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7746   algorithm: "plot_performance_box"
7747   output-file-type: ".html"
7748   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7749   data: "plot-dpdk-throughput-latency-3n-skx"
7750   filter: "'NIC_Intel-XXV710' and
7751            '64B' and
7752            'BASE' and
7753            'NDRPDR' and
7754            '4T2C' and
7755            'IP4FWD'"
7756   parameters:
7757   - "throughput"
7758   - "parent"
7759   traces:
7760     hoverinfo: "x+y"
7761     boxpoints: "outliers"
7762     whiskerwidth: 0
7763   layout:
7764     title: ""  # No title
7765     layout: "plot-throughput"
7766
7767 -
7768   type: "plot"
7769   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7770   algorithm: "plot_performance_box"
7771   output-file-type: ".html"
7772   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7773   data: "plot-dpdk-throughput-latency-3n-skx"
7774   filter: "'NIC_Intel-XXV710' and
7775            '64B' and
7776            'BASE' and
7777            'NDRPDR' and
7778            '2T1C' and
7779            'IP4FWD'"
7780   parameters:
7781   - "throughput"
7782   - "parent"
7783   traces:
7784     hoverinfo: "x+y"
7785     boxpoints: "outliers"
7786     whiskerwidth: 0
7787   layout:
7788     title: ""  # No title
7789     layout: "plot-throughput"
7790
7791 -
7792   type: "plot"
7793   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7794   algorithm: "plot_performance_box"
7795   output-file-type: ".html"
7796   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7797   data: "plot-dpdk-throughput-latency-3n-skx"
7798   filter: "'NIC_Intel-XXV710' and
7799            '64B' and
7800            'BASE' and
7801            'NDRPDR' and
7802            '4T2C' and
7803            'IP4FWD'"
7804   parameters:
7805   - "throughput"
7806   - "parent"
7807   traces:
7808     hoverinfo: "x+y"
7809     boxpoints: "outliers"
7810     whiskerwidth: 0
7811   layout:
7812     title: ""  # No title
7813     layout: "plot-throughput"
7814
7815 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7816 -
7817   type: "plot"
7818   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7819   algorithm: "plot_performance_box"
7820   output-file-type: ".html"
7821   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7822   data: "plot-dpdk-throughput-latency-2n-skx"
7823   filter: "'NIC_Intel-X710' and
7824            '64B' and
7825            'BASE' and
7826            'NDRPDR' and
7827            '2T1C' and
7828            'IP4FWD'"
7829   parameters:
7830   - "throughput"
7831   - "parent"
7832   traces:
7833     hoverinfo: "x+y"
7834     boxpoints: "outliers"
7835     whiskerwidth: 0
7836   layout:
7837     title: ""  # No title
7838     layout: "plot-throughput"
7839
7840 -
7841   type: "plot"
7842   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7843   algorithm: "plot_performance_box"
7844   output-file-type: ".html"
7845   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7846   data: "plot-dpdk-throughput-latency-2n-skx"
7847   filter: "'NIC_Intel-X710' and
7848            '64B' and
7849            'BASE' and
7850            'NDRPDR' and
7851            '4T2C' and
7852            'IP4FWD'"
7853   parameters:
7854   - "throughput"
7855   - "parent"
7856   traces:
7857     hoverinfo: "x+y"
7858     boxpoints: "outliers"
7859     whiskerwidth: 0
7860   layout:
7861     title: ""  # No title
7862     layout: "plot-throughput"
7863
7864 -
7865   type: "plot"
7866   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7867   algorithm: "plot_performance_box"
7868   output-file-type: ".html"
7869   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7870   data: "plot-dpdk-throughput-latency-2n-skx"
7871   filter: "'NIC_Intel-X710' and
7872            '64B' and
7873            'BASE' and
7874            'NDRPDR' and
7875            '2T1C' and
7876            'IP4FWD'"
7877   parameters:
7878   - "throughput"
7879   - "parent"
7880   traces:
7881     hoverinfo: "x+y"
7882     boxpoints: "outliers"
7883     whiskerwidth: 0
7884   layout:
7885     title: ""  # No title
7886     layout: "plot-throughput"
7887
7888 -
7889   type: "plot"
7890   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7891   algorithm: "plot_performance_box"
7892   output-file-type: ".html"
7893   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7894   data: "plot-dpdk-throughput-latency-2n-skx"
7895   filter: "'NIC_Intel-X710' and
7896            '64B' and
7897            'BASE' and
7898            'NDRPDR' and
7899            '4T2C' and
7900            'IP4FWD'"
7901   parameters:
7902   - "throughput"
7903   - "parent"
7904   traces:
7905     hoverinfo: "x+y"
7906     boxpoints: "outliers"
7907     whiskerwidth: 0
7908   layout:
7909     title: ""  # No title
7910     layout: "plot-throughput"
7911
7912 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
7913 -
7914   type: "plot"
7915   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7916   algorithm: "plot_performance_box"
7917   output-file-type: ".html"
7918   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7919   data: "plot-dpdk-throughput-latency-2n-skx"
7920   filter: "'NIC_Intel-XXV710' and
7921            '64B' and
7922            'BASE' and
7923            'NDRPDR' and
7924            '2T1C' and
7925            'IP4FWD'"
7926   parameters:
7927   - "throughput"
7928   - "parent"
7929   traces:
7930     hoverinfo: "x+y"
7931     boxpoints: "outliers"
7932     whiskerwidth: 0
7933   layout:
7934     title: ""  # No title
7935     layout: "plot-throughput"
7936
7937 -
7938   type: "plot"
7939   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7940   algorithm: "plot_performance_box"
7941   output-file-type: ".html"
7942   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7943   data: "plot-dpdk-throughput-latency-2n-skx"
7944   filter: "'NIC_Intel-XXV710' and
7945            '64B' and
7946            'BASE' and
7947            'NDRPDR' and
7948            '4T2C' and
7949            'IP4FWD'"
7950   parameters:
7951   - "throughput"
7952   - "parent"
7953   traces:
7954     hoverinfo: "x+y"
7955     boxpoints: "outliers"
7956     whiskerwidth: 0
7957   layout:
7958     title: ""  # No title
7959     layout: "plot-throughput"
7960
7961 -
7962   type: "plot"
7963   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
7964   algorithm: "plot_performance_box"
7965   output-file-type: ".html"
7966   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
7967   data: "plot-dpdk-throughput-latency-2n-skx"
7968   filter: "'NIC_Intel-XXV710' and
7969            '64B' and
7970            'BASE' and
7971            'NDRPDR' and
7972            '2T1C' and
7973            'IP4FWD'"
7974   parameters:
7975   - "throughput"
7976   - "parent"
7977   traces:
7978     hoverinfo: "x+y"
7979     boxpoints: "outliers"
7980     whiskerwidth: 0
7981   layout:
7982     title: ""  # No title
7983     layout: "plot-throughput"
7984
7985 -
7986   type: "plot"
7987   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
7988   algorithm: "plot_performance_box"
7989   output-file-type: ".html"
7990   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
7991   data: "plot-dpdk-throughput-latency-2n-skx"
7992   filter: "'NIC_Intel-XXV710' and
7993            '64B' and
7994            'BASE' and
7995            'NDRPDR' and
7996            '4T2C' and
7997            'IP4FWD'"
7998   parameters:
7999   - "throughput"
8000   - "parent"
8001   traces:
8002     hoverinfo: "x+y"
8003     boxpoints: "outliers"
8004     whiskerwidth: 0
8005   layout:
8006     title: ""  # No title
8007     layout: "plot-throughput"
8008
8009 ################################################################################
8010
8011 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8012 -
8013   type: "plot"
8014   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8015   algorithm: "plot_performance_box"
8016   output-file-type: ".html"
8017   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8018   data: "plot-dpdk-throughput-latency-3n-hsw"
8019   filter: "'NIC_Intel-X520-DA2' and
8020            '64B' and
8021            'BASE' and
8022            'NDRPDR' and
8023            '1T1C' and
8024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8025   parameters:
8026   - "throughput"
8027   - "parent"
8028   traces:
8029     hoverinfo: "x+y"
8030     boxpoints: "outliers"
8031     whiskerwidth: 0
8032   layout:
8033     title: ""  # No title
8034     layout: "plot-throughput"
8035
8036 -
8037   type: "plot"
8038   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8039   algorithm: "plot_performance_box"
8040   output-file-type: ".html"
8041   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8042   data: "plot-dpdk-throughput-latency-3n-hsw"
8043   filter: "'NIC_Intel-X520-DA2' and
8044            '64B' and
8045            'BASE' and
8046            'NDRPDR' and
8047            '2T2C' and
8048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8049   parameters:
8050   - "throughput"
8051   - "parent"
8052   traces:
8053     hoverinfo: "x+y"
8054     boxpoints: "outliers"
8055     whiskerwidth: 0
8056   layout:
8057     title: ""  # No title
8058     layout: "plot-throughput"
8059
8060 -
8061   type: "plot"
8062   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8063   algorithm: "plot_performance_box"
8064   output-file-type: ".html"
8065   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8066   data: "plot-dpdk-throughput-latency-3n-hsw"
8067   filter: "'NIC_Intel-X520-DA2' and
8068            '64B' and
8069            'BASE' and
8070            'NDRPDR' and
8071            '1T1C' and
8072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8073   parameters:
8074   - "throughput"
8075   - "parent"
8076   traces:
8077     hoverinfo: "x+y"
8078     boxpoints: "outliers"
8079     whiskerwidth: 0
8080   layout:
8081     title: ""  # No title
8082     layout: "plot-throughput"
8083
8084 -
8085   type: "plot"
8086   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8087   algorithm: "plot_performance_box"
8088   output-file-type: ".html"
8089   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8090   data: "plot-dpdk-throughput-latency-3n-hsw"
8091   filter: "'NIC_Intel-X520-DA2' and
8092            '64B' and
8093            'BASE' and
8094            'NDRPDR' and
8095            '2T2C' and
8096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8097   parameters:
8098   - "throughput"
8099   - "parent"
8100   traces:
8101     hoverinfo: "x+y"
8102     boxpoints: "outliers"
8103     whiskerwidth: 0
8104   layout:
8105     title: ""  # No title
8106     layout: "plot-throughput"
8107
8108 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8109 -
8110   type: "plot"
8111   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8112   algorithm: "plot_performance_box"
8113   output-file-type: ".html"
8114   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8115   data: "plot-dpdk-throughput-latency-3n-hsw"
8116   filter: "'NIC_Intel-X710' and
8117            '64B' and
8118            'BASE' and
8119            'NDRPDR' and
8120            '1T1C' and
8121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8122   parameters:
8123   - "throughput"
8124   - "parent"
8125   traces:
8126     hoverinfo: "x+y"
8127     boxpoints: "outliers"
8128     whiskerwidth: 0
8129   layout:
8130     title: ""  # No title
8131     layout: "plot-throughput"
8132
8133 -
8134   type: "plot"
8135   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8136   algorithm: "plot_performance_box"
8137   output-file-type: ".html"
8138   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8139   data: "plot-dpdk-throughput-latency-3n-hsw"
8140   filter: "'NIC_Intel-X710' and
8141            '64B' and
8142            'BASE' and
8143            'NDRPDR' and
8144            '2T2C' and
8145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8146   parameters:
8147   - "throughput"
8148   - "parent"
8149   traces:
8150     hoverinfo: "x+y"
8151     boxpoints: "outliers"
8152     whiskerwidth: 0
8153   layout:
8154     title: ""  # No title
8155     layout: "plot-throughput"
8156
8157 -
8158   type: "plot"
8159   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8160   algorithm: "plot_performance_box"
8161   output-file-type: ".html"
8162   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8163   data: "plot-dpdk-throughput-latency-3n-hsw"
8164   filter: "'NIC_Intel-X710' and
8165            '64B' and
8166            'BASE' and
8167            'NDRPDR' and
8168            '1T1C' and
8169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8170   parameters:
8171   - "throughput"
8172   - "parent"
8173   traces:
8174     hoverinfo: "x+y"
8175     boxpoints: "outliers"
8176     whiskerwidth: 0
8177   layout:
8178     title: ""  # No title
8179     layout: "plot-throughput"
8180
8181 -
8182   type: "plot"
8183   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8184   algorithm: "plot_performance_box"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8187   data: "plot-dpdk-throughput-latency-3n-hsw"
8188   filter: "'NIC_Intel-X710' and
8189            '64B' and
8190            'BASE' and
8191            'NDRPDR' and
8192            '2T2C' and
8193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8194   parameters:
8195   - "throughput"
8196   - "parent"
8197   traces:
8198     hoverinfo: "x+y"
8199     boxpoints: "outliers"
8200     whiskerwidth: 0
8201   layout:
8202     title: ""  # No title
8203     layout: "plot-throughput"
8204
8205 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8206 -
8207   type: "plot"
8208   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8209   algorithm: "plot_performance_box"
8210   output-file-type: ".html"
8211   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8212   data: "plot-dpdk-throughput-latency-3n-hsw"
8213   filter: "'NIC_Intel-XL710' and
8214            '64B' and
8215            'BASE' and
8216            'NDRPDR' and
8217            '1T1C' and
8218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8219   parameters:
8220   - "throughput"
8221   - "parent"
8222   traces:
8223     hoverinfo: "x+y"
8224     boxpoints: "outliers"
8225     whiskerwidth: 0
8226   layout:
8227     title: ""  # No title
8228     layout: "plot-throughput"
8229
8230 -
8231   type: "plot"
8232   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8233   algorithm: "plot_performance_box"
8234   output-file-type: ".html"
8235   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8236   data: "plot-dpdk-throughput-latency-3n-hsw"
8237   filter: "'NIC_Intel-XL710' and
8238            '64B' and
8239            'BASE' and
8240            'NDRPDR' and
8241            '2T2C' and
8242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8243   parameters:
8244   - "throughput"
8245   - "parent"
8246   traces:
8247     hoverinfo: "x+y"
8248     boxpoints: "outliers"
8249     whiskerwidth: 0
8250   layout:
8251     title: ""  # No title
8252     layout: "plot-throughput"
8253
8254 -
8255   type: "plot"
8256   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8257   algorithm: "plot_performance_box"
8258   output-file-type: ".html"
8259   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8260   data: "plot-dpdk-throughput-latency-3n-hsw"
8261   filter: "'NIC_Intel-XL710' and
8262            '64B' and
8263            'BASE' and
8264            'NDRPDR' and
8265            '1T1C' and
8266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8267   parameters:
8268   - "throughput"
8269   - "parent"
8270   traces:
8271     hoverinfo: "x+y"
8272     boxpoints: "outliers"
8273     whiskerwidth: 0
8274   layout:
8275     title: ""  # No title
8276     layout: "plot-throughput"
8277
8278 -
8279   type: "plot"
8280   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8281   algorithm: "plot_performance_box"
8282   output-file-type: ".html"
8283   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8284   data: "plot-dpdk-throughput-latency-3n-hsw"
8285   filter: "'NIC_Intel-XL710' and
8286            '64B' and
8287            'BASE' and
8288            'NDRPDR' and
8289            '2T2C' and
8290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8291   parameters:
8292   - "throughput"
8293   - "parent"
8294   traces:
8295     hoverinfo: "x+y"
8296     boxpoints: "outliers"
8297     whiskerwidth: 0
8298   layout:
8299     title: ""  # No title
8300     layout: "plot-throughput"
8301
8302 # Packet Throughput - DPDK testpmd 3n-skx-x710
8303 -
8304   type: "plot"
8305   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8306   algorithm: "plot_performance_box"
8307   output-file-type: ".html"
8308   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8309   data: "plot-dpdk-throughput-latency-3n-skx"
8310   filter: "'NIC_Intel-X710' and
8311            '64B' and
8312            'BASE' and
8313            'NDRPDR' and
8314            '2T1C' and
8315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8316   parameters:
8317   - "throughput"
8318   - "parent"
8319   traces:
8320     hoverinfo: "x+y"
8321     boxpoints: "outliers"
8322     whiskerwidth: 0
8323   layout:
8324     title: ""  # No title
8325     layout: "plot-throughput"
8326
8327 -
8328   type: "plot"
8329   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8330   algorithm: "plot_performance_box"
8331   output-file-type: ".html"
8332   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8333   data: "plot-dpdk-throughput-latency-3n-skx"
8334   filter: "'NIC_Intel-X710' and
8335            '64B' and
8336            'BASE' and
8337            'NDRPDR' and
8338            '4T2C' and
8339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8340   parameters:
8341   - "throughput"
8342   - "parent"
8343   traces:
8344     hoverinfo: "x+y"
8345     boxpoints: "outliers"
8346     whiskerwidth: 0
8347   layout:
8348     title: ""  # No title
8349     layout: "plot-throughput"
8350
8351 -
8352   type: "plot"
8353   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8354   algorithm: "plot_performance_box"
8355   output-file-type: ".html"
8356   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8357   data: "plot-dpdk-throughput-latency-3n-skx"
8358   filter: "'NIC_Intel-X710' and
8359            '64B' and
8360            'BASE' and
8361            'NDRPDR' and
8362            '2T1C' and
8363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8364   parameters:
8365   - "throughput"
8366   - "parent"
8367   traces:
8368     hoverinfo: "x+y"
8369     boxpoints: "outliers"
8370     whiskerwidth: 0
8371   layout:
8372     title: ""  # No title
8373     layout: "plot-throughput"
8374
8375 -
8376   type: "plot"
8377   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8378   algorithm: "plot_performance_box"
8379   output-file-type: ".html"
8380   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8381   data: "plot-dpdk-throughput-latency-3n-skx"
8382   filter: "'NIC_Intel-X710' and
8383            '64B' and
8384            'BASE' and
8385            'NDRPDR' and
8386            '4T2C' and
8387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8388   parameters:
8389   - "throughput"
8390   - "parent"
8391   traces:
8392     hoverinfo: "x+y"
8393     boxpoints: "outliers"
8394     whiskerwidth: 0
8395   layout:
8396     title: ""  # No title
8397     layout: "plot-throughput"
8398
8399 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8400 -
8401   type: "plot"
8402   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8403   algorithm: "plot_performance_box"
8404   output-file-type: ".html"
8405   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8406   data: "plot-dpdk-throughput-latency-3n-skx"
8407   filter: "'NIC_Intel-XXV710' and
8408            '64B' and
8409            'BASE' and
8410            'NDRPDR' and
8411            '2T1C' and
8412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8413   parameters:
8414   - "throughput"
8415   - "parent"
8416   traces:
8417     hoverinfo: "x+y"
8418     boxpoints: "outliers"
8419     whiskerwidth: 0
8420   layout:
8421     title: ""  # No title
8422     layout: "plot-throughput"
8423
8424 -
8425   type: "plot"
8426   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8427   algorithm: "plot_performance_box"
8428   output-file-type: ".html"
8429   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8430   data: "plot-dpdk-throughput-latency-3n-skx"
8431   filter: "'NIC_Intel-XXV710' and
8432            '64B' and
8433            'BASE' and
8434            'NDRPDR' and
8435            '4T2C' and
8436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8437   parameters:
8438   - "throughput"
8439   - "parent"
8440   traces:
8441     hoverinfo: "x+y"
8442     boxpoints: "outliers"
8443     whiskerwidth: 0
8444   layout:
8445     title: ""  # No title
8446     layout: "plot-throughput"
8447
8448 -
8449   type: "plot"
8450   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8451   algorithm: "plot_performance_box"
8452   output-file-type: ".html"
8453   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8454   data: "plot-dpdk-throughput-latency-3n-skx"
8455   filter: "'NIC_Intel-XXV710' and
8456            '64B' and
8457            'BASE' and
8458            'NDRPDR' and
8459            '2T1C' and
8460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8461   parameters:
8462   - "throughput"
8463   - "parent"
8464   traces:
8465     hoverinfo: "x+y"
8466     boxpoints: "outliers"
8467     whiskerwidth: 0
8468   layout:
8469     title: ""  # No title
8470     layout: "plot-throughput"
8471
8472 -
8473   type: "plot"
8474   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8475   algorithm: "plot_performance_box"
8476   output-file-type: ".html"
8477   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8478   data: "plot-dpdk-throughput-latency-3n-skx"
8479   filter: "'NIC_Intel-XXV710' and
8480            '64B' and
8481            'BASE' and
8482            'NDRPDR' and
8483            '4T2C' and
8484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8485   parameters:
8486   - "throughput"
8487   - "parent"
8488   traces:
8489     hoverinfo: "x+y"
8490     boxpoints: "outliers"
8491     whiskerwidth: 0
8492   layout:
8493     title: ""  # No title
8494     layout: "plot-throughput"
8495
8496 # Packet Throughput - DPDK testpmd 2n-skx-x710
8497 -
8498   type: "plot"
8499   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8500   algorithm: "plot_performance_box"
8501   output-file-type: ".html"
8502   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8503   data: "plot-dpdk-throughput-latency-2n-skx"
8504   filter: "'NIC_Intel-X710' and
8505            '64B' and
8506            'BASE' and
8507            'NDRPDR' and
8508            '2T1C' and
8509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8510   parameters:
8511   - "throughput"
8512   - "parent"
8513   traces:
8514     hoverinfo: "x+y"
8515     boxpoints: "outliers"
8516     whiskerwidth: 0
8517   layout:
8518     title: ""  # No title
8519     layout: "plot-throughput"
8520
8521 -
8522   type: "plot"
8523   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8524   algorithm: "plot_performance_box"
8525   output-file-type: ".html"
8526   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8527   data: "plot-dpdk-throughput-latency-2n-skx"
8528   filter: "'NIC_Intel-X710' and
8529            '64B' and
8530            'BASE' and
8531            'NDRPDR' and
8532            '4T2C' and
8533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8534   parameters:
8535   - "throughput"
8536   - "parent"
8537   traces:
8538     hoverinfo: "x+y"
8539     boxpoints: "outliers"
8540     whiskerwidth: 0
8541   layout:
8542     title: ""  # No title
8543     layout: "plot-throughput"
8544
8545 -
8546   type: "plot"
8547   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8548   algorithm: "plot_performance_box"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8551   data: "plot-dpdk-throughput-latency-2n-skx"
8552   filter: "'NIC_Intel-X710' and
8553            '64B' and
8554            'BASE' and
8555            'NDRPDR' and
8556            '2T1C' and
8557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8558   parameters:
8559   - "throughput"
8560   - "parent"
8561   traces:
8562     hoverinfo: "x+y"
8563     boxpoints: "outliers"
8564     whiskerwidth: 0
8565   layout:
8566     title: ""  # No title
8567     layout: "plot-throughput"
8568
8569 -
8570   type: "plot"
8571   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8572   algorithm: "plot_performance_box"
8573   output-file-type: ".html"
8574   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8575   data: "plot-dpdk-throughput-latency-2n-skx"
8576   filter: "'NIC_Intel-X710' and
8577            '64B' and
8578            'BASE' and
8579            'NDRPDR' and
8580            '4T2C' and
8581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8582   parameters:
8583   - "throughput"
8584   - "parent"
8585   traces:
8586     hoverinfo: "x+y"
8587     boxpoints: "outliers"
8588     whiskerwidth: 0
8589   layout:
8590     title: ""  # No title
8591     layout: "plot-throughput"
8592
8593 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8594 -
8595   type: "plot"
8596   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8597   algorithm: "plot_performance_box"
8598   output-file-type: ".html"
8599   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8600   data: "plot-dpdk-throughput-latency-2n-skx"
8601   filter: "'NIC_Intel-XXV710' and
8602            '64B' and
8603            'BASE' and
8604            'NDRPDR' and
8605            '2T1C' and
8606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8607   parameters:
8608   - "throughput"
8609   - "parent"
8610   traces:
8611     hoverinfo: "x+y"
8612     boxpoints: "outliers"
8613     whiskerwidth: 0
8614   layout:
8615     title: ""  # No title
8616     layout: "plot-throughput"
8617
8618 -
8619   type: "plot"
8620   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8621   algorithm: "plot_performance_box"
8622   output-file-type: ".html"
8623   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8624   data: "plot-dpdk-throughput-latency-2n-skx"
8625   filter: "'NIC_Intel-XXV710' and
8626            '64B' and
8627            'BASE' and
8628            'NDRPDR' and
8629            '4T2C' and
8630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8631   parameters:
8632   - "throughput"
8633   - "parent"
8634   traces:
8635     hoverinfo: "x+y"
8636     boxpoints: "outliers"
8637     whiskerwidth: 0
8638   layout:
8639     title: ""  # No title
8640     layout: "plot-throughput"
8641
8642 -
8643   type: "plot"
8644   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8645   algorithm: "plot_performance_box"
8646   output-file-type: ".html"
8647   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8648   data: "plot-dpdk-throughput-latency-2n-skx"
8649   filter: "'NIC_Intel-XXV710' and
8650            '64B' and
8651            'BASE' and
8652            'NDRPDR' and
8653            '2T1C' and
8654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8655   parameters:
8656   - "throughput"
8657   - "parent"
8658   traces:
8659     hoverinfo: "x+y"
8660     boxpoints: "outliers"
8661     whiskerwidth: 0
8662   layout:
8663     title: ""  # No title
8664     layout: "plot-throughput"
8665
8666 -
8667   type: "plot"
8668   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8669   algorithm: "plot_performance_box"
8670   output-file-type: ".html"
8671   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8672   data: "plot-dpdk-throughput-latency-2n-skx"
8673   filter: "'NIC_Intel-XXV710' and
8674            '64B' and
8675            'BASE' and
8676            'NDRPDR' and
8677            '4T2C' and
8678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8679   parameters:
8680   - "throughput"
8681   - "parent"
8682   traces:
8683     hoverinfo: "x+y"
8684     boxpoints: "outliers"
8685     whiskerwidth: 0
8686   layout:
8687     title: ""  # No title
8688     layout: "plot-throughput"
8689
8690
8691
8692
8693
8694
8695
8696
8697 ################################################################################
8698
8699 # Packet Latency - VPP L2 3n-hsw-x520
8700 -
8701   type: "plot"
8702   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8703   algorithm: "plot_latency_box"
8704   output-file-type: ".html"
8705   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8706   data: "plot-vpp-throughput-latency-3n-hsw"
8707   filter: "'NIC_Intel-X520-DA2' and
8708            '64B' and
8709            ('BASE' or 'SCALE') and
8710            'NDRPDR' and
8711            '1T1C' and
8712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8713            not 'VHOST' and
8714            not 'MEMIF'"
8715   parameters:
8716   - "latency"
8717   - "parent"
8718   traces:
8719     boxmean: False
8720   layout:
8721     title: ""  # No title
8722     layout: "plot-latency"
8723
8724 -
8725   type: "plot"
8726   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8727   algorithm: "plot_latency_box"
8728   output-file-type: ".html"
8729   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8730   data: "plot-vpp-throughput-latency-3n-hsw"
8731   filter: "'NIC_Intel-X520-DA2' and
8732            '64B' and
8733            ('BASE' or 'SCALE') and
8734            'NDRPDR' and
8735            '2T2C' and
8736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8737            not 'VHOST' and
8738            not 'MEMIF'"
8739   parameters:
8740   - "latency"
8741   - "parent"
8742   traces:
8743     boxmean: False
8744   layout:
8745     title: ""  # No title
8746     layout: "plot-latency"
8747
8748 -
8749   type: "plot"
8750   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8751   algorithm: "plot_latency_box"
8752   output-file-type: ".html"
8753   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8754   data: "plot-vpp-throughput-latency-3n-hsw"
8755   filter: "'NIC_Intel-X520-DA2' and
8756            '64B' and
8757            'FEATURE' and
8758            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8759            'NDRPDR' and
8760            '1T1C' and
8761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8762            not 'VHOST' and
8763            not 'MEMIF'"
8764   parameters:
8765   - "latency"
8766   - "parent"
8767   traces:
8768     boxmean: False
8769   layout:
8770     title: ""  # No title
8771     layout: "plot-latency"
8772
8773 -
8774   type: "plot"
8775   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8776   algorithm: "plot_latency_box"
8777   output-file-type: ".html"
8778   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8779   data: "plot-vpp-throughput-latency-3n-hsw"
8780   filter: "'NIC_Intel-X520-DA2' and
8781            '64B' and
8782            'FEATURE' and
8783            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8784            'NDRPDR' and
8785            '2T2C' and
8786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8787            not 'VHOST' and
8788            not 'MEMIF'"
8789   parameters:
8790   - "latency"
8791   - "parent"
8792   traces:
8793     boxmean: False
8794   layout:
8795     title: ""  # No title
8796     layout: "plot-latency"
8797
8798 # Packet Latency - VPP L2 3n-hsw-x710
8799 -
8800   type: "plot"
8801   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8802   algorithm: "plot_latency_box"
8803   output-file-type: ".html"
8804   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8805   data: "plot-vpp-throughput-latency-3n-hsw"
8806   filter: "'NIC_Intel-X710' and
8807            '64B' and
8808            ('BASE' or 'SCALE') and
8809            'NDRPDR' and
8810            '1T1C' and
8811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8812            not 'VHOST' and
8813            not 'MEMIF'"
8814   parameters:
8815   - "latency"
8816   - "parent"
8817   traces:
8818     boxmean: False
8819   layout:
8820     title: ""  # No title
8821     layout: "plot-latency"
8822
8823 -
8824   type: "plot"
8825   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8826   algorithm: "plot_latency_box"
8827   output-file-type: ".html"
8828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8829   data: "plot-vpp-throughput-latency-3n-hsw"
8830   filter: "'NIC_Intel-X710' and
8831            '64B' and
8832            ('BASE' or 'SCALE') and
8833            'NDRPDR' and
8834            '2T2C' and
8835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8836            not 'VHOST' and
8837            not 'MEMIF'"
8838   parameters:
8839   - "latency"
8840   - "parent"
8841   traces:
8842     boxmean: False
8843   layout:
8844     title: ""  # No title
8845     layout: "plot-latency"
8846
8847 -
8848   type: "plot"
8849   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8850   algorithm: "plot_latency_box"
8851   output-file-type: ".html"
8852   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8853   data: "plot-vpp-throughput-latency-3n-hsw"
8854   filter: "'NIC_Intel-X710' and
8855            '64B' and
8856            'FEATURE' and
8857            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8858            'NDRPDR' and
8859            '1T1C' and
8860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8861            not 'VHOST' and
8862            not 'MEMIF'"
8863   parameters:
8864   - "latency"
8865   - "parent"
8866   traces:
8867     boxmean: False
8868   layout:
8869     title: ""  # No title
8870     layout: "plot-latency"
8871
8872 -
8873   type: "plot"
8874   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8875   algorithm: "plot_latency_box"
8876   output-file-type: ".html"
8877   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8878   data: "plot-vpp-throughput-latency-3n-hsw"
8879   filter: "'NIC_Intel-X710' and
8880            '64B' and
8881            'FEATURE' and
8882            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8883            'NDRPDR' and
8884            '2T2C' and
8885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8886            not 'VHOST' and
8887            not 'MEMIF'"
8888   parameters:
8889   - "latency"
8890   - "parent"
8891   traces:
8892     boxmean: False
8893   layout:
8894     title: ""  # No title
8895     layout: "plot-latency"
8896
8897 # Packet Latency - VPP L2 3n-hsw-xl710
8898 -
8899   type: "plot"
8900   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8901   algorithm: "plot_latency_box"
8902   output-file-type: ".html"
8903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8904   data: "plot-vpp-throughput-latency-3n-hsw"
8905   filter: "'NIC_Intel-XL710' and
8906            '64B' and
8907            ('BASE' or 'SCALE') and
8908            'NDRPDR' and
8909            '1T1C' and
8910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8911            not 'VHOST' and
8912            not 'MEMIF'"
8913   parameters:
8914   - "latency"
8915   - "parent"
8916   traces:
8917     boxmean: False
8918   layout:
8919     title: ""  # No title
8920     layout: "plot-latency"
8921
8922 -
8923   type: "plot"
8924   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8925   algorithm: "plot_latency_box"
8926   output-file-type: ".html"
8927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8928   data: "plot-vpp-throughput-latency-3n-hsw"
8929   filter: "'NIC_Intel-XL710' and
8930            '64B' and
8931            ('BASE' or 'SCALE') and
8932            'NDRPDR' and
8933            '2T2C' and
8934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8935            not 'VHOST' and
8936            not 'MEMIF'"
8937   parameters:
8938   - "latency"
8939   - "parent"
8940   traces:
8941     boxmean: False
8942   layout:
8943     title: ""  # No title
8944     layout: "plot-latency"
8945
8946 # Packet Latency - VPP L2 3n-skx-x710
8947 -
8948   type: "plot"
8949   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
8950   algorithm: "plot_latency_box"
8951   output-file-type: ".html"
8952   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
8953   data: "plot-vpp-throughput-latency-3n-skx"
8954   filter: "'NIC_Intel-X710' and
8955            '64B' and
8956            ('BASE' or 'SCALE') and
8957            'NDRPDR' and
8958            '2T1C' and
8959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8960            not 'VHOST' and
8961            not 'MEMIF'"
8962   parameters:
8963   - "latency"
8964   - "parent"
8965   traces:
8966     boxmean: False
8967   layout:
8968     title: ""  # No title
8969     layout: "plot-latency"
8970
8971 -
8972   type: "plot"
8973   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
8974   algorithm: "plot_latency_box"
8975   output-file-type: ".html"
8976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
8977   data: "plot-vpp-throughput-latency-3n-skx"
8978   filter: "'NIC_Intel-X710' and
8979            '64B' and
8980            ('BASE' or 'SCALE') and
8981            'NDRPDR' and
8982            '4T2C' and
8983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8984            not 'VHOST' and
8985            not 'MEMIF'"
8986   parameters:
8987   - "latency"
8988   - "parent"
8989   traces:
8990     boxmean: False
8991   layout:
8992     title: ""  # No title
8993     layout: "plot-latency"
8994
8995 -
8996   type: "plot"
8997   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
8998   algorithm: "plot_latency_box"
8999   output-file-type: ".html"
9000   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9001   data: "plot-vpp-throughput-latency-3n-skx"
9002   filter: "'NIC_Intel-X710' and
9003            '64B' and
9004            'FEATURE' and
9005            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9006            'NDRPDR' and
9007            '2T1C' and
9008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9009            not 'VHOST' and
9010            not 'MEMIF'"
9011   parameters:
9012   - "latency"
9013   - "parent"
9014   traces:
9015     boxmean: False
9016   layout:
9017     title: ""  # No title
9018     layout: "plot-latency"
9019
9020 -
9021   type: "plot"
9022   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9023   algorithm: "plot_latency_box"
9024   output-file-type: ".html"
9025   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9026   data: "plot-vpp-throughput-latency-3n-skx"
9027   filter: "'NIC_Intel-X710' and
9028            '64B' and
9029            'FEATURE' and
9030            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9031            'NDRPDR' and
9032            '4T2C' and
9033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9034            not 'VHOST' and
9035            not 'MEMIF'"
9036   parameters:
9037   - "latency"
9038   - "parent"
9039   traces:
9040     boxmean: False
9041   layout:
9042     title: ""  # No title
9043     layout: "plot-latency"
9044
9045 # Packet Latency - VPP L2 3n-skx-xxv710
9046 -
9047   type: "plot"
9048   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9049   algorithm: "plot_latency_box"
9050   output-file-type: ".html"
9051   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9052   data: "plot-vpp-throughput-latency-3n-skx"
9053   filter: "'NIC_Intel-XXV710' and
9054            '64B' and
9055            ('BASE' or 'SCALE') and
9056            'NDRPDR' and
9057            '2T1C' and
9058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9059            not 'VHOST' and
9060            not 'MEMIF'"
9061   parameters:
9062   - "latency"
9063   - "parent"
9064   traces:
9065     boxmean: False
9066   layout:
9067     title: ""  # No title
9068     layout: "plot-latency"
9069
9070 -
9071   type: "plot"
9072   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9073   algorithm: "plot_latency_box"
9074   output-file-type: ".html"
9075   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9076   data: "plot-vpp-throughput-latency-3n-skx"
9077   filter: "'NIC_Intel-XXV710' and
9078            '64B' and
9079            ('BASE' or 'SCALE') and
9080            'NDRPDR' and
9081            '4T2C' and
9082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9083            not 'VHOST' and
9084            not 'MEMIF'"
9085   parameters:
9086   - "latency"
9087   - "parent"
9088   traces:
9089     boxmean: False
9090   layout:
9091     title: ""  # No title
9092     layout: "plot-latency"
9093
9094 # Packet Latency - VPP L2 2n-skx-x710
9095 -
9096   type: "plot"
9097   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9098   algorithm: "plot_latency_box"
9099   output-file-type: ".html"
9100   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9101   data: "plot-vpp-throughput-latency-2n-skx"
9102   filter: "'NIC_Intel-X710' and
9103            '64B' and
9104            ('BASE' or 'SCALE') and
9105            'NDRPDR' and
9106            '2T1C' and
9107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9108            not 'VHOST' and
9109            not 'MEMIF'"
9110   parameters:
9111   - "latency"
9112   - "parent"
9113   traces:
9114     boxmean: False
9115   layout:
9116     title: ""  # No title
9117     layout: "plot-latency"
9118
9119 -
9120   type: "plot"
9121   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9122   algorithm: "plot_latency_box"
9123   output-file-type: ".html"
9124   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9125   data: "plot-vpp-throughput-latency-2n-skx"
9126   filter: "'NIC_Intel-X710' and
9127            '64B' and
9128            ('BASE' or 'SCALE') and
9129            'NDRPDR' and
9130            '4T2C' and
9131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9132            not 'VHOST' and
9133            not 'MEMIF'"
9134   parameters:
9135   - "latency"
9136   - "parent"
9137   traces:
9138     boxmean: False
9139   layout:
9140     title: ""  # No title
9141     layout: "plot-latency"
9142
9143 # Packet Latency - VPP L2 2n-skx-xxv710
9144 -
9145   type: "plot"
9146   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9147   algorithm: "plot_latency_box"
9148   output-file-type: ".html"
9149   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9150   data: "plot-vpp-throughput-latency-2n-skx"
9151   filter: "'NIC_Intel-XXV710' and
9152            '64B' and
9153            ('BASE' or 'SCALE') and
9154            'NDRPDR' and
9155            '2T1C' and
9156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9157            not 'VHOST' and
9158            not 'MEMIF'"
9159   parameters:
9160   - "latency"
9161   - "parent"
9162   traces:
9163     boxmean: False
9164   layout:
9165     title: ""  # No title
9166     layout: "plot-latency"
9167
9168 -
9169   type: "plot"
9170   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9171   algorithm: "plot_latency_box"
9172   output-file-type: ".html"
9173   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9174   data: "plot-vpp-throughput-latency-2n-skx"
9175   filter: "'NIC_Intel-XXV710' and
9176            '64B' and
9177            ('BASE' or 'SCALE') and
9178            'NDRPDR' and
9179            '4T2C' and
9180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9181            not 'VHOST' and
9182            not 'MEMIF'"
9183   parameters:
9184   - "latency"
9185   - "parent"
9186   traces:
9187     boxmean: False
9188   layout:
9189     title: ""  # No title
9190     layout: "plot-latency"
9191
9192 ################################################################################
9193
9194 # Packet Latency - VPP Container Memif 3n-hsw-x520
9195 -
9196   type: "plot"
9197   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9198   algorithm: "plot_latency_box"
9199   output-file-type: ".html"
9200   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9201   data: "plot-vpp-throughput-latency-3n-hsw"
9202   filter: "'NIC_Intel-X520-DA2' and
9203            '64B' and
9204            ('BASE' or 'SCALE') and
9205            'NDRPDR' and
9206            '1T1C' and
9207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9208            not 'VHOST' and
9209            'MEMIF'"
9210   parameters:
9211   - "latency"
9212   - "parent"
9213   traces:
9214     boxmean: False
9215   layout:
9216     title: ""  # No title
9217     layout: "plot-latency"
9218
9219 -
9220   type: "plot"
9221   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9222   algorithm: "plot_latency_box"
9223   output-file-type: ".html"
9224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9225   data: "plot-vpp-throughput-latency-3n-hsw"
9226   filter: "'NIC_Intel-X520-DA2' and
9227            '64B' and
9228            ('BASE' or 'SCALE') and
9229            'NDRPDR' and
9230            '2T2C' and
9231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9232            not 'VHOST' and
9233            'MEMIF'"
9234   parameters:
9235   - "latency"
9236   - "parent"
9237   traces:
9238     boxmean: False
9239   layout:
9240     title: ""  # No title
9241     layout: "plot-latency"
9242
9243 # Packet Latency - VPP Container Memif 3n-hsw-x710
9244 -
9245   type: "plot"
9246   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9247   algorithm: "plot_latency_box"
9248   output-file-type: ".html"
9249   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9250   data: "plot-vpp-throughput-latency-3n-hsw"
9251   filter: "'NIC_Intel-X710' and
9252            '64B' and
9253            ('BASE' or 'SCALE') and
9254            'NDRPDR' and
9255            '1T1C' and
9256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9257            not 'VHOST' and
9258            'MEMIF'"
9259   parameters:
9260   - "latency"
9261   - "parent"
9262   traces:
9263     boxmean: False
9264   layout:
9265     title: ""  # No title
9266     layout: "plot-latency"
9267
9268 -
9269   type: "plot"
9270   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9271   algorithm: "plot_latency_box"
9272   output-file-type: ".html"
9273   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9274   data: "plot-vpp-throughput-latency-3n-hsw"
9275   filter: "'NIC_Intel-X710' and
9276            '64B' and
9277            ('BASE' or 'SCALE') and
9278            'NDRPDR' and
9279            '2T2C' and
9280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9281            not 'VHOST' and
9282            'MEMIF'"
9283   parameters:
9284   - "latency"
9285   - "parent"
9286   traces:
9287     boxmean: False
9288   layout:
9289     title: ""  # No title
9290     layout: "plot-latency"
9291
9292 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9293 -
9294   type: "plot"
9295   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9296   algorithm: "plot_latency_box"
9297   output-file-type: ".html"
9298   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9299   data: "plot-vpp-throughput-latency-3n-hsw"
9300   filter: "'NIC_Intel-XL710' and
9301            '64B' and
9302            ('BASE' or 'SCALE') and
9303            'NDRPDR' and
9304            '1T1C' and
9305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9306            not 'VHOST' and
9307            'MEMIF'"
9308   parameters:
9309   - "latency"
9310   - "parent"
9311   traces:
9312     boxmean: False
9313   layout:
9314     title: ""  # No title
9315     layout: "plot-latency"
9316
9317 -
9318   type: "plot"
9319   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9320   algorithm: "plot_latency_box"
9321   output-file-type: ".html"
9322   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9323   data: "plot-vpp-throughput-latency-3n-hsw"
9324   filter: "'NIC_Intel-XL710' and
9325            '64B' and
9326            ('BASE' or 'SCALE') and
9327            'NDRPDR' and
9328            '2T2C' and
9329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9330            not 'VHOST' and
9331            'MEMIF'"
9332   parameters:
9333   - "latency"
9334   - "parent"
9335   traces:
9336     boxmean: False
9337   layout:
9338     title: ""  # No title
9339     layout: "plot-latency"
9340
9341 # Packet Latency - VPP Container Memif 3n-skx-x710
9342 -
9343   type: "plot"
9344   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9345   algorithm: "plot_latency_box"
9346   output-file-type: ".html"
9347   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9348   data: "plot-vpp-throughput-latency-3n-skx"
9349   filter: "'NIC_Intel-X710' and
9350            '64B' and
9351            ('BASE' or 'SCALE') and
9352            'NDRPDR' and
9353            '2T1C' and
9354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9355            not 'VHOST' and
9356            'MEMIF'"
9357   parameters:
9358   - "latency"
9359   - "parent"
9360   traces:
9361     boxmean: False
9362   layout:
9363     title: ""  # No title
9364     layout: "plot-latency"
9365
9366 -
9367   type: "plot"
9368   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9369   algorithm: "plot_latency_box"
9370   output-file-type: ".html"
9371   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9372   data: "plot-vpp-throughput-latency-3n-skx"
9373   filter: "'NIC_Intel-X710' and
9374            '64B' and
9375            ('BASE' or 'SCALE') and
9376            'NDRPDR' and
9377            '4T2C' and
9378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9379            not 'VHOST' and
9380            'MEMIF'"
9381   parameters:
9382   - "latency"
9383   - "parent"
9384   traces:
9385     boxmean: False
9386   layout:
9387     title: ""  # No title
9388     layout: "plot-latency"
9389
9390 ################################################################################
9391
9392 # Packet Latency - VPP Container Memif 3n-hsw-x520
9393 -
9394   type: "plot"
9395   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9396   algorithm: "plot_latency_box"
9397   output-file-type: ".html"
9398   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9399   data: "plot-ligato-throughput-latency-3n-hsw"
9400   filter: "'NIC_Intel-X520-DA2' and
9401            '64B' and
9402            ('BASE' or 'SCALE') and
9403            'NDRPDR' and
9404            '1T1C' and
9405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9406            not 'VHOST' and
9407            'MEMIF'"
9408   parameters:
9409   - "latency"
9410   - "parent"
9411   traces:
9412     boxmean: False
9413   layout:
9414     title: ""  # No title
9415     layout: "plot-latency"
9416
9417 -
9418   type: "plot"
9419   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9420   algorithm: "plot_latency_box"
9421   output-file-type: ".html"
9422   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9423   data: "plot-ligato-throughput-latency-3n-hsw"
9424   filter: "'NIC_Intel-X520-DA2' and
9425            '64B' and
9426            ('BASE' or 'SCALE') and
9427            'NDRPDR' and
9428            '2T2C' and
9429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9430            not 'VHOST' and
9431            'MEMIF'"
9432   parameters:
9433   - "latency"
9434   - "parent"
9435   traces:
9436     boxmean: False
9437   layout:
9438     title: ""  # No title
9439     layout: "plot-latency"
9440
9441 # Packet Latency - VPP Container Memif 3n-hsw-x710
9442 -
9443   type: "plot"
9444   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9445   algorithm: "plot_latency_box"
9446   output-file-type: ".html"
9447   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9448   data: "plot-ligato-throughput-latency-3n-hsw"
9449   filter: "'NIC_Intel-X710' and
9450            '64B' and
9451            ('BASE' or 'SCALE') and
9452            'NDRPDR' and
9453            '1T1C' and
9454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9455            not 'VHOST' and
9456            'MEMIF'"
9457   parameters:
9458   - "latency"
9459   - "parent"
9460   traces:
9461     boxmean: False
9462   layout:
9463     title: ""  # No title
9464     layout: "plot-latency"
9465
9466 -
9467   type: "plot"
9468   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9469   algorithm: "plot_latency_box"
9470   output-file-type: ".html"
9471   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9472   data: "plot-ligato-throughput-latency-3n-hsw"
9473   filter: "'NIC_Intel-X710' and
9474            '64B' and
9475            ('BASE' or 'SCALE') and
9476            'NDRPDR' and
9477            '2T2C' and
9478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9479            not 'VHOST' and
9480            'MEMIF'"
9481   parameters:
9482   - "latency"
9483   - "parent"
9484   traces:
9485     boxmean: False
9486   layout:
9487     title: ""  # No title
9488     layout: "plot-latency"
9489
9490 ################################################################################
9491
9492 # Packet Latency - VPP IPv4 3n-hsw-x520
9493 -
9494   type: "plot"
9495   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9496   algorithm: "plot_latency_box"
9497   output-file-type: ".html"
9498   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9499   data: "plot-vpp-throughput-latency-3n-hsw"
9500   filter: "'NIC_Intel-X520-DA2' and
9501            '64B' and
9502            ('BASE' or 'SCALE') and
9503            'NDRPDR' and
9504            '1T1C' and
9505            'IP4FWD' and
9506            not 'IPSEC' and
9507            not 'VHOST'"
9508   parameters:
9509   - "latency"
9510   - "parent"
9511   traces:
9512     boxmean: False
9513   layout:
9514     title: ""  # No title
9515     layout: "plot-latency"
9516
9517 -
9518   type: "plot"
9519   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9520   algorithm: "plot_latency_box"
9521   output-file-type: ".html"
9522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9523   data: "plot-vpp-throughput-latency-3n-hsw"
9524   filter: "'NIC_Intel-X520-DA2' and
9525            '64B' and
9526            ('BASE' or 'SCALE') and
9527            'NDRPDR' and
9528            '2T2C' and
9529            'IP4FWD' and
9530            not 'IPSEC' and
9531            not 'VHOST'"
9532   parameters:
9533   - "latency"
9534   - "parent"
9535   traces:
9536     boxmean: False
9537   layout:
9538     title: ""  # No title
9539     layout: "plot-latency"
9540
9541 -
9542   type: "plot"
9543   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9544   algorithm: "plot_latency_box"
9545   output-file-type: ".html"
9546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9547   data: "plot-vpp-throughput-latency-3n-hsw"
9548   filter: "'NIC_Intel-X520-DA2' and
9549            '64B' and
9550            'FEATURE' and
9551            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9552            'NDRPDR' and
9553            '1T1C' and
9554            'IP4FWD' and
9555            not 'IPSEC' and
9556            not 'VHOST'"
9557   parameters:
9558   - "latency"
9559   - "parent"
9560   traces:
9561     boxmean: False
9562   layout:
9563     title: ""  # No title
9564     layout: "plot-latency"
9565
9566 -
9567   type: "plot"
9568   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9569   algorithm: "plot_latency_box"
9570   output-file-type: ".html"
9571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9572   data: "plot-vpp-throughput-latency-3n-hsw"
9573   filter: "'NIC_Intel-X520-DA2' and
9574            '64B' and
9575            'FEATURE' and
9576            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9577            'NDRPDR' and
9578            '2T2C' and
9579            'IP4FWD' and
9580            not 'IPSEC' and
9581            not 'VHOST'"
9582   parameters:
9583   - "latency"
9584   - "parent"
9585   traces:
9586     boxmean: False
9587   layout:
9588     title: ""  # No title
9589     layout: "plot-latency"
9590
9591 # Packet Latency - VPP IPv4 3n-hsw-x710
9592 -
9593   type: "plot"
9594   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9595   algorithm: "plot_latency_box"
9596   output-file-type: ".html"
9597   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9598   data: "plot-vpp-throughput-latency-3n-hsw"
9599   filter: "'NIC_Intel-X710' and
9600            '64B' and
9601            ('BASE' or 'SCALE') and
9602            'NDRPDR' and
9603            '1T1C' and
9604            'IP4FWD' and
9605            not 'IPSEC' and
9606            not 'VHOST'"
9607   parameters:
9608   - "latency"
9609   - "parent"
9610   traces:
9611     boxmean: False
9612   layout:
9613     title: ""  # No title
9614     layout: "plot-latency"
9615
9616 -
9617   type: "plot"
9618   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9619   algorithm: "plot_latency_box"
9620   output-file-type: ".html"
9621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9622   data: "plot-vpp-throughput-latency-3n-hsw"
9623   filter: "'NIC_Intel-X710' and
9624            '64B' and
9625            ('BASE' or 'SCALE') and
9626            'NDRPDR' and
9627            '2T2C' and
9628            'IP4FWD' and
9629            not 'IPSEC' and
9630            not 'VHOST'"
9631   parameters:
9632   - "latency"
9633   - "parent"
9634   traces:
9635     boxmean: False
9636   layout:
9637     title: ""  # No title
9638     layout: "plot-latency"
9639
9640 -
9641   type: "plot"
9642   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9643   algorithm: "plot_latency_box"
9644   output-file-type: ".html"
9645   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9646   data: "plot-vpp-throughput-latency-3n-hsw"
9647   filter: "'NIC_Intel-X710' and
9648            '64B' and
9649            'FEATURE' and
9650            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9651            'NDRPDR' and
9652            '1T1C' and
9653            'IP4FWD' and
9654            not 'IPSEC' and
9655            not 'VHOST'"
9656   parameters:
9657   - "latency"
9658   - "parent"
9659   traces:
9660     boxmean: False
9661   layout:
9662     title: ""  # No title
9663     layout: "plot-latency"
9664
9665 -
9666   type: "plot"
9667   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9668   algorithm: "plot_latency_box"
9669   output-file-type: ".html"
9670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9671   data: "plot-vpp-throughput-latency-3n-hsw"
9672   filter: "'NIC_Intel-X710' and
9673            '64B' and
9674            'FEATURE' and
9675            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9676            'NDRPDR' and
9677            '2T2C' and
9678            'IP4FWD' and
9679            not 'IPSEC' and
9680            not 'VHOST'"
9681   parameters:
9682   - "latency"
9683   - "parent"
9684   traces:
9685     boxmean: False
9686   layout:
9687     title: ""  # No title
9688     layout: "plot-latency"
9689
9690 # Packet Latency - VPP IPv4 3n-hsw-xl710
9691 -
9692   type: "plot"
9693   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9694   algorithm: "plot_latency_box"
9695   output-file-type: ".html"
9696   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9697   data: "plot-vpp-throughput-latency-3n-hsw"
9698   filter: "'NIC_Intel-XL710' and
9699            '64B' and
9700            ('BASE' or 'SCALE') and
9701            'NDRPDR' and
9702            '1T1C' and
9703            'IP4FWD' and
9704            not 'IPSEC' and
9705            not 'VHOST'"
9706   parameters:
9707   - "latency"
9708   - "parent"
9709   traces:
9710     boxmean: False
9711   layout:
9712     title: ""  # No title
9713     layout: "plot-latency"
9714
9715 -
9716   type: "plot"
9717   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9718   algorithm: "plot_latency_box"
9719   output-file-type: ".html"
9720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9721   data: "plot-vpp-throughput-latency-3n-hsw"
9722   filter: "'NIC_Intel-XL710' and
9723            '64B' and
9724            ('BASE' or 'SCALE') and
9725            'NDRPDR' and
9726            '2T2C' and
9727            'IP4FWD' and
9728            not 'IPSEC' and
9729            not 'VHOST'"
9730   parameters:
9731   - "latency"
9732   - "parent"
9733   traces:
9734     boxmean: False
9735   layout:
9736     title: ""  # No title
9737     layout: "plot-latency"
9738
9739 # Packet Latency - VPP IPv4 3n-skx-x710
9740 -
9741   type: "plot"
9742   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9743   algorithm: "plot_latency_box"
9744   output-file-type: ".html"
9745   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9746   data: "plot-vpp-throughput-latency-3n-skx"
9747   filter: "'NIC_Intel-X710' and
9748            '64B' and
9749            ('BASE' or 'SCALE') and
9750            'NDRPDR' and
9751            '2T1C' and
9752            'IP4FWD' and
9753            not 'IPSEC' and
9754            not 'VHOST'"
9755   parameters:
9756   - "latency"
9757   - "parent"
9758   traces:
9759     boxmean: False
9760   layout:
9761     title: ""  # No title
9762     layout: "plot-latency"
9763
9764 -
9765   type: "plot"
9766   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9767   algorithm: "plot_latency_box"
9768   output-file-type: ".html"
9769   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9770   data: "plot-vpp-throughput-latency-3n-skx"
9771   filter: "'NIC_Intel-X710' and
9772            '64B' and
9773            ('BASE' or 'SCALE') and
9774            'NDRPDR' and
9775            '4T2C' and
9776            'IP4FWD' and
9777            not 'IPSEC' and
9778            not 'VHOST'"
9779   parameters:
9780   - "latency"
9781   - "parent"
9782   traces:
9783     boxmean: False
9784   layout:
9785     title: ""  # No title
9786     layout: "plot-latency"
9787
9788 -
9789   type: "plot"
9790   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9791   algorithm: "plot_latency_box"
9792   output-file-type: ".html"
9793   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9794   data: "plot-vpp-throughput-latency-3n-skx"
9795   filter: "'NIC_Intel-X710' and
9796            '64B' and
9797            'FEATURE' and
9798            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9799            'NDRPDR' and
9800            '2T1C' and
9801            'IP4FWD' and
9802            not 'IPSEC' and
9803            not 'VHOST'"
9804   parameters:
9805   - "latency"
9806   - "parent"
9807   traces:
9808     boxmean: False
9809   layout:
9810     title: ""  # No title
9811     layout: "plot-latency"
9812
9813 -
9814   type: "plot"
9815   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9816   algorithm: "plot_latency_box"
9817   output-file-type: ".html"
9818   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9819   data: "plot-vpp-throughput-latency-3n-skx"
9820   filter: "'NIC_Intel-X710' and
9821            '64B' and
9822            'FEATURE' and
9823            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9824            'NDRPDR' and
9825            '4T2C' and
9826            'IP4FWD' and
9827            not 'IPSEC' and
9828            not 'VHOST'"
9829   parameters:
9830   - "latency"
9831   - "parent"
9832   traces:
9833     boxmean: False
9834   layout:
9835     title: ""  # No title
9836     layout: "plot-latency"
9837
9838 # Packet Latency - VPP IPv4 2n-skx-x710
9839 -
9840   type: "plot"
9841   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9842   algorithm: "plot_latency_box"
9843   output-file-type: ".html"
9844   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9845   data: "plot-vpp-throughput-latency-2n-skx"
9846   filter: "'NIC_Intel-X710' and
9847            '64B' and
9848            ('BASE' or 'SCALE') and
9849            'NDRPDR' and
9850            '2T1C' and
9851            'IP4FWD' and
9852            not 'IPSEC' and
9853            not 'VHOST'"
9854   parameters:
9855   - "latency"
9856   - "parent"
9857   traces:
9858     boxmean: False
9859   layout:
9860     title: ""  # No title
9861     layout: "plot-latency"
9862
9863 -
9864   type: "plot"
9865   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9866   algorithm: "plot_latency_box"
9867   output-file-type: ".html"
9868   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9869   data: "plot-vpp-throughput-latency-2n-skx"
9870   filter: "'NIC_Intel-X710' and
9871            '64B' and
9872            ('BASE' or 'SCALE') and
9873            'NDRPDR' and
9874            '4T2C' and
9875            'IP4FWD' and
9876            not 'IPSEC' and
9877            not 'VHOST'"
9878   parameters:
9879   - "latency"
9880   - "parent"
9881   traces:
9882     boxmean: False
9883   layout:
9884     title: ""  # No title
9885     layout: "plot-latency"
9886
9887 # Packet Latency - VPP IPv4 2n-skx-xxv710
9888 -
9889   type: "plot"
9890   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9891   algorithm: "plot_latency_box"
9892   output-file-type: ".html"
9893   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9894   data: "plot-vpp-throughput-latency-2n-skx"
9895   filter: "'NIC_Intel-XXV710' and
9896            '64B' and
9897            ('BASE' or 'SCALE') and
9898            'NDRPDR' and
9899            '2T1C' and
9900            'IP4FWD' and
9901            not 'IPSEC' and
9902            not 'VHOST'"
9903   parameters:
9904   - "latency"
9905   - "parent"
9906   traces:
9907     boxmean: False
9908   layout:
9909     title: ""  # No title
9910     layout: "plot-latency"
9911
9912 -
9913   type: "plot"
9914   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9915   algorithm: "plot_latency_box"
9916   output-file-type: ".html"
9917   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9918   data: "plot-vpp-throughput-latency-2n-skx"
9919   filter: "'NIC_Intel-XXV710' and
9920            '64B' and
9921            ('BASE' or 'SCALE') and
9922            'NDRPDR' and
9923            '4T2C' and
9924            'IP4FWD' and
9925            not 'IPSEC' and
9926            not 'VHOST'"
9927   parameters:
9928   - "latency"
9929   - "parent"
9930   traces:
9931     boxmean: False
9932   layout:
9933     title: ""  # No title
9934     layout: "plot-latency"
9935
9936 ################################################################################
9937
9938 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
9939 -
9940   type: "plot"
9941   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9942   algorithm: "plot_latency_box"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9945   data: "plot-vpp-throughput-latency-3n-hsw"
9946   filter: "'NIC_Intel-X520-DA2' and
9947            '64B' and
9948            'ENCAP' and
9949            'NDRPDR' and
9950            '1T1C' and
9951            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9952            not 'VHOST' and
9953            not 'IPSECHW'"
9954   parameters:
9955   - "latency"
9956   - "parent"
9957   traces:
9958     boxmean: False
9959   layout:
9960     title: ""  # No title
9961     layout: "plot-latency"
9962
9963 -
9964   type: "plot"
9965   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9966   algorithm: "plot_latency_box"
9967   output-file-type: ".html"
9968   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9969   data: "plot-vpp-throughput-latency-3n-hsw"
9970   filter: "'NIC_Intel-X520-DA2' and
9971            '64B' and
9972            'ENCAP' and
9973            'NDRPDR' and
9974            '2T2C' and
9975            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9976            not 'VHOST' and
9977            not 'IPSECHW'"
9978   parameters:
9979   - "latency"
9980   - "parent"
9981   traces:
9982     boxmean: False
9983   layout:
9984     title: ""  # No title
9985     layout: "plot-latency"
9986
9987 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
9988 -
9989   type: "plot"
9990   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9991   algorithm: "plot_latency_box"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9994   data: "plot-vpp-throughput-latency-3n-hsw"
9995   filter: "'NIC_Intel-X710' and
9996            '64B' and
9997            'ENCAP' and
9998            'NDRPDR' and
9999            '1T1C' and
10000            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10001            not 'VHOST' and
10002            not 'IPSECHW'"
10003   parameters:
10004   - "latency"
10005   - "parent"
10006   traces:
10007     boxmean: False
10008   layout:
10009     title: ""  # No title
10010     layout: "plot-latency"
10011
10012 -
10013   type: "plot"
10014   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10015   algorithm: "plot_latency_box"
10016   output-file-type: ".html"
10017   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10018   data: "plot-vpp-throughput-latency-3n-hsw"
10019   filter: "'NIC_Intel-X710' and
10020            '64B' and
10021            'ENCAP' and
10022            'NDRPDR' and
10023            '2T2C' and
10024            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10025            not 'VHOST' and
10026            not 'IPSECHW'"
10027   parameters:
10028   - "latency"
10029   - "parent"
10030   traces:
10031     boxmean: False
10032   layout:
10033     title: ""  # No title
10034     layout: "plot-latency"
10035
10036 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10037 -
10038   type: "plot"
10039   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10040   algorithm: "plot_latency_box"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10043   data: "plot-vpp-throughput-latency-3n-skx"
10044   filter: "'NIC_Intel-X710' and
10045            '64B' and
10046            'ENCAP' and
10047            'NDRPDR' and
10048            '2T1C' and
10049            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10050            not 'VHOST' and
10051            not 'IPSECHW'"
10052   parameters:
10053   - "latency"
10054   - "parent"
10055   traces:
10056     boxmean: False
10057   layout:
10058     title: ""  # No title
10059     layout: "plot-latency"
10060
10061 -
10062   type: "plot"
10063   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10064   algorithm: "plot_latency_box"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10067   data: "plot-vpp-throughput-latency-3n-skx"
10068   filter: "'NIC_Intel-X710' and
10069            '64B' and
10070            'ENCAP' and
10071            'NDRPDR' and
10072            '4T2C' and
10073            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10074            not 'VHOST' and
10075            not 'IPSECHW'"
10076   parameters:
10077   - "latency"
10078   - "parent"
10079   traces:
10080     boxmean: False
10081   layout:
10082     title: ""  # No title
10083     layout: "plot-latency"
10084
10085 ################################################################################
10086
10087 # Packet Latency - VPP IPv6 3n-hsw-x520
10088 -
10089   type: "plot"
10090   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10091   algorithm: "plot_latency_box"
10092   output-file-type: ".html"
10093   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10094   data: "plot-vpp-throughput-latency-3n-hsw"
10095   filter: "'NIC_Intel-X520-DA2' and
10096            '78B' and
10097            ('BASE' or 'SCALE') and
10098            'NDRPDR' and
10099            '1T1C' and
10100            'IP6FWD' and
10101            not 'SRv6' and
10102            not 'IPSEC' and
10103            not 'VHOST'"
10104   parameters:
10105   - "latency"
10106   - "parent"
10107   traces:
10108     boxmean: False
10109   layout:
10110     title: ""  # No title
10111     layout: "plot-latency"
10112
10113 -
10114   type: "plot"
10115   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10116   algorithm: "plot_latency_box"
10117   output-file-type: ".html"
10118   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10119   data: "plot-vpp-throughput-latency-3n-hsw"
10120   filter: "'NIC_Intel-X520-DA2' and
10121            '78B' and
10122            ('BASE' or 'SCALE') and
10123            'NDRPDR' and
10124            '2T2C' and
10125            'IP6FWD' and
10126            not 'SRv6' and
10127            not 'IPSEC' and
10128            not 'VHOST'"
10129   parameters:
10130   - "latency"
10131   - "parent"
10132   traces:
10133     boxmean: False
10134   layout:
10135     title: ""  # No title
10136     layout: "plot-latency"
10137
10138 # Packet Latency - VPP IPv6 3n-hsw-x710
10139 -
10140   type: "plot"
10141   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10142   algorithm: "plot_latency_box"
10143   output-file-type: ".html"
10144   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10145   data: "plot-vpp-throughput-latency-3n-hsw"
10146   filter: "'NIC_Intel-X710' and
10147            '78B' and
10148            ('BASE' or 'SCALE') and
10149            'NDRPDR' and
10150            '1T1C' and
10151            'IP6FWD' and
10152            not 'SRv6' and
10153            not 'IPSEC' and
10154            not 'VHOST'"
10155   parameters:
10156   - "latency"
10157   - "parent"
10158   traces:
10159     boxmean: False
10160   layout:
10161     title: ""  # No title
10162     layout: "plot-latency"
10163
10164 -
10165   type: "plot"
10166   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10167   algorithm: "plot_latency_box"
10168   output-file-type: ".html"
10169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10170   data: "plot-vpp-throughput-latency-3n-hsw"
10171   filter: "'NIC_Intel-X710' and
10172            '78B' and
10173            ('BASE' or 'SCALE') and
10174            'NDRPDR' and
10175            '2T2C' and
10176            'IP6FWD' and
10177            not 'SRv6' and
10178            not 'IPSEC' and
10179            not 'VHOST'"
10180   parameters:
10181   - "latency"
10182   - "parent"
10183   traces:
10184     boxmean: False
10185   layout:
10186     title: ""  # No title
10187     layout: "plot-latency"
10188
10189 # Packet Latency - VPP IPv6 3n-hsw-xl710
10190 -
10191   type: "plot"
10192   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10193   algorithm: "plot_latency_box"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10196   data: "plot-vpp-throughput-latency-3n-hsw"
10197   filter: "'NIC_Intel-XL710' and
10198            '78B' and
10199            ('BASE' or 'SCALE') and
10200            'NDRPDR' and
10201            '1T1C' and
10202            'IP6FWD' and
10203            not 'SRv6' and
10204            not 'IPSEC' and
10205            not 'VHOST'"
10206   parameters:
10207   - "latency"
10208   - "parent"
10209   traces:
10210     boxmean: False
10211   layout:
10212     title: ""  # No title
10213     layout: "plot-latency"
10214
10215 -
10216   type: "plot"
10217   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10218   algorithm: "plot_latency_box"
10219   output-file-type: ".html"
10220   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10221   data: "plot-vpp-throughput-latency-3n-hsw"
10222   filter: "'NIC_Intel-XL710' and
10223            '78B' and
10224            ('BASE' or 'SCALE') and
10225            'NDRPDR' and
10226            '2T2C' and
10227            'IP6FWD' and
10228            not 'SRv6' and
10229            not 'IPSEC' and
10230            not 'VHOST'"
10231   parameters:
10232   - "latency"
10233   - "parent"
10234   traces:
10235     boxmean: False
10236   layout:
10237     title: ""  # No title
10238     layout: "plot-latency"
10239
10240 # Packet Latency - VPP IPv6 3n-skx-x710
10241 -
10242   type: "plot"
10243   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10244   algorithm: "plot_latency_box"
10245   output-file-type: ".html"
10246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10247   data: "plot-vpp-throughput-latency-3n-skx"
10248   filter: "'NIC_Intel-X710' and
10249            '78B' and
10250            ('BASE' or 'SCALE') and
10251            'NDRPDR' and
10252            '2T1C' and
10253            'IP6FWD' and
10254            not 'SRv6' and
10255            not 'IPSEC' and
10256            not 'VHOST'"
10257   parameters:
10258   - "latency"
10259   - "parent"
10260   traces:
10261     boxmean: False
10262   layout:
10263     title: ""  # No title
10264     layout: "plot-latency"
10265
10266 -
10267   type: "plot"
10268   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10269   algorithm: "plot_latency_box"
10270   output-file-type: ".html"
10271   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10272   data: "plot-vpp-throughput-latency-3n-skx"
10273   filter: "'NIC_Intel-X710' and
10274            '78B' and
10275            ('BASE' or 'SCALE') and
10276            'NDRPDR' and
10277            '4T2C' and
10278            'IP6FWD' and
10279            not 'SRv6' and
10280            not 'IPSEC' and
10281            not 'VHOST'"
10282   parameters:
10283   - "latency"
10284   - "parent"
10285   traces:
10286     boxmean: False
10287   layout:
10288     title: ""  # No title
10289     layout: "plot-latency"
10290
10291 # Packet Latency - VPP IPv6 2n-skx-x710
10292 -
10293   type: "plot"
10294   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10295   algorithm: "plot_latency_box"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10298   data: "plot-vpp-throughput-latency-2n-skx"
10299   filter: "'NIC_Intel-X710' and
10300            '78B' and
10301            ('BASE' or 'SCALE') and
10302            'NDRPDR' and
10303            '2T1C' and
10304            'IP6FWD' and
10305            not 'SRv6' and
10306            not 'IPSEC' and
10307            not 'VHOST'"
10308   parameters:
10309   - "latency"
10310   - "parent"
10311   traces:
10312     boxmean: False
10313   layout:
10314     title: ""  # No title
10315     layout: "plot-latency"
10316
10317 -
10318   type: "plot"
10319   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10320   algorithm: "plot_latency_box"
10321   output-file-type: ".html"
10322   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10323   data: "plot-vpp-throughput-latency-2n-skx"
10324   filter: "'NIC_Intel-X710' and
10325            '78B' and
10326            ('BASE' or 'SCALE') and
10327            'NDRPDR' and
10328            '4T2C' and
10329            'IP6FWD' and
10330            not 'SRv6' and
10331            not 'IPSEC' and
10332            not 'VHOST'"
10333   parameters:
10334   - "latency"
10335   - "parent"
10336   traces:
10337     boxmean: False
10338   layout:
10339     title: ""  # No title
10340     layout: "plot-latency"
10341
10342 # Packet Latency - VPP IPv6 2n-skx-xxv710
10343 -
10344   type: "plot"
10345   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10346   algorithm: "plot_latency_box"
10347   output-file-type: ".html"
10348   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10349   data: "plot-vpp-throughput-latency-2n-skx"
10350   filter: "'NIC_Intel-XXV710' and
10351            '78B' and
10352            ('BASE' or 'SCALE') and
10353            'NDRPDR' and
10354            '2T1C' and
10355            'IP6FWD' and
10356            not 'SRv6' and
10357            not 'IPSEC' and
10358            not 'VHOST'"
10359   parameters:
10360   - "latency"
10361   - "parent"
10362   traces:
10363     boxmean: False
10364   layout:
10365     title: ""  # No title
10366     layout: "plot-latency"
10367
10368 -
10369   type: "plot"
10370   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10371   algorithm: "plot_latency_box"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10374   data: "plot-vpp-throughput-latency-2n-skx"
10375   filter: "'NIC_Intel-XXV710' and
10376            '78B' and
10377            ('BASE' or 'SCALE') and
10378            'NDRPDR' and
10379            '4T2C' and
10380            'IP6FWD' and
10381            not 'SRv6' and
10382            not 'IPSEC' and
10383            not 'VHOST'"
10384   parameters:
10385   - "latency"
10386   - "parent"
10387   traces:
10388     boxmean: False
10389   layout:
10390     title: ""  # No title
10391     layout: "plot-latency"
10392
10393 ################################################################################
10394
10395 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10396 -
10397   type: "plot"
10398   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10399   algorithm: "plot_latency_box"
10400   output-file-type: ".html"
10401   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10402   data: "plot-vpp-throughput-latency-3n-hsw"
10403   filter: "'NIC_Intel-X520-DA2' and
10404            '78B' and
10405            'ENCAP' and
10406            'NDRPDR' and
10407            '1T1C' and
10408            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10409            not 'VHOST'"
10410   parameters:
10411   - "latency"
10412   - "parent"
10413   traces:
10414     boxmean: False
10415   layout:
10416     title: ""  # No title
10417     layout: "plot-latency"
10418
10419 -
10420   type: "plot"
10421   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10422   algorithm: "plot_latency_box"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10425   data: "plot-vpp-throughput-latency-3n-hsw"
10426   filter: "'NIC_Intel-X520-DA2' and
10427            '78B' and
10428            'ENCAP' and
10429            'NDRPDR' and
10430            '2T2C' and
10431            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10432            not 'VHOST'"
10433   parameters:
10434   - "latency"
10435   - "parent"
10436   traces:
10437     boxmean: False
10438   layout:
10439     title: ""  # No title
10440     layout: "plot-latency"
10441
10442 ################################################################################
10443
10444 # Packet Latency - VPP IPSec 3n-hsw-xl710
10445 -
10446   type: "plot"
10447   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10448   algorithm: "plot_latency_box"
10449   output-file-type: ".html"
10450   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10451   data: "plot-vpp-throughput-latency-3n-hsw"
10452   filter: "'NIC_Intel-XL710' and
10453            '64B' and
10454            'IP4FWD' and
10455            'NDRPDR' and
10456            '1T1C' and
10457            'IPSECHW' and
10458            ('IPSECTRAN' or 'IPSECTUN') and
10459            not 'VHOST'"
10460   parameters:
10461   - "latency"
10462   - "parent"
10463   traces:
10464     boxmean: False
10465   layout:
10466     title: ""  # No title
10467     layout: "plot-latency"
10468
10469 -
10470   type: "plot"
10471   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10472   algorithm: "plot_latency_box"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10475   data: "plot-vpp-throughput-latency-3n-hsw"
10476   filter: "'NIC_Intel-XL710' and
10477            '64B' and
10478            'IP4FWD' and
10479            'NDRPDR' and
10480            '2T2C' and
10481            'IPSECHW' and
10482            ('IPSECTRAN' or 'IPSECTUN') and
10483            not 'VHOST'"
10484   parameters:
10485   - "latency"
10486   - "parent"
10487   traces:
10488     boxmean: False
10489   layout:
10490     title: ""  # No title
10491     layout: "plot-latency"
10492
10493 ################################################################################
10494
10495 # Packet Latency - VPP SRv6 3n-hsw-x520
10496 -
10497   type: "plot"
10498   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10499   algorithm: "plot_latency_box"
10500   output-file-type: ".html"
10501   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10502   data: "plot-vpp-throughput-latency-3n-hsw"
10503   filter: "'NIC_Intel-X520-DA2' and
10504            '78B' and
10505            'FEATURE' and
10506            'NDRPDR' and
10507            '1T1C' and
10508            'IP6FWD' and
10509            'SRv6'"
10510   parameters:
10511   - "latency"
10512   - "parent"
10513   traces:
10514     boxmean: False
10515   layout:
10516     title: ""  # No title
10517     layout: "plot-latency"
10518
10519 -
10520   type: "plot"
10521   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10522   algorithm: "plot_latency_box"
10523   output-file-type: ".html"
10524   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10525   data: "plot-vpp-throughput-latency-3n-hsw"
10526   filter: "'NIC_Intel-X520-DA2' and
10527            '78B' and
10528            'FEATURE' and
10529            'NDRPDR' and
10530            '2T2C' and
10531            'IP6FWD' and
10532            'SRv6'"
10533   parameters:
10534   - "latency"
10535   - "parent"
10536   traces:
10537     boxmean: False
10538   layout:
10539     title: ""  # No title
10540     layout: "plot-latency"
10541
10542 ################################################################################
10543
10544 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10545 -
10546   type: "plot"
10547   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10548   algorithm: "plot_latency_box"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10551   data: "plot-vpp-throughput-latency-3n-hsw"
10552   filter: "'NIC_Intel-X520-DA2' and
10553            '64B' and
10554            'NDRPDR' and
10555            '1T1C' and
10556            'VHOST' and
10557            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10558   parameters:
10559   - "latency"
10560   - "parent"
10561   traces:
10562     boxmean: False
10563   layout:
10564     title: ""  # No title
10565     layout: "plot-latency"
10566
10567 -
10568   type: "plot"
10569   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10570   algorithm: "plot_latency_box"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10573   data: "plot-vpp-throughput-latency-3n-hsw"
10574   filter: "'NIC_Intel-X520-DA2' and
10575            '64B' and
10576            'NDRPDR' and
10577            '2T2C' and
10578            'VHOST' and
10579            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10580   parameters:
10581   - "latency"
10582   - "parent"
10583   traces:
10584     boxmean: False
10585   layout:
10586     title: ""  # No title
10587     layout: "plot-latency"
10588
10589 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10590 -
10591   type: "plot"
10592   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10593   algorithm: "plot_latency_box"
10594   output-file-type: ".html"
10595   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10596   data: "plot-vpp-throughput-latency-3n-hsw"
10597   filter: "'NIC_Intel-X520-DA2' and
10598            '64B' and
10599            'NDRPDR' and
10600            '1T1C' and
10601            'VHOST' and
10602            not 'VXLAN' and
10603            not 'IP4FWD' and
10604            not 'DOT1Q' and
10605            not '2VM'"
10606   parameters:
10607   - "latency"
10608   - "parent"
10609   traces:
10610     boxmean: False
10611   layout:
10612     title: ""  # No title
10613     layout: "plot-latency"
10614
10615 -
10616   type: "plot"
10617   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10618   algorithm: "plot_latency_box"
10619   output-file-type: ".html"
10620   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10621   data: "plot-vpp-throughput-latency-3n-hsw"
10622   filter: "'NIC_Intel-X520-DA2' and
10623            '64B' and
10624            'NDRPDR' and
10625            '2T2C' and
10626            'VHOST' and
10627            not 'VXLAN' and
10628            not 'IP4FWD' and
10629            not 'DOT1Q' and
10630            not '2VM'"
10631   parameters:
10632   - "latency"
10633   - "parent"
10634   traces:
10635     boxmean: False
10636   layout:
10637     title: ""  # No title
10638     layout: "plot-latency"
10639
10640 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10641 -
10642   type: "plot"
10643   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10644   algorithm: "plot_latency_box"
10645   output-file-type: ".html"
10646   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10647   data: "plot-vpp-throughput-latency-3n-hsw"
10648   filter: "'NIC_Intel-X710' and
10649            '64B' and
10650            'NDRPDR' and
10651            '1T1C' and
10652            'VHOST' and
10653            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10654   parameters:
10655   - "latency"
10656   - "parent"
10657   traces:
10658     boxmean: False
10659   layout:
10660     title: ""  # No title
10661     layout: "plot-latency"
10662
10663 -
10664   type: "plot"
10665   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10666   algorithm: "plot_latency_box"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10669   data: "plot-vpp-throughput-latency-3n-hsw"
10670   filter: "'NIC_Intel-X710' and
10671            '64B' and
10672            'NDRPDR' and
10673            '2T2C' and
10674            'VHOST' and
10675            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10676   parameters:
10677   - "latency"
10678   - "parent"
10679   traces:
10680     boxmean: False
10681   layout:
10682     title: ""  # No title
10683     layout: "plot-latency"
10684
10685 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10686 -
10687   type: "plot"
10688   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10689   algorithm: "plot_latency_box"
10690   output-file-type: ".html"
10691   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10692   data: "plot-vpp-throughput-latency-3n-hsw"
10693   filter: "'NIC_Intel-X710' and
10694            '64B' and
10695            'NDRPDR' and
10696            '1T1C' and
10697            'VHOST' and
10698            not 'VXLAN' and
10699            not 'IP4FWD' and
10700            not 'DOT1Q' and
10701            not '2VM'"
10702   parameters:
10703   - "latency"
10704   - "parent"
10705   traces:
10706     boxmean: False
10707   layout:
10708     title: ""  # No title
10709     layout: "plot-latency"
10710
10711 -
10712   type: "plot"
10713   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10714   algorithm: "plot_latency_box"
10715   output-file-type: ".html"
10716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10717   data: "plot-vpp-throughput-latency-3n-hsw"
10718   filter: "'NIC_Intel-X710' and
10719            '64B' and
10720            'NDRPDR' and
10721            '2T2C' and
10722            'VHOST' and
10723            not 'VXLAN' and
10724            not 'IP4FWD' and
10725            not 'DOT1Q' and
10726            not '2VM'"
10727   parameters:
10728   - "latency"
10729   - "parent"
10730   traces:
10731     boxmean: False
10732   layout:
10733     title: ""  # No title
10734     layout: "plot-latency"
10735
10736 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10737 -
10738   type: "plot"
10739   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10740   algorithm: "plot_latency_box"
10741   output-file-type: ".html"
10742   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10743   data: "plot-vpp-throughput-latency-3n-hsw"
10744   filter: "'NIC_Intel-XL710' and
10745            '64B' and
10746            'NDRPDR' and
10747            '1T1C' and
10748            'VHOST' and
10749            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10750   parameters:
10751   - "latency"
10752   - "parent"
10753   traces:
10754     boxmean: False
10755   layout:
10756     title: ""  # No title
10757     layout: "plot-latency"
10758
10759 -
10760   type: "plot"
10761   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10762   algorithm: "plot_latency_box"
10763   output-file-type: ".html"
10764   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10765   data: "plot-vpp-throughput-latency-3n-hsw"
10766   filter: "'NIC_Intel-XL710' and
10767            '64B' and
10768            'NDRPDR' and
10769            '2T2C' and
10770            'VHOST' and
10771            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10772   parameters:
10773   - "latency"
10774   - "parent"
10775   traces:
10776     boxmean: False
10777   layout:
10778     title: ""  # No title
10779     layout: "plot-latency"
10780
10781 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10782 -
10783   type: "plot"
10784   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10785   algorithm: "plot_latency_box"
10786   output-file-type: ".html"
10787   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10788   data: "plot-vpp-throughput-latency-3n-hsw"
10789   filter: "'NIC_Intel-XL710' and
10790            '64B' and
10791            'NDRPDR' and
10792            '1T1C' and
10793            'VHOST' and
10794            not 'VXLAN' and
10795            not 'IP4FWD' and
10796            not 'DOT1Q' and
10797            not '2VM'"
10798   parameters:
10799   - "latency"
10800   - "parent"
10801   traces:
10802     boxmean: False
10803   layout:
10804     title: ""  # No title
10805     layout: "plot-latency"
10806
10807 -
10808   type: "plot"
10809   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10810   algorithm: "plot_latency_box"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10813   data: "plot-vpp-throughput-latency-3n-hsw"
10814   filter: "'NIC_Intel-XL710' and
10815            '64B' and
10816            'NDRPDR' and
10817            '2T2C' and
10818            'VHOST' and
10819            not 'VXLAN' and
10820            not 'IP4FWD' and
10821            not 'DOT1Q' and
10822            not '2VM'"
10823   parameters:
10824   - "latency"
10825   - "parent"
10826   traces:
10827     boxmean: False
10828   layout:
10829     title: ""  # No title
10830     layout: "plot-latency"
10831
10832 ################################################################################
10833
10834 # Packet Latency - VPP VTS 3n-hsw-x520
10835 -
10836   type: "plot"
10837   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10838   algorithm: "plot_latency_box"
10839   output-file-type: ".html"
10840   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10841   data: "plot-vpp-throughput-latency-3n-hsw"
10842   filter: "'NIC_Intel-X520-DA2' and
10843            '114B' and
10844            'NDRPDR' and
10845            '1T1C' and
10846            'VTS'"
10847   parameters:
10848   - "latency"
10849   - "parent"
10850   traces:
10851     boxmean: False
10852   layout:
10853     title: ""  # No title
10854     layout: "plot-latency"
10855
10856 -
10857   type: "plot"
10858   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10859   algorithm: "plot_latency_box"
10860   output-file-type: ".html"
10861   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10862   data: "plot-vpp-throughput-latency-3n-hsw"
10863   filter: "'NIC_Intel-X520-DA2' and
10864            '114B' and
10865            'NDRPDR' and
10866            '2T2C' and
10867            'VTS'"
10868   parameters:
10869   - "latency"
10870   - "parent"
10871   traces:
10872     boxmean: False
10873   layout:
10874     title: ""  # No title
10875     layout: "plot-latency"
10876     
10877 ################################################################################
10878
10879 # Packet Latency - DPDK l3fwd 3n-hsw-x520
10880 -
10881   type: "plot"
10882   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10883   algorithm: "plot_latency_box"
10884   output-file-type: ".html"
10885   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10886   data: "plot-dpdk-throughput-latency-3n-hsw"
10887   filter: "'NIC_Intel-X520-DA2' and
10888            '64B' and
10889            'BASE' and
10890            'NDRPDR' and
10891            '1T1C' and
10892            'IP4FWD'"
10893   parameters:
10894   - "latency"
10895   - "parent"
10896   traces:
10897     hoverinfo: "x+y"
10898     boxpoints: "outliers"
10899     whiskerwidth: 0
10900   layout:
10901     title: ""  # No title
10902     layout: "plot-latency"
10903
10904 -
10905   type: "plot"
10906   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10907   algorithm: "plot_latency_box"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10910   data: "plot-dpdk-throughput-latency-3n-hsw"
10911   filter: "'NIC_Intel-X520-DA2' and
10912            '64B' and
10913            'BASE' and
10914            'NDRPDR' and
10915            '2T2C' and
10916            'IP4FWD'"
10917   parameters:
10918   - "latency"
10919   - "parent"
10920   traces:
10921     hoverinfo: "x+y"
10922     boxpoints: "outliers"
10923     whiskerwidth: 0
10924   layout:
10925     title: ""  # No title
10926     layout: "plot-latency"
10927
10928 # Packet Latency - DPDK l3fwd 3n-hsw-x710
10929 -
10930   type: "plot"
10931   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10932   algorithm: "plot_latency_box"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10935   data: "plot-dpdk-throughput-latency-3n-hsw"
10936   filter: "'NIC_Intel-X710' and
10937            '64B' and
10938            'BASE' and
10939            'NDRPDR' and
10940            '1T1C' and
10941            'IP4FWD'"
10942   parameters:
10943   - "latency"
10944   - "parent"
10945   traces:
10946     hoverinfo: "x+y"
10947     boxpoints: "outliers"
10948     whiskerwidth: 0
10949   layout:
10950     title: ""  # No title
10951     layout: "plot-latency"
10952
10953 -
10954   type: "plot"
10955   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
10956   algorithm: "plot_latency_box"
10957   output-file-type: ".html"
10958   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
10959   data: "plot-dpdk-throughput-latency-3n-hsw"
10960   filter: "'NIC_Intel-X710' and
10961            '64B' and
10962            'BASE' and
10963            'NDRPDR' and
10964            '2T2C' and
10965            'IP4FWD'"
10966   parameters:
10967   - "latency"
10968   - "parent"
10969   traces:
10970     hoverinfo: "x+y"
10971     boxpoints: "outliers"
10972     whiskerwidth: 0
10973   layout:
10974     title: ""  # No title
10975     layout: "plot-latency"
10976
10977 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
10978 -
10979   type: "plot"
10980   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
10981   algorithm: "plot_latency_box"
10982   output-file-type: ".html"
10983   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
10984   data: "plot-dpdk-throughput-latency-3n-hsw"
10985   filter: "'NIC_Intel-XL710' and
10986            '64B' and
10987            'BASE' and
10988            'NDRPDR' and
10989            '1T1C' and
10990            'IP4FWD'"
10991   parameters:
10992   - "latency"
10993   - "parent"
10994   traces:
10995     hoverinfo: "x+y"
10996     boxpoints: "outliers"
10997     whiskerwidth: 0
10998   layout:
10999     title: ""  # No title
11000     layout: "plot-latency"
11001
11002 -
11003   type: "plot"
11004   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11005   algorithm: "plot_latency_box"
11006   output-file-type: ".html"
11007   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11008   data: "plot-dpdk-throughput-latency-3n-hsw"
11009   filter: "'NIC_Intel-XL710' and
11010            '64B' and
11011            'BASE' and
11012            'NDRPDR' and
11013            '2T2C' and
11014            'IP4FWD'"
11015   parameters:
11016   - "latency"
11017   - "parent"
11018   traces:
11019     hoverinfo: "x+y"
11020     boxpoints: "outliers"
11021     whiskerwidth: 0
11022   layout:
11023     title: ""  # No title
11024     layout: "plot-latency"
11025
11026 # Packet Latency - DPDK l3fwd 3n-skx-x710
11027 -
11028   type: "plot"
11029   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11030   algorithm: "plot_latency_box"
11031   output-file-type: ".html"
11032   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11033   data: "plot-dpdk-throughput-latency-3n-skx"
11034   filter: "'NIC_Intel-X710' and
11035            '64B' and
11036            'BASE' and
11037            'NDRPDR' and
11038            '2T1C' and
11039            'IP4FWD'"
11040   parameters:
11041   - "latency"
11042   - "parent"
11043   traces:
11044     hoverinfo: "x+y"
11045     boxpoints: "outliers"
11046     whiskerwidth: 0
11047   layout:
11048     title: ""  # No title
11049     layout: "plot-latency"
11050
11051 -
11052   type: "plot"
11053   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11054   algorithm: "plot_latency_box"
11055   output-file-type: ".html"
11056   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11057   data: "plot-dpdk-throughput-latency-3n-skx"
11058   filter: "'NIC_Intel-X710' and
11059            '64B' and
11060            'BASE' and
11061            'NDRPDR' and
11062            '4T2C' and
11063            'IP4FWD'"
11064   parameters:
11065   - "latency"
11066   - "parent"
11067   traces:
11068     hoverinfo: "x+y"
11069     boxpoints: "outliers"
11070     whiskerwidth: 0
11071   layout:
11072     title: ""  # No title
11073     layout: "plot-latency"
11074
11075 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11076 -
11077   type: "plot"
11078   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11079   algorithm: "plot_latency_box"
11080   output-file-type: ".html"
11081   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11082   data: "plot-dpdk-throughput-latency-3n-skx"
11083   filter: "'NIC_Intel-XXV710' and
11084            '64B' and
11085            'BASE' and
11086            'NDRPDR' and
11087            '2T1C' and
11088            'IP4FWD'"
11089   parameters:
11090   - "latency"
11091   - "parent"
11092   traces:
11093     hoverinfo: "x+y"
11094     boxpoints: "outliers"
11095     whiskerwidth: 0
11096   layout:
11097     title: ""  # No title
11098     layout: "plot-latency"
11099
11100 -
11101   type: "plot"
11102   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11103   algorithm: "plot_latency_box"
11104   output-file-type: ".html"
11105   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11106   data: "plot-dpdk-throughput-latency-3n-skx"
11107   filter: "'NIC_Intel-XXV710' and
11108            '64B' and
11109            'BASE' and
11110            'NDRPDR' and
11111            '4T2C' and
11112            'IP4FWD'"
11113   parameters:
11114   - "latency"
11115   - "parent"
11116   traces:
11117     hoverinfo: "x+y"
11118     boxpoints: "outliers"
11119     whiskerwidth: 0
11120   layout:
11121     title: ""  # No title
11122     layout: "plot-latency"
11123
11124 # Packet Latency - DPDK l3fwd 2n-skx-x710
11125 -
11126   type: "plot"
11127   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11128   algorithm: "plot_latency_box"
11129   output-file-type: ".html"
11130   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11131   data: "plot-dpdk-throughput-latency-2n-skx"
11132   filter: "'NIC_Intel-X710' and
11133            '64B' and
11134            'BASE' and
11135            'NDRPDR' and
11136            '2T1C' and
11137            'IP4FWD'"
11138   parameters:
11139   - "latency"
11140   - "parent"
11141   traces:
11142     hoverinfo: "x+y"
11143     boxpoints: "outliers"
11144     whiskerwidth: 0
11145   layout:
11146     title: ""  # No title
11147     layout: "plot-latency"
11148
11149 -
11150   type: "plot"
11151   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11152   algorithm: "plot_latency_box"
11153   output-file-type: ".html"
11154   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11155   data: "plot-dpdk-throughput-latency-2n-skx"
11156   filter: "'NIC_Intel-X710' and
11157            '64B' and
11158            'BASE' and
11159            'NDRPDR' and
11160            '4T2C' and
11161            'IP4FWD'"
11162   parameters:
11163   - "latency"
11164   - "parent"
11165   traces:
11166     hoverinfo: "x+y"
11167     boxpoints: "outliers"
11168     whiskerwidth: 0
11169   layout:
11170     title: ""  # No title
11171     layout: "plot-latency"
11172
11173 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11174 -
11175   type: "plot"
11176   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11177   algorithm: "plot_latency_box"
11178   output-file-type: ".html"
11179   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11180   data: "plot-dpdk-throughput-latency-2n-skx"
11181   filter: "'NIC_Intel-XXV710' and
11182            '64B' and
11183            'BASE' and
11184            'NDRPDR' and
11185            '2T1C' and
11186            'IP4FWD'"
11187   parameters:
11188   - "latency"
11189   - "parent"
11190   traces:
11191     hoverinfo: "x+y"
11192     boxpoints: "outliers"
11193     whiskerwidth: 0
11194   layout:
11195     title: ""  # No title
11196     layout: "plot-latency"
11197
11198 -
11199   type: "plot"
11200   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11201   algorithm: "plot_latency_box"
11202   output-file-type: ".html"
11203   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11204   data: "plot-dpdk-throughput-latency-2n-skx"
11205   filter: "'NIC_Intel-XXV710' and
11206            '64B' and
11207            'BASE' and
11208            'NDRPDR' and
11209            '4T2C' and
11210            'IP4FWD'"
11211   parameters:
11212   - "latency"
11213   - "parent"
11214   traces:
11215     hoverinfo: "x+y"
11216     boxpoints: "outliers"
11217     whiskerwidth: 0
11218   layout:
11219     title: ""  # No title
11220     layout: "plot-latency"
11221
11222 ################################################################################
11223
11224 # Packet Latency - DPDK testpmd 3n-hsw-x520
11225 -
11226   type: "plot"
11227   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11228   algorithm: "plot_latency_box"
11229   output-file-type: ".html"
11230   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11231   data: "plot-dpdk-throughput-latency-3n-hsw"
11232   filter: "'NIC_Intel-X520-DA2' and
11233            '64B' and
11234            'BASE' and
11235            'NDRPDR' and
11236            '1T1C' and
11237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11238   parameters:
11239   - "latency"
11240   - "parent"
11241   traces:
11242     hoverinfo: "x+y"
11243     boxpoints: "outliers"
11244     whiskerwidth: 0
11245   layout:
11246     title: ""  # No title
11247     layout: "plot-latency"
11248
11249 -
11250   type: "plot"
11251   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11252   algorithm: "plot_latency_box"
11253   output-file-type: ".html"
11254   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11255   data: "plot-dpdk-throughput-latency-3n-hsw"
11256   filter: "'NIC_Intel-X520-DA2' and
11257            '64B' and
11258            'BASE' and
11259            'NDRPDR' and
11260            '2T2C' and
11261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11262   parameters:
11263   - "latency"
11264   - "parent"
11265   traces:
11266     hoverinfo: "x+y"
11267     boxpoints: "outliers"
11268     whiskerwidth: 0
11269   layout:
11270     title: ""  # No title
11271     layout: "plot-latency"
11272
11273 # Packet Latency - DPDK testpmd 3n-hsw-x710
11274 -
11275   type: "plot"
11276   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11277   algorithm: "plot_latency_box"
11278   output-file-type: ".html"
11279   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11280   data: "plot-dpdk-throughput-latency-3n-hsw"
11281   filter: "'NIC_Intel-X710' and
11282            '64B' and
11283            'BASE' and
11284            'NDRPDR' and
11285            '1T1C' and
11286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11287   parameters:
11288   - "latency"
11289   - "parent"
11290   traces:
11291     hoverinfo: "x+y"
11292     boxpoints: "outliers"
11293     whiskerwidth: 0
11294   layout:
11295     title: ""  # No title
11296     layout: "plot-latency"
11297
11298 -
11299   type: "plot"
11300   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11301   algorithm: "plot_latency_box"
11302   output-file-type: ".html"
11303   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11304   data: "plot-dpdk-throughput-latency-3n-hsw"
11305   filter: "'NIC_Intel-X710' and
11306            '64B' and
11307            'BASE' and
11308            'NDRPDR' and
11309            '2T2C' and
11310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11311   parameters:
11312   - "latency"
11313   - "parent"
11314   traces:
11315     hoverinfo: "x+y"
11316     boxpoints: "outliers"
11317     whiskerwidth: 0
11318   layout:
11319     title: ""  # No title
11320     layout: "plot-latency"
11321
11322 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11323 -
11324   type: "plot"
11325   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11326   algorithm: "plot_latency_box"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11329   data: "plot-dpdk-throughput-latency-3n-hsw"
11330   filter: "'NIC_Intel-XL710' and
11331            '64B' and
11332            'BASE' and
11333            'NDRPDR' and
11334            '1T1C' and
11335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11336   parameters:
11337   - "latency"
11338   - "parent"
11339   traces:
11340     hoverinfo: "x+y"
11341     boxpoints: "outliers"
11342     whiskerwidth: 0
11343   layout:
11344     title: ""  # No title
11345     layout: "plot-latency"
11346
11347 -
11348   type: "plot"
11349   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11350   algorithm: "plot_latency_box"
11351   output-file-type: ".html"
11352   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11353   data: "plot-dpdk-throughput-latency-3n-hsw"
11354   filter: "'NIC_Intel-XL710' and
11355            '64B' and
11356            'BASE' and
11357            'NDRPDR' and
11358            '2T2C' and
11359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11360   parameters:
11361   - "latency"
11362   - "parent"
11363   traces:
11364     hoverinfo: "x+y"
11365     boxpoints: "outliers"
11366     whiskerwidth: 0
11367   layout:
11368     title: ""  # No title
11369     layout: "plot-latency"
11370
11371 # Packet Latency - DPDK testpmd 3n-skx-x710
11372 -
11373   type: "plot"
11374   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11375   algorithm: "plot_latency_box"
11376   output-file-type: ".html"
11377   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11378   data: "plot-dpdk-throughput-latency-3n-skx"
11379   filter: "'NIC_Intel-X710' and
11380            '64B' and
11381            'BASE' and
11382            'NDRPDR' and
11383            '2T1C' and
11384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11385   parameters:
11386   - "latency"
11387   - "parent"
11388   traces:
11389     hoverinfo: "x+y"
11390     boxpoints: "outliers"
11391     whiskerwidth: 0
11392   layout:
11393     title: ""  # No title
11394     layout: "plot-latency"
11395
11396 -
11397   type: "plot"
11398   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11399   algorithm: "plot_latency_box"
11400   output-file-type: ".html"
11401   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11402   data: "plot-dpdk-throughput-latency-3n-skx"
11403   filter: "'NIC_Intel-X710' and
11404            '64B' and
11405            'BASE' and
11406            'NDRPDR' and
11407            '4T2C' and
11408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11409   parameters:
11410   - "latency"
11411   - "parent"
11412   traces:
11413     hoverinfo: "x+y"
11414     boxpoints: "outliers"
11415     whiskerwidth: 0
11416   layout:
11417     title: ""  # No title
11418     layout: "plot-latency"
11419
11420 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11421 -
11422   type: "plot"
11423   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11424   algorithm: "plot_latency_box"
11425   output-file-type: ".html"
11426   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11427   data: "plot-dpdk-throughput-latency-3n-skx"
11428   filter: "'NIC_Intel-XXV710' and
11429            '64B' and
11430            'BASE' and
11431            'NDRPDR' and
11432            '2T1C' and
11433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11434   parameters:
11435   - "latency"
11436   - "parent"
11437   traces:
11438     hoverinfo: "x+y"
11439     boxpoints: "outliers"
11440     whiskerwidth: 0
11441   layout:
11442     title: ""  # No title
11443     layout: "plot-latency"
11444
11445 -
11446   type: "plot"
11447   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11448   algorithm: "plot_latency_box"
11449   output-file-type: ".html"
11450   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11451   data: "plot-dpdk-throughput-latency-3n-skx"
11452   filter: "'NIC_Intel-XXV710' and
11453            '64B' and
11454            'BASE' and
11455            'NDRPDR' and
11456            '4T2C' and
11457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11458   parameters:
11459   - "latency"
11460   - "parent"
11461   traces:
11462     hoverinfo: "x+y"
11463     boxpoints: "outliers"
11464     whiskerwidth: 0
11465   layout:
11466     title: ""  # No title
11467     layout: "plot-latency"
11468
11469 # Packet Latency - DPDK testpmd 2n-skx-x710
11470 -
11471   type: "plot"
11472   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11473   algorithm: "plot_latency_box"
11474   output-file-type: ".html"
11475   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11476   data: "plot-dpdk-throughput-latency-2n-skx"
11477   filter: "'NIC_Intel-X710' and
11478            '64B' and
11479            'BASE' and
11480            'NDRPDR' and
11481            '2T1C' and
11482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11483   parameters:
11484   - "latency"
11485   - "parent"
11486   traces:
11487     hoverinfo: "x+y"
11488     boxpoints: "outliers"
11489     whiskerwidth: 0
11490   layout:
11491     title: ""  # No title
11492     layout: "plot-latency"
11493
11494 -
11495   type: "plot"
11496   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11497   algorithm: "plot_latency_box"
11498   output-file-type: ".html"
11499   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11500   data: "plot-dpdk-throughput-latency-2n-skx"
11501   filter: "'NIC_Intel-X710' and
11502            '64B' and
11503            'BASE' and
11504            'NDRPDR' and
11505            '4T2C' and
11506            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11507   parameters:
11508   - "latency"
11509   - "parent"
11510   traces:
11511     hoverinfo: "x+y"
11512     boxpoints: "outliers"
11513     whiskerwidth: 0
11514   layout:
11515     title: ""  # No title
11516     layout: "plot-latency"
11517
11518 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11519 -
11520   type: "plot"
11521   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11522   algorithm: "plot_latency_box"
11523   output-file-type: ".html"
11524   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11525   data: "plot-dpdk-throughput-latency-2n-skx"
11526   filter: "'NIC_Intel-XXV710' and
11527            '64B' and
11528            'BASE' and
11529            'NDRPDR' and
11530            '2T1C' and
11531            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11532   parameters:
11533   - "latency"
11534   - "parent"
11535   traces:
11536     hoverinfo: "x+y"
11537     boxpoints: "outliers"
11538     whiskerwidth: 0
11539   layout:
11540     title: ""  # No title
11541     layout: "plot-latency"
11542
11543 -
11544   type: "plot"
11545   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11546   algorithm: "plot_latency_box"
11547   output-file-type: ".html"
11548   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11549   data: "plot-dpdk-throughput-latency-2n-skx"
11550   filter: "'NIC_Intel-XXV710' and
11551            '64B' and
11552            'BASE' and
11553            'NDRPDR' and
11554            '4T2C' and
11555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11556   parameters:
11557   - "latency"
11558   - "parent"
11559   traces:
11560     hoverinfo: "x+y"
11561     boxpoints: "outliers"
11562     whiskerwidth: 0
11563   layout:
11564     title: ""  # No title
11565     layout: "plot-latency"
11566
11567 ################################################################################
11568
11569 # Speedup - VPP Container Memif 3n-hsw-x520
11570 -
11571   type: "plot"
11572   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11573   algorithm: "plot_throughput_speedup_analysis"
11574   output-file-type: ".html"
11575   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11576   data: "plot-throughput-speedup-analysis-3n-hsw"
11577   filter: "'NIC_Intel-X520-DA2' and
11578            '64B' and
11579            ('BASE' or 'SCALE') and
11580            'NDRPDR' and
11581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11582            not 'VHOST' and
11583            'MEMIF'"
11584   parameters:
11585   - "throughput"
11586   - "parent"
11587   - "tags"
11588   layout:
11589     title: ""  # No title
11590     layout: "plot-throughput-speedup-analysis"
11591
11592 -
11593   type: "plot"
11594   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11595   algorithm: "plot_throughput_speedup_analysis"
11596   output-file-type: ".html"
11597   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11598   data: "plot-throughput-speedup-analysis-3n-hsw"
11599   filter: "'NIC_Intel-X520-DA2' and
11600            '64B' and
11601            ('BASE' or 'SCALE') and
11602            'NDRPDR' and
11603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11604            not 'VHOST' and
11605            'MEMIF'"
11606   parameters:
11607   - "throughput"
11608   - "parent"
11609   - "tags"
11610   layout:
11611     title: ""  # No title
11612     layout: "plot-throughput-speedup-analysis"
11613
11614 # Speedup - VPP Container Memif 3n-hsw-x710
11615 -
11616   type: "plot"
11617   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11618   algorithm: "plot_throughput_speedup_analysis"
11619   output-file-type: ".html"
11620   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11621   data: "plot-throughput-speedup-analysis-3n-hsw"
11622   filter: "'NIC_Intel-X710' and
11623            '64B' and
11624            ('BASE' or 'SCALE') and
11625            'NDRPDR' and
11626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11627            not 'VHOST' and
11628            'MEMIF'"
11629   parameters:
11630   - "throughput"
11631   - "parent"
11632   - "tags"
11633   layout:
11634     title: ""  # No title
11635     layout: "plot-throughput-speedup-analysis"
11636
11637 -
11638   type: "plot"
11639   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11640   algorithm: "plot_throughput_speedup_analysis"
11641   output-file-type: ".html"
11642   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11643   data: "plot-throughput-speedup-analysis-3n-hsw"
11644   filter: "'NIC_Intel-X710' and
11645            '64B' and
11646            ('BASE' or 'SCALE') and
11647            'NDRPDR' and
11648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11649            not 'VHOST' and
11650            'MEMIF'"
11651   parameters:
11652   - "throughput"
11653   - "parent"
11654   - "tags"
11655   layout:
11656     title: ""  # No title
11657     layout: "plot-throughput-speedup-analysis"
11658
11659 # Speedup - VPP Container Memif 3n-hsw-xl710
11660 -
11661   type: "plot"
11662   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11663   algorithm: "plot_throughput_speedup_analysis"
11664   output-file-type: ".html"
11665   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11666   data: "plot-throughput-speedup-analysis-3n-hsw"
11667   filter: "'NIC_Intel-XL710' and
11668            '64B' and
11669            ('BASE' or 'SCALE') and
11670            'NDRPDR' and
11671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11672            not 'VHOST' and
11673            'MEMIF'"
11674   parameters:
11675   - "throughput"
11676   - "parent"
11677   - "tags"
11678   layout:
11679     title: ""  # No title
11680     layout: "plot-throughput-speedup-analysis"
11681
11682 -
11683   type: "plot"
11684   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11685   algorithm: "plot_throughput_speedup_analysis"
11686   output-file-type: ".html"
11687   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11688   data: "plot-throughput-speedup-analysis-3n-hsw"
11689   filter: "'NIC_Intel-XL710' and
11690            '64B' and
11691            ('BASE' or 'SCALE') and
11692            'NDRPDR' and
11693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11694            not 'VHOST' and
11695            'MEMIF'"
11696   parameters:
11697   - "throughput"
11698   - "parent"
11699   - "tags"
11700   layout:
11701     title: ""  # No title
11702     layout: "plot-throughput-speedup-analysis"
11703
11704 # Speedup - VPP Container Memif 3n-skx-x710
11705 -
11706   type: "plot"
11707   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11708   algorithm: "plot_throughput_speedup_analysis"
11709   output-file-type: ".html"
11710   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11711   data: "plot-throughput-speedup-analysis-3n-skx"
11712   filter: "'NIC_Intel-X710' and
11713            '64B' and
11714            ('BASE' or 'SCALE') and
11715            'NDRPDR' and
11716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11717            not 'VHOST' and
11718            'MEMIF'"
11719   parameters:
11720   - "throughput"
11721   - "parent"
11722   - "tags"
11723   layout:
11724     title: ""  # No title
11725     layout: "plot-throughput-speedup-analysis"
11726
11727 -
11728   type: "plot"
11729   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11730   algorithm: "plot_throughput_speedup_analysis"
11731   output-file-type: ".html"
11732   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11733   data: "plot-throughput-speedup-analysis-3n-skx"
11734   filter: "'NIC_Intel-X710' and
11735            '64B' and
11736            ('BASE' or 'SCALE') and
11737            'NDRPDR' and
11738            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11739            not 'VHOST' and
11740             'MEMIF'"
11741   parameters:
11742   - "throughput"
11743   - "parent"
11744   - "tags"
11745   layout:
11746     title: ""  # No title
11747     layout: "plot-throughput-speedup-analysis"
11748
11749 ################################################################################
11750
11751 # Speedup - VPP Container k8s memif 3n-hsw-x520
11752 -
11753   type: "plot"
11754   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11755   algorithm: "plot_throughput_speedup_analysis"
11756   output-file-type: ".html"
11757   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11758   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11759   filter: "'NIC_Intel-X520-DA2' and
11760            '64B' and
11761            ('BASE' or 'SCALE') and
11762            'NDRPDR' and
11763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11764            not 'VHOST' and
11765            'MEMIF'"
11766   parameters:
11767   - "throughput"
11768   - "parent"
11769   - "tags"
11770   layout:
11771     title: ""  # No title
11772     layout: "plot-throughput-speedup-analysis"
11773
11774 -
11775   type: "plot"
11776   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11777   algorithm: "plot_throughput_speedup_analysis"
11778   output-file-type: ".html"
11779   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11780   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11781   filter: "'NIC_Intel-X520-DA2' and
11782            '64B' and
11783            ('BASE' or 'SCALE') and
11784            'NDRPDR' and
11785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11786            not 'VHOST' and
11787            'MEMIF'"
11788   parameters:
11789   - "throughput"
11790   - "parent"
11791   - "tags"
11792   layout:
11793     title: ""  # No title
11794     layout: "plot-throughput-speedup-analysis"
11795
11796 # Speedup - VPP Container Memif 3n-hsw-x710
11797 -
11798   type: "plot"
11799   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11800   algorithm: "plot_throughput_speedup_analysis"
11801   output-file-type: ".html"
11802   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11803   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11804   filter: "'NIC_Intel-X710' and
11805            '64B' and
11806            ('BASE' or 'SCALE') and
11807            'NDRPDR' and
11808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11809            not 'VHOST' and
11810            'MEMIF'"
11811   parameters:
11812   - "throughput"
11813   - "parent"
11814   - "tags"
11815   layout:
11816     title: ""  # No title
11817     layout: "plot-throughput-speedup-analysis"
11818
11819 -
11820   type: "plot"
11821   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11822   algorithm: "plot_throughput_speedup_analysis"
11823   output-file-type: ".html"
11824   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11825   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11826   filter: "'NIC_Intel-X710' and
11827            '64B' and
11828            ('BASE' or 'SCALE') and
11829            'NDRPDR' and
11830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11831            not 'VHOST' and
11832            'MEMIF'"
11833   parameters:
11834   - "throughput"
11835   - "parent"
11836   - "tags"
11837   layout:
11838     title: ""  # No title
11839     layout: "plot-throughput-speedup-analysis"
11840
11841 ################################################################################
11842
11843 # Speedup - VPP IPv4 3n-hsw-x520
11844 -
11845   type: "plot"
11846   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11847   algorithm: "plot_throughput_speedup_analysis"
11848   output-file-type: ".html"
11849   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11850   data: "plot-throughput-speedup-analysis-3n-hsw"
11851   filter: "'NIC_Intel-X520-DA2' and
11852            '64B' and
11853            ('BASE' or 'SCALE') and
11854            'NDRPDR' and
11855            'IP4FWD' and
11856            not 'IPSEC' and
11857            not 'VHOST'"
11858   parameters:
11859   - "throughput"
11860   - "parent"
11861   - "tags"
11862   layout:
11863     title: ""  # No title
11864     layout: "plot-throughput-speedup-analysis"
11865
11866 -
11867   type: "plot"
11868   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11869   algorithm: "plot_throughput_speedup_analysis"
11870   output-file-type: ".html"
11871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11872   data: "plot-throughput-speedup-analysis-3n-hsw"
11873   filter: "'NIC_Intel-X520-DA2' and
11874            '64B' and
11875            ('BASE' or 'SCALE') and
11876            'NDRPDR' and
11877            'IP4FWD' and
11878            not 'IPSEC' and
11879            not 'VHOST'"
11880   parameters:
11881   - "throughput"
11882   - "parent"
11883   - "tags"
11884   layout:
11885     title: ""  # No title
11886     layout: "plot-throughput-speedup-analysis"
11887
11888 -
11889   type: "plot"
11890   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
11891   algorithm: "plot_throughput_speedup_analysis"
11892   output-file-type: ".html"
11893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
11894   data: "plot-throughput-speedup-analysis-3n-hsw"
11895   filter: "'NIC_Intel-X520-DA2' and
11896            '64B' and
11897            'FEATURE' and
11898            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11899            'NDRPDR' and
11900            'IP4FWD' and
11901            not 'IPSEC' and
11902            not 'VHOST'"
11903   parameters:
11904   - "throughput"
11905   - "parent"
11906   - "tags"
11907   layout:
11908     title: ""  # No title
11909     layout: "plot-throughput-speedup-analysis"
11910
11911 -
11912   type: "plot"
11913   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
11914   algorithm: "plot_throughput_speedup_analysis"
11915   output-file-type: ".html"
11916   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
11917   data: "plot-throughput-speedup-analysis-3n-hsw"
11918   filter: "'NIC_Intel-X520-DA2' and
11919            '64B' and
11920            'FEATURE' and
11921            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11922            'NDRPDR' and
11923            'IP4FWD' and
11924            not 'IPSEC' and
11925            not 'VHOST'"
11926   parameters:
11927   - "throughput"
11928   - "parent"
11929   - "tags"
11930   layout:
11931     title: ""  # No title
11932     layout: "plot-throughput-speedup-analysis"
11933
11934 # Speedup - VPP IPv4 3n-hsw-x710
11935 -
11936   type: "plot"
11937   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11938   algorithm: "plot_throughput_speedup_analysis"
11939   output-file-type: ".html"
11940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11941   data: "plot-throughput-speedup-analysis-3n-hsw"
11942   filter: "'NIC_Intel-X710' and
11943            '64B' and
11944            ('BASE' or 'SCALE') and
11945            'NDRPDR' and
11946            'IP4FWD' and
11947            not 'IPSEC' and
11948            not 'VHOST'"
11949   parameters:
11950   - "throughput"
11951   - "parent"
11952   - "tags"
11953   layout:
11954     title: ""  # No title
11955     layout: "plot-throughput-speedup-analysis"
11956
11957 -
11958   type: "plot"
11959   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11960   algorithm: "plot_throughput_speedup_analysis"
11961   output-file-type: ".html"
11962   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11963   data: "plot-throughput-speedup-analysis-3n-hsw"
11964   filter: "'NIC_Intel-X710' and
11965            '64B' and
11966            ('BASE' or 'SCALE') and
11967            'NDRPDR' and
11968            'IP4FWD' and
11969            not 'IPSEC' and
11970            not 'VHOST'"
11971   parameters:
11972   - "throughput"
11973   - "parent"
11974   - "tags"
11975   layout:
11976     title: ""  # No title
11977     layout: "plot-throughput-speedup-analysis"
11978
11979 -
11980   type: "plot"
11981   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
11982   algorithm: "plot_throughput_speedup_analysis"
11983   output-file-type: ".html"
11984   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
11985   data: "plot-throughput-speedup-analysis-3n-hsw"
11986   filter: "'NIC_Intel-X710' and
11987            '64B' and
11988            'FEATURE' and
11989            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11990            'NDRPDR' and
11991            'IP4FWD' and
11992            not 'IPSEC' and
11993            not 'VHOST'"
11994   parameters:
11995   - "throughput"
11996   - "parent"
11997   - "tags"
11998   layout:
11999     title: ""  # No title
12000     layout: "plot-throughput-speedup-analysis"
12001
12002 -
12003   type: "plot"
12004   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12005   algorithm: "plot_throughput_speedup_analysis"
12006   output-file-type: ".html"
12007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12008   data: "plot-throughput-speedup-analysis-3n-hsw"
12009   filter: "'NIC_Intel-X710' and
12010            '64B' and
12011            'FEATURE' and
12012            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12013            'NDRPDR' and
12014            'IP4FWD' and
12015            not 'IPSEC' and
12016            not 'VHOST'"
12017   parameters:
12018   - "throughput"
12019   - "parent"
12020   - "tags"
12021   layout:
12022     title: ""  # No title
12023     layout: "plot-throughput-speedup-analysis"
12024
12025 # Speedup - VPP IPv4 3n-hsw-xl710
12026 -
12027   type: "plot"
12028   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12029   algorithm: "plot_throughput_speedup_analysis"
12030   output-file-type: ".html"
12031   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12032   data: "plot-throughput-speedup-analysis-3n-hsw"
12033   filter: "'NIC_Intel-XL710' and
12034            '64B' and
12035            ('BASE' or 'SCALE') and
12036            'NDRPDR' and
12037            'IP4FWD' and
12038            not 'IPSEC' and
12039            not 'VHOST'"
12040   parameters:
12041   - "throughput"
12042   - "parent"
12043   - "tags"
12044   layout:
12045     title: ""  # No title
12046     layout: "plot-throughput-speedup-analysis"
12047
12048 -
12049   type: "plot"
12050   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12051   algorithm: "plot_throughput_speedup_analysis"
12052   output-file-type: ".html"
12053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12054   data: "plot-throughput-speedup-analysis-3n-hsw"
12055   filter: "'NIC_Intel-XL710' and
12056            '64B' and
12057            ('BASE' or 'SCALE') and
12058            'NDRPDR' and
12059            'IP4FWD' and
12060            not 'IPSEC' and
12061            not 'VHOST'"
12062   parameters:
12063   - "throughput"
12064   - "parent"
12065   - "tags"
12066   layout:
12067     title: ""  # No title
12068     layout: "plot-throughput-speedup-analysis"
12069
12070 # Speedup - VPP IPv4 3n-skx-x710
12071 -
12072   type: "plot"
12073   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12074   algorithm: "plot_throughput_speedup_analysis"
12075   output-file-type: ".html"
12076   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12077   data: "plot-throughput-speedup-analysis-3n-skx"
12078   filter: "'NIC_Intel-X710' and
12079            '64B' and
12080            ('BASE' or 'SCALE') and
12081            'NDRPDR' and
12082            'IP4FWD' and
12083            not 'IPSEC' and
12084            not 'VHOST'"
12085   parameters:
12086   - "throughput"
12087   - "parent"
12088   - "tags"
12089   layout:
12090     title: ""  # No title
12091     layout: "plot-throughput-speedup-analysis"
12092
12093 -
12094   type: "plot"
12095   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12096   algorithm: "plot_throughput_speedup_analysis"
12097   output-file-type: ".html"
12098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12099   data: "plot-throughput-speedup-analysis-3n-skx"
12100   filter: "'NIC_Intel-X710' and
12101            '64B' and
12102            ('BASE' or 'SCALE') and
12103            'NDRPDR' and
12104            'IP4FWD' and
12105            not 'IPSEC' and
12106            not 'VHOST'"
12107   parameters:
12108   - "throughput"
12109   - "parent"
12110   - "tags"
12111   layout:
12112     title: ""  # No title
12113     layout: "plot-throughput-speedup-analysis"
12114
12115 -
12116   type: "plot"
12117   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12118   algorithm: "plot_throughput_speedup_analysis"
12119   output-file-type: ".html"
12120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12121   data: "plot-throughput-speedup-analysis-3n-skx"
12122   filter: "'NIC_Intel-X710' and
12123            '64B' and
12124            'FEATURE' and
12125            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12126            'NDRPDR' and
12127            'IP4FWD' and
12128            not 'IPSEC' and
12129            not 'VHOST'"
12130   parameters:
12131   - "throughput"
12132   - "parent"
12133   - "tags"
12134   layout:
12135     title: ""  # No title
12136     layout: "plot-throughput-speedup-analysis"
12137
12138 -
12139   type: "plot"
12140   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12141   algorithm: "plot_throughput_speedup_analysis"
12142   output-file-type: ".html"
12143   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12144   data: "plot-throughput-speedup-analysis-3n-skx"
12145   filter: "'NIC_Intel-X710' and
12146            '64B' and
12147            'FEATURE' and
12148            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12149            'NDRPDR' and
12150            'IP4FWD' and
12151            not 'IPSEC' and
12152            not 'VHOST'"
12153   parameters:
12154   - "throughput"
12155   - "parent"
12156   - "tags"
12157   layout:
12158     title: ""  # No title
12159     layout: "plot-throughput-speedup-analysis"
12160
12161 # Speedup - VPP IPv4 2n-skx-x710
12162 -
12163   type: "plot"
12164   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12165   algorithm: "plot_throughput_speedup_analysis"
12166   output-file-type: ".html"
12167   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12168   data: "plot-throughput-speedup-analysis-2n-skx"
12169   filter: "'NIC_Intel-X710' and
12170            '64B' and
12171            ('BASE' or 'SCALE') and
12172            'NDRPDR' and
12173            'IP4FWD' and
12174            not 'IPSEC' and
12175            not 'VHOST'"
12176   parameters:
12177   - "throughput"
12178   - "parent"
12179   - "tags"
12180   layout:
12181     title: ""  # No title
12182     layout: "plot-throughput-speedup-analysis"
12183
12184 -
12185   type: "plot"
12186   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12187   algorithm: "plot_throughput_speedup_analysis"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12190   data: "plot-throughput-speedup-analysis-2n-skx"
12191   filter: "'NIC_Intel-X710' and
12192            '64B' and
12193            ('BASE' or 'SCALE') and
12194            'NDRPDR' and
12195            'IP4FWD' and
12196            not 'IPSEC' and
12197            not 'VHOST'"
12198   parameters:
12199   - "throughput"
12200   - "parent"
12201   - "tags"
12202   layout:
12203     title: ""  # No title
12204     layout: "plot-throughput-speedup-analysis"
12205
12206 # Speedup - VPP IPv4 2n-skx-xxv710
12207 -
12208   type: "plot"
12209   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12210   algorithm: "plot_throughput_speedup_analysis"
12211   output-file-type: ".html"
12212   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12213   data: "plot-throughput-speedup-analysis-2n-skx"
12214   filter: "'NIC_Intel-XXV710' and
12215            '64B' and
12216            ('BASE' or 'SCALE') and
12217            'NDRPDR' and
12218            'IP4FWD' and
12219            not 'IPSEC' and
12220            not 'VHOST'"
12221   parameters:
12222   - "throughput"
12223   - "parent"
12224   - "tags"
12225   layout:
12226     title: ""  # No title
12227     layout: "plot-throughput-speedup-analysis"
12228
12229 -
12230   type: "plot"
12231   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12232   algorithm: "plot_throughput_speedup_analysis"
12233   output-file-type: ".html"
12234   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12235   data: "plot-throughput-speedup-analysis-2n-skx"
12236   filter: "'NIC_Intel-XXV710' and
12237            '64B' and
12238            ('BASE' or 'SCALE') and
12239            'NDRPDR' and
12240            'IP4FWD' and
12241            not 'IPSEC' and
12242            not 'VHOST'"
12243   parameters:
12244   - "throughput"
12245   - "parent"
12246   - "tags"
12247   layout:
12248     title: ""  # No title
12249     layout: "plot-throughput-speedup-analysis"
12250
12251 ################################################################################
12252
12253 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12254 -
12255   type: "plot"
12256   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12257   algorithm: "plot_throughput_speedup_analysis"
12258   output-file-type: ".html"
12259   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12260   data: "plot-throughput-speedup-analysis-3n-hsw"
12261   filter: "'NIC_Intel-X520-DA2' and
12262            '64B' and
12263            'ENCAP' and
12264            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12265            'NDRPDR' and
12266            'IP4FWD' and
12267            not 'IPSEC' and
12268            not 'VHOST'"
12269   parameters:
12270   - "throughput"
12271   - "parent"
12272   - "tags"
12273   layout:
12274     title: ""  # No title
12275     layout: "plot-throughput-speedup-analysis"
12276
12277 -
12278   type: "plot"
12279   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12280   algorithm: "plot_throughput_speedup_analysis"
12281   output-file-type: ".html"
12282   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12283   data: "plot-throughput-speedup-analysis-3n-hsw"
12284   filter: "'NIC_Intel-X520-DA2' and
12285            '64B' and
12286            'ENCAP' and
12287            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12288            'NDRPDR' and
12289            'IP4FWD' and
12290            not 'IPSEC' and
12291            not 'VHOST'"
12292   parameters:
12293   - "throughput"
12294   - "parent"
12295   - "tags"
12296   layout:
12297     title: ""  # No title
12298     layout: "plot-throughput-speedup-analysis"
12299
12300 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12301 -
12302   type: "plot"
12303   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12304   algorithm: "plot_throughput_speedup_analysis"
12305   output-file-type: ".html"
12306   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12307   data: "plot-throughput-speedup-analysis-3n-hsw"
12308   filter: "'NIC_Intel-X710' and
12309            '64B' and
12310            'ENCAP' and
12311            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12312            'NDRPDR' and
12313            'IP4FWD' and
12314            not 'IPSEC' and
12315            not 'VHOST'"
12316   parameters:
12317   - "throughput"
12318   - "parent"
12319   - "tags"
12320   layout:
12321     title: ""  # No title
12322     layout: "plot-throughput-speedup-analysis"
12323
12324 -
12325   type: "plot"
12326   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12327   algorithm: "plot_throughput_speedup_analysis"
12328   output-file-type: ".html"
12329   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12330   data: "plot-throughput-speedup-analysis-3n-hsw"
12331   filter: "'NIC_Intel-X710' and
12332            '64B' and
12333            'ENCAP' and
12334            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12335            'NDRPDR' and
12336            'IP4FWD' and
12337            not 'IPSEC' and
12338            not 'VHOST'"
12339   parameters:
12340   - "throughput"
12341   - "parent"
12342   - "tags"
12343   layout:
12344     title: ""  # No title
12345     layout: "plot-throughput-speedup-analysis"
12346
12347 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12348 -
12349   type: "plot"
12350   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12351   algorithm: "plot_throughput_speedup_analysis"
12352   output-file-type: ".html"
12353   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12354   data: "plot-throughput-speedup-analysis-3n-skx"
12355   filter: "'NIC_Intel-X710' and
12356            '64B' and
12357            'ENCAP' and
12358            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12359            'NDRPDR' and
12360            'IP4FWD' and
12361            not 'IPSEC' and
12362            not 'VHOST'"
12363   parameters:
12364   - "throughput"
12365   - "parent"
12366   - "tags"
12367   layout:
12368     title: ""  # No title
12369     layout: "plot-throughput-speedup-analysis"
12370
12371 -
12372   type: "plot"
12373   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12374   algorithm: "plot_throughput_speedup_analysis"
12375   output-file-type: ".html"
12376   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12377   data: "plot-throughput-speedup-analysis-3n-skx"
12378   filter: "'NIC_Intel-X710' and
12379            '64B' and
12380            'ENCAP' and
12381            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12382            'NDRPDR' and
12383            'IP4FWD' and
12384            not 'IPSEC' and
12385            not 'VHOST'"
12386   parameters:
12387   - "throughput"
12388   - "parent"
12389   - "tags"
12390   layout:
12391     title: ""  # No title
12392     layout: "plot-throughput-speedup-analysis"
12393
12394 ################################################################################
12395
12396 # Speedup - VPP IPv6 3n-hsw-x520
12397 -
12398   type: "plot"
12399   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12400   algorithm: "plot_throughput_speedup_analysis"
12401   output-file-type: ".html"
12402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12403   data: "plot-throughput-speedup-analysis-3n-hsw"
12404   filter: "'NIC_Intel-X520-DA2' and
12405            '78B' and
12406            ('BASE' or 'SCALE') and
12407            'NDRPDR' and
12408            'IP6FWD' and
12409            not 'SRv6' and
12410            not 'IPSEC' and
12411            not 'VHOST'"
12412   parameters:
12413   - "throughput"
12414   - "parent"
12415   - "tags"
12416   layout:
12417     title: ""  # No title
12418     layout: "plot-throughput-speedup-analysis"
12419
12420 -
12421   type: "plot"
12422   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12423   algorithm: "plot_throughput_speedup_analysis"
12424   output-file-type: ".html"
12425   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12426   data: "plot-throughput-speedup-analysis-3n-hsw"
12427   filter: "'NIC_Intel-X520-DA2' and
12428            '78B' and
12429            ('BASE' or 'SCALE') and
12430            'NDRPDR' and
12431            'IP6FWD' and
12432            not 'SRv6' and
12433            not 'IPSEC' and
12434            not 'VHOST'"
12435   parameters:
12436   - "throughput"
12437   - "parent"
12438   - "tags"
12439   layout:
12440     title: ""  # No title
12441     layout: "plot-throughput-speedup-analysis"
12442
12443 # Speedup - VPP IPv6 3n-hsw-x710
12444 -
12445   type: "plot"
12446   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12447   algorithm: "plot_throughput_speedup_analysis"
12448   output-file-type: ".html"
12449   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12450   data: "plot-throughput-speedup-analysis-3n-hsw"
12451   filter: "'NIC_Intel-X710' and
12452            '78B' and
12453            ('BASE' or 'SCALE') and
12454            'NDRPDR' and
12455            'IP6FWD' and
12456            not 'SRv6' and
12457            not 'IPSEC' and
12458            not 'VHOST'"
12459   parameters:
12460   - "throughput"
12461   - "parent"
12462   - "tags"
12463   layout:
12464     title: ""  # No title
12465     layout: "plot-throughput-speedup-analysis"
12466
12467 -
12468   type: "plot"
12469   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12470   algorithm: "plot_throughput_speedup_analysis"
12471   output-file-type: ".html"
12472   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12473   data: "plot-throughput-speedup-analysis-3n-hsw"
12474   filter: "'NIC_Intel-X710' and
12475            '78B' and
12476            ('BASE' or 'SCALE') and
12477            'NDRPDR' and
12478            'IP6FWD' and
12479            not 'SRv6' and
12480            not 'IPSEC' and
12481            not 'VHOST'"
12482   parameters:
12483   - "throughput"
12484   - "parent"
12485   - "tags"
12486   layout:
12487     title: ""  # No title
12488     layout: "plot-throughput-speedup-analysis"
12489
12490 # Speedup - VPP IPv6 3n-hsw-xl710
12491 -
12492   type: "plot"
12493   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12494   algorithm: "plot_throughput_speedup_analysis"
12495   output-file-type: ".html"
12496   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12497   data: "plot-throughput-speedup-analysis-3n-hsw"
12498   filter: "'NIC_Intel-XL710' and
12499            '78B' and
12500            ('BASE' or 'SCALE') and
12501            'NDRPDR' and
12502            'IP6FWD' and
12503            not 'SRv6' and
12504            not 'IPSEC' and
12505            not 'VHOST'"
12506   parameters:
12507   - "throughput"
12508   - "parent"
12509   - "tags"
12510   layout:
12511     title: ""  # No title
12512     layout: "plot-throughput-speedup-analysis"
12513
12514 -
12515   type: "plot"
12516   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12517   algorithm: "plot_throughput_speedup_analysis"
12518   output-file-type: ".html"
12519   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12520   data: "plot-throughput-speedup-analysis-3n-hsw"
12521   filter: "'NIC_Intel-XL710' and
12522            '78B' and
12523            ('BASE' or 'SCALE') and
12524            'NDRPDR' and
12525            'IP6FWD' and
12526            not 'SRv6' and
12527            not 'IPSEC' and
12528            not 'VHOST'"
12529   parameters:
12530   - "throughput"
12531   - "parent"
12532   - "tags"
12533   layout:
12534     title: ""  # No title
12535     layout: "plot-throughput-speedup-analysis"
12536
12537 # Speedup - VPP IPv6 3n-skx-x710
12538 -
12539   type: "plot"
12540   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12541   algorithm: "plot_throughput_speedup_analysis"
12542   output-file-type: ".html"
12543   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12544   data: "plot-throughput-speedup-analysis-3n-skx"
12545   filter: "'NIC_Intel-X710' and
12546            '78B' and
12547            ('BASE' or 'SCALE') and
12548            'NDRPDR' and
12549            'IP6FWD' and
12550            not 'SRv6' and
12551            not 'IPSEC' and
12552            not 'VHOST'"
12553   parameters:
12554   - "throughput"
12555   - "parent"
12556   - "tags"
12557   layout:
12558     title: ""  # No title
12559     layout: "plot-throughput-speedup-analysis"
12560
12561 -
12562   type: "plot"
12563   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12564   algorithm: "plot_throughput_speedup_analysis"
12565   output-file-type: ".html"
12566   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12567   data: "plot-throughput-speedup-analysis-3n-skx"
12568   filter: "'NIC_Intel-X710' and
12569            '78B' and
12570            ('BASE' or 'SCALE') and
12571            'NDRPDR' and
12572            'IP6FWD' and
12573            not 'SRv6' and
12574            not 'IPSEC' and
12575            not 'VHOST'"
12576   parameters:
12577   - "throughput"
12578   - "parent"
12579   - "tags"
12580   layout:
12581     title: ""  # No title
12582     layout: "plot-throughput-speedup-analysis"
12583
12584 # Speedup - VPP IPv6 2n-skx-x710
12585 -
12586   type: "plot"
12587   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12588   algorithm: "plot_throughput_speedup_analysis"
12589   output-file-type: ".html"
12590   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12591   data: "plot-throughput-speedup-analysis-2n-skx"
12592   filter: "'NIC_Intel-X710' and
12593            '78B' and
12594            ('BASE' or 'SCALE') and
12595            'NDRPDR' and
12596            'IP6FWD' and
12597            not 'SRv6' and
12598            not 'IPSEC' and
12599            not 'VHOST'"
12600   parameters:
12601   - "throughput"
12602   - "parent"
12603   - "tags"
12604   layout:
12605     title: ""  # No title
12606     layout: "plot-throughput-speedup-analysis"
12607
12608 -
12609   type: "plot"
12610   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12611   algorithm: "plot_throughput_speedup_analysis"
12612   output-file-type: ".html"
12613   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12614   data: "plot-throughput-speedup-analysis-2n-skx"
12615   filter: "'NIC_Intel-X710' and
12616            '78B' and
12617            ('BASE' or 'SCALE') and
12618            'NDRPDR' and
12619            'IP6FWD' and
12620            not 'IPSEC' and
12621            not 'VHOST'"
12622   parameters:
12623   - "throughput"
12624   - "parent"
12625   - "tags"
12626   layout:
12627     title: ""  # No title
12628     layout: "plot-throughput-speedup-analysis"
12629
12630 # Speedup - VPP IPv6 2n-skx-xxv710
12631 -
12632   type: "plot"
12633   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12634   algorithm: "plot_throughput_speedup_analysis"
12635   output-file-type: ".html"
12636   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12637   data: "plot-throughput-speedup-analysis-2n-skx"
12638   filter: "'NIC_Intel-XXV710' and
12639            '78B' and
12640            ('BASE' or 'SCALE') and
12641            'NDRPDR' and
12642            'IP6FWD' and
12643            not 'SRv6' and
12644            not 'IPSEC' and
12645            not 'VHOST'"
12646   parameters:
12647   - "throughput"
12648   - "parent"
12649   - "tags"
12650   layout:
12651     title: ""  # No title
12652     layout: "plot-throughput-speedup-analysis"
12653
12654 -
12655   type: "plot"
12656   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12657   algorithm: "plot_throughput_speedup_analysis"
12658   output-file-type: ".html"
12659   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12660   data: "plot-throughput-speedup-analysis-2n-skx"
12661   filter: "'NIC_Intel-XXV710' and
12662            '78B' and
12663            ('BASE' or 'SCALE') and
12664            'NDRPDR' and
12665            'IP6FWD' and
12666            not 'SRv6' and
12667            not 'IPSEC' and
12668            not 'VHOST'"
12669   parameters:
12670   - "throughput"
12671   - "parent"
12672   - "tags"
12673   layout:
12674     title: ""  # No title
12675     layout: "plot-throughput-speedup-analysis"
12676
12677 ################################################################################
12678
12679 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12680 -
12681   type: "plot"
12682   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12683   algorithm: "plot_throughput_speedup_analysis"
12684   output-file-type: ".html"
12685   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12686   data: "plot-throughput-speedup-analysis-3n-hsw"
12687   filter: "'NIC_Intel-X520-DA2' and
12688            '78B' and
12689            'ENCAP' and
12690            'NDRPDR' and
12691            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12692            not 'VHOST'"
12693   parameters:
12694   - "throughput"
12695   - "parent"
12696   - "tags"
12697   layout:
12698     title: ""  # No title
12699     layout: "plot-throughput-speedup-analysis"
12700
12701 -
12702   type: "plot"
12703   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12704   algorithm: "plot_throughput_speedup_analysis"
12705   output-file-type: ".html"
12706   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12707   data: "plot-throughput-speedup-analysis-3n-hsw"
12708   filter: "'NIC_Intel-X520-DA2' and
12709            '78B' and
12710            'ENCAP' and
12711            'NDRPDR' and
12712            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12713            not 'VHOST'"
12714   parameters:
12715   - "throughput"
12716   - "parent"
12717   - "tags"
12718   layout:
12719     title: ""  # No title
12720     layout: "plot-throughput-speedup-analysis"
12721
12722 ################################################################################
12723
12724 # Speedup - VPP IPSec 3n-hsw-xl710
12725 -
12726   type: "plot"
12727   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12728   algorithm: "plot_throughput_speedup_analysis"
12729   output-file-type: ".html"
12730   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12731   data: "plot-throughput-speedup-analysis-3n-hsw"
12732   filter: "'NIC_Intel-XL710' and
12733            '64B' and
12734            'IP4FWD' and
12735            'NDRPDR' and
12736            'IPSECHW' and
12737            ('IPSECTRAN' or 'IPSECTUN') and
12738            not 'VHOST'"
12739   parameters:
12740   - "throughput"
12741   - "parent"
12742   - "tags"
12743   layout:
12744     title: ""  # No title
12745     layout: "plot-throughput-speedup-analysis"
12746
12747 -
12748   type: "plot"
12749   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12750   algorithm: "plot_throughput_speedup_analysis"
12751   output-file-type: ".html"
12752   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12753   data: "plot-throughput-speedup-analysis-3n-hsw"
12754   filter: "'NIC_Intel-XL710' and
12755            '64B' and
12756            'IP4FWD' and
12757            'NDRPDR' and
12758            'IPSECHW' and
12759            ('IPSECTRAN' or 'IPSECTUN') and
12760            not 'VHOST'"
12761   parameters:
12762   - "throughput"
12763   - "parent"
12764   - "tags"
12765   layout:
12766     title: ""  # No title
12767     layout: "plot-throughput-speedup-analysis"
12768
12769 ################################################################################
12770
12771 # Speedup - VPP SRv6 3n-hsw-x520
12772 -
12773   type: "plot"
12774   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12775   algorithm: "plot_throughput_speedup_analysis"
12776   output-file-type: ".html"
12777   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12778   data: "plot-throughput-speedup-analysis-3n-hsw"
12779   filter: "'NIC_Intel-X520-DA2' and
12780            '78B' and
12781            'FEATURE' and
12782            'NDRPDR' and
12783            'IP6FWD' and
12784            'SRv6'"
12785   parameters:
12786   - "throughput"
12787   - "parent"
12788   - "tags"
12789   layout:
12790     title: ""  # No title
12791     layout: "plot-throughput-speedup-analysis"
12792
12793 -
12794   type: "plot"
12795   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12796   algorithm: "plot_throughput_speedup_analysis"
12797   output-file-type: ".html"
12798   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12799   data: "plot-throughput-speedup-analysis-3n-hsw"
12800   filter: "'NIC_Intel-X520-DA2' and
12801            '78B' and
12802            'FEATURE' and
12803            'NDRPDR' and
12804            'IP6FWD' and
12805            'SRv6'"
12806   parameters:
12807   - "throughput"
12808   - "parent"
12809   - "tags"
12810   layout:
12811     title: ""  # No title
12812     layout: "plot-throughput-speedup-analysis"
12813
12814 ################################################################################
12815
12816 # Speedup - VPP L2 3n-hsw-x520
12817 -
12818   type: "plot"
12819   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12820   algorithm: "plot_throughput_speedup_analysis"
12821   output-file-type: ".html"
12822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12823   data: "plot-throughput-speedup-analysis-3n-hsw"
12824   filter: "'NIC_Intel-X520-DA2' and
12825            '64B' and
12826            ('BASE' or 'SCALE') and
12827            'NDRPDR' and
12828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12829            not 'VHOST' and
12830            not 'MEMIF'"
12831   parameters:
12832   - "throughput"
12833   - "parent"
12834   - "tags"
12835   layout:
12836     title: ""  # No title
12837     layout: "plot-throughput-speedup-analysis"
12838
12839 -
12840   type: "plot"
12841   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12842   algorithm: "plot_throughput_speedup_analysis"
12843   output-file-type: ".html"
12844   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12845   data: "plot-throughput-speedup-analysis-3n-hsw"
12846   filter: "'NIC_Intel-X520-DA2' and
12847            '64B' and
12848            ('BASE' or 'SCALE') and
12849            'NDRPDR' and
12850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12851            not 'VHOST' and
12852            not 'MEMIF'"
12853   parameters:
12854   - "throughput"
12855   - "parent"
12856   - "tags"
12857   layout:
12858     title: ""  # No title
12859     layout: "plot-throughput-speedup-analysis"
12860
12861 -
12862   type: "plot"
12863   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12864   algorithm: "plot_throughput_speedup_analysis"
12865   output-file-type: ".html"
12866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12867   data: "plot-throughput-speedup-analysis-3n-hsw"
12868   filter: "'NIC_Intel-X520-DA2' and
12869            '64B' and
12870            'FEATURE' and
12871            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12872            'NDRPDR' and
12873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12874            not 'VHOST' and
12875            not 'MEMIF'"
12876   parameters:
12877   - "throughput"
12878   - "parent"
12879   - "tags"
12880   layout:
12881     title: ""  # No title
12882     layout: "plot-throughput-speedup-analysis"
12883
12884 -
12885   type: "plot"
12886   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12887   algorithm: "plot_throughput_speedup_analysis"
12888   output-file-type: ".html"
12889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12890   data: "plot-throughput-speedup-analysis-3n-hsw"
12891   filter: "'NIC_Intel-X520-DA2' and
12892            '64B' and
12893            'FEATURE' and
12894            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12895            'NDRPDR' and
12896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12897            not 'VHOST' and
12898            not 'MEMIF'"
12899   parameters:
12900   - "throughput"
12901   - "parent"
12902   - "tags"
12903   layout:
12904     title: ""  # No title
12905     layout: "plot-throughput-speedup-analysis"
12906
12907 # Speedup - VPP L2 3n-hsw-x710
12908 -
12909   type: "plot"
12910   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12911   algorithm: "plot_throughput_speedup_analysis"
12912   output-file-type: ".html"
12913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12914   data: "plot-throughput-speedup-analysis-3n-hsw"
12915   filter: "'NIC_Intel-X710' and
12916            '64B' and
12917            ('BASE' or 'SCALE') and
12918            'NDRPDR' and
12919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12920            not 'VHOST' and
12921            not 'MEMIF'"
12922   parameters:
12923   - "throughput"
12924   - "parent"
12925   - "tags"
12926   layout:
12927     title: ""  # No title
12928     layout: "plot-throughput-speedup-analysis"
12929
12930 -
12931   type: "plot"
12932   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12933   algorithm: "plot_throughput_speedup_analysis"
12934   output-file-type: ".html"
12935   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12936   data: "plot-throughput-speedup-analysis-3n-hsw"
12937   filter: "'NIC_Intel-X710' and
12938            '64B' and
12939            ('BASE' or 'SCALE') and
12940            'NDRPDR' and
12941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12942            not 'VHOST' and
12943            not 'MEMIF'"
12944   parameters:
12945   - "throughput"
12946   - "parent"
12947   - "tags"
12948   layout:
12949     title: ""  # No title
12950     layout: "plot-throughput-speedup-analysis"
12951
12952 -
12953   type: "plot"
12954   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
12955   algorithm: "plot_throughput_speedup_analysis"
12956   output-file-type: ".html"
12957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
12958   data: "plot-throughput-speedup-analysis-3n-hsw"
12959   filter: "'NIC_Intel-X710' and
12960            '64B' and
12961            'FEATURE' and
12962            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12963            'NDRPDR' and
12964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12965            not 'VHOST' and
12966            not 'MEMIF'"
12967   parameters:
12968   - "throughput"
12969   - "parent"
12970   - "tags"
12971   layout:
12972     title: ""  # No title
12973     layout: "plot-throughput-speedup-analysis"
12974
12975 -
12976   type: "plot"
12977   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
12978   algorithm: "plot_throughput_speedup_analysis"
12979   output-file-type: ".html"
12980   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
12981   data: "plot-throughput-speedup-analysis-3n-hsw"
12982   filter: "'NIC_Intel-X710' and
12983            '64B' and
12984            'FEATURE' and
12985            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12986            'NDRPDR' and
12987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12988            not 'VHOST' and
12989            not 'MEMIF'"
12990   parameters:
12991   - "throughput"
12992   - "parent"
12993   - "tags"
12994   layout:
12995     title: ""  # No title
12996     layout: "plot-throughput-speedup-analysis"
12997
12998 # Speedup - VPP L2 3n-hsw-xl710
12999 -
13000   type: "plot"
13001   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13002   algorithm: "plot_throughput_speedup_analysis"
13003   output-file-type: ".html"
13004   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13005   data: "plot-throughput-speedup-analysis-3n-hsw"
13006   filter: "'NIC_Intel-XL710' and
13007            '64B' and
13008            ('BASE' or 'SCALE') and
13009            'NDRPDR' and
13010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13011            not 'VHOST' and
13012            not 'MEMIF'"
13013   parameters:
13014   - "throughput"
13015   - "parent"
13016   - "tags"
13017   layout:
13018     title: ""  # No title
13019     layout: "plot-throughput-speedup-analysis"
13020
13021 -
13022   type: "plot"
13023   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13024   algorithm: "plot_throughput_speedup_analysis"
13025   output-file-type: ".html"
13026   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13027   data: "plot-throughput-speedup-analysis-3n-hsw"
13028   filter: "'NIC_Intel-XL710' and
13029            '64B' and
13030            ('BASE' or 'SCALE') and
13031            'NDRPDR' and
13032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13033            not 'VHOST' and
13034            not 'MEMIF'"
13035   parameters:
13036   - "throughput"
13037   - "parent"
13038   - "tags"
13039   layout:
13040     title: ""  # No title
13041     layout: "plot-throughput-speedup-analysis"
13042
13043 # Speedup - VPP L2 3n-skx-x710
13044 -
13045   type: "plot"
13046   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13047   algorithm: "plot_throughput_speedup_analysis"
13048   output-file-type: ".html"
13049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13050   data: "plot-throughput-speedup-analysis-3n-skx"
13051   filter: "'NIC_Intel-X710' and
13052            '64B' and
13053            ('BASE' or 'SCALE') and
13054            'NDRPDR' and
13055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13056            not 'VHOST' and
13057            not 'MEMIF'"
13058   parameters:
13059   - "throughput"
13060   - "parent"
13061   - "tags"
13062   layout:
13063     title: ""  # No title
13064     layout: "plot-throughput-speedup-analysis"
13065
13066 -
13067   type: "plot"
13068   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13069   algorithm: "plot_throughput_speedup_analysis"
13070   output-file-type: ".html"
13071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13072   data: "plot-throughput-speedup-analysis-3n-skx"
13073   filter: "'NIC_Intel-X710' and
13074            '64B' and
13075            ('BASE' or 'SCALE') and
13076            'NDRPDR' and
13077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13078            not 'VHOST' and
13079            not 'MEMIF'"
13080   parameters:
13081   - "throughput"
13082   - "parent"
13083   - "tags"
13084   layout:
13085     title: ""  # No title
13086     layout: "plot-throughput-speedup-analysis"
13087
13088 -
13089   type: "plot"
13090   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13091   algorithm: "plot_throughput_speedup_analysis"
13092   output-file-type: ".html"
13093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13094   data: "plot-throughput-speedup-analysis-3n-skx"
13095   filter: "'NIC_Intel-X710' and
13096            '64B' and
13097            'FEATURE' and
13098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13099            'NDRPDR' and
13100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13101            not 'VHOST' and
13102            not 'MEMIF'"
13103   parameters:
13104   - "throughput"
13105   - "parent"
13106   - "tags"
13107   layout:
13108     title: ""  # No title
13109     layout: "plot-throughput-speedup-analysis"
13110
13111 -
13112   type: "plot"
13113   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13114   algorithm: "plot_throughput_speedup_analysis"
13115   output-file-type: ".html"
13116   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13117   data: "plot-throughput-speedup-analysis-3n-skx"
13118   filter: "'NIC_Intel-X710' and
13119            '64B' and
13120            'FEATURE' and
13121            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13122            'NDRPDR' and
13123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13124            not 'VHOST' and
13125            not 'MEMIF'"
13126   parameters:
13127   - "throughput"
13128   - "parent"
13129   - "tags"
13130   layout:
13131     title: ""  # No title
13132     layout: "plot-throughput-speedup-analysis"
13133
13134 # Speedup - VPP L2 3n-skx-xxv710
13135 -
13136   type: "plot"
13137   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13138   algorithm: "plot_throughput_speedup_analysis"
13139   output-file-type: ".html"
13140   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13141   data: "plot-throughput-speedup-analysis-3n-skx"
13142   filter: "'NIC_Intel-XXV710' and
13143            '64B' and
13144            ('BASE' or 'SCALE') and
13145            'NDRPDR' and
13146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13147            not 'VHOST' and
13148            not 'MEMIF'"
13149   parameters:
13150   - "throughput"
13151   - "parent"
13152   - "tags"
13153   layout:
13154     title: ""  # No title
13155     layout: "plot-throughput-speedup-analysis"
13156
13157 -
13158   type: "plot"
13159   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13160   algorithm: "plot_throughput_speedup_analysis"
13161   output-file-type: ".html"
13162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13163   data: "plot-throughput-speedup-analysis-3n-skx"
13164   filter: "'NIC_Intel-XXV710' and
13165            '64B' and
13166            ('BASE' or 'SCALE') and
13167            'NDRPDR' and
13168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13169            not 'VHOST' and
13170            not 'MEMIF'"
13171   parameters:
13172   - "throughput"
13173   - "parent"
13174   - "tags"
13175   layout:
13176     title: ""  # No title
13177     layout: "plot-throughput-speedup-analysis"
13178
13179 # Speedup - VPP L2 2n-skx-x710
13180 -
13181   type: "plot"
13182   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13183   algorithm: "plot_throughput_speedup_analysis"
13184   output-file-type: ".html"
13185   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13186   data: "plot-throughput-speedup-analysis-2n-skx"
13187   filter: "'NIC_Intel-X710' and
13188            '64B' and
13189            ('BASE' or 'SCALE') and
13190            'NDRPDR' and
13191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13192            not 'VHOST' and
13193            not 'MEMIF'"
13194   parameters:
13195   - "throughput"
13196   - "parent"
13197   - "tags"
13198   layout:
13199     title: ""  # No title
13200     layout: "plot-throughput-speedup-analysis"
13201
13202 -
13203   type: "plot"
13204   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13205   algorithm: "plot_throughput_speedup_analysis"
13206   output-file-type: ".html"
13207   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13208   data: "plot-throughput-speedup-analysis-2n-skx"
13209   filter: "'NIC_Intel-X710' and
13210            '64B' and
13211            ('BASE' or 'SCALE') and
13212            'NDRPDR' and
13213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13214            not 'VHOST' and
13215            not 'MEMIF'"
13216   parameters:
13217   - "throughput"
13218   - "parent"
13219   - "tags"
13220   layout:
13221     title: ""  # No title
13222     layout: "plot-throughput-speedup-analysis"
13223
13224 # Speedup - VPP L2 2n-skx-xxv710
13225 -
13226   type: "plot"
13227   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13228   algorithm: "plot_throughput_speedup_analysis"
13229   output-file-type: ".html"
13230   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13231   data: "plot-throughput-speedup-analysis-2n-skx"
13232   filter: "'NIC_Intel-XXV710' and
13233            '64B' and
13234            ('BASE' or 'SCALE') and
13235            'NDRPDR' and
13236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13237            not 'VHOST' and
13238            not 'MEMIF'"
13239   parameters:
13240   - "throughput"
13241   - "parent"
13242   - "tags"
13243   layout:
13244     title: ""  # No title
13245     layout: "plot-throughput-speedup-analysis"
13246
13247 -
13248   type: "plot"
13249   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13250   algorithm: "plot_throughput_speedup_analysis"
13251   output-file-type: ".html"
13252   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13253   data: "plot-throughput-speedup-analysis-2n-skx"
13254   filter: "'NIC_Intel-XXV710' and
13255            '64B' and
13256            ('BASE' or 'SCALE') and
13257            'NDRPDR' and
13258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13259            not 'VHOST' and
13260            not 'MEMIF'"
13261   parameters:
13262   - "throughput"
13263   - "parent"
13264   - "tags"
13265   layout:
13266     title: ""  # No title
13267     layout: "plot-throughput-speedup-analysis"
13268
13269 ################################################################################
13270
13271 # Speedup - VPP vhost ip4 3n-hsw-x520
13272 -
13273   type: "plot"
13274   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13275   algorithm: "plot_throughput_speedup_analysis"
13276   output-file-type: ".html"
13277   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13278   data: "plot-throughput-speedup-analysis-3n-hsw"
13279   filter: "'NIC_Intel-X520-DA2' and
13280            '64B' and
13281            'NDRPDR' and
13282            'VHOST' and
13283            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13284   parameters:
13285   - "throughput"
13286   - "parent"
13287   - "tags"
13288   layout:
13289     title: ""  # No title
13290     layout: "plot-throughput-speedup-analysis"
13291
13292 -
13293   type: "plot"
13294   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13295   algorithm: "plot_throughput_speedup_analysis"
13296   output-file-type: ".html"
13297   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13298   data: "plot-throughput-speedup-analysis-3n-hsw"
13299   filter: "'NIC_Intel-X520-DA2' and
13300            '64B' and
13301            'NDRPDR' and
13302            'VHOST' and
13303            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13304   parameters:
13305   - "throughput"
13306   - "parent"
13307   - "tags"
13308   layout:
13309     title: ""  # No title
13310     layout: "plot-throughput-speedup-analysis"
13311
13312 # Speedup - VPP vhost l2sw 3n-hsw-x520
13313 -
13314   type: "plot"
13315   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13316   algorithm: "plot_throughput_speedup_analysis"
13317   output-file-type: ".html"
13318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13319   data: "plot-throughput-speedup-analysis-3n-hsw"
13320   filter: "'NIC_Intel-X520-DA2' and
13321            '64B' and
13322            'NDRPDR' and
13323            'VHOST' and
13324            not 'VXLAN' and
13325            not 'IP4FWD' and
13326            not 'DOT1Q' and
13327            not '2VM'"
13328   parameters:
13329   - "throughput"
13330   - "parent"
13331   - "tags"
13332   layout:
13333     title: ""  # No title
13334     layout: "plot-throughput-speedup-analysis"
13335
13336 -
13337   type: "plot"
13338   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13339   algorithm: "plot_throughput_speedup_analysis"
13340   output-file-type: ".html"
13341   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13342   data: "plot-throughput-speedup-analysis-3n-hsw"
13343   filter: "'NIC_Intel-X520-DA2' and
13344            '64B' and
13345            'NDRPDR' and
13346            'VHOST' and
13347            not 'VXLAN' and
13348            not 'IP4FWD' and
13349            not 'DOT1Q' and
13350            not '2VM'"
13351   parameters:
13352   - "throughput"
13353   - "parent"
13354   - "tags"
13355   layout:
13356     title: ""  # No title
13357     layout: "plot-throughput-speedup-analysis"
13358
13359 # Speedup - VPP vhost ip4 3n-hsw-x710
13360 -
13361   type: "plot"
13362   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13363   algorithm: "plot_throughput_speedup_analysis"
13364   output-file-type: ".html"
13365   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13366   data: "plot-throughput-speedup-analysis-3n-hsw"
13367   filter: "'NIC_Intel-X710' and
13368            '64B' and
13369            'NDRPDR' and
13370            'VHOST' and
13371            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13372   parameters:
13373   - "throughput"
13374   - "parent"
13375   - "tags"
13376   layout:
13377     title: ""  # No title
13378     layout: "plot-throughput-speedup-analysis"
13379
13380 -
13381   type: "plot"
13382   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13383   algorithm: "plot_throughput_speedup_analysis"
13384   output-file-type: ".html"
13385   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13386   data: "plot-throughput-speedup-analysis-3n-hsw"
13387   filter: "'NIC_Intel-X710' and
13388            '64B' and
13389            'NDRPDR' and
13390            'VHOST' and
13391            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13392   parameters:
13393   - "throughput"
13394   - "parent"
13395   - "tags"
13396   layout:
13397     title: ""  # No title
13398     layout: "plot-throughput-speedup-analysis"
13399
13400 # Speedup - VPP vhost l2sw 3n-hsw-x710
13401 -
13402   type: "plot"
13403   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13404   algorithm: "plot_throughput_speedup_analysis"
13405   output-file-type: ".html"
13406   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13407   data: "plot-throughput-speedup-analysis-3n-hsw"
13408   filter: "'NIC_Intel-X710' and
13409            '64B' and
13410            'NDRPDR' and
13411            'VHOST' and
13412            not 'VXLAN' and
13413            not 'IP4FWD' and
13414            not 'DOT1Q' and
13415            not '2VM'"
13416   parameters:
13417   - "throughput"
13418   - "parent"
13419   - "tags"
13420   layout:
13421     title: ""  # No title
13422     layout: "plot-throughput-speedup-analysis"
13423
13424 -
13425   type: "plot"
13426   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13427   algorithm: "plot_throughput_speedup_analysis"
13428   output-file-type: ".html"
13429   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13430   data: "plot-throughput-speedup-analysis-3n-hsw"
13431   filter: "'NIC_Intel-X710' and
13432            '64B' and
13433            'NDRPDR' and
13434            'VHOST' and
13435            not 'VXLAN' and
13436            not 'IP4FWD' and
13437            not 'DOT1Q' and
13438            not '2VM'"
13439   parameters:
13440   - "throughput"
13441   - "parent"
13442   - "tags"
13443   layout:
13444     title: ""  # No title
13445     layout: "plot-throughput-speedup-analysis"
13446
13447 # Speedup - VPP vhost ip4 3n-hsw-xl710
13448 -
13449   type: "plot"
13450   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13451   algorithm: "plot_throughput_speedup_analysis"
13452   output-file-type: ".html"
13453   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13454   data: "plot-throughput-speedup-analysis-3n-hsw"
13455   filter: "'NIC_Intel-XL710' and
13456            '64B' and
13457            'NDRPDR' and
13458            'VHOST' and
13459            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13460   parameters:
13461   - "throughput"
13462   - "parent"
13463   - "tags"
13464   layout:
13465     title: ""  # No title
13466     layout: "plot-throughput-speedup-analysis"
13467
13468 -
13469   type: "plot"
13470   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13471   algorithm: "plot_throughput_speedup_analysis"
13472   output-file-type: ".html"
13473   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13474   data: "plot-throughput-speedup-analysis-3n-hsw"
13475   filter: "'NIC_Intel-XL710' and
13476            '64B' and
13477            'NDRPDR' and
13478            'VHOST' and
13479            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13480   parameters:
13481   - "throughput"
13482   - "parent"
13483   - "tags"
13484   layout:
13485     title: ""  # No title
13486     layout: "plot-throughput-speedup-analysis"
13487
13488 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13489 -
13490   type: "plot"
13491   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13492   algorithm: "plot_throughput_speedup_analysis"
13493   output-file-type: ".html"
13494   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13495   data: "plot-throughput-speedup-analysis-3n-hsw"
13496   filter: "'NIC_Intel-XL710' and
13497            '64B' and
13498            'NDRPDR' and
13499            'VHOST' and
13500            not 'VXLAN' and
13501            not 'IP4FWD' and
13502            not 'DOT1Q' and
13503            not '2VM'"
13504   parameters:
13505   - "throughput"
13506   - "parent"
13507   - "tags"
13508   layout:
13509     title: ""  # No title
13510     layout: "plot-throughput-speedup-analysis"
13511
13512 -
13513   type: "plot"
13514   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13515   algorithm: "plot_throughput_speedup_analysis"
13516   output-file-type: ".html"
13517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13518   data: "plot-throughput-speedup-analysis-3n-hsw"
13519   filter: "'NIC_Intel-XL710' and
13520            '64B' and
13521            'NDRPDR' and
13522            'VHOST' and
13523            not 'VXLAN' and
13524            not 'IP4FWD' and
13525            not 'DOT1Q' and
13526            not '2VM'"
13527   parameters:
13528   - "throughput"
13529   - "parent"
13530   - "tags"
13531   layout:
13532     title: ""  # No title
13533     layout: "plot-throughput-speedup-analysis"
13534
13535 # Speedup - VPP vhost l2sw 3n-hsw-x520
13536 -
13537   type: "plot"
13538   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13539   algorithm: "plot_throughput_speedup_analysis"
13540   output-file-type: ".html"
13541   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13542   data: "plot-throughput-speedup-analysis-3n-hsw"
13543   filter: "'NIC_Intel-X520-DA2' and
13544            '114B' and
13545            'NDRPDR' and
13546            'VTS'"
13547   parameters:
13548   - "throughput"
13549   - "parent"
13550   - "tags"
13551   layout:
13552     title: ""  # No title
13553     layout: "plot-throughput-speedup-analysis"
13554
13555 -
13556   type: "plot"
13557   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13558   algorithm: "plot_throughput_speedup_analysis"
13559   output-file-type: ".html"
13560   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13561   data: "plot-throughput-speedup-analysis-3n-hsw"
13562   filter: "'NIC_Intel-X520-DA2' and
13563            '114B' and
13564            'NDRPDR' and
13565            'VTS'"
13566   parameters:
13567   - "throughput"
13568   - "parent"
13569   - "tags"
13570   layout:
13571     title: ""  # No title
13572     layout: "plot-throughput-speedup-analysis"