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,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
45     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
46
47     # Detailed test configurations
48     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
49     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
50     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
51     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
52     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
53     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
54     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
55     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
56     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
57
58     # Detailed tests operational data
59     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
60     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
61     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
62     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
63
64     # .css patch file to fix tables generated by Sphinx
65     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
66     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
67
68   urls:
69     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
70     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
71     URL[NEXUS]: "https://docs.fd.io/csit"
72     DIR[NEXUS]: "report/_static/archive"
73
74   make-dirs:
75   # List the directories which are created while preparing the environment.
76   # All directories MUST be defined in "paths" section.
77   - "DIR[WORKING,DATA]"
78   - "DIR[STATIC,VPP]"
79   - "DIR[STATIC,DPDK]"
80   - "DIR[STATIC,ARCH]"
81   - "DIR[BUILD,LATEX]"
82   - "DIR[WORKING,SRC]"
83   - "DIR[WORKING,SRC,STATIC]"
84
85   remove-dirs:
86   # List the directories which are deleted while cleaning the environment.
87   # All directories MUST be defined in "paths" section.
88   #- "DIR[BUILD,HTML]"
89   - "DIR[WORKING,DATA]"
90
91   build-dirs:
92   # List the directories where the results (build) is stored.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[BUILD,HTML]"
95   - "DIR[BUILD,LATEX]"
96
97 -
98   type: "configuration"
99
100   data-sets:
101
102     # VPP Performance
103     vpp-performance-changes:
104       csit-vpp-perf-1801-all:
105       - 124  # sel
106       - 127  # sel
107       - 128  # sel
108       - 141  # sel
109       - 142  # sel
110       - 143  # sel
111       - 145  # sel
112       - 146  # sel
113       - 162  # sel
114       - 163  # sel
115       - 167  # sel
116       - 172  # sel acl only
117       csit-vpp-perf-1804-all:
118       - 21  # sel
119       - 22  # sel
120       - 23  # sel
121       - 24  # sel
122       - 27  # sel
123       - 28  # sel
124       - 29  # sel
125       - 30  # sel
126       - 31  # sel
127       - 35  # sel
128       # TODO: Add Data sources
129       csit-vpp-perf-verify-1807-3n-hsw:
130       - 11  # NDRPDR full 1
131       - 22  # NDRPDR full 2
132       - 15  # NDRPDR sel
133       - 16  # NDRPDR sel
134       - 19  # NDRPDR sel
135       - 18  # NDRPDR sel
136       - 20  # NDRPDR sel
137       - 38  # NDRPDR sel
138       - 40  # NDRPDR sel
139       - 44  # NDRPDR sel
140
141     vpp-compare-testbeds:
142       # TODO: Add Data sources
143       csit-vpp-perf-verify-1807-3n-hsw:
144       - 11  # NDRPDR full 1
145       - 22  # NDRPDR full 2
146       - 15  # NDRPDR sel
147       - 16  # NDRPDR sel
148       - 19  # NDRPDR sel
149       - 18  # NDRPDR sel
150       - 20  # NDRPDR sel
151       - 38  # NDRPDR sel
152       - 40  # NDRPDR sel
153       - 44  # NDRPDR sel
154       csit-vpp-perf-verify-1807-3n-skx:
155       - 33  # NDRPDR sel
156       - 35  # NDRPDR sel
157       - 37  # NDRPDR sel
158       - 38  # NDRPDR sel
159       - 39  # NDRPDR sel
160       - 43  # NDRPDR sel
161       - 44  # NDRPDR sel
162       - 49  # NDRPDR sel
163       - 50  # NDRPDR sel
164       - 56  # NDRPDR sel
165
166     vpp-compare-testbeds-mrr:
167       # TODO: Add Data sources
168       csit-vpp-perf-verify-1807-3n-hsw:
169       - 8   # MRR full
170       - 9   # MRR sel
171       - 21  # MRR sel
172       - 31  # MRR sel
173       - 33  # MRR sel
174       - 36  # MRR sel
175       - 41  # MRR sel
176       - 42  # MRR sel
177       - 48  # MRR sel
178       csit-vpp-perf-verify-1807-3n-skx:
179       - 28  # MRR sel
180       - 32  # MRR sel
181       - 36  # MRR sel
182       - 42  # MRR sel
183       - 47  # MRR sel
184       - 48  # MRR sel
185       - 51  # MRR sel
186       - 52  # MRR sel
187       - 53  # MRR sel
188       - 54  # MRR sel
189
190     vpp-performance-changes-mrr:
191       csit-vpp-perf-check-1801:
192       - 3
193       - 4
194       - 5
195       - 6
196       - 7
197       - 8
198       - 9
199       - 11
200       - 12
201       - 13
202       csit-vpp-perf-check-1804:
203       - 6   # mrr - sel
204       - 13  # mrr - sel
205       - 14  # mrr - sel
206       - 15  # mrr - sel
207       - 16  # mrr - sel
208       - 17  # mrr - sel
209       - 19  # mrr - sel
210       - 20  # mrr - sel
211       - 21  # mrr - sel
212       - 22  # mrr - sel
213       # TODO: Add Data sources
214       csit-vpp-perf-verify-1807-3n-hsw:
215       - 8   # MRR full
216       - 9   # MRR sel
217       - 21  # MRR sel
218       - 31  # MRR sel
219       - 33  # MRR sel
220       - 36  # MRR sel
221       - 41  # MRR sel
222       - 42  # MRR sel
223       - 48  # MRR sel
224
225     vpp-perf-results-3n-hsw:
226       # TODO: Add Data sources
227       csit-vpp-perf-verify-1807-3n-hsw:
228       - 11  # NDRPDR full 1
229       - 22  # NDRPDR full 2
230
231     vpp-perf-results-3n-skx:
232       csit-vpp-perf-verify-1807-3n-skx:
233       - 40  # NDRPDR full 1
234       - 41  # NDRPDR full 2
235
236     vpp-perf-results-2n-skx:
237       csit-vpp-perf-verify-1807-2n-skx:
238       - 32  # NDRPDR full
239
240     vpp-mrr-results-3n-hsw:
241       csit-vpp-perf-verify-1807-3n-hsw:
242       - 8   # MRR full
243
244     vpp-mrr-results-3n-skx:
245       # TODO: Replace with better results
246       csit-vpp-perf-verify-1807-3n-skx:
247       - 31  # MRR full
248
249     vpp-mrr-results-2n-skx:
250       csit-vpp-perf-verify-1807-2n-skx:
251       - 27  # MRR full
252
253     plot-throughput-speedup-analysis-3n-hsw:
254       # TODO: Add Data sources
255       csit-vpp-perf-verify-1807-3n-hsw:
256       - 11  # NDRPDR full 1
257       - 22  # NDRPDR full 2
258       - 15  # NDRPDR sel
259       - 16  # NDRPDR sel
260       - 19  # NDRPDR sel
261       - 18  # NDRPDR sel
262       - 20  # NDRPDR sel
263       - 38  # NDRPDR sel
264       - 40  # NDRPDR sel
265       - 44  # NDRPDR sel
266
267     plot-throughput-speedup-analysis-3n-skx:
268       csit-vpp-perf-verify-1807-3n-skx:
269       - 33  # NDRPDR sel
270       - 35  # NDRPDR sel
271       - 37  # NDRPDR sel
272       - 38  # NDRPDR sel
273       - 39  # NDRPDR sel
274       - 43  # NDRPDR sel
275       - 44  # NDRPDR sel
276       - 49  # NDRPDR sel
277       - 50  # NDRPDR sel
278       - 56  # NDRPDR sel
279
280     plot-throughput-speedup-analysis-2n-skx:
281       csit-vpp-perf-verify-1807-2n-skx:
282       - 26  # NDRPDR sel
283       - 28  # NDRPDR sel
284       - 29  # NDRPDR sel
285       - 30  # NDRPDR sel
286       - 34  # NDRPDR sel
287       - 35  # NDRPDR sel
288       - 36  # NDRPDR sel
289       - 39  # NDRPDR sel
290       - 40  # NDRPDR sel
291       - 42  # NDRPDR sel
292
293     plot-vpp-throughput-latency-3n-hsw:
294       # TODO: Add Data sources
295       csit-vpp-perf-verify-1807-3n-hsw:
296       - 11  # NDRPDR full 1
297       - 22  # NDRPDR full 2
298       - 15  # NDRPDR sel
299       - 16  # NDRPDR sel
300       - 19  # NDRPDR sel
301       - 18  # NDRPDR sel
302       - 20  # NDRPDR sel
303       - 38  # NDRPDR sel
304       - 40  # NDRPDR sel
305       - 44  # NDRPDR sel
306
307     plot-vpp-throughput-latency-3n-skx:
308       csit-vpp-perf-verify-1807-3n-skx:
309       - 33  # NDRPDR sel
310       - 35  # NDRPDR sel
311       - 37  # NDRPDR sel
312       - 38  # NDRPDR sel
313       - 39  # NDRPDR sel
314       - 43  # NDRPDR sel
315       - 44  # NDRPDR sel
316       - 49  # NDRPDR sel
317       - 50  # NDRPDR sel
318       - 56  # NDRPDR sel
319
320     plot-vpp-throughput-latency-2n-skx:
321       csit-vpp-perf-verify-1807-2n-skx:
322       - 26  # NDRPDR sel
323       - 28  # NDRPDR sel
324       - 29  # NDRPDR sel
325       - 30  # NDRPDR sel
326       - 34  # NDRPDR sel
327       - 35  # NDRPDR sel
328       - 36  # NDRPDR sel
329       - 39  # NDRPDR sel
330       - 40  # NDRPDR sel
331       - 42  # NDRPDR sel
332
333     plot-vpp-http-server-performance:
334       csit-vpp-perf-verify-1807-3n-hsw:
335       - 24  # WRK
336       - 25  # WRK
337       - 23  # WRK
338       - 26  # WRK
339       - 27  # WRK
340       - 28  # WRK
341       - 29  # WRK
342       - 30  # WRK
343       - 32  # WRK
344       - 35  # WRK
345
346     # VPP Functional
347     vpp-func-results-ubuntu:
348       csit-vpp-functional-1807-ubuntu1604-virl:
349       - 278
350
351     vpp-func-results-centos:
352       csit-vpp-functional-1807-centos7-virl:
353       - 278
354
355     # VPP Ligato
356     ligato-perf-results-3n-hsw:
357       # TODO: Replace with better results
358       csit-ligato-perf-1807-all:
359       - 3   # full ?
360
361     plot-ligato-throughput-speedup-analysis-3n-hsw:
362       # TODO: Add Data sources
363       csit-ligato-perf-1807-all:
364       - 3   # full ?
365       - 4   # sel
366
367     plot-ligato-throughput-latency-3n-hsw:
368       # TODO: Add Data sources
369       csit-ligato-perf-1807-all:
370       - 3   # full ?
371       - 4   # sel
372
373     # DPDK Performance
374     dpdk-performance-changes:
375       csit-dpdk-perf-1804-all:
376       - 4
377       - 5
378       - 6
379       - 7
380       - 8
381       - 9
382       - 10
383       - 11
384       - 12
385       - 13
386       csit-dpdk-perf-verify-1807-3n-hsw:
387       - 11
388       - 12  # full
389       - 14
390       - 15
391       - 16
392       - 17
393       - 20
394       - 21
395       - 22
396       - 23
397
398     dpdk-compare-testbeds:
399       csit-dpdk-perf-verify-1807-3n-skx:
400       - 1
401       - 2
402       - 3
403       - 6
404       - 7
405       - 8
406       - 9
407       - 10
408       - 11
409       - 12
410       csit-dpdk-perf-verify-1807-3n-hsw:
411       - 11
412       - 12  # full
413       - 14
414       - 15
415       - 16
416       - 17
417       - 20
418       - 21
419       - 22
420       - 23
421
422     dpdk-perf-results-3n-hsw:
423       csit-dpdk-perf-verify-1807-3n-hsw:
424       - 12
425
426     dpdk-perf-results-3n-skx:
427       csit-dpdk-perf-verify-1807-3n-skx:
428       - 12
429
430     dpdk-perf-results-2n-skx:
431       csit-dpdk-perf-verify-1807-2n-skx:
432       - 10
433
434     plot-dpdk-throughput-latency-3n-hsw:
435       csit-dpdk-perf-verify-1807-3n-hsw:
436       - 11
437       - 12  # full
438       - 14
439       - 15
440       - 16
441       - 17
442       - 20
443       - 21
444       - 22
445       - 23
446
447     plot-dpdk-throughput-latency-3n-skx:
448       csit-dpdk-perf-verify-1807-3n-skx:
449       - 1
450       - 2
451       - 3
452       - 6
453       - 7
454       - 8
455       - 9
456       - 10
457       - 11
458       - 12
459
460     plot-dpdk-throughput-latency-2n-skx:
461       csit-dpdk-perf-verify-1807-2n-skx:
462       - 1
463       - 2
464       - 3
465       - 4
466       - 5
467       - 6
468       - 7
469       - 8
470       - 9
471       - 10
472
473     # HoneyComb Functional
474     hc-func-results:
475       csit-hc2vpp-verify-func-1807-ubuntu1604:
476       - 6
477
478     # NSH SFC Functional
479     nsh-func-results:
480       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
481       - 2
482
483     # DMM Functional
484     dmm-func-results:
485       # TODO: Replace with 1807 job:
486       csit-dmm-functional-master-ubuntu1604-virl:
487       - 95
488
489   plot-layouts:
490
491     plot-cps:
492       xaxis:
493         autorange: True
494         fixedrange: False
495         gridcolor: "rgb(238, 238, 238)"
496         linecolor: "rgb(238, 238, 238)"
497         linewidth: 1
498         showgrid: True
499         showline: True
500         showticklabels: True
501         tickcolor: "rgb(238, 238, 238)"
502         tickmode: "linear"
503         title: "Indexed Test Cases"
504         zeroline: False
505       yaxis:
506         gridcolor: "rgb(238, 238, 238)"
507         hoverformat: ".4s"
508         linecolor: "rgb(238, 238, 238)"
509         linewidth: 1
510         rangemode: "tozero"
511         showgrid: True
512         showline: True
513         showticklabels: True
514         tickcolor: "rgb(238, 238, 238)"
515         title: "Connections Per Second [cps]"
516         zeroline: False
517       boxmode: "group"
518       boxgroupgap: 0.5
519       autosize: False
520       margin:
521         t: 50
522         b: 20
523         l: 80
524         r: 20
525       showlegend: True
526       legend:
527         orientation: "h"
528       width: 700
529       height: 1000
530
531     plot-rps:
532       xaxis:
533         autorange: True
534         fixedrange: False
535         gridcolor: "rgb(238, 238, 238)"
536         linecolor: "rgb(238, 238, 238)"
537         linewidth: 1
538         showgrid: True
539         showline: True
540         showticklabels: True
541         tickcolor: "rgb(238, 238, 238)"
542         tickmode: "linear"
543         title: "Indexed Test Cases"
544         zeroline: False
545       yaxis:
546         gridcolor: "rgb(238, 238, 238)"
547         hoverformat: ".4s"
548         linecolor: "rgb(238, 238, 238)"
549         linewidth: 1
550         rangemode: "tozero"
551         showgrid: True
552         showline: True
553         showticklabels: True
554         tickcolor: "rgb(238, 238, 238)"
555         title: "Requests Per Second [rps]"
556         zeroline: False
557       boxmode: "group"
558       boxgroupgap: 0.5
559       autosize: False
560       margin:
561         t: 50
562         b: 20
563         l: 80
564         r: 20
565       showlegend: True
566       legend:
567         orientation: "h"
568       width: 700
569       height: 1000
570
571     plot-throughput:
572       xaxis:
573         autorange: True
574         fixedrange: False
575         gridcolor: "rgb(238, 238, 238)"
576         linecolor: "rgb(238, 238, 238)"
577         linewidth: 1
578         showgrid: True
579         showline: True
580         showticklabels: True
581         tickcolor: "rgb(238, 238, 238)"
582         tickmode: "linear"
583         title: "Indexed Test Cases"
584         zeroline: False
585       yaxis:
586         gridcolor: "rgb(238, 238, 238)"
587         hoverformat: ".4s"
588         tickformat: ".3s"
589         linecolor: "rgb(238, 238, 238)"
590         linewidth: 1
591         showgrid: True
592         showline: True
593         showticklabels: True
594         tickcolor: "rgb(238, 238, 238)"
595         title: "Packets Per Second [pps]"
596         zeroline: False
597       boxmode: "group"
598       boxgroupgap: 0.5
599       autosize: False
600       margin:
601         t: 50
602         b: 20
603         l: 80
604         r: 20
605       showlegend: True
606       legend:
607         orientation: "h"
608       width: 700
609       height: 1000
610
611     plot-latency:
612       xaxis:
613         autorange: True
614         fixedrange: False
615         gridcolor: "rgb(238, 238, 238)"
616         linecolor: "rgb(238, 238, 238)"
617         linewidth: 1
618         showgrid: True
619         showline: True
620         showticklabels: True
621         tickcolor: "rgb(238, 238, 238)"
622         tickmode: "linear"
623         title: "Indexed Test Cases"
624         zeroline: False
625       yaxis:
626         gridcolor: "rgb(238, 238, 238)"
627         hoverformat: ""
628         linecolor: "rgb(238, 238, 238)"
629         linewidth: 1
630         showgrid: True
631         showline: True
632         showticklabels: True
633         tickcolor: "rgb(238, 238, 238)"
634         title: "Latency min/avg/max [uSec]"
635         zeroline: False
636       boxmode: "group"
637       boxgroupgap: 0.5
638       autosize: False
639       margin:
640         t: 50
641         b: 20
642         l: 80
643         r: 20
644       showlegend: True
645       legend:
646         orientation: "h"
647       width: 700
648       height: 1000
649
650     plot-throughput-speedup-analysis:
651       xaxis:
652         autorange: True
653         fixedrange: False
654         gridcolor: "rgb(238, 238, 238)"
655         linecolor: "rgb(238, 238, 238)"
656         linewidth: 1
657         showgrid: True
658         showline: True
659         showticklabels: True
660         tickcolor: "rgb(238, 238, 238)"
661         tickmode: "linear"
662         tickangle: 270
663         zeroline: False
664       yaxis:
665         title: "Throughput speedup factor"
666         gridcolor: "rgb(238, 238, 238)"
667         hoverformat: ".4s"
668         linecolor: "rgb(238, 238, 238)"
669         linewidth: 1
670         showgrid: True
671         showline: True
672         showticklabels: True
673         tickcolor: "rgb(238, 238, 238)"
674         zeroline: False
675       legend:
676         orientation: "h"
677         xanchor: "center"
678         yanchor: "top"
679         x: 0.5
680         y: 1
681         bgcolor: "rgba(255, 255, 255, 0)"
682         bordercolor: "rgba(255, 255, 255, 0)"
683       barmode: "group"
684       bargap: 0.15
685       bargroupgap: 0.1
686       autosize: False
687       margin:
688           't': 50
689           'b': 300
690           'l': 50
691           'r': 20
692       showlegend: True
693       width: 700
694       height: 1000
695
696 -
697   type: "static"
698   src-path: "{DIR[RST]}"
699   dst-path: "{DIR[WORKING,SRC]}"
700
701 -
702   type: "input"
703   general:
704     file-name: "robot-plugin.zip"
705     file-format: ".zip"
706     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
707     extract: "robot-plugin/output.xml"
708
709   builds:
710
711     csit-vpp-perf-1801-all:
712     - 124  # sel
713     - 127  # sel
714     - 128  # sel
715     - 141  # sel
716     - 142  # sel
717     - 143  # sel
718     - 145  # sel
719     - 146  # sel
720     - 162  # sel
721     - 163  # sel
722     - 167  # sel
723     - 172  # sel acl only
724     csit-vpp-perf-1804-all:
725     - 21  # sel
726     - 22  # sel
727     - 23  # sel
728     - 24  # sel
729     - 27  # sel
730     - 28  # sel
731     - 29  # sel
732     - 30  # sel
733     - 31  # sel
734     - 35  # sel
735     # TODO: Add Data sources
736     csit-vpp-perf-verify-1807-3n-hsw:
737     - 8   # MRR full
738     - 9   # MRR sel
739     - 21  # MRR sel
740     - 31  # MRR sel
741     - 33  # MRR sel
742     - 36  # MRR sel
743     - 41  # MRR sel
744     - 42  # MRR sel
745     - 48  # MRR sel
746     - 11  # NDRPDR full 1
747     - 22  # NDRPDR full 2
748     - 15  # NDRPDR sel
749     - 16  # NDRPDR sel
750     - 19  # NDRPDR sel
751     - 18  # NDRPDR sel
752     - 20  # NDRPDR sel
753     - 38  # NDRPDR sel
754     - 40  # NDRPDR sel
755     - 44  # NDRPDR sel
756     - 24  # WRK
757     - 25  # WRK
758     - 23  # WRK
759     - 26  # WRK
760     - 27  # WRK
761     - 28  # WRK
762     - 29  # WRK
763     - 30  # WRK
764     - 32  # WRK
765     - 35  # WRK
766     csit-vpp-perf-verify-1807-3n-skx:
767     - 31  # MRR full
768     - 28  # MRR sel
769     - 32  # MRR sel
770     - 36  # MRR sel
771     - 42  # MRR sel
772     - 47  # MRR sel
773     - 48  # MRR sel
774     - 51  # MRR sel
775     - 52  # MRR sel
776     - 53  # MRR sel
777     - 54  # MRR sel
778     - 40  # NDRPDR full 1
779     - 41  # NDRPDR full 2
780     - 33  # NDRPDR sel
781     - 35  # NDRPDR sel
782     - 37  # NDRPDR sel
783     - 38  # NDRPDR sel
784     - 39  # NDRPDR sel
785     - 43  # NDRPDR sel
786     - 44  # NDRPDR sel
787     - 49  # NDRPDR sel
788     - 50  # NDRPDR sel
789     - 56  # NDRPDR sel
790     csit-vpp-perf-verify-1807-2n-skx:
791     - 27  # MRR full
792     - 31  # MRR sel
793     - 33  # MRR sel
794     - 37  # MRR sel
795     - 38  # MRR sel
796     - 41  # MRR sel
797     - 43  # MRR sel
798     - 44  # MRR sel
799     - 45  # MRR sel
800     - 46  # MRR sel
801     - 47  # MRR sel
802     - 32  # NDRPDR full
803     - 26  # NDRPDR sel
804     - 28  # NDRPDR sel
805     - 29  # NDRPDR sel
806     - 30  # NDRPDR sel
807     - 34  # NDRPDR sel
808     - 35  # NDRPDR sel
809     - 36  # NDRPDR sel
810     - 39  # NDRPDR sel
811     - 40  # NDRPDR sel
812     - 42  # NDRPDR sel
813     csit-vpp-perf-check-1801:
814     - 3   # mrr
815     - 4   # mrr
816     - 5   # mrr
817     - 6   # mrr
818     - 7   # mrr
819     - 8   # mrr
820     - 9   # mrr
821     - 11  # mrr
822     - 12  # mrr
823     - 13  # mrr
824     csit-vpp-perf-check-1804:
825     - 5   # mrr - full
826     - 6   # mrr - sel
827     - 13  # mrr - sel
828     - 14  # mrr - sel
829     - 15  # mrr - sel
830     - 16  # mrr - sel
831     - 17  # mrr - sel
832     - 19  # mrr - sel
833     - 20  # mrr - sel
834     - 21  # mrr - sel
835     - 22  # mrr - sel
836     csit-ligato-perf-1804-all:
837     - 4   # full
838     - 5   # sel
839     - 6   # sel
840     - 7   # sel
841     - 8   # sel
842     - 9   # sel
843     - 10  # sel
844     - 11  # sel
845     - 12  # sel
846     - 13  # sel
847     - 14  # sel
848     # TODO: Add Data sources
849     csit-ligato-perf-1807-all:
850     - 3   # full ?
851     - 4   # sel
852     csit-dpdk-perf-1804-all:
853     - 4
854     - 5
855     - 6
856     - 7
857     - 8
858     - 9
859     - 10
860     - 11
861     - 12
862     - 13
863     csit-dpdk-perf-verify-1807-3n-hsw:
864     - 11
865     - 12  # full
866     - 14
867     - 15
868     - 16
869     - 17
870     - 20
871     - 21
872     - 22
873     - 23
874     csit-dpdk-perf-verify-1807-3n-skx:
875     - 1
876     - 2
877     - 3
878     - 6
879     - 7
880     - 8
881     - 9
882     - 10
883     - 11
884     - 12
885     csit-dpdk-perf-verify-1807-2n-skx:
886     - 1
887     - 2
888     - 3
889     - 4
890     - 5
891     - 6
892     - 7
893     - 8
894     - 9
895     - 10
896     csit-vpp-functional-1807-ubuntu1604-virl:
897     - 278
898     csit-vpp-functional-1807-centos7-virl:
899     - 278
900     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
901     - 2
902     # TODO: Replace with 1807 job:
903     csit-dmm-functional-master-ubuntu1604-virl:
904     - 95
905     csit-hc2vpp-verify-func-1807-ubuntu1604:
906     - 6
907
908 -
909   type: "output"
910   output: "report"
911   format:
912     html:
913     - full
914     pdf:
915     - minimal
916
917 ################################################################################
918 ###                               T A B L E S                                ###
919 ################################################################################
920
921 ################################################################################
922 # VPP
923 -
924   type: "table"
925   title: "VPP Performance Changes 1t1c pdr"
926   algorithm: "table_performance_comparison"
927   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
928   history:
929     -
930       title: "rls1801"
931       data:
932         csit-vpp-perf-1801-all:
933         - 124  # sel
934         - 127  # sel
935         - 128  # sel
936         - 141  # sel
937         - 142  # sel
938         - 143  # sel
939         - 145  # sel
940         - 146  # sel
941         - 162  # sel
942         - 163  # sel
943         - 167  # sel
944         - 172  # sel acl only
945   reference:
946     title: "rls1804"
947     data:
948       csit-vpp-perf-1804-all:
949       - 21  # sel
950       - 22  # sel
951       - 23  # sel
952       - 24  # sel
953       - 27  # sel
954       - 28  # sel
955       - 29  # sel
956       - 30  # sel
957       - 31  # sel
958       - 35  # sel
959   compare:
960     title: "rls1807"
961     data:
962       # TODO: Add Data sources
963       csit-vpp-perf-verify-1807-3n-hsw:
964       - 11  # NDRPDR full 1
965       - 22  # NDRPDR full 2
966       - 15  # NDRPDR sel
967       - 16  # NDRPDR sel
968       - 19  # NDRPDR sel
969       - 18  # NDRPDR sel
970       - 20  # NDRPDR sel
971       - 38  # NDRPDR sel
972       - 40  # NDRPDR sel
973       - 44  # NDRPDR sel
974   data: "vpp-performance-changes"
975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
976   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
977   parameters:
978   - "name"
979   - "parent"
980   - "throughput"
981
982 -
983   type: "table"
984   title: "VPP Performance Changes 2t2c pdr"
985   algorithm: "table_performance_comparison"
986   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
987   history:
988     -
989       title: "rls1801"
990       data:
991         csit-vpp-perf-1801-all:
992         - 124  # sel
993         - 127  # sel
994         - 128  # sel
995         - 141  # sel
996         - 142  # sel
997         - 143  # sel
998         - 145  # sel
999         - 146  # sel
1000         - 162  # sel
1001         - 163  # sel
1002         - 167  # sel
1003         - 172  # sel acl only
1004   reference:
1005     title: "rls1804"
1006     data:
1007       csit-vpp-perf-1804-all:
1008       - 21  # sel
1009       - 22  # sel
1010       - 23  # sel
1011       - 24  # sel
1012       - 27  # sel
1013       - 28  # sel
1014       - 29  # sel
1015       - 30  # sel
1016       - 31  # sel
1017       - 35  # sel
1018   compare:
1019     title: "rls1807"
1020     data:
1021       # TODO: Add Data sources
1022       csit-vpp-perf-verify-1807-3n-hsw:
1023       - 11  # NDRPDR full 1
1024       - 22  # NDRPDR full 2
1025       - 15  # NDRPDR sel
1026       - 16  # NDRPDR sel
1027       - 19  # NDRPDR sel
1028       - 18  # NDRPDR sel
1029       - 20  # NDRPDR sel
1030       - 38  # NDRPDR sel
1031       - 40  # NDRPDR sel
1032       - 44  # NDRPDR sel
1033   data: "vpp-performance-changes"
1034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1035   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1036   parameters:
1037   - "name"
1038   - "parent"
1039   - "throughput"
1040
1041 -
1042   type: "table"
1043   title: "VPP Performance Changes 1t1c ndr"
1044   algorithm: "table_performance_comparison"
1045   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1046   history:
1047     -
1048       title: "rls1801"
1049       data:
1050         csit-vpp-perf-1801-all:
1051         - 124  # sel
1052         - 127  # sel
1053         - 128  # sel
1054         - 141  # sel
1055         - 142  # sel
1056         - 143  # sel
1057         - 145  # sel
1058         - 146  # sel
1059         - 162  # sel
1060         - 163  # sel
1061         - 167  # sel
1062         - 172  # sel acl only
1063   reference:
1064     title: "rls1804"
1065     data:
1066       csit-vpp-perf-1804-all:
1067       - 21  # sel
1068       - 22  # sel
1069       - 23  # sel
1070       - 24  # sel
1071       - 27  # sel
1072       - 28  # sel
1073       - 29  # sel
1074       - 30  # sel
1075       - 31  # sel
1076       - 35  # sel
1077   compare:
1078     title: "rls1807"
1079     data:
1080       # TODO: Add Data sources
1081       csit-vpp-perf-verify-1807-3n-hsw:
1082       - 11  # NDRPDR full 1
1083       - 22  # NDRPDR full 2
1084       - 15  # NDRPDR sel
1085       - 16  # NDRPDR sel
1086       - 19  # NDRPDR sel
1087       - 18  # NDRPDR sel
1088       - 20  # NDRPDR sel
1089       - 38  # NDRPDR sel
1090       - 40  # NDRPDR sel
1091       - 44  # NDRPDR sel
1092   data: "vpp-performance-changes"
1093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1094   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1095   parameters:
1096   - "name"
1097   - "parent"
1098   - "throughput"
1099
1100 -
1101   type: "table"
1102   title: "VPP Performance Changes 2t2c ndr"
1103   algorithm: "table_performance_comparison"
1104   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1105   history:
1106     -
1107       title: "rls1801"
1108       data:
1109         csit-vpp-perf-1801-all:
1110         - 124  # sel
1111         - 127  # sel
1112         - 128  # sel
1113         - 141  # sel
1114         - 142  # sel
1115         - 143  # sel
1116         - 145  # sel
1117         - 146  # sel
1118         - 162  # sel
1119         - 163  # sel
1120         - 167  # sel
1121         - 172  # sel acl only
1122   reference:
1123     title: "rls1804"
1124     data:
1125       csit-vpp-perf-1804-all:
1126       - 21  # sel
1127       - 22  # sel
1128       - 23  # sel
1129       - 24  # sel
1130       - 27  # sel
1131       - 28  # sel
1132       - 29  # sel
1133       - 30  # sel
1134       - 31  # sel
1135       - 35  # sel
1136   compare:
1137     title: "rls1807"
1138     data:
1139       # TODO: Add Data sources
1140       csit-vpp-perf-verify-1807-3n-hsw:
1141       - 11  # NDRPDR full 1
1142       - 22  # NDRPDR full 2
1143       - 15  # NDRPDR sel
1144       - 16  # NDRPDR sel
1145       - 19  # NDRPDR sel
1146       - 18  # NDRPDR sel
1147       - 20  # NDRPDR sel
1148       - 38  # NDRPDR sel
1149       - 40  # NDRPDR sel
1150       - 44  # NDRPDR sel
1151   data: "vpp-performance-changes"
1152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1153   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1154   parameters:
1155   - "name"
1156   - "parent"
1157   - "throughput"
1158
1159 -
1160   type: "table"
1161   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1162   algorithm: "table_performance_comparison"
1163   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1164   reference:
1165     title: "3-Node Hsw"
1166     data:
1167       # TODO: Add Data sources
1168       csit-vpp-perf-verify-1807-3n-hsw:
1169       - 11  # NDRPDR full 1
1170       - 22  # NDRPDR full 2
1171       - 15  # NDRPDR sel
1172       - 16  # NDRPDR sel
1173       - 19  # NDRPDR sel
1174       - 18  # NDRPDR sel
1175       - 20  # NDRPDR sel
1176       - 38  # NDRPDR sel
1177       - 40  # NDRPDR sel
1178       - 44  # NDRPDR sel
1179   compare:
1180     title: "3-Node Skx"
1181     data:
1182       csit-vpp-perf-verify-1807-3n-skx:
1183       - 33  # NDRPDR sel
1184       - 35  # NDRPDR sel
1185       - 37  # NDRPDR sel
1186       - 38  # NDRPDR sel
1187       - 39  # NDRPDR sel
1188       - 43  # NDRPDR sel
1189       - 44  # NDRPDR sel
1190       - 49  # NDRPDR sel
1191       - 50  # NDRPDR sel
1192       - 56  # NDRPDR sel
1193   data: "vpp-compare-testbeds"
1194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1195   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1196   parameters:
1197   - "name"
1198   - "parent"
1199   - "throughput"
1200
1201 -
1202   type: "table"
1203   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1204   algorithm: "table_performance_comparison"
1205   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1206   reference:
1207     title: "3-Node Hsw"
1208     data:
1209       # TODO: Add Data sources
1210       csit-vpp-perf-verify-1807-3n-hsw:
1211       - 11  # NDRPDR full 1
1212       - 22  # NDRPDR full 2
1213       - 15  # NDRPDR sel
1214       - 16  # NDRPDR sel
1215       - 19  # NDRPDR sel
1216       - 18  # NDRPDR sel
1217       - 20  # NDRPDR sel
1218       - 38  # NDRPDR sel
1219       - 40  # NDRPDR sel
1220       - 44  # NDRPDR sel
1221   compare:
1222     title: "3-Node Skx"
1223     data:
1224       csit-vpp-perf-verify-1807-3n-skx:
1225       - 33  # NDRPDR sel
1226       - 35  # NDRPDR sel
1227       - 37  # NDRPDR sel
1228       - 38  # NDRPDR sel
1229       - 39  # NDRPDR sel
1230       - 43  # NDRPDR sel
1231       - 44  # NDRPDR sel
1232       - 49  # NDRPDR sel
1233       - 50  # NDRPDR sel
1234       - 56  # NDRPDR sel
1235   data: "vpp-compare-testbeds"
1236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1237   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1238   parameters:
1239   - "name"
1240   - "parent"
1241   - "throughput"
1242
1243 -
1244   type: "table"
1245   title: "VPP Performance Changes - 1t1c MRR"
1246   algorithm: "table_performance_comparison"
1247   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1248   history:
1249     -
1250       title: "rls1801"
1251       data:
1252         csit-vpp-perf-check-1801:
1253         - 3
1254         - 4
1255         - 5
1256         - 6
1257         - 7
1258         - 8
1259         - 9
1260         - 11
1261         - 12
1262         - 13
1263   reference:
1264     title: "rls1804"
1265     data:
1266       csit-vpp-perf-check-1804:
1267       - 6   # mrr - sel
1268       - 13  # mrr - sel
1269       - 14  # mrr - sel
1270       - 15  # mrr - sel
1271       - 16  # mrr - sel
1272       - 17  # mrr - sel
1273       - 19  # mrr - sel
1274       - 20  # mrr - sel
1275       - 21  # mrr - sel
1276       - 22  # mrr - sel
1277   compare:
1278     title: "rls1807"
1279     data:
1280       # TODO: Add Data sources
1281       csit-vpp-perf-verify-1807-3n-hsw:
1282       - 8   # MRR full
1283       - 9   # MRR sel
1284       - 21  # MRR sel
1285       - 31  # MRR sel
1286       - 33  # MRR sel
1287       - 36  # MRR sel
1288       - 41  # MRR sel
1289       - 42  # MRR sel
1290       - 48  # MRR sel
1291   data: "vpp-performance-changes-mrr"
1292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1293   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1294   parameters:
1295   - "name"
1296   - "parent"
1297   - "result"
1298
1299 -
1300   type: "table"
1301   title: "VPP Performance Changes - 2t2c MRR"
1302   algorithm: "table_performance_comparison"
1303   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1304   history:
1305     -
1306       title: "rls1801"
1307       data:
1308         csit-vpp-perf-check-1801:
1309         - 3
1310         - 4
1311         - 5
1312         - 6
1313         - 7
1314         - 8
1315         - 9
1316         - 11
1317         - 12
1318         - 13
1319   reference:
1320     title: "rls1804"
1321     data:
1322       csit-vpp-perf-check-1804:
1323       - 6   # mrr - sel
1324       - 13  # mrr - sel
1325       - 14  # mrr - sel
1326       - 15  # mrr - sel
1327       - 16  # mrr - sel
1328       - 17  # mrr - sel
1329       - 19  # mrr - sel
1330       - 20  # mrr - sel
1331       - 21  # mrr - sel
1332       - 22  # mrr - sel
1333   compare:
1334     title: "rls1807"
1335     data:
1336       # TODO: Add Data sources
1337       csit-vpp-perf-verify-1807-3n-hsw:
1338       - 8   # MRR full
1339       - 9   # MRR sel
1340       - 21  # MRR sel
1341       - 31  # MRR sel
1342       - 33  # MRR sel
1343       - 36  # MRR sel
1344       - 41  # MRR sel
1345       - 42  # MRR sel
1346       - 48  # MRR sel
1347   data: "vpp-performance-changes-mrr"
1348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1349   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1350   parameters:
1351   - "name"
1352   - "parent"
1353   - "result"
1354
1355 -
1356   type: "table"
1357   title: "VPP Performance Changes - 4t4c MRR"
1358   algorithm: "table_performance_comparison"
1359   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1360   history:
1361     -
1362       title: "rls1801"
1363       data:
1364         csit-vpp-perf-check-1801:
1365         - 3
1366         - 4
1367         - 5
1368         - 6
1369         - 7
1370         - 8
1371         - 9
1372         - 11
1373         - 12
1374         - 13
1375   reference:
1376     title: "rls1804"
1377     data:
1378       csit-vpp-perf-check-1804:
1379       - 6   # mrr - sel
1380       - 13  # mrr - sel
1381       - 14  # mrr - sel
1382       - 15  # mrr - sel
1383       - 16  # mrr - sel
1384       - 17  # mrr - sel
1385       - 19  # mrr - sel
1386       - 20  # mrr - sel
1387       - 21  # mrr - sel
1388       - 22  # mrr - sel
1389   compare:
1390     title: "rls1807"
1391     data:
1392       # TODO: Add Data sources
1393       csit-vpp-perf-verify-1807-3n-hsw:
1394       - 8   # MRR full
1395       - 9   # MRR sel
1396       - 21  # MRR sel
1397       - 31  # MRR sel
1398       - 33  # MRR sel
1399       - 36  # MRR sel
1400       - 41  # MRR sel
1401       - 42  # MRR sel
1402       - 48  # MRR sel
1403   data: "vpp-performance-changes-mrr"
1404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1405   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1406   parameters:
1407   - "name"
1408   - "parent"
1409   - "result"
1410
1411 -
1412   type: "table"
1413   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1414   algorithm: "table_performance_comparison"
1415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1416   reference:
1417     title: "3-Node Hsw"
1418     data:
1419       # TODO: Add Data sources
1420       csit-vpp-perf-verify-1807-3n-hsw:
1421       - 8   # MRR full
1422       - 9   # MRR sel
1423       - 21  # MRR sel
1424       - 31  # MRR sel
1425       - 33  # MRR sel
1426       - 36  # MRR sel
1427       - 41  # MRR sel
1428       - 42  # MRR sel
1429       - 48  # MRR sel
1430   compare:
1431     title: "3-Node Skx"
1432     data:
1433       csit-vpp-perf-verify-1807-3n-skx:
1434       - 28  # MRR sel
1435       - 32  # MRR sel
1436       - 36  # MRR sel
1437       - 42  # MRR sel
1438       - 47  # MRR sel
1439       - 48  # MRR sel
1440       - 51  # MRR sel
1441       - 52  # MRR sel
1442       - 53  # MRR sel
1443       - 54  # MRR sel
1444   data: "vpp-compare-testbeds-mrr"
1445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1446   filter: "'NIC_Intel-X710' and 'MRR'"
1447   parameters:
1448   - "name"
1449   - "parent"
1450   - "result"
1451
1452 -
1453   type: "table"
1454   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1455   algorithm: "table_merged_details"
1456   output-file-ext: ".csv"
1457   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1458   columns:
1459   -
1460     title: "Name"
1461     data: "data name"
1462   -
1463     title: "Status"
1464     data: "data msg"
1465   rows: "generated"
1466   data: "vpp-perf-results-3n-hsw"
1467   filter: "not 'NDRCHK' and not 'PDRCHK'"
1468   parameters:
1469   - "name"
1470   - "parent"
1471   - "msg"
1472
1473 -
1474   type: "table"
1475   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1476   algorithm: "table_merged_details"
1477   output-file-ext: ".csv"
1478   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1479   columns:
1480   -
1481     title: "Name"
1482     data: "data name"
1483   -
1484     title: "Status"
1485     data: "data msg"
1486   rows: "generated"
1487   data: "vpp-perf-results-3n-skx"
1488   filter: "not 'NDRCHK' and not 'PDRCHK'"
1489   parameters:
1490   - "name"
1491   - "parent"
1492   - "msg"
1493
1494 -
1495   type: "table"
1496   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1497   algorithm: "table_merged_details"
1498   output-file-ext: ".csv"
1499   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1500   columns:
1501   -
1502     title: "Name"
1503     data: "data name"
1504   -
1505     title: "Status"
1506     data: "data msg"
1507   rows: "generated"
1508   data: "vpp-perf-results-2n-skx"
1509   filter: "not 'NDRCHK' and not 'PDRCHK'"
1510   parameters:
1511   - "name"
1512   - "parent"
1513   - "msg"
1514
1515 -
1516   type: "table"
1517   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1518   algorithm: "table_merged_details"
1519   output-file-ext: ".csv"
1520   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1521   columns:
1522   -
1523     title: "Name"
1524     data: "data name"
1525   -
1526     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1527     data: "data vat-history"
1528   rows: "generated"
1529   data: "vpp-perf-results-3n-hsw"
1530   filter: "not 'NDRCHK' and not 'PDRCHK'"
1531   parameters:
1532   - "parent"
1533   - "name"
1534   - "vat-history"
1535
1536 -
1537   type: "table"
1538   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1539   algorithm: "table_merged_details"
1540   output-file-ext: ".csv"
1541   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1542   columns:
1543   -
1544     title: "Name"
1545     data: "data name"
1546   -
1547     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1548     data: "data vat-history"
1549   rows: "generated"
1550   data: "vpp-perf-results-3n-skx"
1551   filter: "not 'NDRCHK' and not 'PDRCHK'"
1552   parameters:
1553   - "parent"
1554   - "name"
1555   - "vat-history"
1556
1557 -
1558   type: "table"
1559   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1560   algorithm: "table_merged_details"
1561   output-file-ext: ".csv"
1562   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1563   columns:
1564   -
1565     title: "Name"
1566     data: "data name"
1567   -
1568     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1569     data: "data vat-history"
1570   rows: "generated"
1571   data: "vpp-perf-results-2n-skx"
1572   filter: "not 'NDRCHK' and not 'PDRCHK'"
1573   parameters:
1574   - "parent"
1575   - "name"
1576   - "vat-history"
1577
1578 -
1579   type: "table"
1580   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1581   algorithm: "table_merged_details"
1582   output-file-ext: ".csv"
1583   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1584   columns:
1585   -
1586     title: "Name"
1587     data: "data name"
1588   -
1589     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1590     data: "data show-run"
1591   rows: "generated"
1592   data: "vpp-perf-results-3n-hsw"
1593   filter: "not 'NDRCHK' and not 'PDRCHK'"
1594   parameters:
1595   - "parent"
1596   - "name"
1597   - "show-run"
1598
1599 -
1600   type: "table"
1601   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1602   algorithm: "table_merged_details"
1603   output-file-ext: ".csv"
1604   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1605   columns:
1606   -
1607     title: "Name"
1608     data: "data name"
1609   -
1610     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1611     data: "data show-run"
1612   rows: "generated"
1613   data: "vpp-perf-results-3n-skx"
1614   filter: "not 'NDRCHK' and not 'PDRCHK'"
1615   parameters:
1616   - "parent"
1617   - "name"
1618   - "show-run"
1619
1620 -
1621   type: "table"
1622   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1623   algorithm: "table_merged_details"
1624   output-file-ext: ".csv"
1625   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1626   columns:
1627   -
1628     title: "Name"
1629     data: "data name"
1630   -
1631     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1632     data: "data show-run"
1633   rows: "generated"
1634   data: "vpp-perf-results-2n-skx"
1635   filter: "not 'NDRCHK' and not 'PDRCHK'"
1636   parameters:
1637   - "parent"
1638   - "name"
1639   - "show-run"
1640
1641 -
1642   type: "table"
1643   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1644   algorithm: "table_details"
1645   output-file-ext: ".csv"
1646   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1647   columns:
1648   -
1649     title: "Name"
1650     data: "data name"
1651   -
1652     title: "Status"
1653     data: "data msg"
1654   rows: "generated"
1655   data: "vpp-mrr-results-3n-hsw"
1656   filter: "'MRR'"
1657   parameters:
1658   - "name"
1659   - "parent"
1660   - "msg"
1661
1662 -
1663   type: "table"
1664   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1665   algorithm: "table_details"
1666   output-file-ext: ".csv"
1667   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1668   columns:
1669   -
1670     title: "Name"
1671     data: "data name"
1672   -
1673     title: "Status"
1674     data: "data msg"
1675   rows: "generated"
1676   data: "vpp-mrr-results-3n-skx"
1677   filter: "'MRR'"
1678   parameters:
1679   - "name"
1680   - "parent"
1681   - "msg"
1682
1683 -
1684   type: "table"
1685   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1686   algorithm: "table_details"
1687   output-file-ext: ".csv"
1688   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1689   columns:
1690   -
1691     title: "Name"
1692     data: "data name"
1693   -
1694     title: "Status"
1695     data: "data msg"
1696   rows: "generated"
1697   data: "vpp-mrr-results-2n-skx"
1698   filter: "'MRR'"
1699   parameters:
1700   - "name"
1701   - "parent"
1702   - "msg"
1703
1704 -
1705   type: "table"
1706   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1707   algorithm: "table_details"
1708   output-file-ext: ".csv"
1709   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1710   columns:
1711   -
1712     title: "Name"
1713     data: "data name"
1714   -
1715     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1716     data: "data vat-history"
1717   rows: "generated"
1718   data: "vpp-mrr-results-3n-hsw"
1719   filter: "'MRR'"
1720   parameters:
1721   - "parent"
1722   - "name"
1723   - "vat-history"
1724
1725 -
1726   type: "table"
1727   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1728   algorithm: "table_details"
1729   output-file-ext: ".csv"
1730   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1731   columns:
1732   -
1733     title: "Name"
1734     data: "data name"
1735   -
1736     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1737     data: "data vat-history"
1738   rows: "generated"
1739   data: "vpp-mrr-results-3n-skx"
1740   filter: "'MRR'"
1741   parameters:
1742   - "parent"
1743   - "name"
1744   - "vat-history"
1745
1746 -
1747   type: "table"
1748   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1749   algorithm: "table_details"
1750   output-file-ext: ".csv"
1751   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1752   columns:
1753   -
1754     title: "Name"
1755     data: "data name"
1756   -
1757     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1758     data: "data vat-history"
1759   rows: "generated"
1760   data: "vpp-mrr-results-2n-skx"
1761   filter: "'MRR'"
1762   parameters:
1763   - "parent"
1764   - "name"
1765   - "vat-history"
1766
1767 -
1768   type: "table"
1769   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1770   algorithm: "table_details"
1771   output-file-ext: ".csv"
1772   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1773   columns:
1774   -
1775     title: "Name"
1776     data: "data name"
1777   -
1778     title: "Documentation"
1779     data: "data doc"
1780   -
1781     title: "Status"
1782     data: "data status"
1783   rows: "generated"
1784   data: "vpp-func-results-ubuntu"
1785   filter: "all"
1786   parameters:
1787   - "name"
1788   - "parent"
1789   - "doc"
1790   - "status"
1791
1792 -
1793   type: "table"
1794   title: "Detailed Test Results - VPP Functional Results - CentOS"
1795   algorithm: "table_details"
1796   output-file-ext: ".csv"
1797   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1798   columns:
1799   -
1800     title: "Name"
1801     data: "data name"
1802   -
1803     title: "Documentation"
1804     data: "data doc"
1805   -
1806     title: "Status"
1807     data: "data status"
1808   rows: "generated"
1809   data:
1810     "vpp-func-results-centos"
1811   filter: "all"
1812   parameters:
1813   - "name"
1814   - "parent"
1815   - "doc"
1816   - "status"
1817
1818 -
1819   type: "table"
1820   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1821   algorithm: "table_details"
1822   output-file-ext: ".csv"
1823   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1824   columns:
1825   -
1826     title: "Name"
1827     data: "data name"
1828   -
1829     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1830     data: "data vat-history"
1831   rows: "generated"
1832   data: "vpp-func-results-ubuntu"
1833   filter: "all"
1834   parameters:
1835   - "parent"
1836   - "name"
1837   - "vat-history"
1838
1839 -
1840   type: "table"
1841   title: "Test configuration - VPP Functional Test Configs - CentOS"
1842   algorithm: "table_details"
1843   output-file-ext: ".csv"
1844   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1845   columns:
1846   -
1847     title: "Name"
1848     data: "data name"
1849   -
1850     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1851     data: "data vat-history"
1852   rows: "generated"
1853   data: "vpp-func-results-centos"
1854   filter: "all"
1855   parameters:
1856   - "parent"
1857   - "name"
1858   - "vat-history"
1859
1860 -
1861   type: "table"
1862   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1863   algorithm: "table_details"
1864   output-file-ext: ".csv"
1865   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1866   columns:
1867   -
1868     title: "Name"
1869     data: "data name"
1870   -
1871     title: "Status"
1872     data: "data msg"
1873   rows: "generated"
1874   data: "ligato-perf-results-3n-hsw"
1875   filter: "all"
1876   parameters:
1877   - "name"
1878   - "parent"
1879   - "msg"
1880
1881 ################################################################################
1882 # DPDK
1883 -
1884   type: "table"
1885   title: "DPDK Performance Changes 1t1c pdr"
1886   algorithm: "table_performance_comparison"
1887   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1888   reference:
1889     title: "rls1804"
1890     data:
1891       csit-dpdk-perf-1804-all:
1892       - 4
1893       - 5
1894       - 6
1895       - 7
1896       - 8
1897       - 9
1898       - 10
1899       - 11
1900       - 12
1901       - 13
1902   compare:
1903     title: "rls1807"
1904     data:
1905       csit-dpdk-perf-verify-1807-3n-hsw:
1906       - 11
1907       - 12  # full
1908       - 14
1909       - 15
1910       - 16
1911       - 17
1912       - 20
1913       - 21
1914       - 22
1915       - 23
1916   data: "dpdk-performance-changes"
1917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1918   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1919   parameters:
1920   - "name"
1921   - "parent"
1922   - "throughput"
1923
1924 -
1925   type: "table"
1926   title: "DPDK Performance Changes 2t2c pdr"
1927   algorithm: "table_performance_comparison"
1928   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1929   reference:
1930     title: "rls1804"
1931     data:
1932       csit-dpdk-perf-1804-all:
1933       - 4
1934       - 5
1935       - 6
1936       - 7
1937       - 8
1938       - 9
1939       - 10
1940       - 11
1941       - 12
1942       - 13
1943   compare:
1944     title: "rls1807"
1945     data:
1946       csit-dpdk-perf-verify-1807-3n-hsw:
1947       - 11
1948       - 12  # full
1949       - 14
1950       - 15
1951       - 16
1952       - 17
1953       - 20
1954       - 21
1955       - 22
1956       - 23
1957   data: "dpdk-performance-changes"
1958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1959   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1960   parameters:
1961   - "name"
1962   - "parent"
1963   - "throughput"
1964
1965 -
1966   type: "table"
1967   title: "DPDK Performance Changes 1t1c ndr"
1968   algorithm: "table_performance_comparison"
1969   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1970   reference:
1971     title: "rls1804"
1972     data:
1973       csit-dpdk-perf-1804-all:
1974       - 4
1975       - 5
1976       - 6
1977       - 7
1978       - 8
1979       - 9
1980       - 10
1981       - 11
1982       - 12
1983       - 13
1984   compare:
1985     title: "rls1807"
1986     data:
1987       csit-dpdk-perf-verify-1807-3n-hsw:
1988       - 11
1989       - 12  # full
1990       - 14
1991       - 15
1992       - 16
1993       - 17
1994       - 20
1995       - 21
1996       - 22
1997       - 23
1998   data: "dpdk-performance-changes"
1999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2000   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2001   parameters:
2002   - "name"
2003   - "parent"
2004   - "throughput"
2005
2006 -
2007   type: "table"
2008   title: "DPDK Performance Changes 2t2c ndr"
2009   algorithm: "table_performance_comparison"
2010   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2011   reference:
2012     title: "rls1804"
2013     data:
2014       csit-dpdk-perf-1804-all:
2015       - 4
2016       - 5
2017       - 6
2018       - 7
2019       - 8
2020       - 9
2021       - 10
2022       - 11
2023       - 12
2024       - 13
2025   compare:
2026     title: "rls1807"
2027     data:
2028       csit-dpdk-perf-verify-1807-3n-hsw:
2029       - 11
2030       - 12  # full
2031       - 14
2032       - 15
2033       - 16
2034       - 17
2035       - 20
2036       - 21
2037       - 22
2038       - 23
2039   data: "dpdk-performance-changes"
2040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2041   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2042   parameters:
2043   - "name"
2044   - "parent"
2045   - "throughput"
2046
2047 -
2048   type: "table"
2049   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2050   algorithm: "table_performance_comparison"
2051   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2052   reference:
2053     title: "3-Node Hsw"
2054     data:
2055       csit-dpdk-perf-verify-1807-3n-hsw:
2056       - 11
2057       - 12  # full
2058       - 14
2059       - 15
2060       - 16
2061       - 17
2062       - 20
2063       - 21
2064       - 22
2065       - 23
2066   compare:
2067     title: "3-Node Skx"
2068     data:
2069       csit-dpdk-perf-verify-1807-3n-skx:
2070       - 1
2071       - 2
2072       - 3
2073       - 6
2074       - 7
2075       - 8
2076       - 9
2077       - 10
2078       - 11
2079       - 12
2080   data: "dpdk-compare-testbeds"
2081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2082   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2083   parameters:
2084   - "name"
2085   - "parent"
2086   - "throughput"
2087
2088 -
2089   type: "table"
2090   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2091   algorithm: "table_performance_comparison"
2092   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2093   reference:
2094     title: "3-Node Hsw"
2095     data:
2096       csit-dpdk-perf-verify-1807-3n-hsw:
2097       - 11
2098       - 12  # full
2099       - 14
2100       - 15
2101       - 16
2102       - 17
2103       - 20
2104       - 21
2105       - 22
2106       - 23
2107   compare:
2108     title: "3-Node Skx"
2109     data:
2110       csit-dpdk-perf-verify-1807-3n-skx:
2111       - 1
2112       - 2
2113       - 3
2114       - 6
2115       - 7
2116       - 8
2117       - 9
2118       - 10
2119       - 11
2120       - 12
2121   data: "dpdk-compare-testbeds"
2122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2123   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2124   parameters:
2125   - "name"
2126   - "parent"
2127   - "throughput"
2128
2129 -
2130   type: "table"
2131   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2132   algorithm: "table_performance_comparison"
2133   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2134   reference:
2135     title: "3-Node Hsw"
2136     data:
2137       csit-dpdk-perf-verify-1807-3n-hsw:
2138       - 11
2139       - 12  # full
2140       - 14
2141       - 15
2142       - 16
2143       - 17
2144       - 20
2145       - 21
2146       - 22
2147       - 23
2148   compare:
2149     title: "3-Node Skx"
2150     data:
2151       csit-dpdk-perf-verify-1807-3n-skx:
2152       - 1
2153       - 2
2154       - 3
2155       - 6
2156       - 7
2157       - 8
2158       - 9
2159       - 10
2160       - 11
2161       - 12
2162   data: "dpdk-compare-testbeds"
2163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2164   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2165   parameters:
2166   - "name"
2167   - "parent"
2168   - "throughput"
2169
2170 -
2171   type: "table"
2172   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2173   algorithm: "table_details"
2174   output-file-ext: ".csv"
2175   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2176   columns:
2177   -
2178     title: "Name"
2179     data: "data name"
2180   -
2181     title: "Status"
2182     data: "data msg"
2183   rows: "generated"
2184   data: "dpdk-perf-results-3n-hsw"
2185   filter: "all"
2186   parameters:
2187   - "name"
2188   - "parent"
2189   - "msg"
2190
2191 -
2192   type: "table"
2193   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2194   algorithm: "table_details"
2195   output-file-ext: ".csv"
2196   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2197   columns:
2198   -
2199     title: "Name"
2200     data: "data name"
2201   -
2202     title: "Status"
2203     data: "data msg"
2204   rows: "generated"
2205   data: "dpdk-perf-results-3n-skx"
2206   filter: "all"
2207   parameters:
2208   - "name"
2209   - "parent"
2210   - "msg"
2211
2212 -
2213   type: "table"
2214   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2215   algorithm: "table_details"
2216   output-file-ext: ".csv"
2217   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2218   columns:
2219   -
2220     title: "Name"
2221     data: "data name"
2222   -
2223     title: "Status"
2224     data: "data msg"
2225   rows: "generated"
2226   data: "dpdk-perf-results-2n-skx"
2227   filter: "all"
2228   parameters:
2229   - "name"
2230   - "parent"
2231   - "msg"
2232
2233
2234 ################################################################################
2235 # HoneyComb
2236 -
2237   type: "table"
2238   title: "Detailed Test Results - Honeycomb Functional Results"
2239   algorithm: "table_details"
2240   output-file-ext: ".csv"
2241   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2242   columns:
2243   -
2244     title: "Name"
2245     data: "data name"
2246   -
2247     title: "Documentation"
2248     data: "data doc"
2249   -
2250     title: "Status"
2251     data: "data status"
2252   rows: "generated"
2253   data:
2254     "hc-func-results"
2255   filter: "all"
2256   parameters:
2257   - "name"
2258   - "parent"
2259   - "doc"
2260   - "status"
2261
2262 ################################################################################
2263 # NSH SFC
2264 -
2265   type: "table"
2266   title: "Detailed Test Results - NSH SFC Functional Results"
2267   algorithm: "table_details"
2268   output-file-ext: ".csv"
2269   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2270   columns:
2271   -
2272     title: "Name"
2273     data: "data name"
2274   -
2275     title: "Documentation"
2276     data: "data doc"
2277   -
2278     title: "Status"
2279     data: "data status"
2280   rows: "generated"
2281   data:
2282     "nsh-func-results"
2283   filter: "all"
2284   parameters:
2285   - "name"
2286   - "parent"
2287   - "doc"
2288   - "status"
2289
2290 ################################################################################
2291 # DMM
2292 -
2293   type: "table"
2294   title: "Detailed Test Results - DMM Functional Results"
2295   algorithm: "table_details"
2296   output-file-ext: ".csv"
2297   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2298   columns:
2299   -
2300     title: "Name"
2301     data: "data name"
2302   -
2303     title: "Documentation"
2304     data: "data doc"
2305   -
2306     title: "Status"
2307     data: "data status"
2308   rows: "generated"
2309   data:
2310     "dmm-func-results"
2311   filter: "all"
2312   parameters:
2313   - "name"
2314   - "parent"
2315   - "doc"
2316   - "status"
2317
2318 ################################################################################
2319 ###                                F I L E S                                 ###
2320 ################################################################################
2321
2322 -
2323   type: "file"
2324   title: "VPP Performance Results 3n-hsw"
2325   algorithm: "file_test_results"
2326   output-file-ext: ".rst"
2327   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2328   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"
2329   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2330   data: "vpp-perf-results-3n-hsw"
2331   filter: "not 'NDRCHK' and not 'PDRCHK'"
2332   parameters:
2333   - "name"
2334   - "doc"
2335   - "level"
2336   - "parent"
2337   data-start-level: 3
2338
2339 -
2340   type: "file"
2341   title: "VPP Performance Results 3n-skx"
2342   algorithm: "file_test_results"
2343   output-file-ext: ".rst"
2344   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2345   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"
2346   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2347   data: "vpp-perf-results-3n-skx"
2348   filter: "not 'NDRCHK' and not 'PDRCHK'"
2349   parameters:
2350   - "name"
2351   - "doc"
2352   - "level"
2353   - "parent"
2354   data-start-level: 3
2355
2356 -
2357   type: "file"
2358   title: "VPP Performance Results 2n-skx"
2359   algorithm: "file_test_results"
2360   output-file-ext: ".rst"
2361   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2362   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"
2363   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2364   data: "vpp-perf-results-2n-skx"
2365   filter: "not 'NDRCHK' and not 'PDRCHK'"
2366   parameters:
2367   - "name"
2368   - "doc"
2369   - "level"
2370   - "parent"
2371   data-start-level: 3
2372
2373 -
2374   type: "file"
2375   title: "VPP Performance Configuration 3n-hsw"
2376   algorithm: "file_test_results"
2377   output-file-ext: ".rst"
2378   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2379   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"
2380   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2381   data: "vpp-perf-results-3n-hsw"
2382   filter: "not 'NDRCHK' and not 'PDRCHK'"
2383   parameters:
2384   - "name"
2385   - "doc"
2386   - "level"
2387   - "parent"
2388   data-start-level: 3
2389
2390 -
2391   type: "file"
2392   title: "VPP Performance Configuration 3n-skx"
2393   algorithm: "file_test_results"
2394   output-file-ext: ".rst"
2395   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2396   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"
2397   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2398   data: "vpp-perf-results-3n-skx"
2399   filter: "not 'NDRCHK' and not 'PDRCHK'"
2400   parameters:
2401   - "name"
2402   - "doc"
2403   - "level"
2404   - "parent"
2405   data-start-level: 3
2406
2407 -
2408   type: "file"
2409   title: "VPP Performance Configuration 2n-skx"
2410   algorithm: "file_test_results"
2411   output-file-ext: ".rst"
2412   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2413   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"
2414   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2415   data: "vpp-perf-results-2n-skx"
2416   filter: "not 'NDRCHK' and not 'PDRCHK'"
2417   parameters:
2418   - "name"
2419   - "doc"
2420   - "level"
2421   - "parent"
2422   data-start-level: 3
2423
2424 -
2425   type: "file"
2426   title: "VPP Performance Operational Data 3n-hsw"
2427   algorithm: "file_test_results"
2428   output-file-ext: ".rst"
2429   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2430   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"
2431   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2432   data: "vpp-perf-results-3n-hsw"
2433   filter: "not 'NDRCHK' and not 'PDRCHK'"
2434   parameters:
2435   - "name"
2436   - "doc"
2437   - "level"
2438   - "parent"
2439   data-start-level: 3
2440
2441 -
2442   type: "file"
2443   title: "VPP Performance Operational Data 3n-skx"
2444   algorithm: "file_test_results"
2445   output-file-ext: ".rst"
2446   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2447   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"
2448   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2449   data: "vpp-perf-results-3n-skx"
2450   filter: "not 'NDRCHK' and not 'PDRCHK'"
2451   parameters:
2452   - "name"
2453   - "doc"
2454   - "level"
2455   - "parent"
2456   data-start-level: 3
2457
2458 -
2459   type: "file"
2460   title: "VPP Performance Operational Data 2n-skx"
2461   algorithm: "file_test_results"
2462   output-file-ext: ".rst"
2463   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2464   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"
2465   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2466   data: "vpp-perf-results-2n-skx"
2467   filter: "not 'NDRCHK' and not 'PDRCHK'"
2468   parameters:
2469   - "name"
2470   - "doc"
2471   - "level"
2472   - "parent"
2473   data-start-level: 3
2474
2475 -
2476   type: "file"
2477   title: "VPP MRR Results 3n-hsw"
2478   algorithm: "file_test_results"
2479   output-file-ext: ".rst"
2480   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2481   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"
2482   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2483   data: "vpp-mrr-results-3n-hsw"
2484   filter: "'MRR'"
2485   parameters:
2486   - "name"
2487   - "doc"
2488   - "level"
2489   - "parent"
2490   data-start-level: 3
2491
2492 -
2493   type: "file"
2494   title: "VPP MRR Results 3n-skx"
2495   algorithm: "file_test_results"
2496   output-file-ext: ".rst"
2497   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2498   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"
2499   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2500   data: "vpp-mrr-results-3n-skx"
2501   filter: "'MRR'"
2502   parameters:
2503   - "name"
2504   - "doc"
2505   - "level"
2506   - "parent"
2507   data-start-level: 3
2508
2509 -
2510   type: "file"
2511   title: "VPP MRR Results 2n-skx"
2512   algorithm: "file_test_results"
2513   output-file-ext: ".rst"
2514   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2515   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"
2516   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2517   data: "vpp-mrr-results-2n-skx"
2518   filter: "all"
2519   parameters:
2520   - "name"
2521   - "doc"
2522   - "level"
2523   - "parent"
2524   data-start-level: 3
2525
2526 -
2527   type: "file"
2528   title: "VPP MRR Configuration 3n-hsw"
2529   algorithm: "file_test_results"
2530   output-file-ext: ".rst"
2531   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2532   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"
2533   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2534   data: "vpp-mrr-results-3n-hsw"
2535   filter: "'MRR'"
2536   parameters:
2537   - "name"
2538   - "doc"
2539   - "level"
2540   - "parent"
2541   data-start-level: 3
2542
2543 -
2544   type: "file"
2545   title: "VPP MRR Configuration 3n-skx"
2546   algorithm: "file_test_results"
2547   output-file-ext: ".rst"
2548   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2549   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"
2550   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2551   data: "vpp-mrr-results-3n-skx"
2552   filter: "'MRR'"
2553   parameters:
2554   - "name"
2555   - "doc"
2556   - "level"
2557   - "parent"
2558   data-start-level: 3
2559
2560 -
2561   type: "file"
2562   title: "VPP MRR Configuration 2n-skx"
2563   algorithm: "file_test_results"
2564   output-file-ext: ".rst"
2565   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2566   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"
2567   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2568   data: "vpp-mrr-results-2n-skx"
2569   filter: "'MRR'"
2570   parameters:
2571   - "name"
2572   - "doc"
2573   - "level"
2574   - "parent"
2575   data-start-level: 3
2576
2577 -
2578   type: "file"
2579   title: "VPP Functional Results - Ubuntu"
2580   algorithm: "file_test_results"
2581   output-file-ext: ".rst"
2582   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2583   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"
2584   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2585   data: "vpp-func-results-ubuntu"
2586   filter: "all"
2587   parameters:
2588   - "name"
2589   - "doc"
2590   - "level"
2591   - "parent"
2592   data-start-level: 4
2593
2594 -
2595   type: "file"
2596   title: "VPP Functional Results - CentOS"
2597   algorithm: "file_test_results"
2598   output-file-ext: ".rst"
2599   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2600   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"
2601   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2602   data:
2603     "vpp-func-results-centos"
2604   filter: "all"
2605   parameters:
2606   - "name"
2607   - "doc"
2608   - "level"
2609   - "parent"
2610   data-start-level: 4
2611
2612 -
2613   type: "file"
2614   title: "VPP Functional Configuration - Ubuntu"
2615   algorithm: "file_test_results"
2616   output-file-ext: ".rst"
2617   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2618   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"
2619   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2620   data: "vpp-func-results-ubuntu"
2621   filter: "all"
2622   parameters:
2623   - "name"
2624   - "doc"
2625   - "level"
2626   - "parent"
2627   data-start-level: 4
2628
2629 -
2630   type: "file"
2631   title: "VPP Functional Configuration - CentOS"
2632   algorithm: "file_test_results"
2633   output-file-ext: ".rst"
2634   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2635   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"
2636   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2637   data:
2638     "vpp-func-results-centos"
2639   filter: "all"
2640   parameters:
2641   - "name"
2642   - "doc"
2643   - "level"
2644   - "parent"
2645   data-start-level: 4
2646
2647 -
2648   type: "file"
2649   title: "Container Orchestrated Performance Results 3n-hsw"
2650   algorithm: "file_test_results"
2651   output-file-ext: ".rst"
2652   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2653   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"
2654   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2655   data: "ligato-perf-results-3n-hsw"
2656   filter: "all"
2657   parameters:
2658   - "name"
2659   - "doc"
2660   - "level"
2661   - "parent"
2662   data-start-level: 3
2663
2664 -
2665   type: "file"
2666   title: "DPDK Performance Results 3n-hsw"
2667   algorithm: "file_test_results"
2668   output-file-ext: ".rst"
2669   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2670   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"
2671   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2672   data: "dpdk-perf-results-3n-hsw"
2673   filter: "all"
2674   parameters:
2675   - "name"
2676   - "doc"
2677   - "level"
2678   - "parent"
2679   data-start-level: 3
2680
2681 -
2682   type: "file"
2683   title: "DPDK Performance Results 3n-skx"
2684   algorithm: "file_test_results"
2685   output-file-ext: ".rst"
2686   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2687   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"
2688   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2689   data: "dpdk-perf-results-3n-skx"
2690   filter: "all"
2691   parameters:
2692   - "name"
2693   - "doc"
2694   - "level"
2695   - "parent"
2696   data-start-level: 3
2697
2698 -
2699   type: "file"
2700   title: "DPDK Performance Results 2n-skx"
2701   algorithm: "file_test_results"
2702   output-file-ext: ".rst"
2703   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2704   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"
2705   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2706   data: "dpdk-perf-results-2n-skx"
2707   filter: "all"
2708   parameters:
2709   - "name"
2710   - "doc"
2711   - "level"
2712   - "parent"
2713   data-start-level: 3
2714
2715 -
2716   type: "file"
2717   title: "Honeycomb Functional Results"
2718   algorithm: "file_test_results"
2719   output-file-ext: ".rst"
2720   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2721   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"
2722   dir-tables: "{DIR[DTR,FUNC,HC]}"
2723   data:
2724     "hc-func-results"
2725   filter: "all"
2726   parameters:
2727   - "name"
2728   - "doc"
2729   - "level"
2730   - "parent"
2731   data-start-level: 3
2732
2733 -
2734   type: "file"
2735   title: "NSH SFC Functional Results"
2736   algorithm: "file_test_results"
2737   output-file-ext: ".rst"
2738   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2739   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"
2740   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2741   data:
2742     "nsh-func-results"
2743   filter: "all"
2744   parameters:
2745   - "name"
2746   - "doc"
2747   - "level"
2748   - "parent"
2749   data-start-level: 3
2750
2751 -
2752   type: "file"
2753   title: "DMM Functional Results"
2754   algorithm: "file_test_results"
2755   output-file-ext: ".rst"
2756   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2757   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"
2758   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2759   data:
2760     "dmm-func-results"
2761   filter: "all"
2762   parameters:
2763   - "name"
2764   - "doc"
2765   - "level"
2766   - "parent"
2767   data-start-level: 3
2768
2769 ################################################################################
2770 ###                                P L O T S                                 ###
2771 ################################################################################
2772
2773 ################################################################################
2774 # Plots VPP HTTP Server Performance
2775 -
2776   type: "plot"
2777   title: "VPP HTTP Server Performance"
2778   algorithm: "plot_http_server_performance_box"
2779   output-file-type: ".html"
2780   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2781   data:
2782     "plot-vpp-http-server-performance"
2783   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2784   # each tag is enclosed with ' (apostrophe).
2785   filter: "'HTTP' and 'TCP_CPS'"
2786   parameters:
2787   - "result"
2788   - "name"
2789   traces:
2790     hoverinfo: "x+y"
2791     boxpoints: "outliers"
2792     whiskerwidth: 0
2793   layout:
2794     title: "VPP HTTP Server Performance"
2795     layout:
2796       "plot-cps"
2797
2798 -
2799   type: "plot"
2800   title: "VPP HTTP Server Performance"
2801   algorithm: "plot_http_server_performance_box"
2802   output-file-type: ".html"
2803   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2804   data:
2805     "plot-vpp-http-server-performance"
2806   filter: "'HTTP' and 'TCP_RPS'"
2807   parameters:
2808   - "result"
2809   - "name"
2810   traces:
2811     hoverinfo: "x+y"
2812     boxpoints: "outliers"
2813     whiskerwidth: 0
2814   layout:
2815     title: "VPP HTTP Server Performance"
2816     layout:
2817       "plot-rps"
2818
2819 ################################################################################
2820
2821 # Packet Throughput - VPP L2 3n-hsw-x520
2822 -
2823   type: "plot"
2824   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2825   algorithm: "plot_performance_box"
2826   output-file-type: ".html"
2827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2828   data: "plot-vpp-throughput-latency-3n-hsw"
2829   filter: "'NIC_Intel-X520-DA2' and
2830            '64B' and
2831            ('BASE' or 'SCALE') and
2832            'NDRPDR' and
2833            '1T1C' and
2834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2835            not 'VHOST' and
2836            not 'MEMIF'"
2837   parameters:
2838   - "throughput"
2839   - "parent"
2840   traces:
2841     hoverinfo: "x+y"
2842     boxpoints: "outliers"
2843     whiskerwidth: 0
2844   layout:
2845     title: ""  # No title
2846     layout: "plot-throughput"
2847
2848 -
2849   type: "plot"
2850   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2851   algorithm: "plot_performance_box"
2852   output-file-type: ".html"
2853   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2854   data: "plot-vpp-throughput-latency-3n-hsw"
2855   filter: "'NIC_Intel-X520-DA2' and
2856            '64B' and
2857            ('BASE' or 'SCALE') and
2858            'NDRPDR' and
2859            '1T1C' and
2860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2861            not 'VHOST' and
2862            not 'MEMIF'"
2863   parameters:
2864   - "throughput"
2865   - "parent"
2866   traces:
2867     hoverinfo: "x+y"
2868     boxpoints: "outliers"
2869     whiskerwidth: 0
2870   layout:
2871     title: ""  # No title
2872     layout: "plot-throughput"
2873
2874 -
2875   type: "plot"
2876   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2877   algorithm: "plot_performance_box"
2878   output-file-type: ".html"
2879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2880   data: "plot-vpp-throughput-latency-3n-hsw"
2881   filter: "'NIC_Intel-X520-DA2' and
2882            '64B' and
2883            ('BASE' or 'SCALE') and
2884            'NDRPDR' and
2885            '2T2C' and
2886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2887            not 'VHOST' and
2888            not 'MEMIF'"
2889   parameters:
2890   - "throughput"
2891   - "parent"
2892   traces:
2893     hoverinfo: "x+y"
2894     boxpoints: "outliers"
2895     whiskerwidth: 0
2896   layout:
2897     title: ""  # No title
2898     layout: "plot-throughput"
2899
2900 -
2901   type: "plot"
2902   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2903   algorithm: "plot_performance_box"
2904   output-file-type: ".html"
2905   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2906   data: "plot-vpp-throughput-latency-3n-hsw"
2907   filter: "'NIC_Intel-X520-DA2' and
2908            '64B' and
2909            ('BASE' or 'SCALE') and
2910            'NDRPDR' and
2911            '2T2C' and
2912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2913            not 'VHOST' and
2914            not 'MEMIF'"
2915   parameters:
2916   - "throughput"
2917   - "parent"
2918   traces:
2919     hoverinfo: "x+y"
2920     boxpoints: "outliers"
2921     whiskerwidth: 0
2922   layout:
2923     title: ""  # No title
2924     layout: "plot-throughput"
2925
2926 -
2927   type: "plot"
2928   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2929   algorithm: "plot_performance_box"
2930   output-file-type: ".html"
2931   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2932   data: "plot-vpp-throughput-latency-3n-hsw"
2933   filter: "'NIC_Intel-X520-DA2' and
2934            '64B' and
2935            'FEATURE' and
2936            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2937            'NDRPDR' and
2938            '1T1C' and
2939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2940            not 'VHOST' and
2941            not 'MEMIF'"
2942   parameters:
2943   - "throughput"
2944   - "parent"
2945   traces:
2946     hoverinfo: "x+y"
2947     boxpoints: "outliers"
2948     whiskerwidth: 0
2949   layout:
2950     title: ""  # No title
2951     layout: "plot-throughput"
2952
2953 -
2954   type: "plot"
2955   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2956   algorithm: "plot_performance_box"
2957   output-file-type: ".html"
2958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2959   data: "plot-vpp-throughput-latency-3n-hsw"
2960   filter: "'NIC_Intel-X520-DA2' and
2961            '64B' and
2962            'FEATURE' and
2963            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2964            'NDRPDR' and
2965            '1T1C' and
2966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2967            not 'VHOST' and
2968            not 'MEMIF'"
2969   parameters:
2970   - "throughput"
2971   - "parent"
2972   traces:
2973     hoverinfo: "x+y"
2974     boxpoints: "outliers"
2975     whiskerwidth: 0
2976   layout:
2977     title: ""  # No title
2978     layout: "plot-throughput"
2979
2980 -
2981   type: "plot"
2982   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2983   algorithm: "plot_performance_box"
2984   output-file-type: ".html"
2985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2986   data: "plot-vpp-throughput-latency-3n-hsw"
2987   filter: "'NIC_Intel-X520-DA2' and
2988            '64B' and
2989            'FEATURE' and
2990            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2991            'NDRPDR' and
2992            '2T2C' and
2993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2994            not 'VHOST' and
2995            not 'MEMIF'"
2996   parameters:
2997   - "throughput"
2998   - "parent"
2999   traces:
3000     hoverinfo: "x+y"
3001     boxpoints: "outliers"
3002     whiskerwidth: 0
3003   layout:
3004     title: ""  # No title
3005     layout: "plot-throughput"
3006
3007 -
3008   type: "plot"
3009   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3010   algorithm: "plot_performance_box"
3011   output-file-type: ".html"
3012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3013   data: "plot-vpp-throughput-latency-3n-hsw"
3014   filter: "'NIC_Intel-X520-DA2' and
3015            '64B' and
3016            'FEATURE' and
3017            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3018            'NDRPDR' and
3019            '2T2C' and
3020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3021            not 'VHOST' and
3022            not 'MEMIF'"
3023   parameters:
3024   - "throughput"
3025   - "parent"
3026   traces:
3027     hoverinfo: "x+y"
3028     boxpoints: "outliers"
3029     whiskerwidth: 0
3030   layout:
3031     title: ""  # No title
3032     layout: "plot-throughput"
3033
3034 # Packet Throughput - VPP L2 3n-hsw-x710
3035 -
3036   type: "plot"
3037   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3038   algorithm: "plot_performance_box"
3039   output-file-type: ".html"
3040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3041   data: "plot-vpp-throughput-latency-3n-hsw"
3042   filter: "'NIC_Intel-X710' and
3043            '64B' and
3044            ('BASE' or 'SCALE') and
3045            'NDRPDR' and
3046            '1T1C' and
3047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3048            not 'VHOST' and
3049            not 'MEMIF'"
3050   parameters:
3051   - "throughput"
3052   - "parent"
3053   traces:
3054     hoverinfo: "x+y"
3055     boxpoints: "outliers"
3056     whiskerwidth: 0
3057   layout:
3058     title: ""  # No title
3059     layout: "plot-throughput"
3060
3061 -
3062   type: "plot"
3063   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3064   algorithm: "plot_performance_box"
3065   output-file-type: ".html"
3066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3067   data: "plot-vpp-throughput-latency-3n-hsw"
3068   filter: "'NIC_Intel-X710' and
3069            '64B' and
3070            ('BASE' or 'SCALE') and
3071            'NDRPDR' and
3072            '1T1C' and
3073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3074            not 'VHOST' and
3075            not 'MEMIF'"
3076   parameters:
3077   - "throughput"
3078   - "parent"
3079   traces:
3080     hoverinfo: "x+y"
3081     boxpoints: "outliers"
3082     whiskerwidth: 0
3083   layout:
3084     title: ""  # No title
3085     layout: "plot-throughput"
3086
3087 -
3088   type: "plot"
3089   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3090   algorithm: "plot_performance_box"
3091   output-file-type: ".html"
3092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3093   data: "plot-vpp-throughput-latency-3n-hsw"
3094   filter: "'NIC_Intel-X710' and
3095            '64B' and
3096            ('BASE' or 'SCALE') and
3097            'NDRPDR' and
3098            '2T2C' and
3099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3100            not 'VHOST' and
3101            not 'MEMIF'"
3102   parameters:
3103   - "throughput"
3104   - "parent"
3105   traces:
3106     hoverinfo: "x+y"
3107     boxpoints: "outliers"
3108     whiskerwidth: 0
3109   layout:
3110     title: ""  # No title
3111     layout: "plot-throughput"
3112
3113 -
3114   type: "plot"
3115   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3116   algorithm: "plot_performance_box"
3117   output-file-type: ".html"
3118   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3119   data: "plot-vpp-throughput-latency-3n-hsw"
3120   filter: "'NIC_Intel-X710' and
3121            '64B' and
3122            ('BASE' or 'SCALE') and
3123            'NDRPDR' and
3124            '2T2C' and
3125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3126            not 'VHOST' and
3127            not 'MEMIF'"
3128   parameters:
3129   - "throughput"
3130   - "parent"
3131   traces:
3132     hoverinfo: "x+y"
3133     boxpoints: "outliers"
3134     whiskerwidth: 0
3135   layout:
3136     title: ""  # No title
3137     layout: "plot-throughput"
3138
3139 -
3140   type: "plot"
3141   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3142   algorithm: "plot_performance_box"
3143   output-file-type: ".html"
3144   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3145   data: "plot-vpp-throughput-latency-3n-hsw"
3146   filter: "'NIC_Intel-X710' and
3147            '64B' and
3148            'FEATURE' and
3149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3150            'NDRPDR' and
3151            '1T1C' and
3152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3153            not 'VHOST' and
3154            not 'MEMIF'"
3155   parameters:
3156   - "throughput"
3157   - "parent"
3158   traces:
3159     hoverinfo: "x+y"
3160     boxpoints: "outliers"
3161     whiskerwidth: 0
3162   layout:
3163     title: ""  # No title
3164     layout: "plot-throughput"
3165
3166 -
3167   type: "plot"
3168   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3169   algorithm: "plot_performance_box"
3170   output-file-type: ".html"
3171   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3172   data: "plot-vpp-throughput-latency-3n-hsw"
3173   filter: "'NIC_Intel-X710' and
3174            '64B' and
3175            'FEATURE' and
3176            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3177            'NDRPDR' and
3178            '1T1C' and
3179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3180            not 'VHOST' and
3181            not 'MEMIF'"
3182   parameters:
3183   - "throughput"
3184   - "parent"
3185   traces:
3186     hoverinfo: "x+y"
3187     boxpoints: "outliers"
3188     whiskerwidth: 0
3189   layout:
3190     title: ""  # No title
3191     layout: "plot-throughput"
3192
3193 -
3194   type: "plot"
3195   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3196   algorithm: "plot_performance_box"
3197   output-file-type: ".html"
3198   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3199   data: "plot-vpp-throughput-latency-3n-hsw"
3200   filter: "'NIC_Intel-X710' and
3201            '64B' and
3202            'FEATURE' and
3203            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3204            'NDRPDR' and
3205            '2T2C' and
3206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3207            not 'VHOST' and
3208            not 'MEMIF'"
3209   parameters:
3210   - "throughput"
3211   - "parent"
3212   traces:
3213     hoverinfo: "x+y"
3214     boxpoints: "outliers"
3215     whiskerwidth: 0
3216   layout:
3217     title: ""  # No title
3218     layout: "plot-throughput"
3219
3220 -
3221   type: "plot"
3222   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3223   algorithm: "plot_performance_box"
3224   output-file-type: ".html"
3225   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3226   data: "plot-vpp-throughput-latency-3n-hsw"
3227   filter: "'NIC_Intel-X710' and
3228            '64B' and
3229            'FEATURE' and
3230            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3231            'NDRPDR' and
3232            '2T2C' and
3233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3234            not 'VHOST' and
3235            not 'MEMIF'"
3236   parameters:
3237   - "throughput"
3238   - "parent"
3239   traces:
3240     hoverinfo: "x+y"
3241     boxpoints: "outliers"
3242     whiskerwidth: 0
3243   layout:
3244     title: ""  # No title
3245     layout: "plot-throughput"
3246
3247 # Packet Throughput - VPP L2 3n-hsw-xl710
3248 -
3249   type: "plot"
3250   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3251   algorithm: "plot_performance_box"
3252   output-file-type: ".html"
3253   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3254   data: "plot-vpp-throughput-latency-3n-hsw"
3255   filter: "'NIC_Intel-XL710' and
3256            '64B' and
3257            ('BASE' or 'SCALE') and
3258            'NDRPDR' and
3259            '1T1C' and
3260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3261            not 'VHOST' and
3262            not 'MEMIF'"
3263   parameters:
3264   - "throughput"
3265   - "parent"
3266   traces:
3267     hoverinfo: "x+y"
3268     boxpoints: "outliers"
3269     whiskerwidth: 0
3270   layout:
3271     title: ""  # No title
3272     layout: "plot-throughput"
3273
3274 -
3275   type: "plot"
3276   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3277   algorithm: "plot_performance_box"
3278   output-file-type: ".html"
3279   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3280   data: "plot-vpp-throughput-latency-3n-hsw"
3281   filter: "'NIC_Intel-XL710' and
3282            '64B' and
3283            ('BASE' or 'SCALE') and
3284            'NDRPDR' and
3285            '1T1C' and
3286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3287            not 'VHOST' and
3288            not 'MEMIF'"
3289   parameters:
3290   - "throughput"
3291   - "parent"
3292   traces:
3293     hoverinfo: "x+y"
3294     boxpoints: "outliers"
3295     whiskerwidth: 0
3296   layout:
3297     title: ""  # No title
3298     layout: "plot-throughput"
3299
3300 -
3301   type: "plot"
3302   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3303   algorithm: "plot_performance_box"
3304   output-file-type: ".html"
3305   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3306   data: "plot-vpp-throughput-latency-3n-hsw"
3307   filter: "'NIC_Intel-XL710' and
3308            '64B' and
3309            ('BASE' or 'SCALE') and
3310            'NDRPDR' and
3311            '2T2C' and
3312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3313            not 'VHOST' and
3314            not 'MEMIF'"
3315   parameters:
3316   - "throughput"
3317   - "parent"
3318   traces:
3319     hoverinfo: "x+y"
3320     boxpoints: "outliers"
3321     whiskerwidth: 0
3322   layout:
3323     title: ""  # No title
3324     layout: "plot-throughput"
3325
3326 -
3327   type: "plot"
3328   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3329   algorithm: "plot_performance_box"
3330   output-file-type: ".html"
3331   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3332   data: "plot-vpp-throughput-latency-3n-hsw"
3333   filter: "'NIC_Intel-XL710' and
3334            '64B' and
3335            ('BASE' or 'SCALE') and
3336            'NDRPDR' and
3337            '2T2C' and
3338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3339            not 'VHOST' and
3340            not 'MEMIF'"
3341   parameters:
3342   - "throughput"
3343   - "parent"
3344   traces:
3345     hoverinfo: "x+y"
3346     boxpoints: "outliers"
3347     whiskerwidth: 0
3348   layout:
3349     title: ""  # No title
3350     layout: "plot-throughput"
3351
3352 # Packet Throughput - VPP L2 3n-skx-x710
3353 -
3354   type: "plot"
3355   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3356   algorithm: "plot_performance_box"
3357   output-file-type: ".html"
3358   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3359   data: "plot-vpp-throughput-latency-3n-skx"
3360   filter: "'NIC_Intel-X710' and
3361            '64B' and
3362            ('BASE' or 'SCALE') and
3363            'NDRPDR' and
3364            '2T1C' and
3365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3366            not 'VHOST' and
3367            not 'MEMIF'"
3368   parameters:
3369   - "throughput"
3370   - "parent"
3371   traces:
3372     hoverinfo: "x+y"
3373     boxpoints: "outliers"
3374     whiskerwidth: 0
3375   layout:
3376     title: ""  # No title
3377     layout: "plot-throughput"
3378
3379 -
3380   type: "plot"
3381   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3382   algorithm: "plot_performance_box"
3383   output-file-type: ".html"
3384   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3385   data: "plot-vpp-throughput-latency-3n-skx"
3386   filter: "'NIC_Intel-X710' and
3387            '64B' and
3388            ('BASE' or 'SCALE') and
3389            'NDRPDR' and
3390            '2T1C' and
3391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3392            not 'VHOST' and
3393            not 'MEMIF'"
3394   parameters:
3395   - "throughput"
3396   - "parent"
3397   traces:
3398     hoverinfo: "x+y"
3399     boxpoints: "outliers"
3400     whiskerwidth: 0
3401   layout:
3402     title: ""  # No title
3403     layout: "plot-throughput"
3404
3405 -
3406   type: "plot"
3407   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3408   algorithm: "plot_performance_box"
3409   output-file-type: ".html"
3410   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3411   data: "plot-vpp-throughput-latency-3n-skx"
3412   filter: "'NIC_Intel-X710' and
3413            '64B' and
3414            ('BASE' or 'SCALE') and
3415            'NDRPDR' and
3416            '4T2C' and
3417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3418            not 'VHOST' and
3419            not 'MEMIF'"
3420   parameters:
3421   - "throughput"
3422   - "parent"
3423   traces:
3424     hoverinfo: "x+y"
3425     boxpoints: "outliers"
3426     whiskerwidth: 0
3427   layout:
3428     title: ""  # No title
3429     layout: "plot-throughput"
3430
3431 -
3432   type: "plot"
3433   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3434   algorithm: "plot_performance_box"
3435   output-file-type: ".html"
3436   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3437   data: "plot-vpp-throughput-latency-3n-skx"
3438   filter: "'NIC_Intel-X710' and
3439            '64B' and
3440            ('BASE' or 'SCALE') and
3441            'NDRPDR' and
3442            '4T2C' and
3443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3444            not 'VHOST' and
3445            not 'MEMIF'"
3446   parameters:
3447   - "throughput"
3448   - "parent"
3449   traces:
3450     hoverinfo: "x+y"
3451     boxpoints: "outliers"
3452     whiskerwidth: 0
3453   layout:
3454     title: ""  # No title
3455     layout: "plot-throughput"
3456
3457 -
3458   type: "plot"
3459   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3460   algorithm: "plot_performance_box"
3461   output-file-type: ".html"
3462   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3463   data: "plot-vpp-throughput-latency-3n-skx"
3464   filter: "'NIC_Intel-X710' and
3465            '64B' and
3466            'FEATURE' and
3467            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3468            'NDRPDR' and
3469            '2T1C' and
3470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3471            not 'VHOST' and
3472            not 'MEMIF'"
3473   parameters:
3474   - "throughput"
3475   - "parent"
3476   traces:
3477     hoverinfo: "x+y"
3478     boxpoints: "outliers"
3479     whiskerwidth: 0
3480   layout:
3481     title: ""  # No title
3482     layout: "plot-throughput"
3483
3484 -
3485   type: "plot"
3486   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3487   algorithm: "plot_performance_box"
3488   output-file-type: ".html"
3489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3490   data: "plot-vpp-throughput-latency-3n-skx"
3491   filter: "'NIC_Intel-X710' and
3492            '64B' and
3493            'FEATURE' and
3494            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3495            'NDRPDR' and
3496            '2T1C' and
3497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3498            not 'VHOST' and
3499            not 'MEMIF'"
3500   parameters:
3501   - "throughput"
3502   - "parent"
3503   traces:
3504     hoverinfo: "x+y"
3505     boxpoints: "outliers"
3506     whiskerwidth: 0
3507   layout:
3508     title: ""  # No title
3509     layout: "plot-throughput"
3510
3511 -
3512   type: "plot"
3513   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3514   algorithm: "plot_performance_box"
3515   output-file-type: ".html"
3516   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3517   data: "plot-vpp-throughput-latency-3n-skx"
3518   filter: "'NIC_Intel-X710' and
3519            '64B' and
3520            'FEATURE' and
3521            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3522            'NDRPDR' and
3523            '4T2C' and
3524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3525            not 'VHOST' and
3526            not 'MEMIF'"
3527   parameters:
3528   - "throughput"
3529   - "parent"
3530   traces:
3531     hoverinfo: "x+y"
3532     boxpoints: "outliers"
3533     whiskerwidth: 0
3534   layout:
3535     title: ""  # No title
3536     layout: "plot-throughput"
3537
3538 -
3539   type: "plot"
3540   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3541   algorithm: "plot_performance_box"
3542   output-file-type: ".html"
3543   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3544   data: "plot-vpp-throughput-latency-3n-skx"
3545   filter: "'NIC_Intel-X710' and
3546            '64B' and
3547            'FEATURE' and
3548            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3549            'NDRPDR' and
3550            '4T2C' and
3551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3552            not 'VHOST' and
3553            not 'MEMIF'"
3554   parameters:
3555   - "throughput"
3556   - "parent"
3557   traces:
3558     hoverinfo: "x+y"
3559     boxpoints: "outliers"
3560     whiskerwidth: 0
3561   layout:
3562     title: ""  # No title
3563     layout: "plot-throughput"
3564
3565 # Packet Throughput - VPP L2 3n-skx-xxv710
3566 -
3567   type: "plot"
3568   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3569   algorithm: "plot_performance_box"
3570   output-file-type: ".html"
3571   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3572   data: "plot-vpp-throughput-latency-3n-skx"
3573   filter: "'NIC_Intel-XXV710' and
3574            '64B' and
3575            ('BASE' or 'SCALE') and
3576            'NDRPDR' and
3577            '2T1C' and
3578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3579            not 'VHOST' and
3580            not 'MEMIF'"
3581   parameters:
3582   - "throughput"
3583   - "parent"
3584   traces:
3585     hoverinfo: "x+y"
3586     boxpoints: "outliers"
3587     whiskerwidth: 0
3588   layout:
3589     title: ""  # No title
3590     layout: "plot-throughput"
3591
3592 -
3593   type: "plot"
3594   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3595   algorithm: "plot_performance_box"
3596   output-file-type: ".html"
3597   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3598   data: "plot-vpp-throughput-latency-3n-skx"
3599   filter: "'NIC_Intel-XXV710' and
3600            '64B' and
3601            ('BASE' or 'SCALE') and
3602            'NDRPDR' and
3603            '2T1C' and
3604            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3605            not 'VHOST' and
3606            not 'MEMIF'"
3607   parameters:
3608   - "throughput"
3609   - "parent"
3610   traces:
3611     hoverinfo: "x+y"
3612     boxpoints: "outliers"
3613     whiskerwidth: 0
3614   layout:
3615     title: ""  # No title
3616     layout: "plot-throughput"
3617
3618 -
3619   type: "plot"
3620   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3621   algorithm: "plot_performance_box"
3622   output-file-type: ".html"
3623   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3624   data: "plot-vpp-throughput-latency-3n-skx"
3625   filter: "'NIC_Intel-XXV710' and
3626            '64B' and
3627            ('BASE' or 'SCALE') and
3628            'NDRPDR' and
3629            '4T2C' and
3630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3631            not 'VHOST' and
3632            not 'MEMIF'"
3633   parameters:
3634   - "throughput"
3635   - "parent"
3636   traces:
3637     hoverinfo: "x+y"
3638     boxpoints: "outliers"
3639     whiskerwidth: 0
3640   layout:
3641     title: ""  # No title
3642     layout: "plot-throughput"
3643
3644 -
3645   type: "plot"
3646   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3647   algorithm: "plot_performance_box"
3648   output-file-type: ".html"
3649   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3650   data: "plot-vpp-throughput-latency-3n-skx"
3651   filter: "'NIC_Intel-XXV710' and
3652            '64B' and
3653            ('BASE' or 'SCALE') and
3654            'NDRPDR' and
3655            '4T2C' and
3656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3657            not 'VHOST' and
3658            not 'MEMIF'"
3659   parameters:
3660   - "throughput"
3661   - "parent"
3662   traces:
3663     hoverinfo: "x+y"
3664     boxpoints: "outliers"
3665     whiskerwidth: 0
3666   layout:
3667     title: ""  # No title
3668     layout: "plot-throughput"
3669
3670 # Packet Throughput - VPP L2 2n-skx-x710
3671 -
3672   type: "plot"
3673   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3674   algorithm: "plot_performance_box"
3675   output-file-type: ".html"
3676   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3677   data: "plot-vpp-throughput-latency-2n-skx"
3678   filter: "'NIC_Intel-X710' and
3679            '64B' and
3680            ('BASE' or 'SCALE') and
3681            'NDRPDR' and
3682            '2T1C' and
3683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3684            not 'VHOST' and
3685            not 'MEMIF'"
3686   parameters:
3687   - "throughput"
3688   - "parent"
3689   traces:
3690     hoverinfo: "x+y"
3691     boxpoints: "outliers"
3692     whiskerwidth: 0
3693   layout:
3694     title: ""  # No title
3695     layout: "plot-throughput"
3696
3697 -
3698   type: "plot"
3699   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3700   algorithm: "plot_performance_box"
3701   output-file-type: ".html"
3702   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3703   data: "plot-vpp-throughput-latency-2n-skx"
3704   filter: "'NIC_Intel-X710' and
3705            '64B' and
3706            ('BASE' or 'SCALE') and
3707            'NDRPDR' and
3708            '2T1C' and
3709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3710            not 'VHOST' and
3711            not 'MEMIF'"
3712   parameters:
3713   - "throughput"
3714   - "parent"
3715   traces:
3716     hoverinfo: "x+y"
3717     boxpoints: "outliers"
3718     whiskerwidth: 0
3719   layout:
3720     title: ""  # No title
3721     layout: "plot-throughput"
3722
3723 -
3724   type: "plot"
3725   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3726   algorithm: "plot_performance_box"
3727   output-file-type: ".html"
3728   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3729   data: "plot-vpp-throughput-latency-2n-skx"
3730   filter: "'NIC_Intel-X710' and
3731            '64B' and
3732            ('BASE' or 'SCALE') and
3733            'NDRPDR' and
3734            '4T2C' and
3735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3736            not 'VHOST' and
3737            not 'MEMIF'"
3738   parameters:
3739   - "throughput"
3740   - "parent"
3741   traces:
3742     hoverinfo: "x+y"
3743     boxpoints: "outliers"
3744     whiskerwidth: 0
3745   layout:
3746     title: ""  # No title
3747     layout: "plot-throughput"
3748
3749 -
3750   type: "plot"
3751   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3752   algorithm: "plot_performance_box"
3753   output-file-type: ".html"
3754   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3755   data: "plot-vpp-throughput-latency-2n-skx"
3756   filter: "'NIC_Intel-X710' and
3757            '64B' and
3758            ('BASE' or 'SCALE') and
3759            'NDRPDR' and
3760            '4T2C' and
3761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3762            not 'VHOST' and
3763            not 'MEMIF'"
3764   parameters:
3765   - "throughput"
3766   - "parent"
3767   traces:
3768     hoverinfo: "x+y"
3769     boxpoints: "outliers"
3770     whiskerwidth: 0
3771   layout:
3772     title: ""  # No title
3773     layout: "plot-throughput"
3774
3775 # Packet Throughput - VPP L2 2n-skx-xxv710
3776 -
3777   type: "plot"
3778   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3779   algorithm: "plot_performance_box"
3780   output-file-type: ".html"
3781   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3782   data: "plot-vpp-throughput-latency-2n-skx"
3783   filter: "'NIC_Intel-XXV710' and
3784            '64B' and
3785            ('BASE' or 'SCALE') and
3786            'NDRPDR' and
3787            '2T1C' and
3788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3789            not 'VHOST' and
3790            not 'MEMIF'"
3791   parameters:
3792   - "throughput"
3793   - "parent"
3794   traces:
3795     hoverinfo: "x+y"
3796     boxpoints: "outliers"
3797     whiskerwidth: 0
3798   layout:
3799     title: ""  # No title
3800     layout: "plot-throughput"
3801
3802 -
3803   type: "plot"
3804   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3805   algorithm: "plot_performance_box"
3806   output-file-type: ".html"
3807   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3808   data: "plot-vpp-throughput-latency-2n-skx"
3809   filter: "'NIC_Intel-XXV710' and
3810            '64B' and
3811            ('BASE' or 'SCALE') and
3812            'NDRPDR' and
3813            '2T1C' and
3814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3815            not 'VHOST' and
3816            not 'MEMIF'"
3817   parameters:
3818   - "throughput"
3819   - "parent"
3820   traces:
3821     hoverinfo: "x+y"
3822     boxpoints: "outliers"
3823     whiskerwidth: 0
3824   layout:
3825     title: ""  # No title
3826     layout: "plot-throughput"
3827
3828 -
3829   type: "plot"
3830   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3831   algorithm: "plot_performance_box"
3832   output-file-type: ".html"
3833   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3834   data: "plot-vpp-throughput-latency-2n-skx"
3835   filter: "'NIC_Intel-XXV710' and
3836            '64B' and
3837            ('BASE' or 'SCALE') and
3838            'NDRPDR' and
3839            '4T2C' and
3840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3841            not 'VHOST' and
3842            not 'MEMIF'"
3843   parameters:
3844   - "throughput"
3845   - "parent"
3846   traces:
3847     hoverinfo: "x+y"
3848     boxpoints: "outliers"
3849     whiskerwidth: 0
3850   layout:
3851     title: ""  # No title
3852     layout: "plot-throughput"
3853
3854 -
3855   type: "plot"
3856   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3857   algorithm: "plot_performance_box"
3858   output-file-type: ".html"
3859   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3860   data: "plot-vpp-throughput-latency-2n-skx"
3861   filter: "'NIC_Intel-XXV710' and
3862            '64B' and
3863            ('BASE' or 'SCALE') and
3864            'NDRPDR' and
3865            '4T2C' and
3866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3867            not 'VHOST' and
3868            not 'MEMIF'"
3869   parameters:
3870   - "throughput"
3871   - "parent"
3872   traces:
3873     hoverinfo: "x+y"
3874     boxpoints: "outliers"
3875     whiskerwidth: 0
3876   layout:
3877     title: ""  # No title
3878     layout: "plot-throughput"
3879
3880 ################################################################################
3881
3882 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3883 -
3884   type: "plot"
3885   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3886   algorithm: "plot_performance_box"
3887   output-file-type: ".html"
3888   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3889   data: "plot-vpp-throughput-latency-3n-hsw"
3890   filter: "'NIC_Intel-X520-DA2' and
3891            '64B' and
3892            ('BASE' or 'SCALE') and
3893            'NDRPDR' and
3894            '1T1C' and
3895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3896            not 'VHOST' and
3897            'MEMIF'"
3898   parameters:
3899   - "throughput"
3900   - "parent"
3901   traces:
3902     hoverinfo: "x+y"
3903     boxpoints: "outliers"
3904     whiskerwidth: 0
3905   layout:
3906     title: ""  # No title
3907     layout: "plot-throughput"
3908
3909 -
3910   type: "plot"
3911   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3912   algorithm: "plot_performance_box"
3913   output-file-type: ".html"
3914   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3915   data: "plot-vpp-throughput-latency-3n-hsw"
3916   filter: "'NIC_Intel-X520-DA2' and
3917            '64B' and
3918            ('BASE' or 'SCALE') and
3919            'NDRPDR' and
3920            '1T1C' and
3921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3922            not 'VHOST' and
3923            'MEMIF'"
3924   parameters:
3925   - "throughput"
3926   - "parent"
3927   traces:
3928     hoverinfo: "x+y"
3929     boxpoints: "outliers"
3930     whiskerwidth: 0
3931   layout:
3932     title: ""  # No title
3933     layout: "plot-throughput"
3934
3935 -
3936   type: "plot"
3937   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3938   algorithm: "plot_performance_box"
3939   output-file-type: ".html"
3940   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3941   data: "plot-vpp-throughput-latency-3n-hsw"
3942   filter: "'NIC_Intel-X520-DA2' and
3943            '64B' and
3944            ('BASE' or 'SCALE') and
3945            'NDRPDR' and
3946            '2T2C' and
3947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3948            not 'VHOST' and
3949            'MEMIF'"
3950   parameters:
3951   - "throughput"
3952   - "parent"
3953   traces:
3954     hoverinfo: "x+y"
3955     boxpoints: "outliers"
3956     whiskerwidth: 0
3957   layout:
3958     title: ""  # No title
3959     layout: "plot-throughput"
3960
3961 -
3962   type: "plot"
3963   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3964   algorithm: "plot_performance_box"
3965   output-file-type: ".html"
3966   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3967   data: "plot-vpp-throughput-latency-3n-hsw"
3968   filter: "'NIC_Intel-X520-DA2' and
3969            '64B' and
3970            ('BASE' or 'SCALE') and
3971            'NDRPDR' and
3972            '2T2C' and
3973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3974            not 'VHOST' and
3975            'MEMIF'"
3976   parameters:
3977   - "throughput"
3978   - "parent"
3979   traces:
3980     hoverinfo: "x+y"
3981     boxpoints: "outliers"
3982     whiskerwidth: 0
3983   layout:
3984     title: ""  # No title
3985     layout: "plot-throughput"
3986
3987 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3988 -
3989   type: "plot"
3990   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3991   algorithm: "plot_performance_box"
3992   output-file-type: ".html"
3993   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3994   data: "plot-vpp-throughput-latency-3n-hsw"
3995   filter: "'NIC_Intel-X710' and
3996            '64B' and
3997            ('BASE' or 'SCALE') and
3998            'NDRPDR' and
3999            '1T1C' and
4000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4001            not 'VHOST' and
4002            'MEMIF'"
4003   parameters:
4004   - "throughput"
4005   - "parent"
4006   traces:
4007     hoverinfo: "x+y"
4008     boxpoints: "outliers"
4009     whiskerwidth: 0
4010   layout:
4011     title: ""  # No title
4012     layout: "plot-throughput"
4013
4014 -
4015   type: "plot"
4016   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4017   algorithm: "plot_performance_box"
4018   output-file-type: ".html"
4019   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4020   data: "plot-vpp-throughput-latency-3n-hsw"
4021   filter: "'NIC_Intel-X710' and
4022            '64B' and
4023            ('BASE' or 'SCALE') and
4024            'NDRPDR' and
4025            '1T1C' and
4026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4027            not 'VHOST' and
4028            'MEMIF'"
4029   parameters:
4030   - "throughput"
4031   - "parent"
4032   traces:
4033     hoverinfo: "x+y"
4034     boxpoints: "outliers"
4035     whiskerwidth: 0
4036   layout:
4037     title: ""  # No title
4038     layout: "plot-throughput"
4039
4040 -
4041   type: "plot"
4042   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4043   algorithm: "plot_performance_box"
4044   output-file-type: ".html"
4045   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4046   data: "plot-vpp-throughput-latency-3n-hsw"
4047   filter: "'NIC_Intel-X710' and
4048            '64B' and
4049            ('BASE' or 'SCALE') and
4050            'NDRPDR' and
4051            '2T2C' and
4052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4053            not 'VHOST' and
4054            'MEMIF'"
4055   parameters:
4056   - "throughput"
4057   - "parent"
4058   traces:
4059     hoverinfo: "x+y"
4060     boxpoints: "outliers"
4061     whiskerwidth: 0
4062   layout:
4063     title: ""  # No title
4064     layout: "plot-throughput"
4065
4066 -
4067   type: "plot"
4068   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4069   algorithm: "plot_performance_box"
4070   output-file-type: ".html"
4071   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4072   data: "plot-vpp-throughput-latency-3n-hsw"
4073   filter: "'NIC_Intel-X710' and
4074            '64B' and
4075            ('BASE' or 'SCALE') and
4076            'NDRPDR' and
4077            '2T2C' and
4078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4079            not 'VHOST' and
4080            'MEMIF'"
4081   parameters:
4082   - "throughput"
4083   - "parent"
4084   traces:
4085     hoverinfo: "x+y"
4086     boxpoints: "outliers"
4087     whiskerwidth: 0
4088   layout:
4089     title: ""  # No title
4090     layout: "plot-throughput"
4091
4092 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4093 -
4094   type: "plot"
4095   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4096   algorithm: "plot_performance_box"
4097   output-file-type: ".html"
4098   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4099   data: "plot-vpp-throughput-latency-3n-hsw"
4100   filter: "'NIC_Intel-XL710' and
4101            '64B' and
4102            ('BASE' or 'SCALE') and
4103            'NDRPDR' and
4104            '1T1C' and
4105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4106            not 'VHOST' and
4107            'MEMIF'"
4108   parameters:
4109   - "throughput"
4110   - "parent"
4111   traces:
4112     hoverinfo: "x+y"
4113     boxpoints: "outliers"
4114     whiskerwidth: 0
4115   layout:
4116     title: ""  # No title
4117     layout: "plot-throughput"
4118
4119 -
4120   type: "plot"
4121   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4122   algorithm: "plot_performance_box"
4123   output-file-type: ".html"
4124   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4125   data: "plot-vpp-throughput-latency-3n-hsw"
4126   filter: "'NIC_Intel-XL710' and
4127            '64B' and
4128            ('BASE' or 'SCALE') and
4129            'NDRPDR' and
4130            '1T1C' and
4131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4132            not 'VHOST' and
4133            'MEMIF'"
4134   parameters:
4135   - "throughput"
4136   - "parent"
4137   traces:
4138     hoverinfo: "x+y"
4139     boxpoints: "outliers"
4140     whiskerwidth: 0
4141   layout:
4142     title: ""  # No title
4143     layout: "plot-throughput"
4144
4145 -
4146   type: "plot"
4147   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4148   algorithm: "plot_performance_box"
4149   output-file-type: ".html"
4150   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4151   data: "plot-vpp-throughput-latency-3n-hsw"
4152   filter: "'NIC_Intel-XL710' and
4153            '64B' and
4154            ('BASE' or 'SCALE') and
4155            'NDRPDR' and
4156            '2T2C' and
4157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4158            not 'VHOST' and
4159            'MEMIF'"
4160   parameters:
4161   - "throughput"
4162   - "parent"
4163   traces:
4164     hoverinfo: "x+y"
4165     boxpoints: "outliers"
4166     whiskerwidth: 0
4167   layout:
4168     title: ""  # No title
4169     layout: "plot-throughput"
4170
4171 -
4172   type: "plot"
4173   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4174   algorithm: "plot_performance_box"
4175   output-file-type: ".html"
4176   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4177   data: "plot-vpp-throughput-latency-3n-hsw"
4178   filter: "'NIC_Intel-XL710' and
4179            '64B' and
4180            ('BASE' or 'SCALE') and
4181            'NDRPDR' and
4182            '2T2C' and
4183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4184            not 'VHOST' and
4185            'MEMIF'"
4186   parameters:
4187   - "throughput"
4188   - "parent"
4189   traces:
4190     hoverinfo: "x+y"
4191     boxpoints: "outliers"
4192     whiskerwidth: 0
4193   layout:
4194     title: ""  # No title
4195     layout: "plot-throughput"
4196
4197 # Packet Throughput - VPP Container Memif 3n-skx-x710
4198 -
4199   type: "plot"
4200   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4201   algorithm: "plot_performance_box"
4202   output-file-type: ".html"
4203   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4204   data: "plot-vpp-throughput-latency-3n-skx"
4205   filter: "'NIC_Intel-X710' and
4206            '64B' and
4207            ('BASE' or 'SCALE') and
4208            'NDRPDR' and
4209            '2T1C' and
4210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4211            not 'VHOST' and
4212            'MEMIF'"
4213   parameters:
4214   - "throughput"
4215   - "parent"
4216   traces:
4217     hoverinfo: "x+y"
4218     boxpoints: "outliers"
4219     whiskerwidth: 0
4220   layout:
4221     title: ""  # No title
4222     layout: "plot-throughput"
4223
4224 -
4225   type: "plot"
4226   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4227   algorithm: "plot_performance_box"
4228   output-file-type: ".html"
4229   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4230   data: "plot-vpp-throughput-latency-3n-skx"
4231   filter: "'NIC_Intel-X710' and
4232            '64B' and
4233            ('BASE' or 'SCALE') and
4234            'NDRPDR' and
4235            '2T1C' and
4236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4237            not 'VHOST' and
4238             'MEMIF'"
4239   parameters:
4240   - "throughput"
4241   - "parent"
4242   traces:
4243     hoverinfo: "x+y"
4244     boxpoints: "outliers"
4245     whiskerwidth: 0
4246   layout:
4247     title: ""  # No title
4248     layout: "plot-throughput"
4249
4250 -
4251   type: "plot"
4252   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4253   algorithm: "plot_performance_box"
4254   output-file-type: ".html"
4255   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4256   data: "plot-vpp-throughput-latency-3n-skx"
4257   filter: "'NIC_Intel-X710' and
4258            '64B' and
4259            ('BASE' or 'SCALE') and
4260            'NDRPDR' and
4261            '4T2C' and
4262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4263            not 'VHOST' and
4264            'MEMIF'"
4265   parameters:
4266   - "throughput"
4267   - "parent"
4268   traces:
4269     hoverinfo: "x+y"
4270     boxpoints: "outliers"
4271     whiskerwidth: 0
4272   layout:
4273     title: ""  # No title
4274     layout: "plot-throughput"
4275
4276 -
4277   type: "plot"
4278   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4279   algorithm: "plot_performance_box"
4280   output-file-type: ".html"
4281   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4282   data: "plot-vpp-throughput-latency-3n-skx"
4283   filter: "'NIC_Intel-X710' and
4284            '64B' and
4285            ('BASE' or 'SCALE') and
4286            'NDRPDR' and
4287            '4T2C' and
4288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4289            not 'VHOST' and
4290            'MEMIF'"
4291   parameters:
4292   - "throughput"
4293   - "parent"
4294   traces:
4295     hoverinfo: "x+y"
4296     boxpoints: "outliers"
4297     whiskerwidth: 0
4298   layout:
4299     title: ""  # No title
4300     layout: "plot-throughput"
4301
4302 ################################################################################
4303
4304 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4305 -
4306   type: "plot"
4307   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4308   algorithm: "plot_performance_box"
4309   output-file-type: ".html"
4310   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4311   data: "plot-ligato-throughput-latency-3n-hsw"
4312   filter: "'NIC_Intel-X520-DA2' and
4313            '64B' and
4314            ('BASE' or 'SCALE') and
4315            'NDRPDR' and
4316            '1T1C' and
4317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4318            not 'VHOST' and
4319            'MEMIF'"
4320   parameters:
4321   - "throughput"
4322   - "parent"
4323   traces:
4324     hoverinfo: "x+y"
4325     boxpoints: "outliers"
4326     whiskerwidth: 0
4327   layout:
4328     title: ""  # No title
4329     layout: "plot-throughput"
4330
4331 -
4332   type: "plot"
4333   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4334   algorithm: "plot_performance_box"
4335   output-file-type: ".html"
4336   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4337   data: "plot-ligato-throughput-latency-3n-hsw"
4338   filter: "'NIC_Intel-X520-DA2' and
4339            '64B' and
4340            ('BASE' or 'SCALE') and
4341            'NDRPDR' and
4342            '1T1C' and
4343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4344            not 'VHOST' and
4345            'MEMIF'"
4346   parameters:
4347   - "throughput"
4348   - "parent"
4349   traces:
4350     hoverinfo: "x+y"
4351     boxpoints: "outliers"
4352     whiskerwidth: 0
4353   layout:
4354     title: ""  # No title
4355     layout: "plot-throughput"
4356
4357 -
4358   type: "plot"
4359   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4360   algorithm: "plot_performance_box"
4361   output-file-type: ".html"
4362   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4363   data: "plot-ligato-throughput-latency-3n-hsw"
4364   filter: "'NIC_Intel-X520-DA2' and
4365            '64B' and
4366            ('BASE' or 'SCALE') and
4367            'NDRPDR' and
4368            '2T2C' and
4369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4370            not 'VHOST' and
4371            'MEMIF'"
4372   parameters:
4373   - "throughput"
4374   - "parent"
4375   traces:
4376     hoverinfo: "x+y"
4377     boxpoints: "outliers"
4378     whiskerwidth: 0
4379   layout:
4380     title: ""  # No title
4381     layout: "plot-throughput"
4382
4383 -
4384   type: "plot"
4385   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4386   algorithm: "plot_performance_box"
4387   output-file-type: ".html"
4388   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4389   data: "plot-ligato-throughput-latency-3n-hsw"
4390   filter: "'NIC_Intel-X520-DA2' and
4391            '64B' and
4392            ('BASE' or 'SCALE') and
4393            'NDRPDR' and
4394            '2T2C' and
4395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4396            not 'VHOST' and
4397            'MEMIF'"
4398   parameters:
4399   - "throughput"
4400   - "parent"
4401   traces:
4402     hoverinfo: "x+y"
4403     boxpoints: "outliers"
4404     whiskerwidth: 0
4405   layout:
4406     title: ""  # No title
4407     layout: "plot-throughput"
4408
4409 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4410 -
4411   type: "plot"
4412   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4413   algorithm: "plot_performance_box"
4414   output-file-type: ".html"
4415   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4416   data: "plot-ligato-throughput-latency-3n-hsw"
4417   filter: "'NIC_Intel-X710' and
4418            '64B' and
4419            ('BASE' or 'SCALE') and
4420            'NDRPDR' and
4421            '1T1C' and
4422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4423            not 'VHOST' and
4424            'MEMIF'"
4425   parameters:
4426   - "throughput"
4427   - "parent"
4428   traces:
4429     hoverinfo: "x+y"
4430     boxpoints: "outliers"
4431     whiskerwidth: 0
4432   layout:
4433     title: ""  # No title
4434     layout: "plot-throughput"
4435
4436 -
4437   type: "plot"
4438   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4439   algorithm: "plot_performance_box"
4440   output-file-type: ".html"
4441   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4442   data: "plot-ligato-throughput-latency-3n-hsw"
4443   filter: "'NIC_Intel-X710' and
4444            '64B' and
4445            ('BASE' or 'SCALE') and
4446            'NDRPDR' and
4447            '1T1C' and
4448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4449            not 'VHOST' and
4450            'MEMIF'"
4451   parameters:
4452   - "throughput"
4453   - "parent"
4454   traces:
4455     hoverinfo: "x+y"
4456     boxpoints: "outliers"
4457     whiskerwidth: 0
4458   layout:
4459     title: ""  # No title
4460     layout: "plot-throughput"
4461
4462 -
4463   type: "plot"
4464   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4465   algorithm: "plot_performance_box"
4466   output-file-type: ".html"
4467   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4468   data: "plot-ligato-throughput-latency-3n-hsw"
4469   filter: "'NIC_Intel-X710' and
4470            '64B' and
4471            ('BASE' or 'SCALE') and
4472            'NDRPDR' and
4473            '2T2C' and
4474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4475            not 'VHOST' and
4476            'MEMIF'"
4477   parameters:
4478   - "throughput"
4479   - "parent"
4480   traces:
4481     hoverinfo: "x+y"
4482     boxpoints: "outliers"
4483     whiskerwidth: 0
4484   layout:
4485     title: ""  # No title
4486     layout: "plot-throughput"
4487
4488 -
4489   type: "plot"
4490   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4491   algorithm: "plot_performance_box"
4492   output-file-type: ".html"
4493   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4494   data: "plot-ligato-throughput-latency-3n-hsw"
4495   filter: "'NIC_Intel-X710' and
4496            '64B' and
4497            ('BASE' or 'SCALE') and
4498            'NDRPDR' and
4499            '2T2C' and
4500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4501            not 'VHOST' and
4502            'MEMIF'"
4503   parameters:
4504   - "throughput"
4505   - "parent"
4506   traces:
4507     hoverinfo: "x+y"
4508     boxpoints: "outliers"
4509     whiskerwidth: 0
4510   layout:
4511     title: ""  # No title
4512     layout: "plot-throughput"
4513
4514 ################################################################################
4515
4516 # Packet Throughput - VPP IPv4 3n-hsw-x520
4517 -
4518   type: "plot"
4519   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4520   algorithm: "plot_performance_box"
4521   output-file-type: ".html"
4522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4523   data: "plot-vpp-throughput-latency-3n-hsw"
4524   filter: "'NIC_Intel-X520-DA2' and
4525            '64B' and
4526            ('BASE' or 'SCALE') and
4527            'NDRPDR' and
4528            '1T1C' and
4529            'IP4FWD' and
4530            not 'IPSEC' and
4531            not 'VHOST'"
4532   parameters:
4533   - "throughput"
4534   - "parent"
4535   traces:
4536     hoverinfo: "x+y"
4537     boxpoints: "outliers"
4538     whiskerwidth: 0
4539   layout:
4540     title: ""  # No title
4541     layout: "plot-throughput"
4542
4543 -
4544   type: "plot"
4545   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4546   algorithm: "plot_performance_box"
4547   output-file-type: ".html"
4548   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4549   data: "plot-vpp-throughput-latency-3n-hsw"
4550   filter: "'NIC_Intel-X520-DA2' and
4551            '64B' and
4552            ('BASE' or 'SCALE') and
4553            'NDRPDR' and
4554            '1T1C' and
4555            'IP4FWD' and
4556            not 'IPSEC' and
4557            not 'VHOST'"
4558   parameters:
4559   - "throughput"
4560   - "parent"
4561   traces:
4562     hoverinfo: "x+y"
4563     boxpoints: "outliers"
4564     whiskerwidth: 0
4565   layout:
4566     title: ""  # No title
4567     layout: "plot-throughput"
4568
4569 -
4570   type: "plot"
4571   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4572   algorithm: "plot_performance_box"
4573   output-file-type: ".html"
4574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4575   data: "plot-vpp-throughput-latency-3n-hsw"
4576   filter: "'NIC_Intel-X520-DA2' and
4577            '64B' and
4578            ('BASE' or 'SCALE') and
4579            'NDRPDR' and
4580            '2T2C' and
4581            'IP4FWD' and
4582            not 'IPSEC' and
4583            not 'VHOST'"
4584   parameters:
4585   - "throughput"
4586   - "parent"
4587   traces:
4588     hoverinfo: "x+y"
4589     boxpoints: "outliers"
4590     whiskerwidth: 0
4591   layout:
4592     title: ""  # No title
4593     layout: "plot-throughput"
4594
4595 -
4596   type: "plot"
4597   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4598   algorithm: "plot_performance_box"
4599   output-file-type: ".html"
4600   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4601   data: "plot-vpp-throughput-latency-3n-hsw"
4602   filter: "'NIC_Intel-X520-DA2' and
4603            '64B' and
4604            ('BASE' or 'SCALE') and
4605            'NDRPDR' and
4606            '2T2C' and
4607            'IP4FWD' and
4608            not 'IPSEC' and
4609            not 'VHOST'"
4610   parameters:
4611   - "throughput"
4612   - "parent"
4613   traces:
4614     hoverinfo: "x+y"
4615     boxpoints: "outliers"
4616     whiskerwidth: 0
4617   layout:
4618     title: ""  # No title
4619     layout: "plot-throughput"
4620
4621 -
4622   type: "plot"
4623   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4624   algorithm: "plot_performance_box"
4625   output-file-type: ".html"
4626   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4627   data: "plot-vpp-throughput-latency-3n-hsw"
4628   filter: "'NIC_Intel-X520-DA2' and
4629            '64B' and
4630            'FEATURE' and
4631            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4632            'NDRPDR' and
4633            '1T1C' and
4634            'IP4FWD' and
4635            not 'IPSEC' and
4636            not 'VHOST'"
4637   parameters:
4638   - "throughput"
4639   - "parent"
4640   traces:
4641     hoverinfo: "x+y"
4642     boxpoints: "outliers"
4643     whiskerwidth: 0
4644   layout:
4645     title: ""  # No title
4646     layout: "plot-throughput"
4647
4648 -
4649   type: "plot"
4650   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4651   algorithm: "plot_performance_box"
4652   output-file-type: ".html"
4653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4654   data: "plot-vpp-throughput-latency-3n-hsw"
4655   filter: "'NIC_Intel-X520-DA2' and
4656            '64B' and
4657            'FEATURE' and
4658            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4659            'NDRPDR' and
4660            '1T1C' and
4661            'IP4FWD' and
4662            not 'IPSEC' and
4663            not 'VHOST'"
4664   parameters:
4665   - "throughput"
4666   - "parent"
4667   traces:
4668     hoverinfo: "x+y"
4669     boxpoints: "outliers"
4670     whiskerwidth: 0
4671   layout:
4672     title: ""  # No title
4673     layout: "plot-throughput"
4674
4675 -
4676   type: "plot"
4677   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4678   algorithm: "plot_performance_box"
4679   output-file-type: ".html"
4680   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4681   data: "plot-vpp-throughput-latency-3n-hsw"
4682   filter: "'NIC_Intel-X520-DA2' and
4683            '64B' and
4684            'FEATURE' and
4685            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4686            'NDRPDR' and
4687            '2T2C' and
4688            'IP4FWD' and
4689            not 'IPSEC' and
4690            not 'VHOST'"
4691   parameters:
4692   - "throughput"
4693   - "parent"
4694   traces:
4695     hoverinfo: "x+y"
4696     boxpoints: "outliers"
4697     whiskerwidth: 0
4698   layout:
4699     title: ""  # No title
4700     layout: "plot-throughput"
4701
4702 -
4703   type: "plot"
4704   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4705   algorithm: "plot_performance_box"
4706   output-file-type: ".html"
4707   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4708   data: "plot-vpp-throughput-latency-3n-hsw"
4709   filter: "'NIC_Intel-X520-DA2' and
4710            '64B' and
4711            'FEATURE' and
4712            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4713            'NDRPDR' and
4714            '2T2C' and
4715            'IP4FWD' and
4716            not 'IPSEC' and
4717            not 'VHOST'"
4718   parameters:
4719   - "throughput"
4720   - "parent"
4721   traces:
4722     hoverinfo: "x+y"
4723     boxpoints: "outliers"
4724     whiskerwidth: 0
4725   layout:
4726     title: ""  # No title
4727     layout: "plot-throughput"
4728
4729 # Packet Throughput - VPP IPv4 3n-hsw-x710
4730 -
4731   type: "plot"
4732   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4733   algorithm: "plot_performance_box"
4734   output-file-type: ".html"
4735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4736   data: "plot-vpp-throughput-latency-3n-hsw"
4737   filter: "'NIC_Intel-X710' and
4738            '64B' and
4739            ('BASE' or 'SCALE') and
4740            'NDRPDR' and
4741            '1T1C' and
4742            'IP4FWD' and
4743            not 'IPSEC' and
4744            not 'VHOST'"
4745   parameters:
4746   - "throughput"
4747   - "parent"
4748   traces:
4749     hoverinfo: "x+y"
4750     boxpoints: "outliers"
4751     whiskerwidth: 0
4752   layout:
4753     title: ""  # No title
4754     layout: "plot-throughput"
4755
4756 -
4757   type: "plot"
4758   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4759   algorithm: "plot_performance_box"
4760   output-file-type: ".html"
4761   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4762   data: "plot-vpp-throughput-latency-3n-hsw"
4763   filter: "'NIC_Intel-X710' and
4764            '64B' and
4765            ('BASE' or 'SCALE') and
4766            'NDRPDR' and
4767            '1T1C' and
4768            'IP4FWD' and
4769            not 'IPSEC' and
4770            not 'VHOST'"
4771   parameters:
4772   - "throughput"
4773   - "parent"
4774   traces:
4775     hoverinfo: "x+y"
4776     boxpoints: "outliers"
4777     whiskerwidth: 0
4778   layout:
4779     title: ""  # No title
4780     layout: "plot-throughput"
4781
4782 -
4783   type: "plot"
4784   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4785   algorithm: "plot_performance_box"
4786   output-file-type: ".html"
4787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4788   data: "plot-vpp-throughput-latency-3n-hsw"
4789   filter: "'NIC_Intel-X710' and
4790            '64B' and
4791            ('BASE' or 'SCALE') and
4792            'NDRPDR' and
4793            '2T2C' and
4794            'IP4FWD' and
4795            not 'IPSEC' and
4796            not 'VHOST'"
4797   parameters:
4798   - "throughput"
4799   - "parent"
4800   traces:
4801     hoverinfo: "x+y"
4802     boxpoints: "outliers"
4803     whiskerwidth: 0
4804   layout:
4805     title: ""  # No title
4806     layout: "plot-throughput"
4807
4808 -
4809   type: "plot"
4810   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4811   algorithm: "plot_performance_box"
4812   output-file-type: ".html"
4813   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4814   data: "plot-vpp-throughput-latency-3n-hsw"
4815   filter: "'NIC_Intel-X710' and
4816            '64B' and
4817            ('BASE' or 'SCALE') and
4818            'NDRPDR' and
4819            '2T2C' and
4820            'IP4FWD' and
4821            not 'IPSEC' and
4822            not 'VHOST'"
4823   parameters:
4824   - "throughput"
4825   - "parent"
4826   traces:
4827     hoverinfo: "x+y"
4828     boxpoints: "outliers"
4829     whiskerwidth: 0
4830   layout:
4831     title: ""  # No title
4832     layout: "plot-throughput"
4833
4834 -
4835   type: "plot"
4836   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4837   algorithm: "plot_performance_box"
4838   output-file-type: ".html"
4839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4840   data: "plot-vpp-throughput-latency-3n-hsw"
4841   filter: "'NIC_Intel-X710' and
4842            '64B' and
4843            'FEATURE' and
4844            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4845            'NDRPDR' and
4846            '1T1C' and
4847            'IP4FWD' and
4848            not 'IPSEC' and
4849            not 'VHOST'"
4850   parameters:
4851   - "throughput"
4852   - "parent"
4853   traces:
4854     hoverinfo: "x+y"
4855     boxpoints: "outliers"
4856     whiskerwidth: 0
4857   layout:
4858     title: ""  # No title
4859     layout: "plot-throughput"
4860
4861 -
4862   type: "plot"
4863   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4864   algorithm: "plot_performance_box"
4865   output-file-type: ".html"
4866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4867   data: "plot-vpp-throughput-latency-3n-hsw"
4868   filter: "'NIC_Intel-X710' and
4869            '64B' and
4870            'FEATURE' and
4871            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4872            'NDRPDR' and
4873            '1T1C' and
4874            'IP4FWD' and
4875            not 'IPSEC' and
4876            not 'VHOST'"
4877   parameters:
4878   - "throughput"
4879   - "parent"
4880   traces:
4881     hoverinfo: "x+y"
4882     boxpoints: "outliers"
4883     whiskerwidth: 0
4884   layout:
4885     title: ""  # No title
4886     layout: "plot-throughput"
4887
4888 -
4889   type: "plot"
4890   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4891   algorithm: "plot_performance_box"
4892   output-file-type: ".html"
4893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4894   data: "plot-vpp-throughput-latency-3n-hsw"
4895   filter: "'NIC_Intel-X710' and
4896            '64B' and
4897            'FEATURE' and
4898            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4899            'NDRPDR' and
4900            '2T2C' and
4901            'IP4FWD' and
4902            not 'IPSEC' and
4903            not 'VHOST'"
4904   parameters:
4905   - "throughput"
4906   - "parent"
4907   traces:
4908     hoverinfo: "x+y"
4909     boxpoints: "outliers"
4910     whiskerwidth: 0
4911   layout:
4912     title: ""  # No title
4913     layout: "plot-throughput"
4914
4915 -
4916   type: "plot"
4917   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4918   algorithm: "plot_performance_box"
4919   output-file-type: ".html"
4920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4921   data: "plot-vpp-throughput-latency-3n-hsw"
4922   filter: "'NIC_Intel-X710' and
4923            '64B' and
4924            'FEATURE' and
4925            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4926            'NDRPDR' and
4927            '2T2C' and
4928            'IP4FWD' and
4929            not 'IPSEC' and
4930            not 'VHOST'"
4931   parameters:
4932   - "throughput"
4933   - "parent"
4934   traces:
4935     hoverinfo: "x+y"
4936     boxpoints: "outliers"
4937     whiskerwidth: 0
4938   layout:
4939     title: ""  # No title
4940     layout: "plot-throughput"
4941
4942 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4943 -
4944   type: "plot"
4945   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4946   algorithm: "plot_performance_box"
4947   output-file-type: ".html"
4948   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4949   data: "plot-vpp-throughput-latency-3n-hsw"
4950   filter: "'NIC_Intel-XL710' and
4951            '64B' and
4952            ('BASE' or 'SCALE') and
4953            'NDRPDR' and
4954            '1T1C' and
4955            'IP4FWD' and
4956            not 'IPSEC' and
4957            not 'VHOST'"
4958   parameters:
4959   - "throughput"
4960   - "parent"
4961   traces:
4962     hoverinfo: "x+y"
4963     boxpoints: "outliers"
4964     whiskerwidth: 0
4965   layout:
4966     title: ""  # No title
4967     layout: "plot-throughput"
4968
4969 -
4970   type: "plot"
4971   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4972   algorithm: "plot_performance_box"
4973   output-file-type: ".html"
4974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4975   data: "plot-vpp-throughput-latency-3n-hsw"
4976   filter: "'NIC_Intel-XL710' and
4977            '64B' and
4978            ('BASE' or 'SCALE') and
4979            'NDRPDR' and
4980            '1T1C' and
4981            'IP4FWD' and
4982            not 'IPSEC' and
4983            not 'VHOST'"
4984   parameters:
4985   - "throughput"
4986   - "parent"
4987   traces:
4988     hoverinfo: "x+y"
4989     boxpoints: "outliers"
4990     whiskerwidth: 0
4991   layout:
4992     title: ""  # No title
4993     layout: "plot-throughput"
4994
4995 -
4996   type: "plot"
4997   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4998   algorithm: "plot_performance_box"
4999   output-file-type: ".html"
5000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5001   data: "plot-vpp-throughput-latency-3n-hsw"
5002   filter: "'NIC_Intel-XL710' and
5003            '64B' and
5004            ('BASE' or 'SCALE') and
5005            'NDRPDR' and
5006            '2T2C' and
5007            'IP4FWD' and
5008            not 'IPSEC' and
5009            not 'VHOST'"
5010   parameters:
5011   - "throughput"
5012   - "parent"
5013   traces:
5014     hoverinfo: "x+y"
5015     boxpoints: "outliers"
5016     whiskerwidth: 0
5017   layout:
5018     title: ""  # No title
5019     layout: "plot-throughput"
5020
5021 -
5022   type: "plot"
5023   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5024   algorithm: "plot_performance_box"
5025   output-file-type: ".html"
5026   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5027   data: "plot-vpp-throughput-latency-3n-hsw"
5028   filter: "'NIC_Intel-XL710' and
5029            '64B' and
5030            ('BASE' or 'SCALE') and
5031            'NDRPDR' and
5032            '2T2C' and
5033            'IP4FWD' and
5034            not 'IPSEC' and
5035            not 'VHOST'"
5036   parameters:
5037   - "throughput"
5038   - "parent"
5039   traces:
5040     hoverinfo: "x+y"
5041     boxpoints: "outliers"
5042     whiskerwidth: 0
5043   layout:
5044     title: ""  # No title
5045     layout: "plot-throughput"
5046
5047 # Packet Throughput - VPP IPv4 3n-skx-x710
5048 -
5049   type: "plot"
5050   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5051   algorithm: "plot_performance_box"
5052   output-file-type: ".html"
5053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5054   data: "plot-vpp-throughput-latency-3n-skx"
5055   filter: "'NIC_Intel-X710' and
5056            '64B' and
5057            ('BASE' or 'SCALE') and
5058            'NDRPDR' and
5059            '2T1C' and
5060            'IP4FWD' and
5061            not 'IPSEC' and
5062            not 'VHOST'"
5063   parameters:
5064   - "throughput"
5065   - "parent"
5066   traces:
5067     hoverinfo: "x+y"
5068     boxpoints: "outliers"
5069     whiskerwidth: 0
5070   layout:
5071     title: ""  # No title
5072     layout: "plot-throughput"
5073
5074 -
5075   type: "plot"
5076   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5077   algorithm: "plot_performance_box"
5078   output-file-type: ".html"
5079   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5080   data: "plot-vpp-throughput-latency-3n-skx"
5081   filter: "'NIC_Intel-X710' and
5082            '64B' and
5083            ('BASE' or 'SCALE') and
5084            'NDRPDR' and
5085            '2T1C' and
5086            'IP4FWD' and
5087            not 'IPSEC' and
5088            not 'VHOST'"
5089   parameters:
5090   - "throughput"
5091   - "parent"
5092   traces:
5093     hoverinfo: "x+y"
5094     boxpoints: "outliers"
5095     whiskerwidth: 0
5096   layout:
5097     title: ""  # No title
5098     layout: "plot-throughput"
5099
5100 -
5101   type: "plot"
5102   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5103   algorithm: "plot_performance_box"
5104   output-file-type: ".html"
5105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5106   data: "plot-vpp-throughput-latency-3n-skx"
5107   filter: "'NIC_Intel-X710' and
5108            '64B' and
5109            ('BASE' or 'SCALE') and
5110            'NDRPDR' and
5111            '4T2C' and
5112            'IP4FWD' and
5113            not 'IPSEC' and
5114            not 'VHOST'"
5115   parameters:
5116   - "throughput"
5117   - "parent"
5118   traces:
5119     hoverinfo: "x+y"
5120     boxpoints: "outliers"
5121     whiskerwidth: 0
5122   layout:
5123     title: ""  # No title
5124     layout: "plot-throughput"
5125
5126 -
5127   type: "plot"
5128   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5129   algorithm: "plot_performance_box"
5130   output-file-type: ".html"
5131   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5132   data: "plot-vpp-throughput-latency-3n-skx"
5133   filter: "'NIC_Intel-X710' and
5134            '64B' and
5135            ('BASE' or 'SCALE') and
5136            'NDRPDR' and
5137            '4T2C' and
5138            'IP4FWD' and
5139            not 'IPSEC' and
5140            not 'VHOST'"
5141   parameters:
5142   - "throughput"
5143   - "parent"
5144   traces:
5145     hoverinfo: "x+y"
5146     boxpoints: "outliers"
5147     whiskerwidth: 0
5148   layout:
5149     title: ""  # No title
5150     layout: "plot-throughput"
5151
5152 -
5153   type: "plot"
5154   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5155   algorithm: "plot_performance_box"
5156   output-file-type: ".html"
5157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5158   data: "plot-vpp-throughput-latency-3n-skx"
5159   filter: "'NIC_Intel-X710' and
5160            '64B' and
5161            'FEATURE' and
5162            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5163            'NDRPDR' and
5164            '2T1C' and
5165            'IP4FWD' and
5166            not 'IPSEC' and
5167            not 'VHOST'"
5168   parameters:
5169   - "throughput"
5170   - "parent"
5171   traces:
5172     hoverinfo: "x+y"
5173     boxpoints: "outliers"
5174     whiskerwidth: 0
5175   layout:
5176     title: ""  # No title
5177     layout: "plot-throughput"
5178
5179 -
5180   type: "plot"
5181   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5182   algorithm: "plot_performance_box"
5183   output-file-type: ".html"
5184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5185   data: "plot-vpp-throughput-latency-3n-skx"
5186   filter: "'NIC_Intel-X710' and
5187            '64B' and
5188            'FEATURE' and
5189            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5190            'NDRPDR' and
5191            '2T1C' and
5192            'IP4FWD' and
5193            not 'IPSEC' and
5194            not 'VHOST'"
5195   parameters:
5196   - "throughput"
5197   - "parent"
5198   traces:
5199     hoverinfo: "x+y"
5200     boxpoints: "outliers"
5201     whiskerwidth: 0
5202   layout:
5203     title: ""  # No title
5204     layout: "plot-throughput"
5205
5206 -
5207   type: "plot"
5208   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5209   algorithm: "plot_performance_box"
5210   output-file-type: ".html"
5211   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5212   data: "plot-vpp-throughput-latency-3n-skx"
5213   filter: "'NIC_Intel-X710' and
5214            '64B' and
5215            'FEATURE' and
5216            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5217            'NDRPDR' and
5218            '4T2C' and
5219            'IP4FWD' and
5220            not 'IPSEC' and
5221            not 'VHOST'"
5222   parameters:
5223   - "throughput"
5224   - "parent"
5225   traces:
5226     hoverinfo: "x+y"
5227     boxpoints: "outliers"
5228     whiskerwidth: 0
5229   layout:
5230     title: ""  # No title
5231     layout: "plot-throughput"
5232
5233 -
5234   type: "plot"
5235   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5236   algorithm: "plot_performance_box"
5237   output-file-type: ".html"
5238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5239   data: "plot-vpp-throughput-latency-3n-skx"
5240   filter: "'NIC_Intel-X710' and
5241            '64B' and
5242            'FEATURE' and
5243            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5244            'NDRPDR' and
5245            '4T2C' and
5246            'IP4FWD' and
5247            not 'IPSEC' and
5248            not 'VHOST'"
5249   parameters:
5250   - "throughput"
5251   - "parent"
5252   traces:
5253     hoverinfo: "x+y"
5254     boxpoints: "outliers"
5255     whiskerwidth: 0
5256   layout:
5257     title: ""  # No title
5258     layout: "plot-throughput"
5259
5260 # Packet Throughput - VPP IPv4 2n-skx-x710
5261 -
5262   type: "plot"
5263   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5264   algorithm: "plot_performance_box"
5265   output-file-type: ".html"
5266   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5267   data: "plot-vpp-throughput-latency-2n-skx"
5268   filter: "'NIC_Intel-X710' and
5269            '64B' and
5270            ('BASE' or 'SCALE') and
5271            'NDRPDR' and
5272            '2T1C' and
5273            'IP4FWD' and
5274            not 'IPSEC' and
5275            not 'VHOST'"
5276   parameters:
5277   - "throughput"
5278   - "parent"
5279   traces:
5280     hoverinfo: "x+y"
5281     boxpoints: "outliers"
5282     whiskerwidth: 0
5283   layout:
5284     title: ""  # No title
5285     layout: "plot-throughput"
5286
5287 -
5288   type: "plot"
5289   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5290   algorithm: "plot_performance_box"
5291   output-file-type: ".html"
5292   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5293   data: "plot-vpp-throughput-latency-2n-skx"
5294   filter: "'NIC_Intel-X710' and
5295            '64B' and
5296            ('BASE' or 'SCALE') and
5297            'NDRPDR' and
5298            '2T1C' and
5299            'IP4FWD' and
5300            not 'IPSEC' and
5301            not 'VHOST'"
5302   parameters:
5303   - "throughput"
5304   - "parent"
5305   traces:
5306     hoverinfo: "x+y"
5307     boxpoints: "outliers"
5308     whiskerwidth: 0
5309   layout:
5310     title: ""  # No title
5311     layout: "plot-throughput"
5312
5313 -
5314   type: "plot"
5315   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5316   algorithm: "plot_performance_box"
5317   output-file-type: ".html"
5318   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5319   data: "plot-vpp-throughput-latency-2n-skx"
5320   filter: "'NIC_Intel-X710' and
5321            '64B' and
5322            ('BASE' or 'SCALE') and
5323            'NDRPDR' and
5324            '4T2C' and
5325            'IP4FWD' and
5326            not 'IPSEC' and
5327            not 'VHOST'"
5328   parameters:
5329   - "throughput"
5330   - "parent"
5331   traces:
5332     hoverinfo: "x+y"
5333     boxpoints: "outliers"
5334     whiskerwidth: 0
5335   layout:
5336     title: ""  # No title
5337     layout: "plot-throughput"
5338
5339 -
5340   type: "plot"
5341   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5342   algorithm: "plot_performance_box"
5343   output-file-type: ".html"
5344   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5345   data: "plot-vpp-throughput-latency-2n-skx"
5346   filter: "'NIC_Intel-X710' and
5347            '64B' and
5348            ('BASE' or 'SCALE') and
5349            'NDRPDR' and
5350            '4T2C' and
5351            'IP4FWD' and
5352            not 'IPSEC' and
5353            not 'VHOST'"
5354   parameters:
5355   - "throughput"
5356   - "parent"
5357   traces:
5358     hoverinfo: "x+y"
5359     boxpoints: "outliers"
5360     whiskerwidth: 0
5361   layout:
5362     title: ""  # No title
5363     layout: "plot-throughput"
5364
5365 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5366 -
5367   type: "plot"
5368   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5369   algorithm: "plot_performance_box"
5370   output-file-type: ".html"
5371   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5372   data: "plot-vpp-throughput-latency-2n-skx"
5373   filter: "'NIC_Intel-XXV710' and
5374            '64B' and
5375            ('BASE' or 'SCALE') and
5376            'NDRPDR' and
5377            '2T1C' and
5378            'IP4FWD' and
5379            not 'IPSEC' and
5380            not 'VHOST'"
5381   parameters:
5382   - "throughput"
5383   - "parent"
5384   traces:
5385     hoverinfo: "x+y"
5386     boxpoints: "outliers"
5387     whiskerwidth: 0
5388   layout:
5389     title: ""  # No title
5390     layout: "plot-throughput"
5391
5392 -
5393   type: "plot"
5394   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5395   algorithm: "plot_performance_box"
5396   output-file-type: ".html"
5397   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5398   data: "plot-vpp-throughput-latency-2n-skx"
5399   filter: "'NIC_Intel-XXV710' and
5400            '64B' and
5401            ('BASE' or 'SCALE') and
5402            'NDRPDR' and
5403            '2T1C' and
5404            'IP4FWD' and
5405            not 'IPSEC' and
5406            not 'VHOST'"
5407   parameters:
5408   - "throughput"
5409   - "parent"
5410   traces:
5411     hoverinfo: "x+y"
5412     boxpoints: "outliers"
5413     whiskerwidth: 0
5414   layout:
5415     title: ""  # No title
5416     layout: "plot-throughput"
5417
5418 -
5419   type: "plot"
5420   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5421   algorithm: "plot_performance_box"
5422   output-file-type: ".html"
5423   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5424   data: "plot-vpp-throughput-latency-2n-skx"
5425   filter: "'NIC_Intel-XXV710' and
5426            '64B' and
5427            ('BASE' or 'SCALE') and
5428            'NDRPDR' and
5429            '4T2C' and
5430            'IP4FWD' and
5431            not 'IPSEC' and
5432            not 'VHOST'"
5433   parameters:
5434   - "throughput"
5435   - "parent"
5436   traces:
5437     hoverinfo: "x+y"
5438     boxpoints: "outliers"
5439     whiskerwidth: 0
5440   layout:
5441     title: ""  # No title
5442     layout: "plot-throughput"
5443
5444 -
5445   type: "plot"
5446   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5447   algorithm: "plot_performance_box"
5448   output-file-type: ".html"
5449   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5450   data: "plot-vpp-throughput-latency-2n-skx"
5451   filter: "'NIC_Intel-XXV710' and
5452            '64B' and
5453            ('BASE' or 'SCALE') and
5454            'NDRPDR' and
5455            '4T2C' and
5456            'IP4FWD' and
5457            not 'IPSEC' and
5458            not 'VHOST'"
5459   parameters:
5460   - "throughput"
5461   - "parent"
5462   traces:
5463     hoverinfo: "x+y"
5464     boxpoints: "outliers"
5465     whiskerwidth: 0
5466   layout:
5467     title: ""  # No title
5468     layout: "plot-throughput"
5469
5470 ################################################################################
5471
5472 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5473 -
5474   type: "plot"
5475   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5476   algorithm: "plot_performance_box"
5477   output-file-type: ".html"
5478   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5479   data: "plot-vpp-throughput-latency-3n-hsw"
5480   filter: "'NIC_Intel-X520-DA2' and
5481            '64B' and
5482            'ENCAP' and
5483            'NDRPDR' and
5484            '1T1C' and
5485            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5486            not 'VHOST' and
5487            not 'IPSECHW'"
5488   parameters:
5489   - "throughput"
5490   - "parent"
5491   traces:
5492     hoverinfo: "x+y"
5493     boxpoints: "outliers"
5494     whiskerwidth: 0
5495   layout:
5496     title: ""  # No title
5497     layout: "plot-throughput"
5498
5499 -
5500   type: "plot"
5501   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5502   algorithm: "plot_performance_box"
5503   output-file-type: ".html"
5504   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5505   data: "plot-vpp-throughput-latency-3n-hsw"
5506   filter: "'NIC_Intel-X520-DA2' and
5507            '64B' and
5508            'ENCAP' and
5509            'NDRPDR' and
5510            '1T1C' and
5511            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5512            not 'VHOST' and
5513            not 'IPSECHW'"
5514   parameters:
5515   - "throughput"
5516   - "parent"
5517   traces:
5518     hoverinfo: "x+y"
5519     boxpoints: "outliers"
5520     whiskerwidth: 0
5521   layout:
5522     title: ""  # No title
5523     layout: "plot-throughput"
5524
5525 -
5526   type: "plot"
5527   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5528   algorithm: "plot_performance_box"
5529   output-file-type: ".html"
5530   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5531   data: "plot-vpp-throughput-latency-3n-hsw"
5532   filter: "'NIC_Intel-X520-DA2' and
5533            '64B' and
5534            'ENCAP' and
5535            'NDRPDR' and
5536            '2T2C' and
5537            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5538            not 'VHOST' and
5539            not 'IPSECHW'"
5540   parameters:
5541   - "throughput"
5542   - "parent"
5543   traces:
5544     hoverinfo: "x+y"
5545     boxpoints: "outliers"
5546     whiskerwidth: 0
5547   layout:
5548     title: ""  # No title
5549     layout: "plot-throughput"
5550
5551 -
5552   type: "plot"
5553   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5554   algorithm: "plot_performance_box"
5555   output-file-type: ".html"
5556   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5557   data: "plot-vpp-throughput-latency-3n-hsw"
5558   filter: "'NIC_Intel-X520-DA2' and
5559            '64B' and
5560            'ENCAP' and
5561            'NDRPDR' and
5562            '2T2C' and
5563            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5564            not 'VHOST' and
5565            not 'IPSECHW'"
5566   parameters:
5567   - "throughput"
5568   - "parent"
5569   traces:
5570     hoverinfo: "x+y"
5571     boxpoints: "outliers"
5572     whiskerwidth: 0
5573   layout:
5574     title: ""  # No title
5575     layout: "plot-throughput"
5576
5577 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5578 -
5579   type: "plot"
5580   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5581   algorithm: "plot_performance_box"
5582   output-file-type: ".html"
5583   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5584   data: "plot-vpp-throughput-latency-3n-hsw"
5585   filter: "'NIC_Intel-X710' and
5586            '64B' and
5587            'ENCAP' and
5588            'NDRPDR' and
5589            '1T1C' and
5590            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5591            not 'VHOST' and
5592            not 'IPSECHW'"
5593   parameters:
5594   - "throughput"
5595   - "parent"
5596   traces:
5597     hoverinfo: "x+y"
5598     boxpoints: "outliers"
5599     whiskerwidth: 0
5600   layout:
5601     title: ""  # No title
5602     layout: "plot-throughput"
5603
5604 -
5605   type: "plot"
5606   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5607   algorithm: "plot_performance_box"
5608   output-file-type: ".html"
5609   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5610   data: "plot-vpp-throughput-latency-3n-hsw"
5611   filter: "'NIC_Intel-X710' and
5612            '64B' and
5613            'ENCAP' and
5614            'NDRPDR' and
5615            '1T1C' and
5616            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5617            not 'VHOST' and
5618            not 'IPSECHW'"
5619   parameters:
5620   - "throughput"
5621   - "parent"
5622   traces:
5623     hoverinfo: "x+y"
5624     boxpoints: "outliers"
5625     whiskerwidth: 0
5626   layout:
5627     title: ""  # No title
5628     layout: "plot-throughput"
5629
5630 -
5631   type: "plot"
5632   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5633   algorithm: "plot_performance_box"
5634   output-file-type: ".html"
5635   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5636   data: "plot-vpp-throughput-latency-3n-hsw"
5637   filter: "'NIC_Intel-X710' and
5638            '64B' and
5639            'ENCAP' and
5640            'NDRPDR' and
5641            '2T2C' and
5642            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5643            not 'VHOST' and
5644            not 'IPSECHW'"
5645   parameters:
5646   - "throughput"
5647   - "parent"
5648   traces:
5649     hoverinfo: "x+y"
5650     boxpoints: "outliers"
5651     whiskerwidth: 0
5652   layout:
5653     title: ""  # No title
5654     layout: "plot-throughput"
5655
5656 -
5657   type: "plot"
5658   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5659   algorithm: "plot_performance_box"
5660   output-file-type: ".html"
5661   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5662   data: "plot-vpp-throughput-latency-3n-hsw"
5663   filter: "'NIC_Intel-X710' and
5664            '64B' and
5665            'ENCAP' and
5666            'NDRPDR' and
5667            '2T2C' and
5668            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5669            not 'VHOST' and
5670            not 'IPSECHW'"
5671   parameters:
5672   - "throughput"
5673   - "parent"
5674   traces:
5675     hoverinfo: "x+y"
5676     boxpoints: "outliers"
5677     whiskerwidth: 0
5678   layout:
5679     title: ""  # No title
5680     layout: "plot-throughput"
5681
5682 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5683 -
5684   type: "plot"
5685   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5686   algorithm: "plot_performance_box"
5687   output-file-type: ".html"
5688   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5689   data: "plot-vpp-throughput-latency-3n-skx"
5690   filter: "'NIC_Intel-X710' and
5691            '64B' and
5692            'ENCAP' and
5693            'NDRPDR' and
5694            '2T1C' and
5695            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5696            not 'VHOST' and
5697            not 'IPSECHW'"
5698   parameters:
5699   - "throughput"
5700   - "parent"
5701   traces:
5702     hoverinfo: "x+y"
5703     boxpoints: "outliers"
5704     whiskerwidth: 0
5705   layout:
5706     title: ""  # No title
5707     layout: "plot-throughput"
5708
5709 -
5710   type: "plot"
5711   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5712   algorithm: "plot_performance_box"
5713   output-file-type: ".html"
5714   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5715   data: "plot-vpp-throughput-latency-3n-skx"
5716   filter: "'NIC_Intel-X710' and
5717            '64B' and
5718            'ENCAP' and
5719            'NDRPDR' and
5720            '2T1C' and
5721            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5722            not 'VHOST' and
5723            not 'IPSECHW'"
5724   parameters:
5725   - "throughput"
5726   - "parent"
5727   traces:
5728     hoverinfo: "x+y"
5729     boxpoints: "outliers"
5730     whiskerwidth: 0
5731   layout:
5732     title: ""  # No title
5733     layout: "plot-throughput"
5734
5735 -
5736   type: "plot"
5737   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5738   algorithm: "plot_performance_box"
5739   output-file-type: ".html"
5740   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5741   data: "plot-vpp-throughput-latency-3n-skx"
5742   filter: "'NIC_Intel-X710' and
5743            '64B' and
5744            'ENCAP' and
5745            'NDRPDR' and
5746            '4T2C' and
5747            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5748            not 'VHOST' and
5749            not 'IPSECHW'"
5750   parameters:
5751   - "throughput"
5752   - "parent"
5753   traces:
5754     hoverinfo: "x+y"
5755     boxpoints: "outliers"
5756     whiskerwidth: 0
5757   layout:
5758     title: ""  # No title
5759     layout: "plot-throughput"
5760
5761 -
5762   type: "plot"
5763   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5764   algorithm: "plot_performance_box"
5765   output-file-type: ".html"
5766   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5767   data: "plot-vpp-throughput-latency-3n-skx"
5768   filter: "'NIC_Intel-X710' and
5769            '64B' and
5770            'ENCAP' and
5771            'NDRPDR' and
5772            '4T2C' and
5773            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5774            not 'VHOST' and
5775            not 'IPSECHW'"
5776   parameters:
5777   - "throughput"
5778   - "parent"
5779   traces:
5780     hoverinfo: "x+y"
5781     boxpoints: "outliers"
5782     whiskerwidth: 0
5783   layout:
5784     title: ""  # No title
5785     layout: "plot-throughput"
5786
5787 ################################################################################
5788
5789 # Packet Throughput - VPP IPv6 3n-hsw-x520
5790 -
5791   type: "plot"
5792   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5793   algorithm: "plot_performance_box"
5794   output-file-type: ".html"
5795   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5796   data: "plot-vpp-throughput-latency-3n-hsw"
5797   filter: "'NIC_Intel-X520-DA2' and
5798            '78B' and
5799            ('BASE' or 'SCALE') and
5800            'NDRPDR' and
5801            '1T1C' and
5802            'IP6FWD' and
5803            not 'SRv6' and
5804            not 'IPSEC' and
5805            not 'VHOST'"
5806   parameters:
5807   - "throughput"
5808   - "parent"
5809   traces:
5810     hoverinfo: "x+y"
5811     boxpoints: "outliers"
5812     whiskerwidth: 0
5813   layout:
5814     title: ""  # No title
5815     layout: "plot-throughput"
5816
5817 -
5818   type: "plot"
5819   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5820   algorithm: "plot_performance_box"
5821   output-file-type: ".html"
5822   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5823   data: "plot-vpp-throughput-latency-3n-hsw"
5824   filter: "'NIC_Intel-X520-DA2' and
5825            '78B' and
5826            ('BASE' or 'SCALE') and
5827            'NDRPDR' and
5828            '1T1C' and
5829            'IP6FWD' and
5830            not 'SRv6' and
5831            not 'IPSEC' and
5832            not 'VHOST'"
5833   parameters:
5834   - "throughput"
5835   - "parent"
5836   traces:
5837     hoverinfo: "x+y"
5838     boxpoints: "outliers"
5839     whiskerwidth: 0
5840   layout:
5841     title: ""  # No title
5842     layout: "plot-throughput"
5843
5844 -
5845   type: "plot"
5846   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5847   algorithm: "plot_performance_box"
5848   output-file-type: ".html"
5849   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5850   data: "plot-vpp-throughput-latency-3n-hsw"
5851   filter: "'NIC_Intel-X520-DA2' and
5852            '78B' and
5853            ('BASE' or 'SCALE') and
5854            'NDRPDR' and
5855            '2T2C' and
5856            'IP6FWD' and
5857            not 'SRv6' and
5858            not 'IPSEC' and
5859            not 'VHOST'"
5860   parameters:
5861   - "throughput"
5862   - "parent"
5863   traces:
5864     hoverinfo: "x+y"
5865     boxpoints: "outliers"
5866     whiskerwidth: 0
5867   layout:
5868     title: ""  # No title
5869     layout: "plot-throughput"
5870
5871 -
5872   type: "plot"
5873   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5874   algorithm: "plot_performance_box"
5875   output-file-type: ".html"
5876   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5877   data: "plot-vpp-throughput-latency-3n-hsw"
5878   filter: "'NIC_Intel-X520-DA2' and
5879            '78B' and
5880            ('BASE' or 'SCALE') and
5881            'NDRPDR' and
5882            '2T2C' and
5883            'IP6FWD' and
5884            not 'SRv6' and
5885            not 'IPSEC' and
5886            not 'VHOST'"
5887   parameters:
5888   - "throughput"
5889   - "parent"
5890   traces:
5891     hoverinfo: "x+y"
5892     boxpoints: "outliers"
5893     whiskerwidth: 0
5894   layout:
5895     title: ""  # No title
5896     layout: "plot-throughput"
5897
5898 # Packet Throughput - VPP IPv6 3n-hsw-x710
5899 -
5900   type: "plot"
5901   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5902   algorithm: "plot_performance_box"
5903   output-file-type: ".html"
5904   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5905   data: "plot-vpp-throughput-latency-3n-hsw"
5906   filter: "'NIC_Intel-X710' and
5907            '78B' and
5908            ('BASE' or 'SCALE') and
5909            'NDRPDR' and
5910            '1T1C' and
5911            'IP6FWD' and
5912            not 'SRv6' and
5913            not 'IPSEC' and
5914            not 'VHOST'"
5915   parameters:
5916   - "throughput"
5917   - "parent"
5918   traces:
5919     hoverinfo: "x+y"
5920     boxpoints: "outliers"
5921     whiskerwidth: 0
5922   layout:
5923     title: ""  # No title
5924     layout: "plot-throughput"
5925
5926 -
5927   type: "plot"
5928   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5929   algorithm: "plot_performance_box"
5930   output-file-type: ".html"
5931   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5932   data: "plot-vpp-throughput-latency-3n-hsw"
5933   filter: "'NIC_Intel-X710' and
5934            '78B' and
5935            ('BASE' or 'SCALE') and
5936            'NDRPDR' and
5937            '1T1C' and
5938            'IP6FWD' and
5939            not 'SRv6' and
5940            not 'IPSEC' and
5941            not 'VHOST'"
5942   parameters:
5943   - "throughput"
5944   - "parent"
5945   traces:
5946     hoverinfo: "x+y"
5947     boxpoints: "outliers"
5948     whiskerwidth: 0
5949   layout:
5950     title: ""  # No title
5951     layout: "plot-throughput"
5952
5953 -
5954   type: "plot"
5955   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5956   algorithm: "plot_performance_box"
5957   output-file-type: ".html"
5958   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5959   data: "plot-vpp-throughput-latency-3n-hsw"
5960   filter: "'NIC_Intel-X710' and
5961            '78B' and
5962            ('BASE' or 'SCALE') and
5963            'NDRPDR' and
5964            '2T2C' and
5965            'IP6FWD' and
5966            not 'SRv6' and
5967            not 'IPSEC' and
5968            not 'VHOST'"
5969   parameters:
5970   - "throughput"
5971   - "parent"
5972   traces:
5973     hoverinfo: "x+y"
5974     boxpoints: "outliers"
5975     whiskerwidth: 0
5976   layout:
5977     title: ""  # No title
5978     layout: "plot-throughput"
5979
5980 -
5981   type: "plot"
5982   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5983   algorithm: "plot_performance_box"
5984   output-file-type: ".html"
5985   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5986   data: "plot-vpp-throughput-latency-3n-hsw"
5987   filter: "'NIC_Intel-X710' and
5988            '78B' and
5989            ('BASE' or 'SCALE') and
5990            'NDRPDR' and
5991            '2T2C' and
5992            'IP6FWD' and
5993            not 'SRv6' and
5994            not 'IPSEC' and
5995            not 'VHOST'"
5996   parameters:
5997   - "throughput"
5998   - "parent"
5999   traces:
6000     hoverinfo: "x+y"
6001     boxpoints: "outliers"
6002     whiskerwidth: 0
6003   layout:
6004     title: ""  # No title
6005     layout: "plot-throughput"
6006
6007 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6008 -
6009   type: "plot"
6010   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6011   algorithm: "plot_performance_box"
6012   output-file-type: ".html"
6013   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6014   data: "plot-vpp-throughput-latency-3n-hsw"
6015   filter: "'NIC_Intel-XL710' and
6016            '78B' and
6017            ('BASE' or 'SCALE') and
6018            'NDRPDR' and
6019            '1T1C' and
6020            'IP6FWD' and
6021            not 'SRv6' and
6022            not 'IPSEC' and
6023            not 'VHOST'"
6024   parameters:
6025   - "throughput"
6026   - "parent"
6027   traces:
6028     hoverinfo: "x+y"
6029     boxpoints: "outliers"
6030     whiskerwidth: 0
6031   layout:
6032     title: ""  # No title
6033     layout: "plot-throughput"
6034
6035 -
6036   type: "plot"
6037   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6038   algorithm: "plot_performance_box"
6039   output-file-type: ".html"
6040   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6041   data: "plot-vpp-throughput-latency-3n-hsw"
6042   filter: "'NIC_Intel-XL710' and
6043            '78B' and
6044            ('BASE' or 'SCALE') and
6045            'NDRPDR' and
6046            '1T1C' and
6047            'IP6FWD' and
6048            not 'SRv6' and
6049            not 'IPSEC' and
6050            not 'VHOST'"
6051   parameters:
6052   - "throughput"
6053   - "parent"
6054   traces:
6055     hoverinfo: "x+y"
6056     boxpoints: "outliers"
6057     whiskerwidth: 0
6058   layout:
6059     title: ""  # No title
6060     layout: "plot-throughput"
6061
6062 -
6063   type: "plot"
6064   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6065   algorithm: "plot_performance_box"
6066   output-file-type: ".html"
6067   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6068   data: "plot-vpp-throughput-latency-3n-hsw"
6069   filter: "'NIC_Intel-XL710' and
6070            '78B' and
6071            ('BASE' or 'SCALE') and
6072            'NDRPDR' and
6073            '2T2C' and
6074            'IP6FWD' and
6075            not 'SRv6' and
6076            not 'IPSEC' and
6077            not 'VHOST'"
6078   parameters:
6079   - "throughput"
6080   - "parent"
6081   traces:
6082     hoverinfo: "x+y"
6083     boxpoints: "outliers"
6084     whiskerwidth: 0
6085   layout:
6086     title: ""  # No title
6087     layout: "plot-throughput"
6088
6089 -
6090   type: "plot"
6091   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6092   algorithm: "plot_performance_box"
6093   output-file-type: ".html"
6094   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6095   data: "plot-vpp-throughput-latency-3n-hsw"
6096   filter: "'NIC_Intel-XL710' and
6097            '78B' and
6098            ('BASE' or 'SCALE') and
6099            'NDRPDR' and
6100            '2T2C' and
6101            'IP6FWD' and
6102            not 'SRv6' and
6103            not 'IPSEC' and
6104            not 'VHOST'"
6105   parameters:
6106   - "throughput"
6107   - "parent"
6108   traces:
6109     hoverinfo: "x+y"
6110     boxpoints: "outliers"
6111     whiskerwidth: 0
6112   layout:
6113     title: ""  # No title
6114     layout: "plot-throughput"
6115
6116 # Packet Throughput - VPP IPv6 3n-skx-x710
6117 -
6118   type: "plot"
6119   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6120   algorithm: "plot_performance_box"
6121   output-file-type: ".html"
6122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6123   data: "plot-vpp-throughput-latency-3n-skx"
6124   filter: "'NIC_Intel-X710' and
6125            '78B' and
6126            ('BASE' or 'SCALE') and
6127            'NDRPDR' and
6128            '2T1C' and
6129            'IP6FWD' and
6130            not 'SRv6' and
6131            not 'IPSEC' and
6132            not 'VHOST'"
6133   parameters:
6134   - "throughput"
6135   - "parent"
6136   traces:
6137     hoverinfo: "x+y"
6138     boxpoints: "outliers"
6139     whiskerwidth: 0
6140   layout:
6141     title: ""  # No title
6142     layout: "plot-throughput"
6143
6144 -
6145   type: "plot"
6146   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6147   algorithm: "plot_performance_box"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6150   data: "plot-vpp-throughput-latency-3n-skx"
6151   filter: "'NIC_Intel-X710' and
6152            '78B' and
6153            ('BASE' or 'SCALE') and
6154            'NDRPDR' and
6155            '2T1C' and
6156            'IP6FWD' and
6157            not 'SRv6' and
6158            not 'IPSEC' and
6159            not 'VHOST'"
6160   parameters:
6161   - "throughput"
6162   - "parent"
6163   traces:
6164     hoverinfo: "x+y"
6165     boxpoints: "outliers"
6166     whiskerwidth: 0
6167   layout:
6168     title: ""  # No title
6169     layout: "plot-throughput"
6170
6171 -
6172   type: "plot"
6173   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6174   algorithm: "plot_performance_box"
6175   output-file-type: ".html"
6176   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6177   data: "plot-vpp-throughput-latency-3n-skx"
6178   filter: "'NIC_Intel-X710' and
6179            '78B' and
6180            ('BASE' or 'SCALE') and
6181            'NDRPDR' and
6182            '4T2C' and
6183            'IP6FWD' and
6184            not 'SRv6' and
6185            not 'IPSEC' and
6186            not 'VHOST'"
6187   parameters:
6188   - "throughput"
6189   - "parent"
6190   traces:
6191     hoverinfo: "x+y"
6192     boxpoints: "outliers"
6193     whiskerwidth: 0
6194   layout:
6195     title: ""  # No title
6196     layout: "plot-throughput"
6197
6198 -
6199   type: "plot"
6200   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6201   algorithm: "plot_performance_box"
6202   output-file-type: ".html"
6203   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6204   data: "plot-vpp-throughput-latency-3n-skx"
6205   filter: "'NIC_Intel-X710' and
6206            '78B' and
6207            ('BASE' or 'SCALE') and
6208            'NDRPDR' and
6209            '4T2C' and
6210            'IP6FWD' and
6211            not 'SRv6' and
6212            not 'IPSEC' and
6213            not 'VHOST'"
6214   parameters:
6215   - "throughput"
6216   - "parent"
6217   traces:
6218     hoverinfo: "x+y"
6219     boxpoints: "outliers"
6220     whiskerwidth: 0
6221   layout:
6222     title: ""  # No title
6223     layout: "plot-throughput"
6224
6225 # Packet Throughput - VPP IPv6 2n-skx-x710
6226 -
6227   type: "plot"
6228   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6229   algorithm: "plot_performance_box"
6230   output-file-type: ".html"
6231   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6232   data: "plot-vpp-throughput-latency-2n-skx"
6233   filter: "'NIC_Intel-X710' and
6234            '78B' and
6235            ('BASE' or 'SCALE') and
6236            'NDRPDR' and
6237            '2T1C' and
6238            'IP6FWD' and
6239            not 'SRv6' and
6240            not 'IPSEC' and
6241            not 'VHOST'"
6242   parameters:
6243   - "throughput"
6244   - "parent"
6245   traces:
6246     hoverinfo: "x+y"
6247     boxpoints: "outliers"
6248     whiskerwidth: 0
6249   layout:
6250     title: ""  # No title
6251     layout: "plot-throughput"
6252
6253 -
6254   type: "plot"
6255   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6256   algorithm: "plot_performance_box"
6257   output-file-type: ".html"
6258   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6259   data: "plot-vpp-throughput-latency-2n-skx"
6260   filter: "'NIC_Intel-X710' and
6261            '78B' and
6262            ('BASE' or 'SCALE') and
6263            'NDRPDR' and
6264            '2T1C' and
6265            'IP6FWD' and
6266            not 'IPSEC' and
6267            not 'VHOST'"
6268   parameters:
6269   - "throughput"
6270   - "parent"
6271   traces:
6272     hoverinfo: "x+y"
6273     boxpoints: "outliers"
6274     whiskerwidth: 0
6275   layout:
6276     title: ""  # No title
6277     layout: "plot-throughput"
6278
6279 -
6280   type: "plot"
6281   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6282   algorithm: "plot_performance_box"
6283   output-file-type: ".html"
6284   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6285   data: "plot-vpp-throughput-latency-2n-skx"
6286   filter: "'NIC_Intel-X710' and
6287            '78B' and
6288            ('BASE' or 'SCALE') and
6289            'NDRPDR' and
6290            '4T2C' and
6291            'IP6FWD' and
6292            not 'SRv6' and
6293            not 'IPSEC' and
6294            not 'VHOST'"
6295   parameters:
6296   - "throughput"
6297   - "parent"
6298   traces:
6299     hoverinfo: "x+y"
6300     boxpoints: "outliers"
6301     whiskerwidth: 0
6302   layout:
6303     title: ""  # No title
6304     layout: "plot-throughput"
6305
6306 -
6307   type: "plot"
6308   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6309   algorithm: "plot_performance_box"
6310   output-file-type: ".html"
6311   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6312   data: "plot-vpp-throughput-latency-2n-skx"
6313   filter: "'NIC_Intel-X710' and
6314            '78B' and
6315            ('BASE' or 'SCALE') and
6316            'NDRPDR' and
6317            '4T2C' and
6318            'IP6FWD' and
6319            not 'SRv6' and
6320            not 'IPSEC' and
6321            not 'VHOST'"
6322   parameters:
6323   - "throughput"
6324   - "parent"
6325   traces:
6326     hoverinfo: "x+y"
6327     boxpoints: "outliers"
6328     whiskerwidth: 0
6329   layout:
6330     title: ""  # No title
6331     layout: "plot-throughput"
6332
6333 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6334 -
6335   type: "plot"
6336   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6337   algorithm: "plot_performance_box"
6338   output-file-type: ".html"
6339   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6340   data: "plot-vpp-throughput-latency-2n-skx"
6341   filter: "'NIC_Intel-XXV710' and
6342            '78B' and
6343            ('BASE' or 'SCALE') and
6344            'NDRPDR' and
6345            '2T1C' and
6346            'IP6FWD' and
6347            not 'SRv6' and
6348            not 'IPSEC' and
6349            not 'VHOST'"
6350   parameters:
6351   - "throughput"
6352   - "parent"
6353   traces:
6354     hoverinfo: "x+y"
6355     boxpoints: "outliers"
6356     whiskerwidth: 0
6357   layout:
6358     title: ""  # No title
6359     layout: "plot-throughput"
6360
6361 -
6362   type: "plot"
6363   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6364   algorithm: "plot_performance_box"
6365   output-file-type: ".html"
6366   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6367   data: "plot-vpp-throughput-latency-2n-skx"
6368   filter: "'NIC_Intel-XXV710' and
6369            '78B' and
6370            ('BASE' or 'SCALE') and
6371            'NDRPDR' and
6372            '2T1C' and
6373            'IP6FWD' and
6374            not 'SRv6' and
6375            not 'IPSEC' and
6376            not 'VHOST'"
6377   parameters:
6378   - "throughput"
6379   - "parent"
6380   traces:
6381     hoverinfo: "x+y"
6382     boxpoints: "outliers"
6383     whiskerwidth: 0
6384   layout:
6385     title: ""  # No title
6386     layout: "plot-throughput"
6387
6388 -
6389   type: "plot"
6390   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6391   algorithm: "plot_performance_box"
6392   output-file-type: ".html"
6393   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6394   data: "plot-vpp-throughput-latency-2n-skx"
6395   filter: "'NIC_Intel-XXV710' and
6396            '78B' and
6397            ('BASE' or 'SCALE') and
6398            'NDRPDR' and
6399            '4T2C' and
6400            'IP6FWD' and
6401            not 'SRv6' and
6402            not 'IPSEC' and
6403            not 'VHOST'"
6404   parameters:
6405   - "throughput"
6406   - "parent"
6407   traces:
6408     hoverinfo: "x+y"
6409     boxpoints: "outliers"
6410     whiskerwidth: 0
6411   layout:
6412     title: ""  # No title
6413     layout: "plot-throughput"
6414
6415 -
6416   type: "plot"
6417   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6418   algorithm: "plot_performance_box"
6419   output-file-type: ".html"
6420   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6421   data: "plot-vpp-throughput-latency-2n-skx"
6422   filter: "'NIC_Intel-XXV710' and
6423            '78B' and
6424            ('BASE' or 'SCALE') and
6425            'NDRPDR' and
6426            '4T2C' and
6427            'IP6FWD' and
6428            not 'SRv6' and
6429            not 'IPSEC' and
6430            not 'VHOST'"
6431   parameters:
6432   - "throughput"
6433   - "parent"
6434   traces:
6435     hoverinfo: "x+y"
6436     boxpoints: "outliers"
6437     whiskerwidth: 0
6438   layout:
6439     title: ""  # No title
6440     layout: "plot-throughput"
6441
6442 ################################################################################
6443
6444 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6445 -
6446   type: "plot"
6447   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6448   algorithm: "plot_performance_box"
6449   output-file-type: ".html"
6450   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6451   data: "plot-vpp-throughput-latency-3n-hsw"
6452   filter: "'NIC_Intel-X520-DA2' and
6453            '78B' and
6454            'ENCAP' and
6455            'NDRPDR' and
6456            '1T1C' and
6457            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6458            not 'VHOST'"
6459   parameters:
6460   - "throughput"
6461   - "parent"
6462   traces:
6463     hoverinfo: "x+y"
6464     boxpoints: "outliers"
6465     whiskerwidth: 0
6466   layout:
6467     title: ""  # No title
6468     layout: "plot-throughput"
6469
6470 -
6471   type: "plot"
6472   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6473   algorithm: "plot_performance_box"
6474   output-file-type: ".html"
6475   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6476   data: "plot-vpp-throughput-latency-3n-hsw"
6477   filter: "'NIC_Intel-X520-DA2' and
6478            '78B' and
6479            'ENCAP' and
6480            'NDRPDR' and
6481            '1T1C' and
6482            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6483            not 'VHOST'"
6484   parameters:
6485   - "throughput"
6486   - "parent"
6487   traces:
6488     hoverinfo: "x+y"
6489     boxpoints: "outliers"
6490     whiskerwidth: 0
6491   layout:
6492     title: ""  # No title
6493     layout: "plot-throughput"
6494
6495 -
6496   type: "plot"
6497   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6498   algorithm: "plot_performance_box"
6499   output-file-type: ".html"
6500   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6501   data: "plot-vpp-throughput-latency-3n-hsw"
6502   filter: "'NIC_Intel-X520-DA2' and
6503            '78B' and
6504            'ENCAP' and
6505            'NDRPDR' and
6506            '2T2C' and
6507            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6508            not 'VHOST'"
6509   parameters:
6510   - "throughput"
6511   - "parent"
6512   traces:
6513     hoverinfo: "x+y"
6514     boxpoints: "outliers"
6515     whiskerwidth: 0
6516   layout:
6517     title: ""  # No title
6518     layout: "plot-throughput"
6519
6520 -
6521   type: "plot"
6522   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6523   algorithm: "plot_performance_box"
6524   output-file-type: ".html"
6525   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6526   data: "plot-vpp-throughput-latency-3n-hsw"
6527   filter: "'NIC_Intel-X520-DA2' and
6528            '78B' and
6529            'ENCAP' and
6530            'NDRPDR' and
6531            '2T2C' and
6532            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6533            not 'VHOST'"
6534   parameters:
6535   - "throughput"
6536   - "parent"
6537   traces:
6538     hoverinfo: "x+y"
6539     boxpoints: "outliers"
6540     whiskerwidth: 0
6541   layout:
6542     title: ""  # No title
6543     layout: "plot-throughput"
6544
6545 ################################################################################
6546
6547 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6548 -
6549   type: "plot"
6550   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6551   algorithm: "plot_performance_box"
6552   output-file-type: ".html"
6553   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6554   data: "plot-vpp-throughput-latency-3n-hsw"
6555   filter: "'NIC_Intel-XL710' and
6556            '64B' and
6557            'IP4FWD' and
6558            'NDRPDR' and
6559            '1T1C' and
6560            'IPSECHW' and
6561            ('IPSECTRAN' or 'IPSECTUN') and
6562            not 'VHOST'"
6563   parameters:
6564   - "throughput"
6565   - "parent"
6566   traces:
6567     hoverinfo: "x+y"
6568     boxpoints: "outliers"
6569     whiskerwidth: 0
6570   layout:
6571     title: ""  # No title
6572     layout: "plot-throughput"
6573
6574 -
6575   type: "plot"
6576   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6577   algorithm: "plot_performance_box"
6578   output-file-type: ".html"
6579   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6580   data: "plot-vpp-throughput-latency-3n-hsw"
6581   filter: "'NIC_Intel-XL710' and
6582            '64B' and
6583            'IP4FWD' and
6584            'NDRPDR' and
6585            '1T1C' and
6586            'IPSECHW' and
6587            ('IPSECTRAN' or 'IPSECTUN') and
6588            not 'VHOST'"
6589   parameters:
6590   - "throughput"
6591   - "parent"
6592   traces:
6593     hoverinfo: "x+y"
6594     boxpoints: "outliers"
6595     whiskerwidth: 0
6596   layout:
6597     title: ""  # No title
6598     layout: "plot-throughput"
6599
6600 -
6601   type: "plot"
6602   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6603   algorithm: "plot_performance_box"
6604   output-file-type: ".html"
6605   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6606   data: "plot-vpp-throughput-latency-3n-hsw"
6607   filter: "'NIC_Intel-XL710' and
6608            '64B' and
6609            'IP4FWD' and
6610            'NDRPDR' and
6611            '2T2C' and
6612            'IPSECHW' and
6613            ('IPSECTRAN' or 'IPSECTUN') and
6614            not 'VHOST'"
6615   parameters:
6616   - "throughput"
6617   - "parent"
6618   traces:
6619     hoverinfo: "x+y"
6620     boxpoints: "outliers"
6621     whiskerwidth: 0
6622   layout:
6623     title: ""  # No title
6624     layout: "plot-throughput"
6625
6626 -
6627   type: "plot"
6628   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6629   algorithm: "plot_performance_box"
6630   output-file-type: ".html"
6631   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6632   data: "plot-vpp-throughput-latency-3n-hsw"
6633   filter: "'NIC_Intel-XL710' and
6634            '64B' and
6635            'IP4FWD' and
6636            'NDRPDR' and
6637            '2T2C' and
6638            'IPSECHW' and
6639            ('IPSECTRAN' or 'IPSECTUN') and
6640            not 'VHOST'"
6641   parameters:
6642   - "throughput"
6643   - "parent"
6644   traces:
6645     hoverinfo: "x+y"
6646     boxpoints: "outliers"
6647     whiskerwidth: 0
6648   layout:
6649     title: ""  # No title
6650     layout: "plot-throughput"
6651
6652 ################################################################################
6653
6654 # Packet Throughput - VPP SRv6 3n-hsw-x520
6655 -
6656   type: "plot"
6657   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6658   algorithm: "plot_performance_box"
6659   output-file-type: ".html"
6660   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6661   data: "plot-vpp-throughput-latency-3n-hsw"
6662   filter: "'NIC_Intel-X520-DA2' and
6663            '78B' and
6664            'FEATURE' and
6665            'NDRPDR' and
6666            '1T1C' and
6667            'IP6FWD' and
6668            'SRv6'"
6669   parameters:
6670   - "throughput"
6671   - "parent"
6672   traces:
6673     hoverinfo: "x+y"
6674     boxpoints: "outliers"
6675     whiskerwidth: 0
6676   layout:
6677     title: ""  # No title
6678     layout: "plot-throughput"
6679
6680 -
6681   type: "plot"
6682   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6683   algorithm: "plot_performance_box"
6684   output-file-type: ".html"
6685   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6686   data: "plot-vpp-throughput-latency-3n-hsw"
6687   filter: "'NIC_Intel-X520-DA2' and
6688            '78B' and
6689            'FEATURE' and
6690            'NDRPDR' and
6691            '1T1C' and
6692            'IP6FWD' and
6693            'SRv6'"
6694   parameters:
6695   - "throughput"
6696   - "parent"
6697   traces:
6698     hoverinfo: "x+y"
6699     boxpoints: "outliers"
6700     whiskerwidth: 0
6701   layout:
6702     title: ""  # No title
6703     layout: "plot-throughput"
6704
6705 -
6706   type: "plot"
6707   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6708   algorithm: "plot_performance_box"
6709   output-file-type: ".html"
6710   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6711   data: "plot-vpp-throughput-latency-3n-hsw"
6712   filter: "'NIC_Intel-X520-DA2' and
6713            '78B' and
6714            'FEATURE' and
6715            'NDRPDR' and
6716            '2T2C' and
6717            'IP6FWD' and
6718            'SRv6'"
6719   parameters:
6720   - "throughput"
6721   - "parent"
6722   traces:
6723     hoverinfo: "x+y"
6724     boxpoints: "outliers"
6725     whiskerwidth: 0
6726   layout:
6727     title: ""  # No title
6728     layout: "plot-throughput"
6729
6730 -
6731   type: "plot"
6732   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6733   algorithm: "plot_performance_box"
6734   output-file-type: ".html"
6735   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6736   data: "plot-vpp-throughput-latency-3n-hsw"
6737   filter: "'NIC_Intel-X520-DA2' and
6738            '78B' and
6739            'FEATURE' and
6740            'NDRPDR' and
6741            '2T2C' and
6742            'IP6FWD' and
6743            'SRv6'"
6744   parameters:
6745   - "throughput"
6746   - "parent"
6747   traces:
6748     hoverinfo: "x+y"
6749     boxpoints: "outliers"
6750     whiskerwidth: 0
6751   layout:
6752     title: ""  # No title
6753     layout: "plot-throughput"
6754
6755 ################################################################################
6756
6757 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6758 -
6759   type: "plot"
6760   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6761   algorithm: "plot_performance_box"
6762   output-file-type: ".html"
6763   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6764   data: "plot-vpp-throughput-latency-3n-hsw"
6765   filter: "'NIC_Intel-X520-DA2' and
6766            '64B' and
6767            'NDRPDR' and
6768            '1T1C' and
6769            'VHOST' and
6770            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6771   parameters:
6772   - "throughput"
6773   - "parent"
6774   traces:
6775     hoverinfo: "x+y"
6776     boxpoints: "outliers"
6777     whiskerwidth: 0
6778   layout:
6779     title: ""  # No title
6780     layout: "plot-throughput"
6781
6782 -
6783   type: "plot"
6784   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6785   algorithm: "plot_performance_box"
6786   output-file-type: ".html"
6787   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6788   data: "plot-vpp-throughput-latency-3n-hsw"
6789   filter: "'NIC_Intel-X520-DA2' and
6790            '64B' and
6791            'NDRPDR' and
6792            '2T2C' and
6793            'VHOST' and
6794            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6795   parameters:
6796   - "throughput"
6797   - "parent"
6798   traces:
6799     hoverinfo: "x+y"
6800     boxpoints: "outliers"
6801     whiskerwidth: 0
6802   layout:
6803     title: ""  # No title
6804     layout: "plot-throughput"
6805
6806 -
6807   type: "plot"
6808   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6809   algorithm: "plot_performance_box"
6810   output-file-type: ".html"
6811   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6812   data: "plot-vpp-throughput-latency-3n-hsw"
6813   filter: "'NIC_Intel-X520-DA2' and
6814            '64B' and
6815            'NDRPDR' and
6816            '1T1C' and
6817            'VHOST' and
6818            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6819   parameters:
6820   - "throughput"
6821   - "parent"
6822   traces:
6823     hoverinfo: "x+y"
6824     boxpoints: "outliers"
6825     whiskerwidth: 0
6826   layout:
6827     title: ""  # No title
6828     layout: "plot-throughput"
6829
6830 -
6831   type: "plot"
6832   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6833   algorithm: "plot_performance_box"
6834   output-file-type: ".html"
6835   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6836   data: "plot-vpp-throughput-latency-3n-hsw"
6837   filter: "'NIC_Intel-X520-DA2' and
6838            '64B' and
6839            'NDRPDR' and
6840            '2T2C' and
6841            'VHOST' and
6842            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6843   parameters:
6844   - "throughput"
6845   - "parent"
6846   traces:
6847     hoverinfo: "x+y"
6848     boxpoints: "outliers"
6849     whiskerwidth: 0
6850   layout:
6851     title: ""  # No title
6852     layout: "plot-throughput"
6853
6854 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6855 -
6856   type: "plot"
6857   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6858   algorithm: "plot_performance_box"
6859   output-file-type: ".html"
6860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6861   data: "plot-vpp-throughput-latency-3n-hsw"
6862   filter: "'NIC_Intel-X520-DA2' and
6863            '64B' and
6864            'NDRPDR' and
6865            '1T1C' and
6866            'VHOST' and
6867            not 'VXLAN' and
6868            not 'IP4FWD' and
6869            not 'DOT1Q' and
6870            not '2VM'"
6871   parameters:
6872   - "throughput"
6873   - "parent"
6874   traces:
6875     hoverinfo: "x+y"
6876     boxpoints: "outliers"
6877     whiskerwidth: 0
6878   layout:
6879     title: ""  # No title
6880     layout: "plot-throughput"
6881
6882 -
6883   type: "plot"
6884   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6885   algorithm: "plot_performance_box"
6886   output-file-type: ".html"
6887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6888   data: "plot-vpp-throughput-latency-3n-hsw"
6889   filter: "'NIC_Intel-X520-DA2' and
6890            '64B' and
6891            'NDRPDR' and
6892            '2T2C' and
6893            'VHOST' and
6894            not 'VXLAN' and
6895            not 'IP4FWD' and
6896            not 'DOT1Q' and
6897            not '2VM'"
6898   parameters:
6899   - "throughput"
6900   - "parent"
6901   traces:
6902     hoverinfo: "x+y"
6903     boxpoints: "outliers"
6904     whiskerwidth: 0
6905   layout:
6906     title: ""  # No title
6907     layout: "plot-throughput"
6908
6909 -
6910   type: "plot"
6911   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6912   algorithm: "plot_performance_box"
6913   output-file-type: ".html"
6914   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6915   data: "plot-vpp-throughput-latency-3n-hsw"
6916   filter: "'NIC_Intel-X520-DA2' and
6917            '64B' and
6918            'NDRPDR' and
6919            '1T1C' and
6920            'VHOST' and
6921            not 'VXLAN' and
6922            not 'IP4FWD' and
6923            not 'DOT1Q' and
6924            not '2VM'"
6925   parameters:
6926   - "throughput"
6927   - "parent"
6928   traces:
6929     hoverinfo: "x+y"
6930     boxpoints: "outliers"
6931     whiskerwidth: 0
6932   layout:
6933     title: ""  # No title
6934     layout: "plot-throughput"
6935
6936 -
6937   type: "plot"
6938   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6939   algorithm: "plot_performance_box"
6940   output-file-type: ".html"
6941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6942   data: "plot-vpp-throughput-latency-3n-hsw"
6943   filter: "'NIC_Intel-X520-DA2' and
6944            '64B' and
6945            'NDRPDR' and
6946            '2T2C' and
6947            'VHOST' and
6948            not 'VXLAN' and
6949            not 'IP4FWD' and
6950            not 'DOT1Q' and
6951            not '2VM'"
6952   parameters:
6953   - "throughput"
6954   - "parent"
6955   traces:
6956     hoverinfo: "x+y"
6957     boxpoints: "outliers"
6958     whiskerwidth: 0
6959   layout:
6960     title: ""  # No title
6961     layout: "plot-throughput"
6962
6963 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6964 -
6965   type: "plot"
6966   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6967   algorithm: "plot_performance_box"
6968   output-file-type: ".html"
6969   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6970   data: "plot-vpp-throughput-latency-3n-hsw"
6971   filter: "'NIC_Intel-X710' and
6972            '64B' and
6973            'NDRPDR' and
6974            '1T1C' and
6975            'VHOST' and
6976            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6977   parameters:
6978   - "throughput"
6979   - "parent"
6980   traces:
6981     hoverinfo: "x+y"
6982     boxpoints: "outliers"
6983     whiskerwidth: 0
6984   layout:
6985     title: ""  # No title
6986     layout: "plot-throughput"
6987
6988 -
6989   type: "plot"
6990   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6991   algorithm: "plot_performance_box"
6992   output-file-type: ".html"
6993   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6994   data: "plot-vpp-throughput-latency-3n-hsw"
6995   filter: "'NIC_Intel-X710' and
6996            '64B' and
6997            'NDRPDR' and
6998            '2T2C' and
6999            'VHOST' and
7000            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7001   parameters:
7002   - "throughput"
7003   - "parent"
7004   traces:
7005     hoverinfo: "x+y"
7006     boxpoints: "outliers"
7007     whiskerwidth: 0
7008   layout:
7009     title: ""  # No title
7010     layout: "plot-throughput"
7011
7012 -
7013   type: "plot"
7014   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7015   algorithm: "plot_performance_box"
7016   output-file-type: ".html"
7017   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7018   data: "plot-vpp-throughput-latency-3n-hsw"
7019   filter: "'NIC_Intel-X710' and
7020            '64B' and
7021            'NDRPDR' and
7022            '1T1C' and
7023            'VHOST' and
7024            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7025   parameters:
7026   - "throughput"
7027   - "parent"
7028   traces:
7029     hoverinfo: "x+y"
7030     boxpoints: "outliers"
7031     whiskerwidth: 0
7032   layout:
7033     title: ""  # No title
7034     layout: "plot-throughput"
7035
7036 -
7037   type: "plot"
7038   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7039   algorithm: "plot_performance_box"
7040   output-file-type: ".html"
7041   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7042   data: "plot-vpp-throughput-latency-3n-hsw"
7043   filter: "'NIC_Intel-X710' and
7044            '64B' and
7045            'NDRPDR' and
7046            '2T2C' and
7047            'VHOST' and
7048            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7049   parameters:
7050   - "throughput"
7051   - "parent"
7052   traces:
7053     hoverinfo: "x+y"
7054     boxpoints: "outliers"
7055     whiskerwidth: 0
7056   layout:
7057     title: ""  # No title
7058     layout: "plot-throughput"
7059
7060 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7061 -
7062   type: "plot"
7063   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7064   algorithm: "plot_performance_box"
7065   output-file-type: ".html"
7066   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7067   data: "plot-vpp-throughput-latency-3n-hsw"
7068   filter: "'NIC_Intel-X710' and
7069            '64B' and
7070            'NDRPDR' and
7071            '1T1C' and
7072            'VHOST' and
7073            not 'VXLAN' and
7074            not 'IP4FWD' and
7075            not 'DOT1Q' and
7076            not '2VM'"
7077   parameters:
7078   - "throughput"
7079   - "parent"
7080   traces:
7081     hoverinfo: "x+y"
7082     boxpoints: "outliers"
7083     whiskerwidth: 0
7084   layout:
7085     title: ""  # No title
7086     layout: "plot-throughput"
7087
7088 -
7089   type: "plot"
7090   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7091   algorithm: "plot_performance_box"
7092   output-file-type: ".html"
7093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7094   data: "plot-vpp-throughput-latency-3n-hsw"
7095   filter: "'NIC_Intel-X710' and
7096            '64B' and
7097            'NDRPDR' and
7098            '2T2C' and
7099            'VHOST' and
7100            not 'VXLAN' and
7101            not 'IP4FWD' and
7102            not 'DOT1Q' and
7103            not '2VM'"
7104   parameters:
7105   - "throughput"
7106   - "parent"
7107   traces:
7108     hoverinfo: "x+y"
7109     boxpoints: "outliers"
7110     whiskerwidth: 0
7111   layout:
7112     title: ""  # No title
7113     layout: "plot-throughput"
7114
7115 -
7116   type: "plot"
7117   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7118   algorithm: "plot_performance_box"
7119   output-file-type: ".html"
7120   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7121   data: "plot-vpp-throughput-latency-3n-hsw"
7122   filter: "'NIC_Intel-X710' and
7123            '64B' and
7124            'NDRPDR' and
7125            '1T1C' and
7126            'VHOST' and
7127            not 'VXLAN' and
7128            not 'IP4FWD' and
7129            not 'DOT1Q' and
7130            not '2VM'"
7131   parameters:
7132   - "throughput"
7133   - "parent"
7134   traces:
7135     hoverinfo: "x+y"
7136     boxpoints: "outliers"
7137     whiskerwidth: 0
7138   layout:
7139     title: ""  # No title
7140     layout: "plot-throughput"
7141
7142 -
7143   type: "plot"
7144   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7145   algorithm: "plot_performance_box"
7146   output-file-type: ".html"
7147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7148   data: "plot-vpp-throughput-latency-3n-hsw"
7149   filter: "'NIC_Intel-X710' and
7150            '64B' and
7151            'NDRPDR' and
7152            '2T2C' and
7153            'VHOST' and
7154            not 'VXLAN' and
7155            not 'IP4FWD' and
7156            not 'DOT1Q' and
7157            not '2VM'"
7158   parameters:
7159   - "throughput"
7160   - "parent"
7161   traces:
7162     hoverinfo: "x+y"
7163     boxpoints: "outliers"
7164     whiskerwidth: 0
7165   layout:
7166     title: ""  # No title
7167     layout: "plot-throughput"
7168
7169 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7170 -
7171   type: "plot"
7172   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7173   algorithm: "plot_performance_box"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7176   data: "plot-vpp-throughput-latency-3n-hsw"
7177   filter: "'NIC_Intel-XL710' and
7178            '64B' and
7179            'NDRPDR' and
7180            '1T1C' and
7181            'VHOST' and
7182            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7183   parameters:
7184   - "throughput"
7185   - "parent"
7186   traces:
7187     hoverinfo: "x+y"
7188     boxpoints: "outliers"
7189     whiskerwidth: 0
7190   layout:
7191     title: ""  # No title
7192     layout: "plot-throughput"
7193
7194 -
7195   type: "plot"
7196   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7197   algorithm: "plot_performance_box"
7198   output-file-type: ".html"
7199   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7200   data: "plot-vpp-throughput-latency-3n-hsw"
7201   filter: "'NIC_Intel-XL710' and
7202            '64B' and
7203            'NDRPDR' and
7204            '2T2C' and
7205            'VHOST' and
7206            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7207   parameters:
7208   - "throughput"
7209   - "parent"
7210   traces:
7211     hoverinfo: "x+y"
7212     boxpoints: "outliers"
7213     whiskerwidth: 0
7214   layout:
7215     title: ""  # No title
7216     layout: "plot-throughput"
7217
7218 -
7219   type: "plot"
7220   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7221   algorithm: "plot_performance_box"
7222   output-file-type: ".html"
7223   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7224   data: "plot-vpp-throughput-latency-3n-hsw"
7225   filter: "'NIC_Intel-XL710' and
7226            '64B' and
7227            'NDRPDR' and
7228            '1T1C' and
7229            'VHOST' and
7230            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7231   parameters:
7232   - "throughput"
7233   - "parent"
7234   traces:
7235     hoverinfo: "x+y"
7236     boxpoints: "outliers"
7237     whiskerwidth: 0
7238   layout:
7239     title: ""  # No title
7240     layout: "plot-throughput"
7241
7242 -
7243   type: "plot"
7244   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7245   algorithm: "plot_performance_box"
7246   output-file-type: ".html"
7247   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7248   data: "plot-vpp-throughput-latency-3n-hsw"
7249   filter: "'NIC_Intel-XL710' and
7250            '64B' and
7251            'NDRPDR' and
7252            '2T2C' and
7253            'VHOST' and
7254            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7255   parameters:
7256   - "throughput"
7257   - "parent"
7258   traces:
7259     hoverinfo: "x+y"
7260     boxpoints: "outliers"
7261     whiskerwidth: 0
7262   layout:
7263     title: ""  # No title
7264     layout: "plot-throughput"
7265
7266 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7267 -
7268   type: "plot"
7269   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7270   algorithm: "plot_performance_box"
7271   output-file-type: ".html"
7272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7273   data: "plot-vpp-throughput-latency-3n-hsw"
7274   filter: "'NIC_Intel-XL710' and
7275            '64B' and
7276            'NDRPDR' and
7277            '1T1C' and
7278            'VHOST' and
7279            not 'VXLAN' and
7280            not 'IP4FWD' and
7281            not 'DOT1Q' and
7282            not '2VM'"
7283   parameters:
7284   - "throughput"
7285   - "parent"
7286   traces:
7287     hoverinfo: "x+y"
7288     boxpoints: "outliers"
7289     whiskerwidth: 0
7290   layout:
7291     title: ""  # No title
7292     layout: "plot-throughput"
7293
7294 -
7295   type: "plot"
7296   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7297   algorithm: "plot_performance_box"
7298   output-file-type: ".html"
7299   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7300   data: "plot-vpp-throughput-latency-3n-hsw"
7301   filter: "'NIC_Intel-XL710' and
7302            '64B' and
7303            'NDRPDR' and
7304            '2T2C' and
7305            'VHOST' and
7306            not 'VXLAN' and
7307            not 'IP4FWD' and
7308            not 'DOT1Q' and
7309            not '2VM'"
7310   parameters:
7311   - "throughput"
7312   - "parent"
7313   traces:
7314     hoverinfo: "x+y"
7315     boxpoints: "outliers"
7316     whiskerwidth: 0
7317   layout:
7318     title: ""  # No title
7319     layout: "plot-throughput"
7320
7321 -
7322   type: "plot"
7323   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7324   algorithm: "plot_performance_box"
7325   output-file-type: ".html"
7326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7327   data: "plot-vpp-throughput-latency-3n-hsw"
7328   filter: "'NIC_Intel-XL710' and
7329            '64B' and
7330            'NDRPDR' and
7331            '1T1C' and
7332            'VHOST' and
7333            not 'VXLAN' and
7334            not 'IP4FWD' and
7335            not 'DOT1Q' and
7336            not '2VM'"
7337   parameters:
7338   - "throughput"
7339   - "parent"
7340   traces:
7341     hoverinfo: "x+y"
7342     boxpoints: "outliers"
7343     whiskerwidth: 0
7344   layout:
7345     title: ""  # No title
7346     layout: "plot-throughput"
7347
7348 -
7349   type: "plot"
7350   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7351   algorithm: "plot_performance_box"
7352   output-file-type: ".html"
7353   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7354   data: "plot-vpp-throughput-latency-3n-hsw"
7355   filter: "'NIC_Intel-XL710' and
7356            '64B' and
7357            'NDRPDR' and
7358            '2T2C' and
7359            'VHOST' and
7360            not 'VXLAN' and
7361            not 'IP4FWD' and
7362            not 'DOT1Q' and
7363            not '2VM'"
7364   parameters:
7365   - "throughput"
7366   - "parent"
7367   traces:
7368     hoverinfo: "x+y"
7369     boxpoints: "outliers"
7370     whiskerwidth: 0
7371   layout:
7372     title: ""  # No title
7373     layout: "plot-throughput"
7374
7375 ################################################################################
7376
7377 # Packet Throughput - VPP VTS 3n-hsw-x520
7378 -
7379   type: "plot"
7380   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7381   algorithm: "plot_performance_box"
7382   output-file-type: ".html"
7383   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7384   data: "plot-vpp-throughput-latency-3n-hsw"
7385   filter: "'NIC_Intel-X520-DA2' and
7386            '114B' and
7387            'NDRPDR' and
7388            '1T1C' and
7389            'VTS'"
7390   parameters:
7391   - "throughput"
7392   - "parent"
7393   traces:
7394     hoverinfo: "x+y"
7395     boxpoints: "outliers"
7396     whiskerwidth: 0
7397   layout:
7398     title: ""  # No title
7399     layout: "plot-throughput"
7400
7401 -
7402   type: "plot"
7403   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7404   algorithm: "plot_performance_box"
7405   output-file-type: ".html"
7406   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7407   data: "plot-vpp-throughput-latency-3n-hsw"
7408   filter: "'NIC_Intel-X520-DA2' and
7409            '114B' and
7410            'NDRPDR' and
7411            '2T2C' and
7412            'VTS'"
7413   parameters:
7414   - "throughput"
7415   - "parent"
7416   traces:
7417     hoverinfo: "x+y"
7418     boxpoints: "outliers"
7419     whiskerwidth: 0
7420   layout:
7421     title: ""  # No title
7422     layout: "plot-throughput"
7423
7424 -
7425   type: "plot"
7426   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7427   algorithm: "plot_performance_box"
7428   output-file-type: ".html"
7429   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7430   data: "plot-vpp-throughput-latency-3n-hsw"
7431   filter: "'NIC_Intel-X520-DA2' and
7432            '114B' and
7433            'NDRPDR' and
7434            '1T1C' and
7435            'VTS'"
7436   parameters:
7437   - "throughput"
7438   - "parent"
7439   traces:
7440     hoverinfo: "x+y"
7441     boxpoints: "outliers"
7442     whiskerwidth: 0
7443   layout:
7444     title: ""  # No title
7445     layout: "plot-throughput"
7446
7447 -
7448   type: "plot"
7449   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7450   algorithm: "plot_performance_box"
7451   output-file-type: ".html"
7452   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7453   data: "plot-vpp-throughput-latency-3n-hsw"
7454   filter: "'NIC_Intel-X520-DA2' and
7455            '114B' and
7456            'NDRPDR' and
7457            '2T2C' and
7458            'VTS'"
7459   parameters:
7460   - "throughput"
7461   - "parent"
7462   traces:
7463     hoverinfo: "x+y"
7464     boxpoints: "outliers"
7465     whiskerwidth: 0
7466   layout:
7467     title: ""  # No title
7468     layout: "plot-throughput"
7469
7470 ################################################################################
7471
7472 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7473 -
7474   type: "plot"
7475   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7476   algorithm: "plot_performance_box"
7477   output-file-type: ".html"
7478   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7479   data: "plot-dpdk-throughput-latency-3n-hsw"
7480   filter: "'NIC_Intel-X520-DA2' and
7481            '64B' and
7482            'BASE' and
7483            'NDRPDR' and
7484            '1T1C' and
7485            'IP4FWD'"
7486   parameters:
7487   - "throughput"
7488   - "parent"
7489   traces:
7490     hoverinfo: "x+y"
7491     boxpoints: "outliers"
7492     whiskerwidth: 0
7493   layout:
7494     title: ""  # No title
7495     layout: "plot-throughput"
7496
7497 -
7498   type: "plot"
7499   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7500   algorithm: "plot_performance_box"
7501   output-file-type: ".html"
7502   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7503   data: "plot-dpdk-throughput-latency-3n-hsw"
7504   filter: "'NIC_Intel-X520-DA2' and
7505            '64B' and
7506            'BASE' and
7507            'NDRPDR' and
7508            '2T2C' and
7509            'IP4FWD'"
7510   parameters:
7511   - "throughput"
7512   - "parent"
7513   traces:
7514     hoverinfo: "x+y"
7515     boxpoints: "outliers"
7516     whiskerwidth: 0
7517   layout:
7518     title: ""  # No title
7519     layout: "plot-throughput"
7520
7521 -
7522   type: "plot"
7523   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7524   algorithm: "plot_performance_box"
7525   output-file-type: ".html"
7526   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7527   data: "plot-dpdk-throughput-latency-3n-hsw"
7528   filter: "'NIC_Intel-X520-DA2' and
7529            '64B' and
7530            'BASE' and
7531            'NDRPDR' and
7532            '1T1C' and
7533            'IP4FWD'"
7534   parameters:
7535   - "throughput"
7536   - "parent"
7537   traces:
7538     hoverinfo: "x+y"
7539     boxpoints: "outliers"
7540     whiskerwidth: 0
7541   layout:
7542     title: ""  # No title
7543     layout: "plot-throughput"
7544
7545 -
7546   type: "plot"
7547   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7548   algorithm: "plot_performance_box"
7549   output-file-type: ".html"
7550   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7551   data: "plot-dpdk-throughput-latency-3n-hsw"
7552   filter: "'NIC_Intel-X520-DA2' and
7553            '64B' and
7554            'BASE' and
7555            'NDRPDR' and
7556            '2T2C' and
7557            'IP4FWD'"
7558   parameters:
7559   - "throughput"
7560   - "parent"
7561   traces:
7562     hoverinfo: "x+y"
7563     boxpoints: "outliers"
7564     whiskerwidth: 0
7565   layout:
7566     title: ""  # No title
7567     layout: "plot-throughput"
7568
7569 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7570 -
7571   type: "plot"
7572   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7573   algorithm: "plot_performance_box"
7574   output-file-type: ".html"
7575   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7576   data: "plot-dpdk-throughput-latency-3n-hsw"
7577   filter: "'NIC_Intel-X710' and
7578            '64B' and
7579            'BASE' and
7580            'NDRPDR' and
7581            '1T1C' and
7582            'IP4FWD'"
7583   parameters:
7584   - "throughput"
7585   - "parent"
7586   traces:
7587     hoverinfo: "x+y"
7588     boxpoints: "outliers"
7589     whiskerwidth: 0
7590   layout:
7591     title: ""  # No title
7592     layout: "plot-throughput"
7593
7594 -
7595   type: "plot"
7596   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7597   algorithm: "plot_performance_box"
7598   output-file-type: ".html"
7599   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7600   data: "plot-dpdk-throughput-latency-3n-hsw"
7601   filter: "'NIC_Intel-X710' and
7602            '64B' and
7603            'BASE' and
7604            'NDRPDR' and
7605            '2T2C' and
7606            'IP4FWD'"
7607   parameters:
7608   - "throughput"
7609   - "parent"
7610   traces:
7611     hoverinfo: "x+y"
7612     boxpoints: "outliers"
7613     whiskerwidth: 0
7614   layout:
7615     title: ""  # No title
7616     layout: "plot-throughput"
7617
7618 -
7619   type: "plot"
7620   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7621   algorithm: "plot_performance_box"
7622   output-file-type: ".html"
7623   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7624   data: "plot-dpdk-throughput-latency-3n-hsw"
7625   filter: "'NIC_Intel-X710' and
7626            '64B' and
7627            'BASE' and
7628            'NDRPDR' and
7629            '1T1C' and
7630            'IP4FWD'"
7631   parameters:
7632   - "throughput"
7633   - "parent"
7634   traces:
7635     hoverinfo: "x+y"
7636     boxpoints: "outliers"
7637     whiskerwidth: 0
7638   layout:
7639     title: ""  # No title
7640     layout: "plot-throughput"
7641
7642 -
7643   type: "plot"
7644   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7645   algorithm: "plot_performance_box"
7646   output-file-type: ".html"
7647   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7648   data: "plot-dpdk-throughput-latency-3n-hsw"
7649   filter: "'NIC_Intel-X710' and
7650            '64B' and
7651            'BASE' and
7652            'NDRPDR' and
7653            '2T2C' and
7654            'IP4FWD'"
7655   parameters:
7656   - "throughput"
7657   - "parent"
7658   traces:
7659     hoverinfo: "x+y"
7660     boxpoints: "outliers"
7661     whiskerwidth: 0
7662   layout:
7663     title: ""  # No title
7664     layout: "plot-throughput"
7665
7666 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7667 -
7668   type: "plot"
7669   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7670   algorithm: "plot_performance_box"
7671   output-file-type: ".html"
7672   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7673   data: "plot-dpdk-throughput-latency-3n-hsw"
7674   filter: "'NIC_Intel-XL710' and
7675            '64B' and
7676            'BASE' and
7677            'NDRPDR' and
7678            '1T1C' and
7679            'IP4FWD'"
7680   parameters:
7681   - "throughput"
7682   - "parent"
7683   traces:
7684     hoverinfo: "x+y"
7685     boxpoints: "outliers"
7686     whiskerwidth: 0
7687   layout:
7688     title: ""  # No title
7689     layout: "plot-throughput"
7690
7691 -
7692   type: "plot"
7693   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7694   algorithm: "plot_performance_box"
7695   output-file-type: ".html"
7696   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7697   data: "plot-dpdk-throughput-latency-3n-hsw"
7698   filter: "'NIC_Intel-XL710' and
7699            '64B' and
7700            'BASE' and
7701            'NDRPDR' and
7702            '2T2C' and
7703            'IP4FWD'"
7704   parameters:
7705   - "throughput"
7706   - "parent"
7707   traces:
7708     hoverinfo: "x+y"
7709     boxpoints: "outliers"
7710     whiskerwidth: 0
7711   layout:
7712     title: ""  # No title
7713     layout: "plot-throughput"
7714
7715 -
7716   type: "plot"
7717   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7718   algorithm: "plot_performance_box"
7719   output-file-type: ".html"
7720   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7721   data: "plot-dpdk-throughput-latency-3n-hsw"
7722   filter: "'NIC_Intel-XL710' and
7723            '64B' and
7724            'BASE' and
7725            'NDRPDR' and
7726            '1T1C' and
7727            'IP4FWD'"
7728   parameters:
7729   - "throughput"
7730   - "parent"
7731   traces:
7732     hoverinfo: "x+y"
7733     boxpoints: "outliers"
7734     whiskerwidth: 0
7735   layout:
7736     title: ""  # No title
7737     layout: "plot-throughput"
7738
7739 -
7740   type: "plot"
7741   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7742   algorithm: "plot_performance_box"
7743   output-file-type: ".html"
7744   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7745   data: "plot-dpdk-throughput-latency-3n-hsw"
7746   filter: "'NIC_Intel-XL710' and
7747            '64B' and
7748            'BASE' and
7749            'NDRPDR' and
7750            '2T2C' and
7751            'IP4FWD'"
7752   parameters:
7753   - "throughput"
7754   - "parent"
7755   traces:
7756     hoverinfo: "x+y"
7757     boxpoints: "outliers"
7758     whiskerwidth: 0
7759   layout:
7760     title: ""  # No title
7761     layout: "plot-throughput"
7762
7763 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7764 -
7765   type: "plot"
7766   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7767   algorithm: "plot_performance_box"
7768   output-file-type: ".html"
7769   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7770   data: "plot-dpdk-throughput-latency-3n-skx"
7771   filter: "'NIC_Intel-X710' and
7772            '64B' and
7773            'BASE' and
7774            'NDRPDR' and
7775            '2T1C' and
7776            'IP4FWD'"
7777   parameters:
7778   - "throughput"
7779   - "parent"
7780   traces:
7781     hoverinfo: "x+y"
7782     boxpoints: "outliers"
7783     whiskerwidth: 0
7784   layout:
7785     title: ""  # No title
7786     layout: "plot-throughput"
7787
7788 -
7789   type: "plot"
7790   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7791   algorithm: "plot_performance_box"
7792   output-file-type: ".html"
7793   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7794   data: "plot-dpdk-throughput-latency-3n-skx"
7795   filter: "'NIC_Intel-X710' and
7796            '64B' and
7797            'BASE' and
7798            'NDRPDR' and
7799            '4T2C' and
7800            'IP4FWD'"
7801   parameters:
7802   - "throughput"
7803   - "parent"
7804   traces:
7805     hoverinfo: "x+y"
7806     boxpoints: "outliers"
7807     whiskerwidth: 0
7808   layout:
7809     title: ""  # No title
7810     layout: "plot-throughput"
7811
7812 -
7813   type: "plot"
7814   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7815   algorithm: "plot_performance_box"
7816   output-file-type: ".html"
7817   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7818   data: "plot-dpdk-throughput-latency-3n-skx"
7819   filter: "'NIC_Intel-X710' and
7820            '64B' and
7821            'BASE' and
7822            'NDRPDR' and
7823            '2T1C' and
7824            'IP4FWD'"
7825   parameters:
7826   - "throughput"
7827   - "parent"
7828   traces:
7829     hoverinfo: "x+y"
7830     boxpoints: "outliers"
7831     whiskerwidth: 0
7832   layout:
7833     title: ""  # No title
7834     layout: "plot-throughput"
7835
7836 -
7837   type: "plot"
7838   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7839   algorithm: "plot_performance_box"
7840   output-file-type: ".html"
7841   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7842   data: "plot-dpdk-throughput-latency-3n-skx"
7843   filter: "'NIC_Intel-X710' and
7844            '64B' and
7845            'BASE' and
7846            'NDRPDR' and
7847            '4T2C' and
7848            'IP4FWD'"
7849   parameters:
7850   - "throughput"
7851   - "parent"
7852   traces:
7853     hoverinfo: "x+y"
7854     boxpoints: "outliers"
7855     whiskerwidth: 0
7856   layout:
7857     title: ""  # No title
7858     layout: "plot-throughput"
7859
7860 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7861 -
7862   type: "plot"
7863   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7864   algorithm: "plot_performance_box"
7865   output-file-type: ".html"
7866   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7867   data: "plot-dpdk-throughput-latency-3n-skx"
7868   filter: "'NIC_Intel-XXV710' and
7869            '64B' and
7870            'BASE' and
7871            'NDRPDR' and
7872            '2T1C' and
7873            'IP4FWD'"
7874   parameters:
7875   - "throughput"
7876   - "parent"
7877   traces:
7878     hoverinfo: "x+y"
7879     boxpoints: "outliers"
7880     whiskerwidth: 0
7881   layout:
7882     title: ""  # No title
7883     layout: "plot-throughput"
7884
7885 -
7886   type: "plot"
7887   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7888   algorithm: "plot_performance_box"
7889   output-file-type: ".html"
7890   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7891   data: "plot-dpdk-throughput-latency-3n-skx"
7892   filter: "'NIC_Intel-XXV710' and
7893            '64B' and
7894            'BASE' and
7895            'NDRPDR' and
7896            '4T2C' and
7897            'IP4FWD'"
7898   parameters:
7899   - "throughput"
7900   - "parent"
7901   traces:
7902     hoverinfo: "x+y"
7903     boxpoints: "outliers"
7904     whiskerwidth: 0
7905   layout:
7906     title: ""  # No title
7907     layout: "plot-throughput"
7908
7909 -
7910   type: "plot"
7911   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7912   algorithm: "plot_performance_box"
7913   output-file-type: ".html"
7914   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7915   data: "plot-dpdk-throughput-latency-3n-skx"
7916   filter: "'NIC_Intel-XXV710' and
7917            '64B' and
7918            'BASE' and
7919            'NDRPDR' and
7920            '2T1C' and
7921            'IP4FWD'"
7922   parameters:
7923   - "throughput"
7924   - "parent"
7925   traces:
7926     hoverinfo: "x+y"
7927     boxpoints: "outliers"
7928     whiskerwidth: 0
7929   layout:
7930     title: ""  # No title
7931     layout: "plot-throughput"
7932
7933 -
7934   type: "plot"
7935   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7936   algorithm: "plot_performance_box"
7937   output-file-type: ".html"
7938   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7939   data: "plot-dpdk-throughput-latency-3n-skx"
7940   filter: "'NIC_Intel-XXV710' and
7941            '64B' and
7942            'BASE' and
7943            'NDRPDR' and
7944            '4T2C' and
7945            'IP4FWD'"
7946   parameters:
7947   - "throughput"
7948   - "parent"
7949   traces:
7950     hoverinfo: "x+y"
7951     boxpoints: "outliers"
7952     whiskerwidth: 0
7953   layout:
7954     title: ""  # No title
7955     layout: "plot-throughput"
7956
7957 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7958 -
7959   type: "plot"
7960   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7961   algorithm: "plot_performance_box"
7962   output-file-type: ".html"
7963   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7964   data: "plot-dpdk-throughput-latency-2n-skx"
7965   filter: "'NIC_Intel-X710' and
7966            '64B' and
7967            'BASE' and
7968            'NDRPDR' and
7969            '2T1C' and
7970            'IP4FWD'"
7971   parameters:
7972   - "throughput"
7973   - "parent"
7974   traces:
7975     hoverinfo: "x+y"
7976     boxpoints: "outliers"
7977     whiskerwidth: 0
7978   layout:
7979     title: ""  # No title
7980     layout: "plot-throughput"
7981
7982 -
7983   type: "plot"
7984   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7985   algorithm: "plot_performance_box"
7986   output-file-type: ".html"
7987   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7988   data: "plot-dpdk-throughput-latency-2n-skx"
7989   filter: "'NIC_Intel-X710' and
7990            '64B' and
7991            'BASE' and
7992            'NDRPDR' and
7993            '4T2C' and
7994            'IP4FWD'"
7995   parameters:
7996   - "throughput"
7997   - "parent"
7998   traces:
7999     hoverinfo: "x+y"
8000     boxpoints: "outliers"
8001     whiskerwidth: 0
8002   layout:
8003     title: ""  # No title
8004     layout: "plot-throughput"
8005
8006 -
8007   type: "plot"
8008   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8009   algorithm: "plot_performance_box"
8010   output-file-type: ".html"
8011   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8012   data: "plot-dpdk-throughput-latency-2n-skx"
8013   filter: "'NIC_Intel-X710' and
8014            '64B' and
8015            'BASE' and
8016            'NDRPDR' and
8017            '2T1C' and
8018            'IP4FWD'"
8019   parameters:
8020   - "throughput"
8021   - "parent"
8022   traces:
8023     hoverinfo: "x+y"
8024     boxpoints: "outliers"
8025     whiskerwidth: 0
8026   layout:
8027     title: ""  # No title
8028     layout: "plot-throughput"
8029
8030 -
8031   type: "plot"
8032   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8033   algorithm: "plot_performance_box"
8034   output-file-type: ".html"
8035   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8036   data: "plot-dpdk-throughput-latency-2n-skx"
8037   filter: "'NIC_Intel-X710' and
8038            '64B' and
8039            'BASE' and
8040            'NDRPDR' and
8041            '4T2C' and
8042            'IP4FWD'"
8043   parameters:
8044   - "throughput"
8045   - "parent"
8046   traces:
8047     hoverinfo: "x+y"
8048     boxpoints: "outliers"
8049     whiskerwidth: 0
8050   layout:
8051     title: ""  # No title
8052     layout: "plot-throughput"
8053
8054 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8055 -
8056   type: "plot"
8057   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8058   algorithm: "plot_performance_box"
8059   output-file-type: ".html"
8060   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8061   data: "plot-dpdk-throughput-latency-2n-skx"
8062   filter: "'NIC_Intel-XXV710' and
8063            '64B' and
8064            'BASE' and
8065            'NDRPDR' and
8066            '2T1C' and
8067            'IP4FWD'"
8068   parameters:
8069   - "throughput"
8070   - "parent"
8071   traces:
8072     hoverinfo: "x+y"
8073     boxpoints: "outliers"
8074     whiskerwidth: 0
8075   layout:
8076     title: ""  # No title
8077     layout: "plot-throughput"
8078
8079 -
8080   type: "plot"
8081   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8082   algorithm: "plot_performance_box"
8083   output-file-type: ".html"
8084   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8085   data: "plot-dpdk-throughput-latency-2n-skx"
8086   filter: "'NIC_Intel-XXV710' and
8087            '64B' and
8088            'BASE' and
8089            'NDRPDR' and
8090            '4T2C' and
8091            'IP4FWD'"
8092   parameters:
8093   - "throughput"
8094   - "parent"
8095   traces:
8096     hoverinfo: "x+y"
8097     boxpoints: "outliers"
8098     whiskerwidth: 0
8099   layout:
8100     title: ""  # No title
8101     layout: "plot-throughput"
8102
8103 -
8104   type: "plot"
8105   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8106   algorithm: "plot_performance_box"
8107   output-file-type: ".html"
8108   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8109   data: "plot-dpdk-throughput-latency-2n-skx"
8110   filter: "'NIC_Intel-XXV710' and
8111            '64B' and
8112            'BASE' and
8113            'NDRPDR' and
8114            '2T1C' and
8115            'IP4FWD'"
8116   parameters:
8117   - "throughput"
8118   - "parent"
8119   traces:
8120     hoverinfo: "x+y"
8121     boxpoints: "outliers"
8122     whiskerwidth: 0
8123   layout:
8124     title: ""  # No title
8125     layout: "plot-throughput"
8126
8127 -
8128   type: "plot"
8129   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8130   algorithm: "plot_performance_box"
8131   output-file-type: ".html"
8132   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8133   data: "plot-dpdk-throughput-latency-2n-skx"
8134   filter: "'NIC_Intel-XXV710' and
8135            '64B' and
8136            'BASE' and
8137            'NDRPDR' and
8138            '4T2C' and
8139            'IP4FWD'"
8140   parameters:
8141   - "throughput"
8142   - "parent"
8143   traces:
8144     hoverinfo: "x+y"
8145     boxpoints: "outliers"
8146     whiskerwidth: 0
8147   layout:
8148     title: ""  # No title
8149     layout: "plot-throughput"
8150
8151 ################################################################################
8152
8153 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8154 -
8155   type: "plot"
8156   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8157   algorithm: "plot_performance_box"
8158   output-file-type: ".html"
8159   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8160   data: "plot-dpdk-throughput-latency-3n-hsw"
8161   filter: "'NIC_Intel-X520-DA2' and
8162            '64B' and
8163            'BASE' and
8164            'NDRPDR' and
8165            '1T1C' and
8166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8167   parameters:
8168   - "throughput"
8169   - "parent"
8170   traces:
8171     hoverinfo: "x+y"
8172     boxpoints: "outliers"
8173     whiskerwidth: 0
8174   layout:
8175     title: ""  # No title
8176     layout: "plot-throughput"
8177
8178 -
8179   type: "plot"
8180   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8181   algorithm: "plot_performance_box"
8182   output-file-type: ".html"
8183   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8184   data: "plot-dpdk-throughput-latency-3n-hsw"
8185   filter: "'NIC_Intel-X520-DA2' and
8186            '64B' and
8187            'BASE' and
8188            'NDRPDR' and
8189            '2T2C' and
8190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8191   parameters:
8192   - "throughput"
8193   - "parent"
8194   traces:
8195     hoverinfo: "x+y"
8196     boxpoints: "outliers"
8197     whiskerwidth: 0
8198   layout:
8199     title: ""  # No title
8200     layout: "plot-throughput"
8201
8202 -
8203   type: "plot"
8204   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8205   algorithm: "plot_performance_box"
8206   output-file-type: ".html"
8207   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8208   data: "plot-dpdk-throughput-latency-3n-hsw"
8209   filter: "'NIC_Intel-X520-DA2' and
8210            '64B' and
8211            'BASE' and
8212            'NDRPDR' and
8213            '1T1C' and
8214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8215   parameters:
8216   - "throughput"
8217   - "parent"
8218   traces:
8219     hoverinfo: "x+y"
8220     boxpoints: "outliers"
8221     whiskerwidth: 0
8222   layout:
8223     title: ""  # No title
8224     layout: "plot-throughput"
8225
8226 -
8227   type: "plot"
8228   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8229   algorithm: "plot_performance_box"
8230   output-file-type: ".html"
8231   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8232   data: "plot-dpdk-throughput-latency-3n-hsw"
8233   filter: "'NIC_Intel-X520-DA2' and
8234            '64B' and
8235            'BASE' and
8236            'NDRPDR' and
8237            '2T2C' and
8238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8239   parameters:
8240   - "throughput"
8241   - "parent"
8242   traces:
8243     hoverinfo: "x+y"
8244     boxpoints: "outliers"
8245     whiskerwidth: 0
8246   layout:
8247     title: ""  # No title
8248     layout: "plot-throughput"
8249
8250 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8251 -
8252   type: "plot"
8253   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8254   algorithm: "plot_performance_box"
8255   output-file-type: ".html"
8256   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8257   data: "plot-dpdk-throughput-latency-3n-hsw"
8258   filter: "'NIC_Intel-X710' and
8259            '64B' and
8260            'BASE' and
8261            'NDRPDR' and
8262            '1T1C' and
8263            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8264   parameters:
8265   - "throughput"
8266   - "parent"
8267   traces:
8268     hoverinfo: "x+y"
8269     boxpoints: "outliers"
8270     whiskerwidth: 0
8271   layout:
8272     title: ""  # No title
8273     layout: "plot-throughput"
8274
8275 -
8276   type: "plot"
8277   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8278   algorithm: "plot_performance_box"
8279   output-file-type: ".html"
8280   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8281   data: "plot-dpdk-throughput-latency-3n-hsw"
8282   filter: "'NIC_Intel-X710' and
8283            '64B' and
8284            'BASE' and
8285            'NDRPDR' and
8286            '2T2C' and
8287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8288   parameters:
8289   - "throughput"
8290   - "parent"
8291   traces:
8292     hoverinfo: "x+y"
8293     boxpoints: "outliers"
8294     whiskerwidth: 0
8295   layout:
8296     title: ""  # No title
8297     layout: "plot-throughput"
8298
8299 -
8300   type: "plot"
8301   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8302   algorithm: "plot_performance_box"
8303   output-file-type: ".html"
8304   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8305   data: "plot-dpdk-throughput-latency-3n-hsw"
8306   filter: "'NIC_Intel-X710' and
8307            '64B' and
8308            'BASE' and
8309            'NDRPDR' and
8310            '1T1C' and
8311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8312   parameters:
8313   - "throughput"
8314   - "parent"
8315   traces:
8316     hoverinfo: "x+y"
8317     boxpoints: "outliers"
8318     whiskerwidth: 0
8319   layout:
8320     title: ""  # No title
8321     layout: "plot-throughput"
8322
8323 -
8324   type: "plot"
8325   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8326   algorithm: "plot_performance_box"
8327   output-file-type: ".html"
8328   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8329   data: "plot-dpdk-throughput-latency-3n-hsw"
8330   filter: "'NIC_Intel-X710' and
8331            '64B' and
8332            'BASE' and
8333            'NDRPDR' and
8334            '2T2C' and
8335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8336   parameters:
8337   - "throughput"
8338   - "parent"
8339   traces:
8340     hoverinfo: "x+y"
8341     boxpoints: "outliers"
8342     whiskerwidth: 0
8343   layout:
8344     title: ""  # No title
8345     layout: "plot-throughput"
8346
8347 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8348 -
8349   type: "plot"
8350   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8351   algorithm: "plot_performance_box"
8352   output-file-type: ".html"
8353   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8354   data: "plot-dpdk-throughput-latency-3n-hsw"
8355   filter: "'NIC_Intel-XL710' and
8356            '64B' and
8357            'BASE' and
8358            'NDRPDR' and
8359            '1T1C' and
8360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8361   parameters:
8362   - "throughput"
8363   - "parent"
8364   traces:
8365     hoverinfo: "x+y"
8366     boxpoints: "outliers"
8367     whiskerwidth: 0
8368   layout:
8369     title: ""  # No title
8370     layout: "plot-throughput"
8371
8372 -
8373   type: "plot"
8374   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8375   algorithm: "plot_performance_box"
8376   output-file-type: ".html"
8377   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8378   data: "plot-dpdk-throughput-latency-3n-hsw"
8379   filter: "'NIC_Intel-XL710' and
8380            '64B' and
8381            'BASE' and
8382            'NDRPDR' and
8383            '2T2C' and
8384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8385   parameters:
8386   - "throughput"
8387   - "parent"
8388   traces:
8389     hoverinfo: "x+y"
8390     boxpoints: "outliers"
8391     whiskerwidth: 0
8392   layout:
8393     title: ""  # No title
8394     layout: "plot-throughput"
8395
8396 -
8397   type: "plot"
8398   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8399   algorithm: "plot_performance_box"
8400   output-file-type: ".html"
8401   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8402   data: "plot-dpdk-throughput-latency-3n-hsw"
8403   filter: "'NIC_Intel-XL710' and
8404            '64B' and
8405            'BASE' and
8406            'NDRPDR' and
8407            '1T1C' and
8408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8409   parameters:
8410   - "throughput"
8411   - "parent"
8412   traces:
8413     hoverinfo: "x+y"
8414     boxpoints: "outliers"
8415     whiskerwidth: 0
8416   layout:
8417     title: ""  # No title
8418     layout: "plot-throughput"
8419
8420 -
8421   type: "plot"
8422   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8423   algorithm: "plot_performance_box"
8424   output-file-type: ".html"
8425   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8426   data: "plot-dpdk-throughput-latency-3n-hsw"
8427   filter: "'NIC_Intel-XL710' and
8428            '64B' and
8429            'BASE' and
8430            'NDRPDR' and
8431            '2T2C' and
8432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8433   parameters:
8434   - "throughput"
8435   - "parent"
8436   traces:
8437     hoverinfo: "x+y"
8438     boxpoints: "outliers"
8439     whiskerwidth: 0
8440   layout:
8441     title: ""  # No title
8442     layout: "plot-throughput"
8443
8444 # Packet Throughput - DPDK testpmd 3n-skx-x710
8445 -
8446   type: "plot"
8447   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8448   algorithm: "plot_performance_box"
8449   output-file-type: ".html"
8450   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8451   data: "plot-dpdk-throughput-latency-3n-skx"
8452   filter: "'NIC_Intel-X710' and
8453            '64B' and
8454            'BASE' and
8455            'NDRPDR' and
8456            '2T1C' and
8457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8458   parameters:
8459   - "throughput"
8460   - "parent"
8461   traces:
8462     hoverinfo: "x+y"
8463     boxpoints: "outliers"
8464     whiskerwidth: 0
8465   layout:
8466     title: ""  # No title
8467     layout: "plot-throughput"
8468
8469 -
8470   type: "plot"
8471   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8472   algorithm: "plot_performance_box"
8473   output-file-type: ".html"
8474   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8475   data: "plot-dpdk-throughput-latency-3n-skx"
8476   filter: "'NIC_Intel-X710' and
8477            '64B' and
8478            'BASE' and
8479            'NDRPDR' and
8480            '4T2C' and
8481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8482   parameters:
8483   - "throughput"
8484   - "parent"
8485   traces:
8486     hoverinfo: "x+y"
8487     boxpoints: "outliers"
8488     whiskerwidth: 0
8489   layout:
8490     title: ""  # No title
8491     layout: "plot-throughput"
8492
8493 -
8494   type: "plot"
8495   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8496   algorithm: "plot_performance_box"
8497   output-file-type: ".html"
8498   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8499   data: "plot-dpdk-throughput-latency-3n-skx"
8500   filter: "'NIC_Intel-X710' and
8501            '64B' and
8502            'BASE' and
8503            'NDRPDR' and
8504            '2T1C' and
8505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8506   parameters:
8507   - "throughput"
8508   - "parent"
8509   traces:
8510     hoverinfo: "x+y"
8511     boxpoints: "outliers"
8512     whiskerwidth: 0
8513   layout:
8514     title: ""  # No title
8515     layout: "plot-throughput"
8516
8517 -
8518   type: "plot"
8519   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8520   algorithm: "plot_performance_box"
8521   output-file-type: ".html"
8522   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8523   data: "plot-dpdk-throughput-latency-3n-skx"
8524   filter: "'NIC_Intel-X710' and
8525            '64B' and
8526            'BASE' and
8527            'NDRPDR' and
8528            '4T2C' and
8529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8530   parameters:
8531   - "throughput"
8532   - "parent"
8533   traces:
8534     hoverinfo: "x+y"
8535     boxpoints: "outliers"
8536     whiskerwidth: 0
8537   layout:
8538     title: ""  # No title
8539     layout: "plot-throughput"
8540
8541 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8542 -
8543   type: "plot"
8544   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8545   algorithm: "plot_performance_box"
8546   output-file-type: ".html"
8547   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8548   data: "plot-dpdk-throughput-latency-3n-skx"
8549   filter: "'NIC_Intel-XXV710' and
8550            '64B' and
8551            'BASE' and
8552            'NDRPDR' and
8553            '2T1C' and
8554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8555   parameters:
8556   - "throughput"
8557   - "parent"
8558   traces:
8559     hoverinfo: "x+y"
8560     boxpoints: "outliers"
8561     whiskerwidth: 0
8562   layout:
8563     title: ""  # No title
8564     layout: "plot-throughput"
8565
8566 -
8567   type: "plot"
8568   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8569   algorithm: "plot_performance_box"
8570   output-file-type: ".html"
8571   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8572   data: "plot-dpdk-throughput-latency-3n-skx"
8573   filter: "'NIC_Intel-XXV710' and
8574            '64B' and
8575            'BASE' and
8576            'NDRPDR' and
8577            '4T2C' and
8578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8579   parameters:
8580   - "throughput"
8581   - "parent"
8582   traces:
8583     hoverinfo: "x+y"
8584     boxpoints: "outliers"
8585     whiskerwidth: 0
8586   layout:
8587     title: ""  # No title
8588     layout: "plot-throughput"
8589
8590 -
8591   type: "plot"
8592   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8593   algorithm: "plot_performance_box"
8594   output-file-type: ".html"
8595   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8596   data: "plot-dpdk-throughput-latency-3n-skx"
8597   filter: "'NIC_Intel-XXV710' and
8598            '64B' and
8599            'BASE' and
8600            'NDRPDR' and
8601            '2T1C' and
8602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8603   parameters:
8604   - "throughput"
8605   - "parent"
8606   traces:
8607     hoverinfo: "x+y"
8608     boxpoints: "outliers"
8609     whiskerwidth: 0
8610   layout:
8611     title: ""  # No title
8612     layout: "plot-throughput"
8613
8614 -
8615   type: "plot"
8616   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8617   algorithm: "plot_performance_box"
8618   output-file-type: ".html"
8619   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8620   data: "plot-dpdk-throughput-latency-3n-skx"
8621   filter: "'NIC_Intel-XXV710' and
8622            '64B' and
8623            'BASE' and
8624            'NDRPDR' and
8625            '4T2C' and
8626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8627   parameters:
8628   - "throughput"
8629   - "parent"
8630   traces:
8631     hoverinfo: "x+y"
8632     boxpoints: "outliers"
8633     whiskerwidth: 0
8634   layout:
8635     title: ""  # No title
8636     layout: "plot-throughput"
8637
8638 # Packet Throughput - DPDK testpmd 2n-skx-x710
8639 -
8640   type: "plot"
8641   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8642   algorithm: "plot_performance_box"
8643   output-file-type: ".html"
8644   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8645   data: "plot-dpdk-throughput-latency-2n-skx"
8646   filter: "'NIC_Intel-X710' and
8647            '64B' and
8648            'BASE' and
8649            'NDRPDR' and
8650            '2T1C' and
8651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8652   parameters:
8653   - "throughput"
8654   - "parent"
8655   traces:
8656     hoverinfo: "x+y"
8657     boxpoints: "outliers"
8658     whiskerwidth: 0
8659   layout:
8660     title: ""  # No title
8661     layout: "plot-throughput"
8662
8663 -
8664   type: "plot"
8665   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8666   algorithm: "plot_performance_box"
8667   output-file-type: ".html"
8668   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8669   data: "plot-dpdk-throughput-latency-2n-skx"
8670   filter: "'NIC_Intel-X710' and
8671            '64B' and
8672            'BASE' and
8673            'NDRPDR' and
8674            '4T2C' and
8675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8676   parameters:
8677   - "throughput"
8678   - "parent"
8679   traces:
8680     hoverinfo: "x+y"
8681     boxpoints: "outliers"
8682     whiskerwidth: 0
8683   layout:
8684     title: ""  # No title
8685     layout: "plot-throughput"
8686
8687 -
8688   type: "plot"
8689   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8690   algorithm: "plot_performance_box"
8691   output-file-type: ".html"
8692   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8693   data: "plot-dpdk-throughput-latency-2n-skx"
8694   filter: "'NIC_Intel-X710' and
8695            '64B' and
8696            'BASE' and
8697            'NDRPDR' and
8698            '2T1C' and
8699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8700   parameters:
8701   - "throughput"
8702   - "parent"
8703   traces:
8704     hoverinfo: "x+y"
8705     boxpoints: "outliers"
8706     whiskerwidth: 0
8707   layout:
8708     title: ""  # No title
8709     layout: "plot-throughput"
8710
8711 -
8712   type: "plot"
8713   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8714   algorithm: "plot_performance_box"
8715   output-file-type: ".html"
8716   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8717   data: "plot-dpdk-throughput-latency-2n-skx"
8718   filter: "'NIC_Intel-X710' and
8719            '64B' and
8720            'BASE' and
8721            'NDRPDR' and
8722            '4T2C' and
8723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8724   parameters:
8725   - "throughput"
8726   - "parent"
8727   traces:
8728     hoverinfo: "x+y"
8729     boxpoints: "outliers"
8730     whiskerwidth: 0
8731   layout:
8732     title: ""  # No title
8733     layout: "plot-throughput"
8734
8735 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8736 -
8737   type: "plot"
8738   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8739   algorithm: "plot_performance_box"
8740   output-file-type: ".html"
8741   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8742   data: "plot-dpdk-throughput-latency-2n-skx"
8743   filter: "'NIC_Intel-XXV710' and
8744            '64B' and
8745            'BASE' and
8746            'NDRPDR' and
8747            '2T1C' and
8748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8749   parameters:
8750   - "throughput"
8751   - "parent"
8752   traces:
8753     hoverinfo: "x+y"
8754     boxpoints: "outliers"
8755     whiskerwidth: 0
8756   layout:
8757     title: ""  # No title
8758     layout: "plot-throughput"
8759
8760 -
8761   type: "plot"
8762   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8763   algorithm: "plot_performance_box"
8764   output-file-type: ".html"
8765   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8766   data: "plot-dpdk-throughput-latency-2n-skx"
8767   filter: "'NIC_Intel-XXV710' and
8768            '64B' and
8769            'BASE' and
8770            'NDRPDR' and
8771            '4T2C' and
8772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8773   parameters:
8774   - "throughput"
8775   - "parent"
8776   traces:
8777     hoverinfo: "x+y"
8778     boxpoints: "outliers"
8779     whiskerwidth: 0
8780   layout:
8781     title: ""  # No title
8782     layout: "plot-throughput"
8783
8784 -
8785   type: "plot"
8786   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8787   algorithm: "plot_performance_box"
8788   output-file-type: ".html"
8789   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8790   data: "plot-dpdk-throughput-latency-2n-skx"
8791   filter: "'NIC_Intel-XXV710' and
8792            '64B' and
8793            'BASE' and
8794            'NDRPDR' and
8795            '2T1C' and
8796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8797   parameters:
8798   - "throughput"
8799   - "parent"
8800   traces:
8801     hoverinfo: "x+y"
8802     boxpoints: "outliers"
8803     whiskerwidth: 0
8804   layout:
8805     title: ""  # No title
8806     layout: "plot-throughput"
8807
8808 -
8809   type: "plot"
8810   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8811   algorithm: "plot_performance_box"
8812   output-file-type: ".html"
8813   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8814   data: "plot-dpdk-throughput-latency-2n-skx"
8815   filter: "'NIC_Intel-XXV710' and
8816            '64B' and
8817            'BASE' and
8818            'NDRPDR' and
8819            '4T2C' and
8820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8821   parameters:
8822   - "throughput"
8823   - "parent"
8824   traces:
8825     hoverinfo: "x+y"
8826     boxpoints: "outliers"
8827     whiskerwidth: 0
8828   layout:
8829     title: ""  # No title
8830     layout: "plot-throughput"
8831
8832
8833
8834
8835
8836
8837
8838
8839 ################################################################################
8840
8841 # Packet Latency - VPP L2 3n-hsw-x520
8842 -
8843   type: "plot"
8844   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8845   algorithm: "plot_latency_box"
8846   output-file-type: ".html"
8847   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8848   data: "plot-vpp-throughput-latency-3n-hsw"
8849   filter: "'NIC_Intel-X520-DA2' and
8850            '64B' and
8851            ('BASE' or 'SCALE') and
8852            'NDRPDR' and
8853            '1T1C' and
8854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8855            not 'VHOST' and
8856            not 'MEMIF'"
8857   parameters:
8858   - "latency"
8859   - "parent"
8860   traces:
8861     boxmean: False
8862   layout:
8863     title: ""  # No title
8864     layout: "plot-latency"
8865
8866 -
8867   type: "plot"
8868   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8869   algorithm: "plot_latency_box"
8870   output-file-type: ".html"
8871   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8872   data: "plot-vpp-throughput-latency-3n-hsw"
8873   filter: "'NIC_Intel-X520-DA2' and
8874            '64B' and
8875            ('BASE' or 'SCALE') and
8876            'NDRPDR' and
8877            '2T2C' and
8878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8879            not 'VHOST' and
8880            not 'MEMIF'"
8881   parameters:
8882   - "latency"
8883   - "parent"
8884   traces:
8885     boxmean: False
8886   layout:
8887     title: ""  # No title
8888     layout: "plot-latency"
8889
8890 -
8891   type: "plot"
8892   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8893   algorithm: "plot_latency_box"
8894   output-file-type: ".html"
8895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8896   data: "plot-vpp-throughput-latency-3n-hsw"
8897   filter: "'NIC_Intel-X520-DA2' and
8898            '64B' and
8899            'FEATURE' and
8900            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8901            'NDRPDR' and
8902            '1T1C' and
8903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8904            not 'VHOST' and
8905            not 'MEMIF'"
8906   parameters:
8907   - "latency"
8908   - "parent"
8909   traces:
8910     boxmean: False
8911   layout:
8912     title: ""  # No title
8913     layout: "plot-latency"
8914
8915 -
8916   type: "plot"
8917   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8918   algorithm: "plot_latency_box"
8919   output-file-type: ".html"
8920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8921   data: "plot-vpp-throughput-latency-3n-hsw"
8922   filter: "'NIC_Intel-X520-DA2' and
8923            '64B' and
8924            'FEATURE' and
8925            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8926            'NDRPDR' and
8927            '2T2C' and
8928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8929            not 'VHOST' and
8930            not 'MEMIF'"
8931   parameters:
8932   - "latency"
8933   - "parent"
8934   traces:
8935     boxmean: False
8936   layout:
8937     title: ""  # No title
8938     layout: "plot-latency"
8939
8940 # Packet Latency - VPP L2 3n-hsw-x710
8941 -
8942   type: "plot"
8943   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8944   algorithm: "plot_latency_box"
8945   output-file-type: ".html"
8946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8947   data: "plot-vpp-throughput-latency-3n-hsw"
8948   filter: "'NIC_Intel-X710' and
8949            '64B' and
8950            ('BASE' or 'SCALE') and
8951            'NDRPDR' and
8952            '1T1C' and
8953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8954            not 'VHOST' and
8955            not 'MEMIF'"
8956   parameters:
8957   - "latency"
8958   - "parent"
8959   traces:
8960     boxmean: False
8961   layout:
8962     title: ""  # No title
8963     layout: "plot-latency"
8964
8965 -
8966   type: "plot"
8967   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8968   algorithm: "plot_latency_box"
8969   output-file-type: ".html"
8970   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8971   data: "plot-vpp-throughput-latency-3n-hsw"
8972   filter: "'NIC_Intel-X710' and
8973            '64B' and
8974            ('BASE' or 'SCALE') and
8975            'NDRPDR' and
8976            '2T2C' and
8977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8978            not 'VHOST' and
8979            not 'MEMIF'"
8980   parameters:
8981   - "latency"
8982   - "parent"
8983   traces:
8984     boxmean: False
8985   layout:
8986     title: ""  # No title
8987     layout: "plot-latency"
8988
8989 -
8990   type: "plot"
8991   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8992   algorithm: "plot_latency_box"
8993   output-file-type: ".html"
8994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8995   data: "plot-vpp-throughput-latency-3n-hsw"
8996   filter: "'NIC_Intel-X710' and
8997            '64B' and
8998            'FEATURE' and
8999            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9000            'NDRPDR' and
9001            '1T1C' and
9002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9003            not 'VHOST' and
9004            not 'MEMIF'"
9005   parameters:
9006   - "latency"
9007   - "parent"
9008   traces:
9009     boxmean: False
9010   layout:
9011     title: ""  # No title
9012     layout: "plot-latency"
9013
9014 -
9015   type: "plot"
9016   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9017   algorithm: "plot_latency_box"
9018   output-file-type: ".html"
9019   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9020   data: "plot-vpp-throughput-latency-3n-hsw"
9021   filter: "'NIC_Intel-X710' and
9022            '64B' and
9023            'FEATURE' and
9024            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9025            'NDRPDR' and
9026            '2T2C' and
9027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9028            not 'VHOST' and
9029            not 'MEMIF'"
9030   parameters:
9031   - "latency"
9032   - "parent"
9033   traces:
9034     boxmean: False
9035   layout:
9036     title: ""  # No title
9037     layout: "plot-latency"
9038
9039 # Packet Latency - VPP L2 3n-hsw-xl710
9040 -
9041   type: "plot"
9042   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9043   algorithm: "plot_latency_box"
9044   output-file-type: ".html"
9045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9046   data: "plot-vpp-throughput-latency-3n-hsw"
9047   filter: "'NIC_Intel-XL710' and
9048            '64B' and
9049            ('BASE' or 'SCALE') and
9050            'NDRPDR' and
9051            '1T1C' and
9052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9053            not 'VHOST' and
9054            not 'MEMIF'"
9055   parameters:
9056   - "latency"
9057   - "parent"
9058   traces:
9059     boxmean: False
9060   layout:
9061     title: ""  # No title
9062     layout: "plot-latency"
9063
9064 -
9065   type: "plot"
9066   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9067   algorithm: "plot_latency_box"
9068   output-file-type: ".html"
9069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9070   data: "plot-vpp-throughput-latency-3n-hsw"
9071   filter: "'NIC_Intel-XL710' and
9072            '64B' and
9073            ('BASE' or 'SCALE') and
9074            'NDRPDR' and
9075            '2T2C' and
9076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9077            not 'VHOST' and
9078            not 'MEMIF'"
9079   parameters:
9080   - "latency"
9081   - "parent"
9082   traces:
9083     boxmean: False
9084   layout:
9085     title: ""  # No title
9086     layout: "plot-latency"
9087
9088 # Packet Latency - VPP L2 3n-skx-x710
9089 -
9090   type: "plot"
9091   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9092   algorithm: "plot_latency_box"
9093   output-file-type: ".html"
9094   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9095   data: "plot-vpp-throughput-latency-3n-skx"
9096   filter: "'NIC_Intel-X710' and
9097            '64B' and
9098            ('BASE' or 'SCALE') and
9099            'NDRPDR' and
9100            '2T1C' and
9101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9102            not 'VHOST' and
9103            not 'MEMIF'"
9104   parameters:
9105   - "latency"
9106   - "parent"
9107   traces:
9108     boxmean: False
9109   layout:
9110     title: ""  # No title
9111     layout: "plot-latency"
9112
9113 -
9114   type: "plot"
9115   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9116   algorithm: "plot_latency_box"
9117   output-file-type: ".html"
9118   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9119   data: "plot-vpp-throughput-latency-3n-skx"
9120   filter: "'NIC_Intel-X710' and
9121            '64B' and
9122            ('BASE' or 'SCALE') and
9123            'NDRPDR' and
9124            '4T2C' and
9125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9126            not 'VHOST' and
9127            not 'MEMIF'"
9128   parameters:
9129   - "latency"
9130   - "parent"
9131   traces:
9132     boxmean: False
9133   layout:
9134     title: ""  # No title
9135     layout: "plot-latency"
9136
9137 -
9138   type: "plot"
9139   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9140   algorithm: "plot_latency_box"
9141   output-file-type: ".html"
9142   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9143   data: "plot-vpp-throughput-latency-3n-skx"
9144   filter: "'NIC_Intel-X710' and
9145            '64B' and
9146            'FEATURE' and
9147            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9148            'NDRPDR' and
9149            '2T1C' and
9150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9151            not 'VHOST' and
9152            not 'MEMIF'"
9153   parameters:
9154   - "latency"
9155   - "parent"
9156   traces:
9157     boxmean: False
9158   layout:
9159     title: ""  # No title
9160     layout: "plot-latency"
9161
9162 -
9163   type: "plot"
9164   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9165   algorithm: "plot_latency_box"
9166   output-file-type: ".html"
9167   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9168   data: "plot-vpp-throughput-latency-3n-skx"
9169   filter: "'NIC_Intel-X710' and
9170            '64B' and
9171            'FEATURE' and
9172            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9173            'NDRPDR' and
9174            '4T2C' and
9175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9176            not 'VHOST' and
9177            not 'MEMIF'"
9178   parameters:
9179   - "latency"
9180   - "parent"
9181   traces:
9182     boxmean: False
9183   layout:
9184     title: ""  # No title
9185     layout: "plot-latency"
9186
9187 # Packet Latency - VPP L2 3n-skx-xxv710
9188 -
9189   type: "plot"
9190   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9191   algorithm: "plot_latency_box"
9192   output-file-type: ".html"
9193   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9194   data: "plot-vpp-throughput-latency-3n-skx"
9195   filter: "'NIC_Intel-XXV710' and
9196            '64B' and
9197            ('BASE' or 'SCALE') and
9198            'NDRPDR' and
9199            '2T1C' and
9200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9201            not 'VHOST' and
9202            not 'MEMIF'"
9203   parameters:
9204   - "latency"
9205   - "parent"
9206   traces:
9207     boxmean: False
9208   layout:
9209     title: ""  # No title
9210     layout: "plot-latency"
9211
9212 -
9213   type: "plot"
9214   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9215   algorithm: "plot_latency_box"
9216   output-file-type: ".html"
9217   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9218   data: "plot-vpp-throughput-latency-3n-skx"
9219   filter: "'NIC_Intel-XXV710' and
9220            '64B' and
9221            ('BASE' or 'SCALE') and
9222            'NDRPDR' and
9223            '4T2C' and
9224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9225            not 'VHOST' and
9226            not 'MEMIF'"
9227   parameters:
9228   - "latency"
9229   - "parent"
9230   traces:
9231     boxmean: False
9232   layout:
9233     title: ""  # No title
9234     layout: "plot-latency"
9235
9236 # Packet Latency - VPP L2 2n-skx-x710
9237 -
9238   type: "plot"
9239   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9240   algorithm: "plot_latency_box"
9241   output-file-type: ".html"
9242   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9243   data: "plot-vpp-throughput-latency-2n-skx"
9244   filter: "'NIC_Intel-X710' and
9245            '64B' and
9246            ('BASE' or 'SCALE') and
9247            'NDRPDR' and
9248            '2T1C' and
9249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9250            not 'VHOST' and
9251            not 'MEMIF'"
9252   parameters:
9253   - "latency"
9254   - "parent"
9255   traces:
9256     boxmean: False
9257   layout:
9258     title: ""  # No title
9259     layout: "plot-latency"
9260
9261 -
9262   type: "plot"
9263   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9264   algorithm: "plot_latency_box"
9265   output-file-type: ".html"
9266   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9267   data: "plot-vpp-throughput-latency-2n-skx"
9268   filter: "'NIC_Intel-X710' and
9269            '64B' and
9270            ('BASE' or 'SCALE') and
9271            'NDRPDR' and
9272            '4T2C' and
9273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9274            not 'VHOST' and
9275            not 'MEMIF'"
9276   parameters:
9277   - "latency"
9278   - "parent"
9279   traces:
9280     boxmean: False
9281   layout:
9282     title: ""  # No title
9283     layout: "plot-latency"
9284
9285 # Packet Latency - VPP L2 2n-skx-xxv710
9286 -
9287   type: "plot"
9288   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9289   algorithm: "plot_latency_box"
9290   output-file-type: ".html"
9291   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9292   data: "plot-vpp-throughput-latency-2n-skx"
9293   filter: "'NIC_Intel-XXV710' and
9294            '64B' and
9295            ('BASE' or 'SCALE') and
9296            'NDRPDR' and
9297            '2T1C' and
9298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9299            not 'VHOST' and
9300            not 'MEMIF'"
9301   parameters:
9302   - "latency"
9303   - "parent"
9304   traces:
9305     boxmean: False
9306   layout:
9307     title: ""  # No title
9308     layout: "plot-latency"
9309
9310 -
9311   type: "plot"
9312   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9313   algorithm: "plot_latency_box"
9314   output-file-type: ".html"
9315   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9316   data: "plot-vpp-throughput-latency-2n-skx"
9317   filter: "'NIC_Intel-XXV710' and
9318            '64B' and
9319            ('BASE' or 'SCALE') and
9320            'NDRPDR' and
9321            '4T2C' and
9322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9323            not 'VHOST' and
9324            not 'MEMIF'"
9325   parameters:
9326   - "latency"
9327   - "parent"
9328   traces:
9329     boxmean: False
9330   layout:
9331     title: ""  # No title
9332     layout: "plot-latency"
9333
9334 ################################################################################
9335
9336 # Packet Latency - VPP Container Memif 3n-hsw-x520
9337 -
9338   type: "plot"
9339   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9340   algorithm: "plot_latency_box"
9341   output-file-type: ".html"
9342   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9343   data: "plot-vpp-throughput-latency-3n-hsw"
9344   filter: "'NIC_Intel-X520-DA2' and
9345            '64B' and
9346            ('BASE' or 'SCALE') and
9347            'NDRPDR' and
9348            '1T1C' and
9349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9350            not 'VHOST' and
9351            'MEMIF'"
9352   parameters:
9353   - "latency"
9354   - "parent"
9355   traces:
9356     boxmean: False
9357   layout:
9358     title: ""  # No title
9359     layout: "plot-latency"
9360
9361 -
9362   type: "plot"
9363   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9364   algorithm: "plot_latency_box"
9365   output-file-type: ".html"
9366   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9367   data: "plot-vpp-throughput-latency-3n-hsw"
9368   filter: "'NIC_Intel-X520-DA2' and
9369            '64B' and
9370            ('BASE' or 'SCALE') and
9371            'NDRPDR' and
9372            '2T2C' and
9373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9374            not 'VHOST' and
9375            'MEMIF'"
9376   parameters:
9377   - "latency"
9378   - "parent"
9379   traces:
9380     boxmean: False
9381   layout:
9382     title: ""  # No title
9383     layout: "plot-latency"
9384
9385 # Packet Latency - VPP Container Memif 3n-hsw-x710
9386 -
9387   type: "plot"
9388   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9389   algorithm: "plot_latency_box"
9390   output-file-type: ".html"
9391   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9392   data: "plot-vpp-throughput-latency-3n-hsw"
9393   filter: "'NIC_Intel-X710' and
9394            '64B' and
9395            ('BASE' or 'SCALE') and
9396            'NDRPDR' and
9397            '1T1C' and
9398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9399            not 'VHOST' and
9400            'MEMIF'"
9401   parameters:
9402   - "latency"
9403   - "parent"
9404   traces:
9405     boxmean: False
9406   layout:
9407     title: ""  # No title
9408     layout: "plot-latency"
9409
9410 -
9411   type: "plot"
9412   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9413   algorithm: "plot_latency_box"
9414   output-file-type: ".html"
9415   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9416   data: "plot-vpp-throughput-latency-3n-hsw"
9417   filter: "'NIC_Intel-X710' and
9418            '64B' and
9419            ('BASE' or 'SCALE') and
9420            'NDRPDR' and
9421            '2T2C' and
9422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9423            not 'VHOST' and
9424            'MEMIF'"
9425   parameters:
9426   - "latency"
9427   - "parent"
9428   traces:
9429     boxmean: False
9430   layout:
9431     title: ""  # No title
9432     layout: "plot-latency"
9433
9434 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9435 -
9436   type: "plot"
9437   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9438   algorithm: "plot_latency_box"
9439   output-file-type: ".html"
9440   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9441   data: "plot-vpp-throughput-latency-3n-hsw"
9442   filter: "'NIC_Intel-XL710' and
9443            '64B' and
9444            ('BASE' or 'SCALE') and
9445            'NDRPDR' and
9446            '1T1C' and
9447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9448            not 'VHOST' and
9449            'MEMIF'"
9450   parameters:
9451   - "latency"
9452   - "parent"
9453   traces:
9454     boxmean: False
9455   layout:
9456     title: ""  # No title
9457     layout: "plot-latency"
9458
9459 -
9460   type: "plot"
9461   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9462   algorithm: "plot_latency_box"
9463   output-file-type: ".html"
9464   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9465   data: "plot-vpp-throughput-latency-3n-hsw"
9466   filter: "'NIC_Intel-XL710' and
9467            '64B' and
9468            ('BASE' or 'SCALE') and
9469            'NDRPDR' and
9470            '2T2C' and
9471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9472            not 'VHOST' and
9473            'MEMIF'"
9474   parameters:
9475   - "latency"
9476   - "parent"
9477   traces:
9478     boxmean: False
9479   layout:
9480     title: ""  # No title
9481     layout: "plot-latency"
9482
9483 # Packet Latency - VPP Container Memif 3n-skx-x710
9484 -
9485   type: "plot"
9486   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9487   algorithm: "plot_latency_box"
9488   output-file-type: ".html"
9489   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9490   data: "plot-vpp-throughput-latency-3n-skx"
9491   filter: "'NIC_Intel-X710' and
9492            '64B' and
9493            ('BASE' or 'SCALE') and
9494            'NDRPDR' and
9495            '2T1C' and
9496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9497            not 'VHOST' and
9498            'MEMIF'"
9499   parameters:
9500   - "latency"
9501   - "parent"
9502   traces:
9503     boxmean: False
9504   layout:
9505     title: ""  # No title
9506     layout: "plot-latency"
9507
9508 -
9509   type: "plot"
9510   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9511   algorithm: "plot_latency_box"
9512   output-file-type: ".html"
9513   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9514   data: "plot-vpp-throughput-latency-3n-skx"
9515   filter: "'NIC_Intel-X710' and
9516            '64B' and
9517            ('BASE' or 'SCALE') and
9518            'NDRPDR' and
9519            '4T2C' and
9520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9521            not 'VHOST' and
9522            'MEMIF'"
9523   parameters:
9524   - "latency"
9525   - "parent"
9526   traces:
9527     boxmean: False
9528   layout:
9529     title: ""  # No title
9530     layout: "plot-latency"
9531
9532 ################################################################################
9533
9534 # Packet Latency - VPP Container Memif 3n-hsw-x520
9535 -
9536   type: "plot"
9537   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9538   algorithm: "plot_latency_box"
9539   output-file-type: ".html"
9540   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9541   data: "plot-ligato-throughput-latency-3n-hsw"
9542   filter: "'NIC_Intel-X520-DA2' and
9543            '64B' and
9544            ('BASE' or 'SCALE') and
9545            'NDRPDR' and
9546            '1T1C' and
9547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9548            not 'VHOST' and
9549            'MEMIF'"
9550   parameters:
9551   - "latency"
9552   - "parent"
9553   traces:
9554     boxmean: False
9555   layout:
9556     title: ""  # No title
9557     layout: "plot-latency"
9558
9559 -
9560   type: "plot"
9561   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9562   algorithm: "plot_latency_box"
9563   output-file-type: ".html"
9564   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9565   data: "plot-ligato-throughput-latency-3n-hsw"
9566   filter: "'NIC_Intel-X520-DA2' and
9567            '64B' and
9568            ('BASE' or 'SCALE') and
9569            'NDRPDR' and
9570            '2T2C' and
9571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9572            not 'VHOST' and
9573            'MEMIF'"
9574   parameters:
9575   - "latency"
9576   - "parent"
9577   traces:
9578     boxmean: False
9579   layout:
9580     title: ""  # No title
9581     layout: "plot-latency"
9582
9583 # Packet Latency - VPP Container Memif 3n-hsw-x710
9584 -
9585   type: "plot"
9586   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9587   algorithm: "plot_latency_box"
9588   output-file-type: ".html"
9589   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9590   data: "plot-ligato-throughput-latency-3n-hsw"
9591   filter: "'NIC_Intel-X710' and
9592            '64B' and
9593            ('BASE' or 'SCALE') and
9594            'NDRPDR' and
9595            '1T1C' and
9596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9597            not 'VHOST' and
9598            'MEMIF'"
9599   parameters:
9600   - "latency"
9601   - "parent"
9602   traces:
9603     boxmean: False
9604   layout:
9605     title: ""  # No title
9606     layout: "plot-latency"
9607
9608 -
9609   type: "plot"
9610   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9611   algorithm: "plot_latency_box"
9612   output-file-type: ".html"
9613   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9614   data: "plot-ligato-throughput-latency-3n-hsw"
9615   filter: "'NIC_Intel-X710' and
9616            '64B' and
9617            ('BASE' or 'SCALE') and
9618            'NDRPDR' and
9619            '2T2C' and
9620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9621            not 'VHOST' and
9622            'MEMIF'"
9623   parameters:
9624   - "latency"
9625   - "parent"
9626   traces:
9627     boxmean: False
9628   layout:
9629     title: ""  # No title
9630     layout: "plot-latency"
9631
9632 ################################################################################
9633
9634 # Packet Latency - VPP IPv4 3n-hsw-x520
9635 -
9636   type: "plot"
9637   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9638   algorithm: "plot_latency_box"
9639   output-file-type: ".html"
9640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9641   data: "plot-vpp-throughput-latency-3n-hsw"
9642   filter: "'NIC_Intel-X520-DA2' and
9643            '64B' and
9644            ('BASE' or 'SCALE') and
9645            'NDRPDR' and
9646            '1T1C' and
9647            'IP4FWD' and
9648            not 'IPSEC' and
9649            not 'VHOST'"
9650   parameters:
9651   - "latency"
9652   - "parent"
9653   traces:
9654     boxmean: False
9655   layout:
9656     title: ""  # No title
9657     layout: "plot-latency"
9658
9659 -
9660   type: "plot"
9661   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9662   algorithm: "plot_latency_box"
9663   output-file-type: ".html"
9664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9665   data: "plot-vpp-throughput-latency-3n-hsw"
9666   filter: "'NIC_Intel-X520-DA2' and
9667            '64B' and
9668            ('BASE' or 'SCALE') and
9669            'NDRPDR' and
9670            '2T2C' and
9671            'IP4FWD' and
9672            not 'IPSEC' and
9673            not 'VHOST'"
9674   parameters:
9675   - "latency"
9676   - "parent"
9677   traces:
9678     boxmean: False
9679   layout:
9680     title: ""  # No title
9681     layout: "plot-latency"
9682
9683 -
9684   type: "plot"
9685   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9686   algorithm: "plot_latency_box"
9687   output-file-type: ".html"
9688   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9689   data: "plot-vpp-throughput-latency-3n-hsw"
9690   filter: "'NIC_Intel-X520-DA2' and
9691            '64B' and
9692            'FEATURE' and
9693            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9694            'NDRPDR' and
9695            '1T1C' and
9696            'IP4FWD' and
9697            not 'IPSEC' and
9698            not 'VHOST'"
9699   parameters:
9700   - "latency"
9701   - "parent"
9702   traces:
9703     boxmean: False
9704   layout:
9705     title: ""  # No title
9706     layout: "plot-latency"
9707
9708 -
9709   type: "plot"
9710   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9711   algorithm: "plot_latency_box"
9712   output-file-type: ".html"
9713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9714   data: "plot-vpp-throughput-latency-3n-hsw"
9715   filter: "'NIC_Intel-X520-DA2' and
9716            '64B' and
9717            'FEATURE' and
9718            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9719            'NDRPDR' and
9720            '2T2C' and
9721            'IP4FWD' and
9722            not 'IPSEC' and
9723            not 'VHOST'"
9724   parameters:
9725   - "latency"
9726   - "parent"
9727   traces:
9728     boxmean: False
9729   layout:
9730     title: ""  # No title
9731     layout: "plot-latency"
9732
9733 # Packet Latency - VPP IPv4 3n-hsw-x710
9734 -
9735   type: "plot"
9736   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9737   algorithm: "plot_latency_box"
9738   output-file-type: ".html"
9739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9740   data: "plot-vpp-throughput-latency-3n-hsw"
9741   filter: "'NIC_Intel-X710' and
9742            '64B' and
9743            ('BASE' or 'SCALE') and
9744            'NDRPDR' and
9745            '1T1C' and
9746            'IP4FWD' and
9747            not 'IPSEC' and
9748            not 'VHOST'"
9749   parameters:
9750   - "latency"
9751   - "parent"
9752   traces:
9753     boxmean: False
9754   layout:
9755     title: ""  # No title
9756     layout: "plot-latency"
9757
9758 -
9759   type: "plot"
9760   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9761   algorithm: "plot_latency_box"
9762   output-file-type: ".html"
9763   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9764   data: "plot-vpp-throughput-latency-3n-hsw"
9765   filter: "'NIC_Intel-X710' and
9766            '64B' and
9767            ('BASE' or 'SCALE') and
9768            'NDRPDR' and
9769            '2T2C' and
9770            'IP4FWD' and
9771            not 'IPSEC' and
9772            not 'VHOST'"
9773   parameters:
9774   - "latency"
9775   - "parent"
9776   traces:
9777     boxmean: False
9778   layout:
9779     title: ""  # No title
9780     layout: "plot-latency"
9781
9782 -
9783   type: "plot"
9784   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9785   algorithm: "plot_latency_box"
9786   output-file-type: ".html"
9787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9788   data: "plot-vpp-throughput-latency-3n-hsw"
9789   filter: "'NIC_Intel-X710' and
9790            '64B' and
9791            'FEATURE' and
9792            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9793            'NDRPDR' and
9794            '1T1C' and
9795            'IP4FWD' and
9796            not 'IPSEC' and
9797            not 'VHOST'"
9798   parameters:
9799   - "latency"
9800   - "parent"
9801   traces:
9802     boxmean: False
9803   layout:
9804     title: ""  # No title
9805     layout: "plot-latency"
9806
9807 -
9808   type: "plot"
9809   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9810   algorithm: "plot_latency_box"
9811   output-file-type: ".html"
9812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9813   data: "plot-vpp-throughput-latency-3n-hsw"
9814   filter: "'NIC_Intel-X710' and
9815            '64B' and
9816            'FEATURE' and
9817            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9818            'NDRPDR' and
9819            '2T2C' and
9820            'IP4FWD' and
9821            not 'IPSEC' and
9822            not 'VHOST'"
9823   parameters:
9824   - "latency"
9825   - "parent"
9826   traces:
9827     boxmean: False
9828   layout:
9829     title: ""  # No title
9830     layout: "plot-latency"
9831
9832 # Packet Latency - VPP IPv4 3n-hsw-xl710
9833 -
9834   type: "plot"
9835   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9836   algorithm: "plot_latency_box"
9837   output-file-type: ".html"
9838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9839   data: "plot-vpp-throughput-latency-3n-hsw"
9840   filter: "'NIC_Intel-XL710' and
9841            '64B' and
9842            ('BASE' or 'SCALE') and
9843            'NDRPDR' and
9844            '1T1C' and
9845            'IP4FWD' and
9846            not 'IPSEC' and
9847            not 'VHOST'"
9848   parameters:
9849   - "latency"
9850   - "parent"
9851   traces:
9852     boxmean: False
9853   layout:
9854     title: ""  # No title
9855     layout: "plot-latency"
9856
9857 -
9858   type: "plot"
9859   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9860   algorithm: "plot_latency_box"
9861   output-file-type: ".html"
9862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9863   data: "plot-vpp-throughput-latency-3n-hsw"
9864   filter: "'NIC_Intel-XL710' and
9865            '64B' and
9866            ('BASE' or 'SCALE') and
9867            'NDRPDR' and
9868            '2T2C' and
9869            'IP4FWD' and
9870            not 'IPSEC' and
9871            not 'VHOST'"
9872   parameters:
9873   - "latency"
9874   - "parent"
9875   traces:
9876     boxmean: False
9877   layout:
9878     title: ""  # No title
9879     layout: "plot-latency"
9880
9881 # Packet Latency - VPP IPv4 3n-skx-x710
9882 -
9883   type: "plot"
9884   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9885   algorithm: "plot_latency_box"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9888   data: "plot-vpp-throughput-latency-3n-skx"
9889   filter: "'NIC_Intel-X710' and
9890            '64B' and
9891            ('BASE' or 'SCALE') and
9892            'NDRPDR' and
9893            '2T1C' and
9894            'IP4FWD' and
9895            not 'IPSEC' and
9896            not 'VHOST'"
9897   parameters:
9898   - "latency"
9899   - "parent"
9900   traces:
9901     boxmean: False
9902   layout:
9903     title: ""  # No title
9904     layout: "plot-latency"
9905
9906 -
9907   type: "plot"
9908   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9909   algorithm: "plot_latency_box"
9910   output-file-type: ".html"
9911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9912   data: "plot-vpp-throughput-latency-3n-skx"
9913   filter: "'NIC_Intel-X710' and
9914            '64B' and
9915            ('BASE' or 'SCALE') and
9916            'NDRPDR' and
9917            '4T2C' and
9918            'IP4FWD' and
9919            not 'IPSEC' and
9920            not 'VHOST'"
9921   parameters:
9922   - "latency"
9923   - "parent"
9924   traces:
9925     boxmean: False
9926   layout:
9927     title: ""  # No title
9928     layout: "plot-latency"
9929
9930 -
9931   type: "plot"
9932   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9933   algorithm: "plot_latency_box"
9934   output-file-type: ".html"
9935   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9936   data: "plot-vpp-throughput-latency-3n-skx"
9937   filter: "'NIC_Intel-X710' and
9938            '64B' and
9939            'FEATURE' and
9940            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9941            'NDRPDR' and
9942            '2T1C' and
9943            'IP4FWD' and
9944            not 'IPSEC' and
9945            not 'VHOST'"
9946   parameters:
9947   - "latency"
9948   - "parent"
9949   traces:
9950     boxmean: False
9951   layout:
9952     title: ""  # No title
9953     layout: "plot-latency"
9954
9955 -
9956   type: "plot"
9957   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9958   algorithm: "plot_latency_box"
9959   output-file-type: ".html"
9960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9961   data: "plot-vpp-throughput-latency-3n-skx"
9962   filter: "'NIC_Intel-X710' and
9963            '64B' and
9964            'FEATURE' and
9965            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9966            'NDRPDR' and
9967            '4T2C' and
9968            'IP4FWD' and
9969            not 'IPSEC' and
9970            not 'VHOST'"
9971   parameters:
9972   - "latency"
9973   - "parent"
9974   traces:
9975     boxmean: False
9976   layout:
9977     title: ""  # No title
9978     layout: "plot-latency"
9979
9980 # Packet Latency - VPP IPv4 2n-skx-x710
9981 -
9982   type: "plot"
9983   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9984   algorithm: "plot_latency_box"
9985   output-file-type: ".html"
9986   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9987   data: "plot-vpp-throughput-latency-2n-skx"
9988   filter: "'NIC_Intel-X710' and
9989            '64B' and
9990            ('BASE' or 'SCALE') and
9991            'NDRPDR' and
9992            '2T1C' and
9993            'IP4FWD' and
9994            not 'IPSEC' and
9995            not 'VHOST'"
9996   parameters:
9997   - "latency"
9998   - "parent"
9999   traces:
10000     boxmean: False
10001   layout:
10002     title: ""  # No title
10003     layout: "plot-latency"
10004
10005 -
10006   type: "plot"
10007   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10008   algorithm: "plot_latency_box"
10009   output-file-type: ".html"
10010   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10011   data: "plot-vpp-throughput-latency-2n-skx"
10012   filter: "'NIC_Intel-X710' and
10013            '64B' and
10014            ('BASE' or 'SCALE') and
10015            'NDRPDR' and
10016            '4T2C' and
10017            'IP4FWD' and
10018            not 'IPSEC' and
10019            not 'VHOST'"
10020   parameters:
10021   - "latency"
10022   - "parent"
10023   traces:
10024     boxmean: False
10025   layout:
10026     title: ""  # No title
10027     layout: "plot-latency"
10028
10029 # Packet Latency - VPP IPv4 2n-skx-xxv710
10030 -
10031   type: "plot"
10032   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10033   algorithm: "plot_latency_box"
10034   output-file-type: ".html"
10035   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10036   data: "plot-vpp-throughput-latency-2n-skx"
10037   filter: "'NIC_Intel-XXV710' and
10038            '64B' and
10039            ('BASE' or 'SCALE') and
10040            'NDRPDR' and
10041            '2T1C' and
10042            'IP4FWD' and
10043            not 'IPSEC' and
10044            not 'VHOST'"
10045   parameters:
10046   - "latency"
10047   - "parent"
10048   traces:
10049     boxmean: False
10050   layout:
10051     title: ""  # No title
10052     layout: "plot-latency"
10053
10054 -
10055   type: "plot"
10056   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10057   algorithm: "plot_latency_box"
10058   output-file-type: ".html"
10059   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10060   data: "plot-vpp-throughput-latency-2n-skx"
10061   filter: "'NIC_Intel-XXV710' and
10062            '64B' and
10063            ('BASE' or 'SCALE') and
10064            'NDRPDR' and
10065            '4T2C' and
10066            'IP4FWD' and
10067            not 'IPSEC' and
10068            not 'VHOST'"
10069   parameters:
10070   - "latency"
10071   - "parent"
10072   traces:
10073     boxmean: False
10074   layout:
10075     title: ""  # No title
10076     layout: "plot-latency"
10077
10078 ################################################################################
10079
10080 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
10081 -
10082   type: "plot"
10083   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10084   algorithm: "plot_latency_box"
10085   output-file-type: ".html"
10086   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10087   data: "plot-vpp-throughput-latency-3n-hsw"
10088   filter: "'NIC_Intel-X520-DA2' and
10089            '64B' and
10090            'ENCAP' and
10091            'NDRPDR' and
10092            '1T1C' and
10093            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10094            not 'VHOST' and
10095            not 'IPSECHW'"
10096   parameters:
10097   - "latency"
10098   - "parent"
10099   traces:
10100     boxmean: False
10101   layout:
10102     title: ""  # No title
10103     layout: "plot-latency"
10104
10105 -
10106   type: "plot"
10107   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10108   algorithm: "plot_latency_box"
10109   output-file-type: ".html"
10110   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10111   data: "plot-vpp-throughput-latency-3n-hsw"
10112   filter: "'NIC_Intel-X520-DA2' and
10113            '64B' and
10114            'ENCAP' and
10115            'NDRPDR' and
10116            '2T2C' and
10117            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10118            not 'VHOST' and
10119            not 'IPSECHW'"
10120   parameters:
10121   - "latency"
10122   - "parent"
10123   traces:
10124     boxmean: False
10125   layout:
10126     title: ""  # No title
10127     layout: "plot-latency"
10128
10129 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10130 -
10131   type: "plot"
10132   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10133   algorithm: "plot_latency_box"
10134   output-file-type: ".html"
10135   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10136   data: "plot-vpp-throughput-latency-3n-hsw"
10137   filter: "'NIC_Intel-X710' and
10138            '64B' and
10139            'ENCAP' and
10140            'NDRPDR' and
10141            '1T1C' and
10142            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10143            not 'VHOST' and
10144            not 'IPSECHW'"
10145   parameters:
10146   - "latency"
10147   - "parent"
10148   traces:
10149     boxmean: False
10150   layout:
10151     title: ""  # No title
10152     layout: "plot-latency"
10153
10154 -
10155   type: "plot"
10156   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10157   algorithm: "plot_latency_box"
10158   output-file-type: ".html"
10159   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10160   data: "plot-vpp-throughput-latency-3n-hsw"
10161   filter: "'NIC_Intel-X710' and
10162            '64B' and
10163            'ENCAP' and
10164            'NDRPDR' and
10165            '2T2C' and
10166            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10167            not 'VHOST' and
10168            not 'IPSECHW'"
10169   parameters:
10170   - "latency"
10171   - "parent"
10172   traces:
10173     boxmean: False
10174   layout:
10175     title: ""  # No title
10176     layout: "plot-latency"
10177
10178 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10179 -
10180   type: "plot"
10181   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10182   algorithm: "plot_latency_box"
10183   output-file-type: ".html"
10184   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10185   data: "plot-vpp-throughput-latency-3n-skx"
10186   filter: "'NIC_Intel-X710' and
10187            '64B' and
10188            'ENCAP' and
10189            'NDRPDR' and
10190            '2T1C' and
10191            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10192            not 'VHOST' and
10193            not 'IPSECHW'"
10194   parameters:
10195   - "latency"
10196   - "parent"
10197   traces:
10198     boxmean: False
10199   layout:
10200     title: ""  # No title
10201     layout: "plot-latency"
10202
10203 -
10204   type: "plot"
10205   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10206   algorithm: "plot_latency_box"
10207   output-file-type: ".html"
10208   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10209   data: "plot-vpp-throughput-latency-3n-skx"
10210   filter: "'NIC_Intel-X710' and
10211            '64B' and
10212            'ENCAP' and
10213            'NDRPDR' and
10214            '4T2C' and
10215            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10216            not 'VHOST' and
10217            not 'IPSECHW'"
10218   parameters:
10219   - "latency"
10220   - "parent"
10221   traces:
10222     boxmean: False
10223   layout:
10224     title: ""  # No title
10225     layout: "plot-latency"
10226
10227 ################################################################################
10228
10229 # Packet Latency - VPP IPv6 3n-hsw-x520
10230 -
10231   type: "plot"
10232   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10233   algorithm: "plot_latency_box"
10234   output-file-type: ".html"
10235   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10236   data: "plot-vpp-throughput-latency-3n-hsw"
10237   filter: "'NIC_Intel-X520-DA2' and
10238            '78B' and
10239            ('BASE' or 'SCALE') and
10240            'NDRPDR' and
10241            '1T1C' and
10242            'IP6FWD' and
10243            not 'SRv6' and
10244            not 'IPSEC' and
10245            not 'VHOST'"
10246   parameters:
10247   - "latency"
10248   - "parent"
10249   traces:
10250     boxmean: False
10251   layout:
10252     title: ""  # No title
10253     layout: "plot-latency"
10254
10255 -
10256   type: "plot"
10257   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10258   algorithm: "plot_latency_box"
10259   output-file-type: ".html"
10260   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10261   data: "plot-vpp-throughput-latency-3n-hsw"
10262   filter: "'NIC_Intel-X520-DA2' and
10263            '78B' and
10264            ('BASE' or 'SCALE') and
10265            'NDRPDR' and
10266            '2T2C' and
10267            'IP6FWD' and
10268            not 'SRv6' and
10269            not 'IPSEC' and
10270            not 'VHOST'"
10271   parameters:
10272   - "latency"
10273   - "parent"
10274   traces:
10275     boxmean: False
10276   layout:
10277     title: ""  # No title
10278     layout: "plot-latency"
10279
10280 # Packet Latency - VPP IPv6 3n-hsw-x710
10281 -
10282   type: "plot"
10283   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10284   algorithm: "plot_latency_box"
10285   output-file-type: ".html"
10286   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10287   data: "plot-vpp-throughput-latency-3n-hsw"
10288   filter: "'NIC_Intel-X710' and
10289            '78B' and
10290            ('BASE' or 'SCALE') and
10291            'NDRPDR' and
10292            '1T1C' and
10293            'IP6FWD' and
10294            not 'SRv6' and
10295            not 'IPSEC' and
10296            not 'VHOST'"
10297   parameters:
10298   - "latency"
10299   - "parent"
10300   traces:
10301     boxmean: False
10302   layout:
10303     title: ""  # No title
10304     layout: "plot-latency"
10305
10306 -
10307   type: "plot"
10308   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10309   algorithm: "plot_latency_box"
10310   output-file-type: ".html"
10311   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10312   data: "plot-vpp-throughput-latency-3n-hsw"
10313   filter: "'NIC_Intel-X710' and
10314            '78B' and
10315            ('BASE' or 'SCALE') and
10316            'NDRPDR' and
10317            '2T2C' and
10318            'IP6FWD' and
10319            not 'SRv6' and
10320            not 'IPSEC' and
10321            not 'VHOST'"
10322   parameters:
10323   - "latency"
10324   - "parent"
10325   traces:
10326     boxmean: False
10327   layout:
10328     title: ""  # No title
10329     layout: "plot-latency"
10330
10331 # Packet Latency - VPP IPv6 3n-hsw-xl710
10332 -
10333   type: "plot"
10334   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10335   algorithm: "plot_latency_box"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10338   data: "plot-vpp-throughput-latency-3n-hsw"
10339   filter: "'NIC_Intel-XL710' and
10340            '78B' and
10341            ('BASE' or 'SCALE') and
10342            'NDRPDR' and
10343            '1T1C' and
10344            'IP6FWD' and
10345            not 'SRv6' and
10346            not 'IPSEC' and
10347            not 'VHOST'"
10348   parameters:
10349   - "latency"
10350   - "parent"
10351   traces:
10352     boxmean: False
10353   layout:
10354     title: ""  # No title
10355     layout: "plot-latency"
10356
10357 -
10358   type: "plot"
10359   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10360   algorithm: "plot_latency_box"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10363   data: "plot-vpp-throughput-latency-3n-hsw"
10364   filter: "'NIC_Intel-XL710' and
10365            '78B' and
10366            ('BASE' or 'SCALE') and
10367            'NDRPDR' and
10368            '2T2C' and
10369            'IP6FWD' and
10370            not 'SRv6' and
10371            not 'IPSEC' and
10372            not 'VHOST'"
10373   parameters:
10374   - "latency"
10375   - "parent"
10376   traces:
10377     boxmean: False
10378   layout:
10379     title: ""  # No title
10380     layout: "plot-latency"
10381
10382 # Packet Latency - VPP IPv6 3n-skx-x710
10383 -
10384   type: "plot"
10385   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10386   algorithm: "plot_latency_box"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10389   data: "plot-vpp-throughput-latency-3n-skx"
10390   filter: "'NIC_Intel-X710' and
10391            '78B' and
10392            ('BASE' or 'SCALE') and
10393            'NDRPDR' and
10394            '2T1C' and
10395            'IP6FWD' and
10396            not 'SRv6' and
10397            not 'IPSEC' and
10398            not 'VHOST'"
10399   parameters:
10400   - "latency"
10401   - "parent"
10402   traces:
10403     boxmean: False
10404   layout:
10405     title: ""  # No title
10406     layout: "plot-latency"
10407
10408 -
10409   type: "plot"
10410   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10411   algorithm: "plot_latency_box"
10412   output-file-type: ".html"
10413   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10414   data: "plot-vpp-throughput-latency-3n-skx"
10415   filter: "'NIC_Intel-X710' and
10416            '78B' and
10417            ('BASE' or 'SCALE') and
10418            'NDRPDR' and
10419            '4T2C' and
10420            'IP6FWD' and
10421            not 'SRv6' and
10422            not 'IPSEC' and
10423            not 'VHOST'"
10424   parameters:
10425   - "latency"
10426   - "parent"
10427   traces:
10428     boxmean: False
10429   layout:
10430     title: ""  # No title
10431     layout: "plot-latency"
10432
10433 # Packet Latency - VPP IPv6 2n-skx-x710
10434 -
10435   type: "plot"
10436   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10437   algorithm: "plot_latency_box"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10440   data: "plot-vpp-throughput-latency-2n-skx"
10441   filter: "'NIC_Intel-X710' and
10442            '78B' and
10443            ('BASE' or 'SCALE') and
10444            'NDRPDR' and
10445            '2T1C' and
10446            'IP6FWD' and
10447            not 'SRv6' and
10448            not 'IPSEC' and
10449            not 'VHOST'"
10450   parameters:
10451   - "latency"
10452   - "parent"
10453   traces:
10454     boxmean: False
10455   layout:
10456     title: ""  # No title
10457     layout: "plot-latency"
10458
10459 -
10460   type: "plot"
10461   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10462   algorithm: "plot_latency_box"
10463   output-file-type: ".html"
10464   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10465   data: "plot-vpp-throughput-latency-2n-skx"
10466   filter: "'NIC_Intel-X710' and
10467            '78B' and
10468            ('BASE' or 'SCALE') and
10469            'NDRPDR' and
10470            '4T2C' and
10471            'IP6FWD' and
10472            not 'SRv6' and
10473            not 'IPSEC' and
10474            not 'VHOST'"
10475   parameters:
10476   - "latency"
10477   - "parent"
10478   traces:
10479     boxmean: False
10480   layout:
10481     title: ""  # No title
10482     layout: "plot-latency"
10483
10484 # Packet Latency - VPP IPv6 2n-skx-xxv710
10485 -
10486   type: "plot"
10487   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10488   algorithm: "plot_latency_box"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10491   data: "plot-vpp-throughput-latency-2n-skx"
10492   filter: "'NIC_Intel-XXV710' and
10493            '78B' and
10494            ('BASE' or 'SCALE') and
10495            'NDRPDR' and
10496            '2T1C' and
10497            'IP6FWD' and
10498            not 'SRv6' and
10499            not 'IPSEC' and
10500            not 'VHOST'"
10501   parameters:
10502   - "latency"
10503   - "parent"
10504   traces:
10505     boxmean: False
10506   layout:
10507     title: ""  # No title
10508     layout: "plot-latency"
10509
10510 -
10511   type: "plot"
10512   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10513   algorithm: "plot_latency_box"
10514   output-file-type: ".html"
10515   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10516   data: "plot-vpp-throughput-latency-2n-skx"
10517   filter: "'NIC_Intel-XXV710' and
10518            '78B' and
10519            ('BASE' or 'SCALE') and
10520            'NDRPDR' and
10521            '4T2C' and
10522            'IP6FWD' and
10523            not 'SRv6' and
10524            not 'IPSEC' and
10525            not 'VHOST'"
10526   parameters:
10527   - "latency"
10528   - "parent"
10529   traces:
10530     boxmean: False
10531   layout:
10532     title: ""  # No title
10533     layout: "plot-latency"
10534
10535 ################################################################################
10536
10537 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10538 -
10539   type: "plot"
10540   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10541   algorithm: "plot_latency_box"
10542   output-file-type: ".html"
10543   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10544   data: "plot-vpp-throughput-latency-3n-hsw"
10545   filter: "'NIC_Intel-X520-DA2' and
10546            '78B' and
10547            'ENCAP' and
10548            'NDRPDR' and
10549            '1T1C' and
10550            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10551            not 'VHOST'"
10552   parameters:
10553   - "latency"
10554   - "parent"
10555   traces:
10556     boxmean: False
10557   layout:
10558     title: ""  # No title
10559     layout: "plot-latency"
10560
10561 -
10562   type: "plot"
10563   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10564   algorithm: "plot_latency_box"
10565   output-file-type: ".html"
10566   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10567   data: "plot-vpp-throughput-latency-3n-hsw"
10568   filter: "'NIC_Intel-X520-DA2' and
10569            '78B' and
10570            'ENCAP' and
10571            'NDRPDR' and
10572            '2T2C' and
10573            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10574            not 'VHOST'"
10575   parameters:
10576   - "latency"
10577   - "parent"
10578   traces:
10579     boxmean: False
10580   layout:
10581     title: ""  # No title
10582     layout: "plot-latency"
10583
10584 ################################################################################
10585
10586 # Packet Latency - VPP IPSec 3n-hsw-xl710
10587 -
10588   type: "plot"
10589   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10590   algorithm: "plot_latency_box"
10591   output-file-type: ".html"
10592   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10593   data: "plot-vpp-throughput-latency-3n-hsw"
10594   filter: "'NIC_Intel-XL710' and
10595            '64B' and
10596            'IP4FWD' and
10597            'NDRPDR' and
10598            '1T1C' and
10599            'IPSECHW' and
10600            ('IPSECTRAN' or 'IPSECTUN') and
10601            not 'VHOST'"
10602   parameters:
10603   - "latency"
10604   - "parent"
10605   traces:
10606     boxmean: False
10607   layout:
10608     title: ""  # No title
10609     layout: "plot-latency"
10610
10611 -
10612   type: "plot"
10613   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10614   algorithm: "plot_latency_box"
10615   output-file-type: ".html"
10616   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10617   data: "plot-vpp-throughput-latency-3n-hsw"
10618   filter: "'NIC_Intel-XL710' and
10619            '64B' and
10620            'IP4FWD' and
10621            'NDRPDR' and
10622            '2T2C' and
10623            'IPSECHW' and
10624            ('IPSECTRAN' or 'IPSECTUN') and
10625            not 'VHOST'"
10626   parameters:
10627   - "latency"
10628   - "parent"
10629   traces:
10630     boxmean: False
10631   layout:
10632     title: ""  # No title
10633     layout: "plot-latency"
10634
10635 ################################################################################
10636
10637 # Packet Latency - VPP SRv6 3n-hsw-x520
10638 -
10639   type: "plot"
10640   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10641   algorithm: "plot_latency_box"
10642   output-file-type: ".html"
10643   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10644   data: "plot-vpp-throughput-latency-3n-hsw"
10645   filter: "'NIC_Intel-X520-DA2' and
10646            '78B' and
10647            'FEATURE' and
10648            'NDRPDR' and
10649            '1T1C' and
10650            'IP6FWD' and
10651            'SRv6'"
10652   parameters:
10653   - "latency"
10654   - "parent"
10655   traces:
10656     boxmean: False
10657   layout:
10658     title: ""  # No title
10659     layout: "plot-latency"
10660
10661 -
10662   type: "plot"
10663   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10664   algorithm: "plot_latency_box"
10665   output-file-type: ".html"
10666   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10667   data: "plot-vpp-throughput-latency-3n-hsw"
10668   filter: "'NIC_Intel-X520-DA2' and
10669            '78B' and
10670            'FEATURE' and
10671            'NDRPDR' and
10672            '2T2C' and
10673            'IP6FWD' and
10674            'SRv6'"
10675   parameters:
10676   - "latency"
10677   - "parent"
10678   traces:
10679     boxmean: False
10680   layout:
10681     title: ""  # No title
10682     layout: "plot-latency"
10683
10684 ################################################################################
10685
10686 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10687 -
10688   type: "plot"
10689   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10690   algorithm: "plot_latency_box"
10691   output-file-type: ".html"
10692   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10693   data: "plot-vpp-throughput-latency-3n-hsw"
10694   filter: "'NIC_Intel-X520-DA2' and
10695            '64B' and
10696            'NDRPDR' and
10697            '1T1C' and
10698            'VHOST' and
10699            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10700   parameters:
10701   - "latency"
10702   - "parent"
10703   traces:
10704     boxmean: False
10705   layout:
10706     title: ""  # No title
10707     layout: "plot-latency"
10708
10709 -
10710   type: "plot"
10711   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10712   algorithm: "plot_latency_box"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10715   data: "plot-vpp-throughput-latency-3n-hsw"
10716   filter: "'NIC_Intel-X520-DA2' and
10717            '64B' and
10718            'NDRPDR' and
10719            '2T2C' and
10720            'VHOST' and
10721            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10722   parameters:
10723   - "latency"
10724   - "parent"
10725   traces:
10726     boxmean: False
10727   layout:
10728     title: ""  # No title
10729     layout: "plot-latency"
10730
10731 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10732 -
10733   type: "plot"
10734   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10735   algorithm: "plot_latency_box"
10736   output-file-type: ".html"
10737   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10738   data: "plot-vpp-throughput-latency-3n-hsw"
10739   filter: "'NIC_Intel-X520-DA2' and
10740            '64B' and
10741            'NDRPDR' and
10742            '1T1C' and
10743            'VHOST' and
10744            not 'VXLAN' and
10745            not 'IP4FWD' and
10746            not 'DOT1Q' and
10747            not '2VM'"
10748   parameters:
10749   - "latency"
10750   - "parent"
10751   traces:
10752     boxmean: False
10753   layout:
10754     title: ""  # No title
10755     layout: "plot-latency"
10756
10757 -
10758   type: "plot"
10759   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10760   algorithm: "plot_latency_box"
10761   output-file-type: ".html"
10762   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10763   data: "plot-vpp-throughput-latency-3n-hsw"
10764   filter: "'NIC_Intel-X520-DA2' and
10765            '64B' and
10766            'NDRPDR' and
10767            '2T2C' and
10768            'VHOST' and
10769            not 'VXLAN' and
10770            not 'IP4FWD' and
10771            not 'DOT1Q' and
10772            not '2VM'"
10773   parameters:
10774   - "latency"
10775   - "parent"
10776   traces:
10777     boxmean: False
10778   layout:
10779     title: ""  # No title
10780     layout: "plot-latency"
10781
10782 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10783 -
10784   type: "plot"
10785   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10786   algorithm: "plot_latency_box"
10787   output-file-type: ".html"
10788   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10789   data: "plot-vpp-throughput-latency-3n-hsw"
10790   filter: "'NIC_Intel-X710' and
10791            '64B' and
10792            'NDRPDR' and
10793            '1T1C' and
10794            'VHOST' and
10795            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10796   parameters:
10797   - "latency"
10798   - "parent"
10799   traces:
10800     boxmean: False
10801   layout:
10802     title: ""  # No title
10803     layout: "plot-latency"
10804
10805 -
10806   type: "plot"
10807   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10808   algorithm: "plot_latency_box"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10811   data: "plot-vpp-throughput-latency-3n-hsw"
10812   filter: "'NIC_Intel-X710' and
10813            '64B' and
10814            'NDRPDR' and
10815            '2T2C' and
10816            'VHOST' and
10817            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10818   parameters:
10819   - "latency"
10820   - "parent"
10821   traces:
10822     boxmean: False
10823   layout:
10824     title: ""  # No title
10825     layout: "plot-latency"
10826
10827 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10828 -
10829   type: "plot"
10830   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10831   algorithm: "plot_latency_box"
10832   output-file-type: ".html"
10833   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10834   data: "plot-vpp-throughput-latency-3n-hsw"
10835   filter: "'NIC_Intel-X710' and
10836            '64B' and
10837            'NDRPDR' and
10838            '1T1C' and
10839            'VHOST' and
10840            not 'VXLAN' and
10841            not 'IP4FWD' and
10842            not 'DOT1Q' and
10843            not '2VM'"
10844   parameters:
10845   - "latency"
10846   - "parent"
10847   traces:
10848     boxmean: False
10849   layout:
10850     title: ""  # No title
10851     layout: "plot-latency"
10852
10853 -
10854   type: "plot"
10855   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10856   algorithm: "plot_latency_box"
10857   output-file-type: ".html"
10858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10859   data: "plot-vpp-throughput-latency-3n-hsw"
10860   filter: "'NIC_Intel-X710' and
10861            '64B' and
10862            'NDRPDR' and
10863            '2T2C' and
10864            'VHOST' and
10865            not 'VXLAN' and
10866            not 'IP4FWD' and
10867            not 'DOT1Q' and
10868            not '2VM'"
10869   parameters:
10870   - "latency"
10871   - "parent"
10872   traces:
10873     boxmean: False
10874   layout:
10875     title: ""  # No title
10876     layout: "plot-latency"
10877
10878 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10879 -
10880   type: "plot"
10881   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10882   algorithm: "plot_latency_box"
10883   output-file-type: ".html"
10884   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10885   data: "plot-vpp-throughput-latency-3n-hsw"
10886   filter: "'NIC_Intel-XL710' and
10887            '64B' and
10888            'NDRPDR' and
10889            '1T1C' and
10890            'VHOST' and
10891            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10892   parameters:
10893   - "latency"
10894   - "parent"
10895   traces:
10896     boxmean: False
10897   layout:
10898     title: ""  # No title
10899     layout: "plot-latency"
10900
10901 -
10902   type: "plot"
10903   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10904   algorithm: "plot_latency_box"
10905   output-file-type: ".html"
10906   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10907   data: "plot-vpp-throughput-latency-3n-hsw"
10908   filter: "'NIC_Intel-XL710' and
10909            '64B' and
10910            'NDRPDR' and
10911            '2T2C' and
10912            'VHOST' and
10913            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10914   parameters:
10915   - "latency"
10916   - "parent"
10917   traces:
10918     boxmean: False
10919   layout:
10920     title: ""  # No title
10921     layout: "plot-latency"
10922
10923 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10924 -
10925   type: "plot"
10926   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10927   algorithm: "plot_latency_box"
10928   output-file-type: ".html"
10929   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10930   data: "plot-vpp-throughput-latency-3n-hsw"
10931   filter: "'NIC_Intel-XL710' and
10932            '64B' and
10933            'NDRPDR' and
10934            '1T1C' and
10935            'VHOST' and
10936            not 'VXLAN' and
10937            not 'IP4FWD' and
10938            not 'DOT1Q' and
10939            not '2VM'"
10940   parameters:
10941   - "latency"
10942   - "parent"
10943   traces:
10944     boxmean: False
10945   layout:
10946     title: ""  # No title
10947     layout: "plot-latency"
10948
10949 -
10950   type: "plot"
10951   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10952   algorithm: "plot_latency_box"
10953   output-file-type: ".html"
10954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10955   data: "plot-vpp-throughput-latency-3n-hsw"
10956   filter: "'NIC_Intel-XL710' and
10957            '64B' and
10958            'NDRPDR' and
10959            '2T2C' and
10960            'VHOST' and
10961            not 'VXLAN' and
10962            not 'IP4FWD' and
10963            not 'DOT1Q' and
10964            not '2VM'"
10965   parameters:
10966   - "latency"
10967   - "parent"
10968   traces:
10969     boxmean: False
10970   layout:
10971     title: ""  # No title
10972     layout: "plot-latency"
10973
10974 ################################################################################
10975
10976 # Packet Latency - VPP VTS 3n-hsw-x520
10977 -
10978   type: "plot"
10979   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10980   algorithm: "plot_latency_box"
10981   output-file-type: ".html"
10982   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10983   data: "plot-vpp-throughput-latency-3n-hsw"
10984   filter: "'NIC_Intel-X520-DA2' and
10985            '114B' and
10986            'NDRPDR' and
10987            '1T1C' and
10988            'VTS'"
10989   parameters:
10990   - "latency"
10991   - "parent"
10992   traces:
10993     boxmean: False
10994   layout:
10995     title: ""  # No title
10996     layout: "plot-latency"
10997
10998 -
10999   type: "plot"
11000   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
11001   algorithm: "plot_latency_box"
11002   output-file-type: ".html"
11003   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
11004   data: "plot-vpp-throughput-latency-3n-hsw"
11005   filter: "'NIC_Intel-X520-DA2' and
11006            '114B' and
11007            'NDRPDR' and
11008            '2T2C' and
11009            'VTS'"
11010   parameters:
11011   - "latency"
11012   - "parent"
11013   traces:
11014     boxmean: False
11015   layout:
11016     title: ""  # No title
11017     layout: "plot-latency"
11018
11019 ################################################################################
11020
11021 # Packet Latency - DPDK l3fwd 3n-hsw-x520
11022 -
11023   type: "plot"
11024   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11025   algorithm: "plot_latency_box"
11026   output-file-type: ".html"
11027   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11028   data: "plot-dpdk-throughput-latency-3n-hsw"
11029   filter: "'NIC_Intel-X520-DA2' and
11030            '64B' and
11031            'BASE' and
11032            'NDRPDR' and
11033            '1T1C' and
11034            'IP4FWD'"
11035   parameters:
11036   - "latency"
11037   - "parent"
11038   traces:
11039     hoverinfo: "x+y"
11040     boxpoints: "outliers"
11041     whiskerwidth: 0
11042   layout:
11043     title: ""  # No title
11044     layout: "plot-latency"
11045
11046 -
11047   type: "plot"
11048   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11049   algorithm: "plot_latency_box"
11050   output-file-type: ".html"
11051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11052   data: "plot-dpdk-throughput-latency-3n-hsw"
11053   filter: "'NIC_Intel-X520-DA2' and
11054            '64B' and
11055            'BASE' and
11056            'NDRPDR' and
11057            '2T2C' and
11058            'IP4FWD'"
11059   parameters:
11060   - "latency"
11061   - "parent"
11062   traces:
11063     hoverinfo: "x+y"
11064     boxpoints: "outliers"
11065     whiskerwidth: 0
11066   layout:
11067     title: ""  # No title
11068     layout: "plot-latency"
11069
11070 # Packet Latency - DPDK l3fwd 3n-hsw-x710
11071 -
11072   type: "plot"
11073   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11074   algorithm: "plot_latency_box"
11075   output-file-type: ".html"
11076   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11077   data: "plot-dpdk-throughput-latency-3n-hsw"
11078   filter: "'NIC_Intel-X710' and
11079            '64B' and
11080            'BASE' and
11081            'NDRPDR' and
11082            '1T1C' and
11083            'IP4FWD'"
11084   parameters:
11085   - "latency"
11086   - "parent"
11087   traces:
11088     hoverinfo: "x+y"
11089     boxpoints: "outliers"
11090     whiskerwidth: 0
11091   layout:
11092     title: ""  # No title
11093     layout: "plot-latency"
11094
11095 -
11096   type: "plot"
11097   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11098   algorithm: "plot_latency_box"
11099   output-file-type: ".html"
11100   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11101   data: "plot-dpdk-throughput-latency-3n-hsw"
11102   filter: "'NIC_Intel-X710' and
11103            '64B' and
11104            'BASE' and
11105            'NDRPDR' and
11106            '2T2C' and
11107            'IP4FWD'"
11108   parameters:
11109   - "latency"
11110   - "parent"
11111   traces:
11112     hoverinfo: "x+y"
11113     boxpoints: "outliers"
11114     whiskerwidth: 0
11115   layout:
11116     title: ""  # No title
11117     layout: "plot-latency"
11118
11119 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11120 -
11121   type: "plot"
11122   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11123   algorithm: "plot_latency_box"
11124   output-file-type: ".html"
11125   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11126   data: "plot-dpdk-throughput-latency-3n-hsw"
11127   filter: "'NIC_Intel-XL710' and
11128            '64B' and
11129            'BASE' and
11130            'NDRPDR' and
11131            '1T1C' and
11132            'IP4FWD'"
11133   parameters:
11134   - "latency"
11135   - "parent"
11136   traces:
11137     hoverinfo: "x+y"
11138     boxpoints: "outliers"
11139     whiskerwidth: 0
11140   layout:
11141     title: ""  # No title
11142     layout: "plot-latency"
11143
11144 -
11145   type: "plot"
11146   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11147   algorithm: "plot_latency_box"
11148   output-file-type: ".html"
11149   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11150   data: "plot-dpdk-throughput-latency-3n-hsw"
11151   filter: "'NIC_Intel-XL710' and
11152            '64B' and
11153            'BASE' and
11154            'NDRPDR' and
11155            '2T2C' and
11156            'IP4FWD'"
11157   parameters:
11158   - "latency"
11159   - "parent"
11160   traces:
11161     hoverinfo: "x+y"
11162     boxpoints: "outliers"
11163     whiskerwidth: 0
11164   layout:
11165     title: ""  # No title
11166     layout: "plot-latency"
11167
11168 # Packet Latency - DPDK l3fwd 3n-skx-x710
11169 -
11170   type: "plot"
11171   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11172   algorithm: "plot_latency_box"
11173   output-file-type: ".html"
11174   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11175   data: "plot-dpdk-throughput-latency-3n-skx"
11176   filter: "'NIC_Intel-X710' and
11177            '64B' and
11178            'BASE' and
11179            'NDRPDR' and
11180            '2T1C' and
11181            'IP4FWD'"
11182   parameters:
11183   - "latency"
11184   - "parent"
11185   traces:
11186     hoverinfo: "x+y"
11187     boxpoints: "outliers"
11188     whiskerwidth: 0
11189   layout:
11190     title: ""  # No title
11191     layout: "plot-latency"
11192
11193 -
11194   type: "plot"
11195   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11196   algorithm: "plot_latency_box"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11199   data: "plot-dpdk-throughput-latency-3n-skx"
11200   filter: "'NIC_Intel-X710' and
11201            '64B' and
11202            'BASE' and
11203            'NDRPDR' and
11204            '4T2C' and
11205            'IP4FWD'"
11206   parameters:
11207   - "latency"
11208   - "parent"
11209   traces:
11210     hoverinfo: "x+y"
11211     boxpoints: "outliers"
11212     whiskerwidth: 0
11213   layout:
11214     title: ""  # No title
11215     layout: "plot-latency"
11216
11217 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11218 -
11219   type: "plot"
11220   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11221   algorithm: "plot_latency_box"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11224   data: "plot-dpdk-throughput-latency-3n-skx"
11225   filter: "'NIC_Intel-XXV710' and
11226            '64B' and
11227            'BASE' and
11228            'NDRPDR' and
11229            '2T1C' and
11230            'IP4FWD'"
11231   parameters:
11232   - "latency"
11233   - "parent"
11234   traces:
11235     hoverinfo: "x+y"
11236     boxpoints: "outliers"
11237     whiskerwidth: 0
11238   layout:
11239     title: ""  # No title
11240     layout: "plot-latency"
11241
11242 -
11243   type: "plot"
11244   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11245   algorithm: "plot_latency_box"
11246   output-file-type: ".html"
11247   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11248   data: "plot-dpdk-throughput-latency-3n-skx"
11249   filter: "'NIC_Intel-XXV710' and
11250            '64B' and
11251            'BASE' and
11252            'NDRPDR' and
11253            '4T2C' and
11254            'IP4FWD'"
11255   parameters:
11256   - "latency"
11257   - "parent"
11258   traces:
11259     hoverinfo: "x+y"
11260     boxpoints: "outliers"
11261     whiskerwidth: 0
11262   layout:
11263     title: ""  # No title
11264     layout: "plot-latency"
11265
11266 # Packet Latency - DPDK l3fwd 2n-skx-x710
11267 -
11268   type: "plot"
11269   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11270   algorithm: "plot_latency_box"
11271   output-file-type: ".html"
11272   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11273   data: "plot-dpdk-throughput-latency-2n-skx"
11274   filter: "'NIC_Intel-X710' and
11275            '64B' and
11276            'BASE' and
11277            'NDRPDR' and
11278            '2T1C' and
11279            'IP4FWD'"
11280   parameters:
11281   - "latency"
11282   - "parent"
11283   traces:
11284     hoverinfo: "x+y"
11285     boxpoints: "outliers"
11286     whiskerwidth: 0
11287   layout:
11288     title: ""  # No title
11289     layout: "plot-latency"
11290
11291 -
11292   type: "plot"
11293   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11294   algorithm: "plot_latency_box"
11295   output-file-type: ".html"
11296   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11297   data: "plot-dpdk-throughput-latency-2n-skx"
11298   filter: "'NIC_Intel-X710' and
11299            '64B' and
11300            'BASE' and
11301            'NDRPDR' and
11302            '4T2C' and
11303            'IP4FWD'"
11304   parameters:
11305   - "latency"
11306   - "parent"
11307   traces:
11308     hoverinfo: "x+y"
11309     boxpoints: "outliers"
11310     whiskerwidth: 0
11311   layout:
11312     title: ""  # No title
11313     layout: "plot-latency"
11314
11315 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11316 -
11317   type: "plot"
11318   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11319   algorithm: "plot_latency_box"
11320   output-file-type: ".html"
11321   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11322   data: "plot-dpdk-throughput-latency-2n-skx"
11323   filter: "'NIC_Intel-XXV710' and
11324            '64B' and
11325            'BASE' and
11326            'NDRPDR' and
11327            '2T1C' and
11328            'IP4FWD'"
11329   parameters:
11330   - "latency"
11331   - "parent"
11332   traces:
11333     hoverinfo: "x+y"
11334     boxpoints: "outliers"
11335     whiskerwidth: 0
11336   layout:
11337     title: ""  # No title
11338     layout: "plot-latency"
11339
11340 -
11341   type: "plot"
11342   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11343   algorithm: "plot_latency_box"
11344   output-file-type: ".html"
11345   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11346   data: "plot-dpdk-throughput-latency-2n-skx"
11347   filter: "'NIC_Intel-XXV710' and
11348            '64B' and
11349            'BASE' and
11350            'NDRPDR' and
11351            '4T2C' and
11352            'IP4FWD'"
11353   parameters:
11354   - "latency"
11355   - "parent"
11356   traces:
11357     hoverinfo: "x+y"
11358     boxpoints: "outliers"
11359     whiskerwidth: 0
11360   layout:
11361     title: ""  # No title
11362     layout: "plot-latency"
11363
11364 ################################################################################
11365
11366 # Packet Latency - DPDK testpmd 3n-hsw-x520
11367 -
11368   type: "plot"
11369   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11370   algorithm: "plot_latency_box"
11371   output-file-type: ".html"
11372   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11373   data: "plot-dpdk-throughput-latency-3n-hsw"
11374   filter: "'NIC_Intel-X520-DA2' and
11375            '64B' and
11376            'BASE' and
11377            'NDRPDR' and
11378            '1T1C' and
11379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11380   parameters:
11381   - "latency"
11382   - "parent"
11383   traces:
11384     hoverinfo: "x+y"
11385     boxpoints: "outliers"
11386     whiskerwidth: 0
11387   layout:
11388     title: ""  # No title
11389     layout: "plot-latency"
11390
11391 -
11392   type: "plot"
11393   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11394   algorithm: "plot_latency_box"
11395   output-file-type: ".html"
11396   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11397   data: "plot-dpdk-throughput-latency-3n-hsw"
11398   filter: "'NIC_Intel-X520-DA2' and
11399            '64B' and
11400            'BASE' and
11401            'NDRPDR' and
11402            '2T2C' and
11403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11404   parameters:
11405   - "latency"
11406   - "parent"
11407   traces:
11408     hoverinfo: "x+y"
11409     boxpoints: "outliers"
11410     whiskerwidth: 0
11411   layout:
11412     title: ""  # No title
11413     layout: "plot-latency"
11414
11415 # Packet Latency - DPDK testpmd 3n-hsw-x710
11416 -
11417   type: "plot"
11418   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11419   algorithm: "plot_latency_box"
11420   output-file-type: ".html"
11421   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11422   data: "plot-dpdk-throughput-latency-3n-hsw"
11423   filter: "'NIC_Intel-X710' and
11424            '64B' and
11425            'BASE' and
11426            'NDRPDR' and
11427            '1T1C' and
11428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11429   parameters:
11430   - "latency"
11431   - "parent"
11432   traces:
11433     hoverinfo: "x+y"
11434     boxpoints: "outliers"
11435     whiskerwidth: 0
11436   layout:
11437     title: ""  # No title
11438     layout: "plot-latency"
11439
11440 -
11441   type: "plot"
11442   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11443   algorithm: "plot_latency_box"
11444   output-file-type: ".html"
11445   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11446   data: "plot-dpdk-throughput-latency-3n-hsw"
11447   filter: "'NIC_Intel-X710' and
11448            '64B' and
11449            'BASE' and
11450            'NDRPDR' and
11451            '2T2C' and
11452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11453   parameters:
11454   - "latency"
11455   - "parent"
11456   traces:
11457     hoverinfo: "x+y"
11458     boxpoints: "outliers"
11459     whiskerwidth: 0
11460   layout:
11461     title: ""  # No title
11462     layout: "plot-latency"
11463
11464 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11465 -
11466   type: "plot"
11467   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11468   algorithm: "plot_latency_box"
11469   output-file-type: ".html"
11470   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11471   data: "plot-dpdk-throughput-latency-3n-hsw"
11472   filter: "'NIC_Intel-XL710' and
11473            '64B' and
11474            'BASE' and
11475            'NDRPDR' and
11476            '1T1C' and
11477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11478   parameters:
11479   - "latency"
11480   - "parent"
11481   traces:
11482     hoverinfo: "x+y"
11483     boxpoints: "outliers"
11484     whiskerwidth: 0
11485   layout:
11486     title: ""  # No title
11487     layout: "plot-latency"
11488
11489 -
11490   type: "plot"
11491   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11492   algorithm: "plot_latency_box"
11493   output-file-type: ".html"
11494   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11495   data: "plot-dpdk-throughput-latency-3n-hsw"
11496   filter: "'NIC_Intel-XL710' and
11497            '64B' and
11498            'BASE' and
11499            'NDRPDR' and
11500            '2T2C' and
11501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11502   parameters:
11503   - "latency"
11504   - "parent"
11505   traces:
11506     hoverinfo: "x+y"
11507     boxpoints: "outliers"
11508     whiskerwidth: 0
11509   layout:
11510     title: ""  # No title
11511     layout: "plot-latency"
11512
11513 # Packet Latency - DPDK testpmd 3n-skx-x710
11514 -
11515   type: "plot"
11516   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11517   algorithm: "plot_latency_box"
11518   output-file-type: ".html"
11519   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11520   data: "plot-dpdk-throughput-latency-3n-skx"
11521   filter: "'NIC_Intel-X710' and
11522            '64B' and
11523            'BASE' and
11524            'NDRPDR' and
11525            '2T1C' and
11526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11527   parameters:
11528   - "latency"
11529   - "parent"
11530   traces:
11531     hoverinfo: "x+y"
11532     boxpoints: "outliers"
11533     whiskerwidth: 0
11534   layout:
11535     title: ""  # No title
11536     layout: "plot-latency"
11537
11538 -
11539   type: "plot"
11540   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11541   algorithm: "plot_latency_box"
11542   output-file-type: ".html"
11543   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11544   data: "plot-dpdk-throughput-latency-3n-skx"
11545   filter: "'NIC_Intel-X710' and
11546            '64B' and
11547            'BASE' and
11548            'NDRPDR' and
11549            '4T2C' and
11550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11551   parameters:
11552   - "latency"
11553   - "parent"
11554   traces:
11555     hoverinfo: "x+y"
11556     boxpoints: "outliers"
11557     whiskerwidth: 0
11558   layout:
11559     title: ""  # No title
11560     layout: "plot-latency"
11561
11562 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11563 -
11564   type: "plot"
11565   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11566   algorithm: "plot_latency_box"
11567   output-file-type: ".html"
11568   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11569   data: "plot-dpdk-throughput-latency-3n-skx"
11570   filter: "'NIC_Intel-XXV710' and
11571            '64B' and
11572            'BASE' and
11573            'NDRPDR' and
11574            '2T1C' and
11575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11576   parameters:
11577   - "latency"
11578   - "parent"
11579   traces:
11580     hoverinfo: "x+y"
11581     boxpoints: "outliers"
11582     whiskerwidth: 0
11583   layout:
11584     title: ""  # No title
11585     layout: "plot-latency"
11586
11587 -
11588   type: "plot"
11589   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11590   algorithm: "plot_latency_box"
11591   output-file-type: ".html"
11592   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11593   data: "plot-dpdk-throughput-latency-3n-skx"
11594   filter: "'NIC_Intel-XXV710' and
11595            '64B' and
11596            'BASE' and
11597            'NDRPDR' and
11598            '4T2C' and
11599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11600   parameters:
11601   - "latency"
11602   - "parent"
11603   traces:
11604     hoverinfo: "x+y"
11605     boxpoints: "outliers"
11606     whiskerwidth: 0
11607   layout:
11608     title: ""  # No title
11609     layout: "plot-latency"
11610
11611 # Packet Latency - DPDK testpmd 2n-skx-x710
11612 -
11613   type: "plot"
11614   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11615   algorithm: "plot_latency_box"
11616   output-file-type: ".html"
11617   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11618   data: "plot-dpdk-throughput-latency-2n-skx"
11619   filter: "'NIC_Intel-X710' and
11620            '64B' and
11621            'BASE' and
11622            'NDRPDR' and
11623            '2T1C' and
11624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11625   parameters:
11626   - "latency"
11627   - "parent"
11628   traces:
11629     hoverinfo: "x+y"
11630     boxpoints: "outliers"
11631     whiskerwidth: 0
11632   layout:
11633     title: ""  # No title
11634     layout: "plot-latency"
11635
11636 -
11637   type: "plot"
11638   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11639   algorithm: "plot_latency_box"
11640   output-file-type: ".html"
11641   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11642   data: "plot-dpdk-throughput-latency-2n-skx"
11643   filter: "'NIC_Intel-X710' and
11644            '64B' and
11645            'BASE' and
11646            'NDRPDR' and
11647            '4T2C' and
11648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11649   parameters:
11650   - "latency"
11651   - "parent"
11652   traces:
11653     hoverinfo: "x+y"
11654     boxpoints: "outliers"
11655     whiskerwidth: 0
11656   layout:
11657     title: ""  # No title
11658     layout: "plot-latency"
11659
11660 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11661 -
11662   type: "plot"
11663   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11664   algorithm: "plot_latency_box"
11665   output-file-type: ".html"
11666   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11667   data: "plot-dpdk-throughput-latency-2n-skx"
11668   filter: "'NIC_Intel-XXV710' and
11669            '64B' and
11670            'BASE' and
11671            'NDRPDR' and
11672            '2T1C' and
11673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11674   parameters:
11675   - "latency"
11676   - "parent"
11677   traces:
11678     hoverinfo: "x+y"
11679     boxpoints: "outliers"
11680     whiskerwidth: 0
11681   layout:
11682     title: ""  # No title
11683     layout: "plot-latency"
11684
11685 -
11686   type: "plot"
11687   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11688   algorithm: "plot_latency_box"
11689   output-file-type: ".html"
11690   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11691   data: "plot-dpdk-throughput-latency-2n-skx"
11692   filter: "'NIC_Intel-XXV710' and
11693            '64B' and
11694            'BASE' and
11695            'NDRPDR' and
11696            '4T2C' and
11697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11698   parameters:
11699   - "latency"
11700   - "parent"
11701   traces:
11702     hoverinfo: "x+y"
11703     boxpoints: "outliers"
11704     whiskerwidth: 0
11705   layout:
11706     title: ""  # No title
11707     layout: "plot-latency"
11708
11709 ################################################################################
11710
11711 # Speedup - VPP Container Memif 3n-hsw-x520
11712 -
11713   type: "plot"
11714   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11715   algorithm: "plot_throughput_speedup_analysis"
11716   output-file-type: ".html"
11717   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11718   data: "plot-throughput-speedup-analysis-3n-hsw"
11719   filter: "'NIC_Intel-X520-DA2' and
11720            '64B' and
11721            ('BASE' or 'SCALE') and
11722            'NDRPDR' and
11723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11724            not 'VHOST' and
11725            'MEMIF'"
11726   parameters:
11727   - "throughput"
11728   - "parent"
11729   - "tags"
11730   layout:
11731     title: ""  # No title
11732     layout: "plot-throughput-speedup-analysis"
11733
11734 -
11735   type: "plot"
11736   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11737   algorithm: "plot_throughput_speedup_analysis"
11738   output-file-type: ".html"
11739   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11740   data: "plot-throughput-speedup-analysis-3n-hsw"
11741   filter: "'NIC_Intel-X520-DA2' and
11742            '64B' and
11743            ('BASE' or 'SCALE') and
11744            'NDRPDR' and
11745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11746            not 'VHOST' and
11747            'MEMIF'"
11748   parameters:
11749   - "throughput"
11750   - "parent"
11751   - "tags"
11752   layout:
11753     title: ""  # No title
11754     layout: "plot-throughput-speedup-analysis"
11755
11756 # Speedup - VPP Container Memif 3n-hsw-x710
11757 -
11758   type: "plot"
11759   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11760   algorithm: "plot_throughput_speedup_analysis"
11761   output-file-type: ".html"
11762   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11763   data: "plot-throughput-speedup-analysis-3n-hsw"
11764   filter: "'NIC_Intel-X710' and
11765            '64B' and
11766            ('BASE' or 'SCALE') and
11767            'NDRPDR' and
11768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11769            not 'VHOST' and
11770            'MEMIF'"
11771   parameters:
11772   - "throughput"
11773   - "parent"
11774   - "tags"
11775   layout:
11776     title: ""  # No title
11777     layout: "plot-throughput-speedup-analysis"
11778
11779 -
11780   type: "plot"
11781   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11782   algorithm: "plot_throughput_speedup_analysis"
11783   output-file-type: ".html"
11784   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11785   data: "plot-throughput-speedup-analysis-3n-hsw"
11786   filter: "'NIC_Intel-X710' and
11787            '64B' and
11788            ('BASE' or 'SCALE') and
11789            'NDRPDR' and
11790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11791            not 'VHOST' and
11792            'MEMIF'"
11793   parameters:
11794   - "throughput"
11795   - "parent"
11796   - "tags"
11797   layout:
11798     title: ""  # No title
11799     layout: "plot-throughput-speedup-analysis"
11800
11801 # Speedup - VPP Container Memif 3n-hsw-xl710
11802 -
11803   type: "plot"
11804   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11805   algorithm: "plot_throughput_speedup_analysis"
11806   output-file-type: ".html"
11807   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11808   data: "plot-throughput-speedup-analysis-3n-hsw"
11809   filter: "'NIC_Intel-XL710' and
11810            '64B' and
11811            ('BASE' or 'SCALE') and
11812            'NDRPDR' and
11813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11814            not 'VHOST' and
11815            'MEMIF'"
11816   parameters:
11817   - "throughput"
11818   - "parent"
11819   - "tags"
11820   layout:
11821     title: ""  # No title
11822     layout: "plot-throughput-speedup-analysis"
11823
11824 -
11825   type: "plot"
11826   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11827   algorithm: "plot_throughput_speedup_analysis"
11828   output-file-type: ".html"
11829   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11830   data: "plot-throughput-speedup-analysis-3n-hsw"
11831   filter: "'NIC_Intel-XL710' and
11832            '64B' and
11833            ('BASE' or 'SCALE') and
11834            'NDRPDR' and
11835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11836            not 'VHOST' and
11837            'MEMIF'"
11838   parameters:
11839   - "throughput"
11840   - "parent"
11841   - "tags"
11842   layout:
11843     title: ""  # No title
11844     layout: "plot-throughput-speedup-analysis"
11845
11846 # Speedup - VPP Container Memif 3n-skx-x710
11847 -
11848   type: "plot"
11849   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11850   algorithm: "plot_throughput_speedup_analysis"
11851   output-file-type: ".html"
11852   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11853   data: "plot-throughput-speedup-analysis-3n-skx"
11854   filter: "'NIC_Intel-X710' and
11855            '64B' and
11856            ('BASE' or 'SCALE') and
11857            'NDRPDR' and
11858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11859            not 'VHOST' and
11860            'MEMIF'"
11861   parameters:
11862   - "throughput"
11863   - "parent"
11864   - "tags"
11865   layout:
11866     title: ""  # No title
11867     layout: "plot-throughput-speedup-analysis"
11868
11869 -
11870   type: "plot"
11871   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11872   algorithm: "plot_throughput_speedup_analysis"
11873   output-file-type: ".html"
11874   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11875   data: "plot-throughput-speedup-analysis-3n-skx"
11876   filter: "'NIC_Intel-X710' and
11877            '64B' and
11878            ('BASE' or 'SCALE') and
11879            'NDRPDR' and
11880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11881            not 'VHOST' and
11882             'MEMIF'"
11883   parameters:
11884   - "throughput"
11885   - "parent"
11886   - "tags"
11887   layout:
11888     title: ""  # No title
11889     layout: "plot-throughput-speedup-analysis"
11890
11891 ################################################################################
11892
11893 # Speedup - VPP Container k8s memif 3n-hsw-x520
11894 -
11895   type: "plot"
11896   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11897   algorithm: "plot_throughput_speedup_analysis"
11898   output-file-type: ".html"
11899   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11900   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11901   filter: "'NIC_Intel-X520-DA2' and
11902            '64B' and
11903            ('BASE' or 'SCALE') and
11904            'NDRPDR' and
11905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11906            not 'VHOST' and
11907            'MEMIF'"
11908   parameters:
11909   - "throughput"
11910   - "parent"
11911   - "tags"
11912   layout:
11913     title: ""  # No title
11914     layout: "plot-throughput-speedup-analysis"
11915
11916 -
11917   type: "plot"
11918   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11919   algorithm: "plot_throughput_speedup_analysis"
11920   output-file-type: ".html"
11921   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11922   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11923   filter: "'NIC_Intel-X520-DA2' and
11924            '64B' and
11925            ('BASE' or 'SCALE') and
11926            'NDRPDR' and
11927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11928            not 'VHOST' and
11929            'MEMIF'"
11930   parameters:
11931   - "throughput"
11932   - "parent"
11933   - "tags"
11934   layout:
11935     title: ""  # No title
11936     layout: "plot-throughput-speedup-analysis"
11937
11938 # Speedup - VPP Container Memif 3n-hsw-x710
11939 -
11940   type: "plot"
11941   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11942   algorithm: "plot_throughput_speedup_analysis"
11943   output-file-type: ".html"
11944   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11945   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11946   filter: "'NIC_Intel-X710' and
11947            '64B' and
11948            ('BASE' or 'SCALE') and
11949            'NDRPDR' and
11950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11951            not 'VHOST' and
11952            'MEMIF'"
11953   parameters:
11954   - "throughput"
11955   - "parent"
11956   - "tags"
11957   layout:
11958     title: ""  # No title
11959     layout: "plot-throughput-speedup-analysis"
11960
11961 -
11962   type: "plot"
11963   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11964   algorithm: "plot_throughput_speedup_analysis"
11965   output-file-type: ".html"
11966   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11967   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11968   filter: "'NIC_Intel-X710' and
11969            '64B' and
11970            ('BASE' or 'SCALE') and
11971            'NDRPDR' and
11972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11973            not 'VHOST' and
11974            'MEMIF'"
11975   parameters:
11976   - "throughput"
11977   - "parent"
11978   - "tags"
11979   layout:
11980     title: ""  # No title
11981     layout: "plot-throughput-speedup-analysis"
11982
11983 ################################################################################
11984
11985 # Speedup - VPP IPv4 3n-hsw-x520
11986 -
11987   type: "plot"
11988   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11989   algorithm: "plot_throughput_speedup_analysis"
11990   output-file-type: ".html"
11991   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11992   data: "plot-throughput-speedup-analysis-3n-hsw"
11993   filter: "'NIC_Intel-X520-DA2' and
11994            '64B' and
11995            ('BASE' or 'SCALE') and
11996            'NDRPDR' and
11997            'IP4FWD' and
11998            not 'IPSEC' and
11999            not 'VHOST'"
12000   parameters:
12001   - "throughput"
12002   - "parent"
12003   - "tags"
12004   layout:
12005     title: ""  # No title
12006     layout: "plot-throughput-speedup-analysis"
12007
12008 -
12009   type: "plot"
12010   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12011   algorithm: "plot_throughput_speedup_analysis"
12012   output-file-type: ".html"
12013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12014   data: "plot-throughput-speedup-analysis-3n-hsw"
12015   filter: "'NIC_Intel-X520-DA2' and
12016            '64B' and
12017            ('BASE' or 'SCALE') and
12018            'NDRPDR' and
12019            'IP4FWD' and
12020            not 'IPSEC' and
12021            not 'VHOST'"
12022   parameters:
12023   - "throughput"
12024   - "parent"
12025   - "tags"
12026   layout:
12027     title: ""  # No title
12028     layout: "plot-throughput-speedup-analysis"
12029
12030 -
12031   type: "plot"
12032   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
12033   algorithm: "plot_throughput_speedup_analysis"
12034   output-file-type: ".html"
12035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
12036   data: "plot-throughput-speedup-analysis-3n-hsw"
12037   filter: "'NIC_Intel-X520-DA2' and
12038            '64B' and
12039            'FEATURE' and
12040            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12041            'NDRPDR' and
12042            'IP4FWD' and
12043            not 'IPSEC' and
12044            not 'VHOST'"
12045   parameters:
12046   - "throughput"
12047   - "parent"
12048   - "tags"
12049   layout:
12050     title: ""  # No title
12051     layout: "plot-throughput-speedup-analysis"
12052
12053 -
12054   type: "plot"
12055   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
12056   algorithm: "plot_throughput_speedup_analysis"
12057   output-file-type: ".html"
12058   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
12059   data: "plot-throughput-speedup-analysis-3n-hsw"
12060   filter: "'NIC_Intel-X520-DA2' and
12061            '64B' and
12062            'FEATURE' and
12063            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12064            'NDRPDR' and
12065            'IP4FWD' and
12066            not 'IPSEC' and
12067            not 'VHOST'"
12068   parameters:
12069   - "throughput"
12070   - "parent"
12071   - "tags"
12072   layout:
12073     title: ""  # No title
12074     layout: "plot-throughput-speedup-analysis"
12075
12076 # Speedup - VPP IPv4 3n-hsw-x710
12077 -
12078   type: "plot"
12079   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12080   algorithm: "plot_throughput_speedup_analysis"
12081   output-file-type: ".html"
12082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12083   data: "plot-throughput-speedup-analysis-3n-hsw"
12084   filter: "'NIC_Intel-X710' and
12085            '64B' and
12086            ('BASE' or 'SCALE') and
12087            'NDRPDR' and
12088            'IP4FWD' and
12089            not 'IPSEC' and
12090            not 'VHOST'"
12091   parameters:
12092   - "throughput"
12093   - "parent"
12094   - "tags"
12095   layout:
12096     title: ""  # No title
12097     layout: "plot-throughput-speedup-analysis"
12098
12099 -
12100   type: "plot"
12101   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12102   algorithm: "plot_throughput_speedup_analysis"
12103   output-file-type: ".html"
12104   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12105   data: "plot-throughput-speedup-analysis-3n-hsw"
12106   filter: "'NIC_Intel-X710' and
12107            '64B' and
12108            ('BASE' or 'SCALE') and
12109            'NDRPDR' and
12110            'IP4FWD' and
12111            not 'IPSEC' and
12112            not 'VHOST'"
12113   parameters:
12114   - "throughput"
12115   - "parent"
12116   - "tags"
12117   layout:
12118     title: ""  # No title
12119     layout: "plot-throughput-speedup-analysis"
12120
12121 -
12122   type: "plot"
12123   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
12124   algorithm: "plot_throughput_speedup_analysis"
12125   output-file-type: ".html"
12126   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
12127   data: "plot-throughput-speedup-analysis-3n-hsw"
12128   filter: "'NIC_Intel-X710' and
12129            '64B' and
12130            'FEATURE' and
12131            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12132            'NDRPDR' and
12133            'IP4FWD' and
12134            not 'IPSEC' and
12135            not 'VHOST'"
12136   parameters:
12137   - "throughput"
12138   - "parent"
12139   - "tags"
12140   layout:
12141     title: ""  # No title
12142     layout: "plot-throughput-speedup-analysis"
12143
12144 -
12145   type: "plot"
12146   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12147   algorithm: "plot_throughput_speedup_analysis"
12148   output-file-type: ".html"
12149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12150   data: "plot-throughput-speedup-analysis-3n-hsw"
12151   filter: "'NIC_Intel-X710' and
12152            '64B' and
12153            'FEATURE' and
12154            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12155            'NDRPDR' and
12156            'IP4FWD' and
12157            not 'IPSEC' and
12158            not 'VHOST'"
12159   parameters:
12160   - "throughput"
12161   - "parent"
12162   - "tags"
12163   layout:
12164     title: ""  # No title
12165     layout: "plot-throughput-speedup-analysis"
12166
12167 # Speedup - VPP IPv4 3n-hsw-xl710
12168 -
12169   type: "plot"
12170   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12171   algorithm: "plot_throughput_speedup_analysis"
12172   output-file-type: ".html"
12173   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12174   data: "plot-throughput-speedup-analysis-3n-hsw"
12175   filter: "'NIC_Intel-XL710' and
12176            '64B' and
12177            ('BASE' or 'SCALE') and
12178            'NDRPDR' and
12179            'IP4FWD' and
12180            not 'IPSEC' and
12181            not 'VHOST'"
12182   parameters:
12183   - "throughput"
12184   - "parent"
12185   - "tags"
12186   layout:
12187     title: ""  # No title
12188     layout: "plot-throughput-speedup-analysis"
12189
12190 -
12191   type: "plot"
12192   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12193   algorithm: "plot_throughput_speedup_analysis"
12194   output-file-type: ".html"
12195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12196   data: "plot-throughput-speedup-analysis-3n-hsw"
12197   filter: "'NIC_Intel-XL710' and
12198            '64B' and
12199            ('BASE' or 'SCALE') and
12200            'NDRPDR' and
12201            'IP4FWD' and
12202            not 'IPSEC' and
12203            not 'VHOST'"
12204   parameters:
12205   - "throughput"
12206   - "parent"
12207   - "tags"
12208   layout:
12209     title: ""  # No title
12210     layout: "plot-throughput-speedup-analysis"
12211
12212 # Speedup - VPP IPv4 3n-skx-x710
12213 -
12214   type: "plot"
12215   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12216   algorithm: "plot_throughput_speedup_analysis"
12217   output-file-type: ".html"
12218   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12219   data: "plot-throughput-speedup-analysis-3n-skx"
12220   filter: "'NIC_Intel-X710' and
12221            '64B' and
12222            ('BASE' or 'SCALE') and
12223            'NDRPDR' and
12224            'IP4FWD' and
12225            not 'IPSEC' and
12226            not 'VHOST'"
12227   parameters:
12228   - "throughput"
12229   - "parent"
12230   - "tags"
12231   layout:
12232     title: ""  # No title
12233     layout: "plot-throughput-speedup-analysis"
12234
12235 -
12236   type: "plot"
12237   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12238   algorithm: "plot_throughput_speedup_analysis"
12239   output-file-type: ".html"
12240   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12241   data: "plot-throughput-speedup-analysis-3n-skx"
12242   filter: "'NIC_Intel-X710' and
12243            '64B' and
12244            ('BASE' or 'SCALE') and
12245            'NDRPDR' and
12246            'IP4FWD' and
12247            not 'IPSEC' and
12248            not 'VHOST'"
12249   parameters:
12250   - "throughput"
12251   - "parent"
12252   - "tags"
12253   layout:
12254     title: ""  # No title
12255     layout: "plot-throughput-speedup-analysis"
12256
12257 -
12258   type: "plot"
12259   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12260   algorithm: "plot_throughput_speedup_analysis"
12261   output-file-type: ".html"
12262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12263   data: "plot-throughput-speedup-analysis-3n-skx"
12264   filter: "'NIC_Intel-X710' and
12265            '64B' and
12266            'FEATURE' and
12267            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12268            'NDRPDR' and
12269            'IP4FWD' and
12270            not 'IPSEC' and
12271            not 'VHOST'"
12272   parameters:
12273   - "throughput"
12274   - "parent"
12275   - "tags"
12276   layout:
12277     title: ""  # No title
12278     layout: "plot-throughput-speedup-analysis"
12279
12280 -
12281   type: "plot"
12282   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12283   algorithm: "plot_throughput_speedup_analysis"
12284   output-file-type: ".html"
12285   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12286   data: "plot-throughput-speedup-analysis-3n-skx"
12287   filter: "'NIC_Intel-X710' and
12288            '64B' and
12289            'FEATURE' and
12290            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12291            'NDRPDR' and
12292            'IP4FWD' and
12293            not 'IPSEC' and
12294            not 'VHOST'"
12295   parameters:
12296   - "throughput"
12297   - "parent"
12298   - "tags"
12299   layout:
12300     title: ""  # No title
12301     layout: "plot-throughput-speedup-analysis"
12302
12303 # Speedup - VPP IPv4 2n-skx-x710
12304 -
12305   type: "plot"
12306   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12307   algorithm: "plot_throughput_speedup_analysis"
12308   output-file-type: ".html"
12309   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12310   data: "plot-throughput-speedup-analysis-2n-skx"
12311   filter: "'NIC_Intel-X710' and
12312            '64B' and
12313            ('BASE' or 'SCALE') and
12314            'NDRPDR' and
12315            'IP4FWD' and
12316            not 'IPSEC' and
12317            not 'VHOST'"
12318   parameters:
12319   - "throughput"
12320   - "parent"
12321   - "tags"
12322   layout:
12323     title: ""  # No title
12324     layout: "plot-throughput-speedup-analysis"
12325
12326 -
12327   type: "plot"
12328   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12329   algorithm: "plot_throughput_speedup_analysis"
12330   output-file-type: ".html"
12331   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12332   data: "plot-throughput-speedup-analysis-2n-skx"
12333   filter: "'NIC_Intel-X710' and
12334            '64B' and
12335            ('BASE' or 'SCALE') and
12336            'NDRPDR' and
12337            'IP4FWD' and
12338            not 'IPSEC' and
12339            not 'VHOST'"
12340   parameters:
12341   - "throughput"
12342   - "parent"
12343   - "tags"
12344   layout:
12345     title: ""  # No title
12346     layout: "plot-throughput-speedup-analysis"
12347
12348 # Speedup - VPP IPv4 2n-skx-xxv710
12349 -
12350   type: "plot"
12351   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12352   algorithm: "plot_throughput_speedup_analysis"
12353   output-file-type: ".html"
12354   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12355   data: "plot-throughput-speedup-analysis-2n-skx"
12356   filter: "'NIC_Intel-XXV710' and
12357            '64B' and
12358            ('BASE' or 'SCALE') 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: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12374   algorithm: "plot_throughput_speedup_analysis"
12375   output-file-type: ".html"
12376   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12377   data: "plot-throughput-speedup-analysis-2n-skx"
12378   filter: "'NIC_Intel-XXV710' and
12379            '64B' and
12380            ('BASE' or 'SCALE') and
12381            'NDRPDR' and
12382            'IP4FWD' and
12383            not 'IPSEC' and
12384            not 'VHOST'"
12385   parameters:
12386   - "throughput"
12387   - "parent"
12388   - "tags"
12389   layout:
12390     title: ""  # No title
12391     layout: "plot-throughput-speedup-analysis"
12392
12393 ################################################################################
12394
12395 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12396 -
12397   type: "plot"
12398   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12399   algorithm: "plot_throughput_speedup_analysis"
12400   output-file-type: ".html"
12401   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12402   data: "plot-throughput-speedup-analysis-3n-hsw"
12403   filter: "'NIC_Intel-X520-DA2' and
12404            '64B' and
12405            'ENCAP' and
12406            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12407            'NDRPDR' and
12408            'IP4FWD' and
12409            not 'IPSEC' and
12410            not 'VHOST'"
12411   parameters:
12412   - "throughput"
12413   - "parent"
12414   - "tags"
12415   layout:
12416     title: ""  # No title
12417     layout: "plot-throughput-speedup-analysis"
12418
12419 -
12420   type: "plot"
12421   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12422   algorithm: "plot_throughput_speedup_analysis"
12423   output-file-type: ".html"
12424   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12425   data: "plot-throughput-speedup-analysis-3n-hsw"
12426   filter: "'NIC_Intel-X520-DA2' and
12427            '64B' and
12428            'ENCAP' and
12429            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12430            'NDRPDR' and
12431            'IP4FWD' and
12432            not 'IPSEC' and
12433            not 'VHOST'"
12434   parameters:
12435   - "throughput"
12436   - "parent"
12437   - "tags"
12438   layout:
12439     title: ""  # No title
12440     layout: "plot-throughput-speedup-analysis"
12441
12442 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12443 -
12444   type: "plot"
12445   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12446   algorithm: "plot_throughput_speedup_analysis"
12447   output-file-type: ".html"
12448   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12449   data: "plot-throughput-speedup-analysis-3n-hsw"
12450   filter: "'NIC_Intel-X710' and
12451            '64B' and
12452            'ENCAP' and
12453            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12454            'NDRPDR' and
12455            'IP4FWD' and
12456            not 'IPSEC' and
12457            not 'VHOST'"
12458   parameters:
12459   - "throughput"
12460   - "parent"
12461   - "tags"
12462   layout:
12463     title: ""  # No title
12464     layout: "plot-throughput-speedup-analysis"
12465
12466 -
12467   type: "plot"
12468   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12469   algorithm: "plot_throughput_speedup_analysis"
12470   output-file-type: ".html"
12471   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12472   data: "plot-throughput-speedup-analysis-3n-hsw"
12473   filter: "'NIC_Intel-X710' and
12474            '64B' and
12475            'ENCAP' and
12476            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12477            'NDRPDR' and
12478            'IP4FWD' and
12479            not 'IPSEC' and
12480            not 'VHOST'"
12481   parameters:
12482   - "throughput"
12483   - "parent"
12484   - "tags"
12485   layout:
12486     title: ""  # No title
12487     layout: "plot-throughput-speedup-analysis"
12488
12489 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12490 -
12491   type: "plot"
12492   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12493   algorithm: "plot_throughput_speedup_analysis"
12494   output-file-type: ".html"
12495   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12496   data: "plot-throughput-speedup-analysis-3n-skx"
12497   filter: "'NIC_Intel-X710' and
12498            '64B' and
12499            'ENCAP' and
12500            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12501            'NDRPDR' and
12502            'IP4FWD' and
12503            not 'IPSEC' and
12504            not 'VHOST'"
12505   parameters:
12506   - "throughput"
12507   - "parent"
12508   - "tags"
12509   layout:
12510     title: ""  # No title
12511     layout: "plot-throughput-speedup-analysis"
12512
12513 -
12514   type: "plot"
12515   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12516   algorithm: "plot_throughput_speedup_analysis"
12517   output-file-type: ".html"
12518   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12519   data: "plot-throughput-speedup-analysis-3n-skx"
12520   filter: "'NIC_Intel-X710' and
12521            '64B' and
12522            'ENCAP' and
12523            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12524            'NDRPDR' and
12525            'IP4FWD' and
12526            not 'IPSEC' and
12527            not 'VHOST'"
12528   parameters:
12529   - "throughput"
12530   - "parent"
12531   - "tags"
12532   layout:
12533     title: ""  # No title
12534     layout: "plot-throughput-speedup-analysis"
12535
12536 ################################################################################
12537
12538 # Speedup - VPP IPv6 3n-hsw-x520
12539 -
12540   type: "plot"
12541   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12542   algorithm: "plot_throughput_speedup_analysis"
12543   output-file-type: ".html"
12544   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12545   data: "plot-throughput-speedup-analysis-3n-hsw"
12546   filter: "'NIC_Intel-X520-DA2' and
12547            '78B' and
12548            ('BASE' or 'SCALE') and
12549            'NDRPDR' and
12550            'IP6FWD' and
12551            not 'SRv6' and
12552            not 'IPSEC' and
12553            not 'VHOST'"
12554   parameters:
12555   - "throughput"
12556   - "parent"
12557   - "tags"
12558   layout:
12559     title: ""  # No title
12560     layout: "plot-throughput-speedup-analysis"
12561
12562 -
12563   type: "plot"
12564   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12565   algorithm: "plot_throughput_speedup_analysis"
12566   output-file-type: ".html"
12567   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12568   data: "plot-throughput-speedup-analysis-3n-hsw"
12569   filter: "'NIC_Intel-X520-DA2' and
12570            '78B' and
12571            ('BASE' or 'SCALE') and
12572            'NDRPDR' and
12573            'IP6FWD' and
12574            not 'SRv6' and
12575            not 'IPSEC' and
12576            not 'VHOST'"
12577   parameters:
12578   - "throughput"
12579   - "parent"
12580   - "tags"
12581   layout:
12582     title: ""  # No title
12583     layout: "plot-throughput-speedup-analysis"
12584
12585 # Speedup - VPP IPv6 3n-hsw-x710
12586 -
12587   type: "plot"
12588   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12589   algorithm: "plot_throughput_speedup_analysis"
12590   output-file-type: ".html"
12591   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12592   data: "plot-throughput-speedup-analysis-3n-hsw"
12593   filter: "'NIC_Intel-X710' and
12594            '78B' and
12595            ('BASE' or 'SCALE') and
12596            'NDRPDR' and
12597            'IP6FWD' and
12598            not 'SRv6' and
12599            not 'IPSEC' and
12600            not 'VHOST'"
12601   parameters:
12602   - "throughput"
12603   - "parent"
12604   - "tags"
12605   layout:
12606     title: ""  # No title
12607     layout: "plot-throughput-speedup-analysis"
12608
12609 -
12610   type: "plot"
12611   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12612   algorithm: "plot_throughput_speedup_analysis"
12613   output-file-type: ".html"
12614   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12615   data: "plot-throughput-speedup-analysis-3n-hsw"
12616   filter: "'NIC_Intel-X710' and
12617            '78B' and
12618            ('BASE' or 'SCALE') and
12619            'NDRPDR' and
12620            'IP6FWD' and
12621            not 'SRv6' and
12622            not 'IPSEC' and
12623            not 'VHOST'"
12624   parameters:
12625   - "throughput"
12626   - "parent"
12627   - "tags"
12628   layout:
12629     title: ""  # No title
12630     layout: "plot-throughput-speedup-analysis"
12631
12632 # Speedup - VPP IPv6 3n-hsw-xl710
12633 -
12634   type: "plot"
12635   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12636   algorithm: "plot_throughput_speedup_analysis"
12637   output-file-type: ".html"
12638   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12639   data: "plot-throughput-speedup-analysis-3n-hsw"
12640   filter: "'NIC_Intel-XL710' and
12641            '78B' and
12642            ('BASE' or 'SCALE') and
12643            'NDRPDR' and
12644            'IP6FWD' and
12645            not 'SRv6' and
12646            not 'IPSEC' and
12647            not 'VHOST'"
12648   parameters:
12649   - "throughput"
12650   - "parent"
12651   - "tags"
12652   layout:
12653     title: ""  # No title
12654     layout: "plot-throughput-speedup-analysis"
12655
12656 -
12657   type: "plot"
12658   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12659   algorithm: "plot_throughput_speedup_analysis"
12660   output-file-type: ".html"
12661   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12662   data: "plot-throughput-speedup-analysis-3n-hsw"
12663   filter: "'NIC_Intel-XL710' and
12664            '78B' and
12665            ('BASE' or 'SCALE') and
12666            'NDRPDR' and
12667            'IP6FWD' and
12668            not 'SRv6' and
12669            not 'IPSEC' and
12670            not 'VHOST'"
12671   parameters:
12672   - "throughput"
12673   - "parent"
12674   - "tags"
12675   layout:
12676     title: ""  # No title
12677     layout: "plot-throughput-speedup-analysis"
12678
12679 # Speedup - VPP IPv6 3n-skx-x710
12680 -
12681   type: "plot"
12682   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12683   algorithm: "plot_throughput_speedup_analysis"
12684   output-file-type: ".html"
12685   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12686   data: "plot-throughput-speedup-analysis-3n-skx"
12687   filter: "'NIC_Intel-X710' and
12688            '78B' and
12689            ('BASE' or 'SCALE') and
12690            'NDRPDR' and
12691            'IP6FWD' and
12692            not 'SRv6' and
12693            not 'IPSEC' and
12694            not 'VHOST'"
12695   parameters:
12696   - "throughput"
12697   - "parent"
12698   - "tags"
12699   layout:
12700     title: ""  # No title
12701     layout: "plot-throughput-speedup-analysis"
12702
12703 -
12704   type: "plot"
12705   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12706   algorithm: "plot_throughput_speedup_analysis"
12707   output-file-type: ".html"
12708   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12709   data: "plot-throughput-speedup-analysis-3n-skx"
12710   filter: "'NIC_Intel-X710' and
12711            '78B' and
12712            ('BASE' or 'SCALE') and
12713            'NDRPDR' and
12714            'IP6FWD' and
12715            not 'SRv6' and
12716            not 'IPSEC' and
12717            not 'VHOST'"
12718   parameters:
12719   - "throughput"
12720   - "parent"
12721   - "tags"
12722   layout:
12723     title: ""  # No title
12724     layout: "plot-throughput-speedup-analysis"
12725
12726 # Speedup - VPP IPv6 2n-skx-x710
12727 -
12728   type: "plot"
12729   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12730   algorithm: "plot_throughput_speedup_analysis"
12731   output-file-type: ".html"
12732   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12733   data: "plot-throughput-speedup-analysis-2n-skx"
12734   filter: "'NIC_Intel-X710' and
12735            '78B' and
12736            ('BASE' or 'SCALE') and
12737            'NDRPDR' and
12738            'IP6FWD' and
12739            not 'SRv6' and
12740            not 'IPSEC' and
12741            not 'VHOST'"
12742   parameters:
12743   - "throughput"
12744   - "parent"
12745   - "tags"
12746   layout:
12747     title: ""  # No title
12748     layout: "plot-throughput-speedup-analysis"
12749
12750 -
12751   type: "plot"
12752   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12753   algorithm: "plot_throughput_speedup_analysis"
12754   output-file-type: ".html"
12755   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12756   data: "plot-throughput-speedup-analysis-2n-skx"
12757   filter: "'NIC_Intel-X710' and
12758            '78B' and
12759            ('BASE' or 'SCALE') and
12760            'NDRPDR' and
12761            'IP6FWD' and
12762            not 'IPSEC' and
12763            not 'VHOST'"
12764   parameters:
12765   - "throughput"
12766   - "parent"
12767   - "tags"
12768   layout:
12769     title: ""  # No title
12770     layout: "plot-throughput-speedup-analysis"
12771
12772 # Speedup - VPP IPv6 2n-skx-xxv710
12773 -
12774   type: "plot"
12775   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12776   algorithm: "plot_throughput_speedup_analysis"
12777   output-file-type: ".html"
12778   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12779   data: "plot-throughput-speedup-analysis-2n-skx"
12780   filter: "'NIC_Intel-XXV710' and
12781            '78B' and
12782            ('BASE' or 'SCALE') and
12783            'NDRPDR' and
12784            'IP6FWD' and
12785            not 'SRv6' and
12786            not 'IPSEC' and
12787            not 'VHOST'"
12788   parameters:
12789   - "throughput"
12790   - "parent"
12791   - "tags"
12792   layout:
12793     title: ""  # No title
12794     layout: "plot-throughput-speedup-analysis"
12795
12796 -
12797   type: "plot"
12798   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12799   algorithm: "plot_throughput_speedup_analysis"
12800   output-file-type: ".html"
12801   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12802   data: "plot-throughput-speedup-analysis-2n-skx"
12803   filter: "'NIC_Intel-XXV710' and
12804            '78B' and
12805            ('BASE' or 'SCALE') and
12806            'NDRPDR' and
12807            'IP6FWD' and
12808            not 'SRv6' and
12809            not 'IPSEC' and
12810            not 'VHOST'"
12811   parameters:
12812   - "throughput"
12813   - "parent"
12814   - "tags"
12815   layout:
12816     title: ""  # No title
12817     layout: "plot-throughput-speedup-analysis"
12818
12819 ################################################################################
12820
12821 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12822 -
12823   type: "plot"
12824   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12825   algorithm: "plot_throughput_speedup_analysis"
12826   output-file-type: ".html"
12827   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12828   data: "plot-throughput-speedup-analysis-3n-hsw"
12829   filter: "'NIC_Intel-X520-DA2' and
12830            '78B' and
12831            'ENCAP' and
12832            'NDRPDR' and
12833            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12834            not 'VHOST'"
12835   parameters:
12836   - "throughput"
12837   - "parent"
12838   - "tags"
12839   layout:
12840     title: ""  # No title
12841     layout: "plot-throughput-speedup-analysis"
12842
12843 -
12844   type: "plot"
12845   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12846   algorithm: "plot_throughput_speedup_analysis"
12847   output-file-type: ".html"
12848   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12849   data: "plot-throughput-speedup-analysis-3n-hsw"
12850   filter: "'NIC_Intel-X520-DA2' and
12851            '78B' and
12852            'ENCAP' and
12853            'NDRPDR' and
12854            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12855            not 'VHOST'"
12856   parameters:
12857   - "throughput"
12858   - "parent"
12859   - "tags"
12860   layout:
12861     title: ""  # No title
12862     layout: "plot-throughput-speedup-analysis"
12863
12864 ################################################################################
12865
12866 # Speedup - VPP IPSec 3n-hsw-xl710
12867 -
12868   type: "plot"
12869   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12870   algorithm: "plot_throughput_speedup_analysis"
12871   output-file-type: ".html"
12872   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12873   data: "plot-throughput-speedup-analysis-3n-hsw"
12874   filter: "'NIC_Intel-XL710' and
12875            '64B' and
12876            'IP4FWD' and
12877            'NDRPDR' and
12878            'IPSECHW' and
12879            ('IPSECTRAN' or 'IPSECTUN') and
12880            not 'VHOST'"
12881   parameters:
12882   - "throughput"
12883   - "parent"
12884   - "tags"
12885   layout:
12886     title: ""  # No title
12887     layout: "plot-throughput-speedup-analysis"
12888
12889 -
12890   type: "plot"
12891   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12892   algorithm: "plot_throughput_speedup_analysis"
12893   output-file-type: ".html"
12894   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12895   data: "plot-throughput-speedup-analysis-3n-hsw"
12896   filter: "'NIC_Intel-XL710' and
12897            '64B' and
12898            'IP4FWD' and
12899            'NDRPDR' and
12900            'IPSECHW' and
12901            ('IPSECTRAN' or 'IPSECTUN') and
12902            not 'VHOST'"
12903   parameters:
12904   - "throughput"
12905   - "parent"
12906   - "tags"
12907   layout:
12908     title: ""  # No title
12909     layout: "plot-throughput-speedup-analysis"
12910
12911 ################################################################################
12912
12913 # Speedup - VPP SRv6 3n-hsw-x520
12914 -
12915   type: "plot"
12916   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12917   algorithm: "plot_throughput_speedup_analysis"
12918   output-file-type: ".html"
12919   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12920   data: "plot-throughput-speedup-analysis-3n-hsw"
12921   filter: "'NIC_Intel-X520-DA2' and
12922            '78B' and
12923            'FEATURE' and
12924            'NDRPDR' and
12925            'IP6FWD' and
12926            'SRv6'"
12927   parameters:
12928   - "throughput"
12929   - "parent"
12930   - "tags"
12931   layout:
12932     title: ""  # No title
12933     layout: "plot-throughput-speedup-analysis"
12934
12935 -
12936   type: "plot"
12937   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12938   algorithm: "plot_throughput_speedup_analysis"
12939   output-file-type: ".html"
12940   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12941   data: "plot-throughput-speedup-analysis-3n-hsw"
12942   filter: "'NIC_Intel-X520-DA2' and
12943            '78B' and
12944            'FEATURE' and
12945            'NDRPDR' and
12946            'IP6FWD' and
12947            'SRv6'"
12948   parameters:
12949   - "throughput"
12950   - "parent"
12951   - "tags"
12952   layout:
12953     title: ""  # No title
12954     layout: "plot-throughput-speedup-analysis"
12955
12956 ################################################################################
12957
12958 # Speedup - VPP L2 3n-hsw-x520
12959 -
12960   type: "plot"
12961   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12962   algorithm: "plot_throughput_speedup_analysis"
12963   output-file-type: ".html"
12964   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12965   data: "plot-throughput-speedup-analysis-3n-hsw"
12966   filter: "'NIC_Intel-X520-DA2' and
12967            '64B' and
12968            ('BASE' or 'SCALE') and
12969            'NDRPDR' and
12970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12971            not 'VHOST' and
12972            not 'MEMIF'"
12973   parameters:
12974   - "throughput"
12975   - "parent"
12976   - "tags"
12977   layout:
12978     title: ""  # No title
12979     layout: "plot-throughput-speedup-analysis"
12980
12981 -
12982   type: "plot"
12983   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12984   algorithm: "plot_throughput_speedup_analysis"
12985   output-file-type: ".html"
12986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12987   data: "plot-throughput-speedup-analysis-3n-hsw"
12988   filter: "'NIC_Intel-X520-DA2' and
12989            '64B' and
12990            ('BASE' or 'SCALE') and
12991            'NDRPDR' and
12992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12993            not 'VHOST' and
12994            not 'MEMIF'"
12995   parameters:
12996   - "throughput"
12997   - "parent"
12998   - "tags"
12999   layout:
13000     title: ""  # No title
13001     layout: "plot-throughput-speedup-analysis"
13002
13003 -
13004   type: "plot"
13005   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13006   algorithm: "plot_throughput_speedup_analysis"
13007   output-file-type: ".html"
13008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13009   data: "plot-throughput-speedup-analysis-3n-hsw"
13010   filter: "'NIC_Intel-X520-DA2' and
13011            '64B' and
13012            'FEATURE' and
13013            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13014            'NDRPDR' and
13015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13016            not 'VHOST' and
13017            not 'MEMIF'"
13018   parameters:
13019   - "throughput"
13020   - "parent"
13021   - "tags"
13022   layout:
13023     title: ""  # No title
13024     layout: "plot-throughput-speedup-analysis"
13025
13026 -
13027   type: "plot"
13028   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13029   algorithm: "plot_throughput_speedup_analysis"
13030   output-file-type: ".html"
13031   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13032   data: "plot-throughput-speedup-analysis-3n-hsw"
13033   filter: "'NIC_Intel-X520-DA2' and
13034            '64B' and
13035            'FEATURE' and
13036            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13037            'NDRPDR' and
13038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13039            not 'VHOST' and
13040            not 'MEMIF'"
13041   parameters:
13042   - "throughput"
13043   - "parent"
13044   - "tags"
13045   layout:
13046     title: ""  # No title
13047     layout: "plot-throughput-speedup-analysis"
13048
13049 # Speedup - VPP L2 3n-hsw-x710
13050 -
13051   type: "plot"
13052   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13053   algorithm: "plot_throughput_speedup_analysis"
13054   output-file-type: ".html"
13055   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13056   data: "plot-throughput-speedup-analysis-3n-hsw"
13057   filter: "'NIC_Intel-X710' and
13058            '64B' and
13059            ('BASE' or 'SCALE') and
13060            'NDRPDR' and
13061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13062            not 'VHOST' and
13063            not 'MEMIF'"
13064   parameters:
13065   - "throughput"
13066   - "parent"
13067   - "tags"
13068   layout:
13069     title: ""  # No title
13070     layout: "plot-throughput-speedup-analysis"
13071
13072 -
13073   type: "plot"
13074   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13075   algorithm: "plot_throughput_speedup_analysis"
13076   output-file-type: ".html"
13077   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13078   data: "plot-throughput-speedup-analysis-3n-hsw"
13079   filter: "'NIC_Intel-X710' and
13080            '64B' and
13081            ('BASE' or 'SCALE') and
13082            'NDRPDR' and
13083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13084            not 'VHOST' and
13085            not 'MEMIF'"
13086   parameters:
13087   - "throughput"
13088   - "parent"
13089   - "tags"
13090   layout:
13091     title: ""  # No title
13092     layout: "plot-throughput-speedup-analysis"
13093
13094 -
13095   type: "plot"
13096   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13097   algorithm: "plot_throughput_speedup_analysis"
13098   output-file-type: ".html"
13099   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13100   data: "plot-throughput-speedup-analysis-3n-hsw"
13101   filter: "'NIC_Intel-X710' and
13102            '64B' and
13103            'FEATURE' and
13104            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13105            'NDRPDR' and
13106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13107            not 'VHOST' and
13108            not 'MEMIF'"
13109   parameters:
13110   - "throughput"
13111   - "parent"
13112   - "tags"
13113   layout:
13114     title: ""  # No title
13115     layout: "plot-throughput-speedup-analysis"
13116
13117 -
13118   type: "plot"
13119   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13120   algorithm: "plot_throughput_speedup_analysis"
13121   output-file-type: ".html"
13122   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13123   data: "plot-throughput-speedup-analysis-3n-hsw"
13124   filter: "'NIC_Intel-X710' and
13125            '64B' and
13126            'FEATURE' and
13127            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13128            'NDRPDR' and
13129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13130            not 'VHOST' and
13131            not 'MEMIF'"
13132   parameters:
13133   - "throughput"
13134   - "parent"
13135   - "tags"
13136   layout:
13137     title: ""  # No title
13138     layout: "plot-throughput-speedup-analysis"
13139
13140 # Speedup - VPP L2 3n-hsw-xl710
13141 -
13142   type: "plot"
13143   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13144   algorithm: "plot_throughput_speedup_analysis"
13145   output-file-type: ".html"
13146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13147   data: "plot-throughput-speedup-analysis-3n-hsw"
13148   filter: "'NIC_Intel-XL710' and
13149            '64B' and
13150            ('BASE' or 'SCALE') and
13151            'NDRPDR' and
13152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13153            not 'VHOST' and
13154            not 'MEMIF'"
13155   parameters:
13156   - "throughput"
13157   - "parent"
13158   - "tags"
13159   layout:
13160     title: ""  # No title
13161     layout: "plot-throughput-speedup-analysis"
13162
13163 -
13164   type: "plot"
13165   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13166   algorithm: "plot_throughput_speedup_analysis"
13167   output-file-type: ".html"
13168   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13169   data: "plot-throughput-speedup-analysis-3n-hsw"
13170   filter: "'NIC_Intel-XL710' and
13171            '64B' and
13172            ('BASE' or 'SCALE') and
13173            'NDRPDR' and
13174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13175            not 'VHOST' and
13176            not 'MEMIF'"
13177   parameters:
13178   - "throughput"
13179   - "parent"
13180   - "tags"
13181   layout:
13182     title: ""  # No title
13183     layout: "plot-throughput-speedup-analysis"
13184
13185 # Speedup - VPP L2 3n-skx-x710
13186 -
13187   type: "plot"
13188   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13189   algorithm: "plot_throughput_speedup_analysis"
13190   output-file-type: ".html"
13191   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13192   data: "plot-throughput-speedup-analysis-3n-skx"
13193   filter: "'NIC_Intel-X710' and
13194            '64B' and
13195            ('BASE' or 'SCALE') and
13196            'NDRPDR' and
13197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13198            not 'VHOST' and
13199            not 'MEMIF'"
13200   parameters:
13201   - "throughput"
13202   - "parent"
13203   - "tags"
13204   layout:
13205     title: ""  # No title
13206     layout: "plot-throughput-speedup-analysis"
13207
13208 -
13209   type: "plot"
13210   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13211   algorithm: "plot_throughput_speedup_analysis"
13212   output-file-type: ".html"
13213   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13214   data: "plot-throughput-speedup-analysis-3n-skx"
13215   filter: "'NIC_Intel-X710' and
13216            '64B' and
13217            ('BASE' or 'SCALE') and
13218            'NDRPDR' and
13219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13220            not 'VHOST' and
13221            not 'MEMIF'"
13222   parameters:
13223   - "throughput"
13224   - "parent"
13225   - "tags"
13226   layout:
13227     title: ""  # No title
13228     layout: "plot-throughput-speedup-analysis"
13229
13230 -
13231   type: "plot"
13232   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13233   algorithm: "plot_throughput_speedup_analysis"
13234   output-file-type: ".html"
13235   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13236   data: "plot-throughput-speedup-analysis-3n-skx"
13237   filter: "'NIC_Intel-X710' and
13238            '64B' and
13239            'FEATURE' and
13240            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13241            'NDRPDR' and
13242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13243            not 'VHOST' and
13244            not 'MEMIF'"
13245   parameters:
13246   - "throughput"
13247   - "parent"
13248   - "tags"
13249   layout:
13250     title: ""  # No title
13251     layout: "plot-throughput-speedup-analysis"
13252
13253 -
13254   type: "plot"
13255   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13256   algorithm: "plot_throughput_speedup_analysis"
13257   output-file-type: ".html"
13258   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13259   data: "plot-throughput-speedup-analysis-3n-skx"
13260   filter: "'NIC_Intel-X710' and
13261            '64B' and
13262            'FEATURE' and
13263            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13264            'NDRPDR' and
13265            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13266            not 'VHOST' and
13267            not 'MEMIF'"
13268   parameters:
13269   - "throughput"
13270   - "parent"
13271   - "tags"
13272   layout:
13273     title: ""  # No title
13274     layout: "plot-throughput-speedup-analysis"
13275
13276 # Speedup - VPP L2 3n-skx-xxv710
13277 -
13278   type: "plot"
13279   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13280   algorithm: "plot_throughput_speedup_analysis"
13281   output-file-type: ".html"
13282   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13283   data: "plot-throughput-speedup-analysis-3n-skx"
13284   filter: "'NIC_Intel-XXV710' and
13285            '64B' and
13286            ('BASE' or 'SCALE') and
13287            'NDRPDR' and
13288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13289            not 'VHOST' and
13290            not 'MEMIF'"
13291   parameters:
13292   - "throughput"
13293   - "parent"
13294   - "tags"
13295   layout:
13296     title: ""  # No title
13297     layout: "plot-throughput-speedup-analysis"
13298
13299 -
13300   type: "plot"
13301   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13302   algorithm: "plot_throughput_speedup_analysis"
13303   output-file-type: ".html"
13304   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13305   data: "plot-throughput-speedup-analysis-3n-skx"
13306   filter: "'NIC_Intel-XXV710' and
13307            '64B' and
13308            ('BASE' or 'SCALE') and
13309            'NDRPDR' and
13310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13311            not 'VHOST' and
13312            not 'MEMIF'"
13313   parameters:
13314   - "throughput"
13315   - "parent"
13316   - "tags"
13317   layout:
13318     title: ""  # No title
13319     layout: "plot-throughput-speedup-analysis"
13320
13321 # Speedup - VPP L2 2n-skx-x710
13322 -
13323   type: "plot"
13324   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13325   algorithm: "plot_throughput_speedup_analysis"
13326   output-file-type: ".html"
13327   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13328   data: "plot-throughput-speedup-analysis-2n-skx"
13329   filter: "'NIC_Intel-X710' and
13330            '64B' and
13331            ('BASE' or 'SCALE') and
13332            'NDRPDR' and
13333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13334            not 'VHOST' and
13335            not 'MEMIF'"
13336   parameters:
13337   - "throughput"
13338   - "parent"
13339   - "tags"
13340   layout:
13341     title: ""  # No title
13342     layout: "plot-throughput-speedup-analysis"
13343
13344 -
13345   type: "plot"
13346   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13347   algorithm: "plot_throughput_speedup_analysis"
13348   output-file-type: ".html"
13349   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13350   data: "plot-throughput-speedup-analysis-2n-skx"
13351   filter: "'NIC_Intel-X710' and
13352            '64B' and
13353            ('BASE' or 'SCALE') and
13354            'NDRPDR' and
13355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13356            not 'VHOST' and
13357            not 'MEMIF'"
13358   parameters:
13359   - "throughput"
13360   - "parent"
13361   - "tags"
13362   layout:
13363     title: ""  # No title
13364     layout: "plot-throughput-speedup-analysis"
13365
13366 # Speedup - VPP L2 2n-skx-xxv710
13367 -
13368   type: "plot"
13369   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13370   algorithm: "plot_throughput_speedup_analysis"
13371   output-file-type: ".html"
13372   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13373   data: "plot-throughput-speedup-analysis-2n-skx"
13374   filter: "'NIC_Intel-XXV710' and
13375            '64B' and
13376            ('BASE' or 'SCALE') and
13377            'NDRPDR' and
13378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13379            not 'VHOST' and
13380            not 'MEMIF'"
13381   parameters:
13382   - "throughput"
13383   - "parent"
13384   - "tags"
13385   layout:
13386     title: ""  # No title
13387     layout: "plot-throughput-speedup-analysis"
13388
13389 -
13390   type: "plot"
13391   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13392   algorithm: "plot_throughput_speedup_analysis"
13393   output-file-type: ".html"
13394   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13395   data: "plot-throughput-speedup-analysis-2n-skx"
13396   filter: "'NIC_Intel-XXV710' and
13397            '64B' and
13398            ('BASE' or 'SCALE') and
13399            'NDRPDR' and
13400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13401            not 'VHOST' and
13402            not 'MEMIF'"
13403   parameters:
13404   - "throughput"
13405   - "parent"
13406   - "tags"
13407   layout:
13408     title: ""  # No title
13409     layout: "plot-throughput-speedup-analysis"
13410
13411 ################################################################################
13412
13413 # Speedup - VPP vhost ip4 3n-hsw-x520
13414 -
13415   type: "plot"
13416   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13417   algorithm: "plot_throughput_speedup_analysis"
13418   output-file-type: ".html"
13419   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13420   data: "plot-throughput-speedup-analysis-3n-hsw"
13421   filter: "'NIC_Intel-X520-DA2' and
13422            '64B' and
13423            'NDRPDR' and
13424            'VHOST' and
13425            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13426   parameters:
13427   - "throughput"
13428   - "parent"
13429   - "tags"
13430   layout:
13431     title: ""  # No title
13432     layout: "plot-throughput-speedup-analysis"
13433
13434 -
13435   type: "plot"
13436   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13437   algorithm: "plot_throughput_speedup_analysis"
13438   output-file-type: ".html"
13439   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13440   data: "plot-throughput-speedup-analysis-3n-hsw"
13441   filter: "'NIC_Intel-X520-DA2' and
13442            '64B' and
13443            'NDRPDR' and
13444            'VHOST' and
13445            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13446   parameters:
13447   - "throughput"
13448   - "parent"
13449   - "tags"
13450   layout:
13451     title: ""  # No title
13452     layout: "plot-throughput-speedup-analysis"
13453
13454 # Speedup - VPP vhost l2sw 3n-hsw-x520
13455 -
13456   type: "plot"
13457   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13458   algorithm: "plot_throughput_speedup_analysis"
13459   output-file-type: ".html"
13460   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13461   data: "plot-throughput-speedup-analysis-3n-hsw"
13462   filter: "'NIC_Intel-X520-DA2' and
13463            '64B' and
13464            'NDRPDR' and
13465            'VHOST' and
13466            not 'VXLAN' and
13467            not 'IP4FWD' and
13468            not 'DOT1Q' and
13469            not '2VM'"
13470   parameters:
13471   - "throughput"
13472   - "parent"
13473   - "tags"
13474   layout:
13475     title: ""  # No title
13476     layout: "plot-throughput-speedup-analysis"
13477
13478 -
13479   type: "plot"
13480   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13481   algorithm: "plot_throughput_speedup_analysis"
13482   output-file-type: ".html"
13483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13484   data: "plot-throughput-speedup-analysis-3n-hsw"
13485   filter: "'NIC_Intel-X520-DA2' and
13486            '64B' and
13487            'NDRPDR' and
13488            'VHOST' and
13489            not 'VXLAN' and
13490            not 'IP4FWD' and
13491            not 'DOT1Q' and
13492            not '2VM'"
13493   parameters:
13494   - "throughput"
13495   - "parent"
13496   - "tags"
13497   layout:
13498     title: ""  # No title
13499     layout: "plot-throughput-speedup-analysis"
13500
13501 # Speedup - VPP vhost ip4 3n-hsw-x710
13502 -
13503   type: "plot"
13504   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13505   algorithm: "plot_throughput_speedup_analysis"
13506   output-file-type: ".html"
13507   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13508   data: "plot-throughput-speedup-analysis-3n-hsw"
13509   filter: "'NIC_Intel-X710' and
13510            '64B' and
13511            'NDRPDR' and
13512            'VHOST' and
13513            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13514   parameters:
13515   - "throughput"
13516   - "parent"
13517   - "tags"
13518   layout:
13519     title: ""  # No title
13520     layout: "plot-throughput-speedup-analysis"
13521
13522 -
13523   type: "plot"
13524   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13525   algorithm: "plot_throughput_speedup_analysis"
13526   output-file-type: ".html"
13527   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13528   data: "plot-throughput-speedup-analysis-3n-hsw"
13529   filter: "'NIC_Intel-X710' and
13530            '64B' and
13531            'NDRPDR' and
13532            'VHOST' and
13533            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13534   parameters:
13535   - "throughput"
13536   - "parent"
13537   - "tags"
13538   layout:
13539     title: ""  # No title
13540     layout: "plot-throughput-speedup-analysis"
13541
13542 # Speedup - VPP vhost l2sw 3n-hsw-x710
13543 -
13544   type: "plot"
13545   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13546   algorithm: "plot_throughput_speedup_analysis"
13547   output-file-type: ".html"
13548   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13549   data: "plot-throughput-speedup-analysis-3n-hsw"
13550   filter: "'NIC_Intel-X710' and
13551            '64B' and
13552            'NDRPDR' and
13553            'VHOST' and
13554            not 'VXLAN' and
13555            not 'IP4FWD' and
13556            not 'DOT1Q' and
13557            not '2VM'"
13558   parameters:
13559   - "throughput"
13560   - "parent"
13561   - "tags"
13562   layout:
13563     title: ""  # No title
13564     layout: "plot-throughput-speedup-analysis"
13565
13566 -
13567   type: "plot"
13568   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13569   algorithm: "plot_throughput_speedup_analysis"
13570   output-file-type: ".html"
13571   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13572   data: "plot-throughput-speedup-analysis-3n-hsw"
13573   filter: "'NIC_Intel-X710' and
13574            '64B' and
13575            'NDRPDR' and
13576            'VHOST' and
13577            not 'VXLAN' and
13578            not 'IP4FWD' and
13579            not 'DOT1Q' and
13580            not '2VM'"
13581   parameters:
13582   - "throughput"
13583   - "parent"
13584   - "tags"
13585   layout:
13586     title: ""  # No title
13587     layout: "plot-throughput-speedup-analysis"
13588
13589 # Speedup - VPP vhost ip4 3n-hsw-xl710
13590 -
13591   type: "plot"
13592   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13593   algorithm: "plot_throughput_speedup_analysis"
13594   output-file-type: ".html"
13595   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13596   data: "plot-throughput-speedup-analysis-3n-hsw"
13597   filter: "'NIC_Intel-XL710' and
13598            '64B' and
13599            'NDRPDR' and
13600            'VHOST' and
13601            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13602   parameters:
13603   - "throughput"
13604   - "parent"
13605   - "tags"
13606   layout:
13607     title: ""  # No title
13608     layout: "plot-throughput-speedup-analysis"
13609
13610 -
13611   type: "plot"
13612   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13613   algorithm: "plot_throughput_speedup_analysis"
13614   output-file-type: ".html"
13615   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13616   data: "plot-throughput-speedup-analysis-3n-hsw"
13617   filter: "'NIC_Intel-XL710' and
13618            '64B' and
13619            'NDRPDR' and
13620            'VHOST' and
13621            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13622   parameters:
13623   - "throughput"
13624   - "parent"
13625   - "tags"
13626   layout:
13627     title: ""  # No title
13628     layout: "plot-throughput-speedup-analysis"
13629
13630 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13631 -
13632   type: "plot"
13633   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13634   algorithm: "plot_throughput_speedup_analysis"
13635   output-file-type: ".html"
13636   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13637   data: "plot-throughput-speedup-analysis-3n-hsw"
13638   filter: "'NIC_Intel-XL710' and
13639            '64B' and
13640            'NDRPDR' and
13641            'VHOST' and
13642            not 'VXLAN' and
13643            not 'IP4FWD' and
13644            not 'DOT1Q' and
13645            not '2VM'"
13646   parameters:
13647   - "throughput"
13648   - "parent"
13649   - "tags"
13650   layout:
13651     title: ""  # No title
13652     layout: "plot-throughput-speedup-analysis"
13653
13654 -
13655   type: "plot"
13656   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13657   algorithm: "plot_throughput_speedup_analysis"
13658   output-file-type: ".html"
13659   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13660   data: "plot-throughput-speedup-analysis-3n-hsw"
13661   filter: "'NIC_Intel-XL710' and
13662            '64B' and
13663            'NDRPDR' and
13664            'VHOST' and
13665            not 'VXLAN' and
13666            not 'IP4FWD' and
13667            not 'DOT1Q' and
13668            not '2VM'"
13669   parameters:
13670   - "throughput"
13671   - "parent"
13672   - "tags"
13673   layout:
13674     title: ""  # No title
13675     layout: "plot-throughput-speedup-analysis"
13676
13677 # Speedup - VPP vhost l2sw 3n-hsw-x520
13678 -
13679   type: "plot"
13680   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13681   algorithm: "plot_throughput_speedup_analysis"
13682   output-file-type: ".html"
13683   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13684   data: "plot-throughput-speedup-analysis-3n-hsw"
13685   filter: "'NIC_Intel-X520-DA2' and
13686            '114B' and
13687            'NDRPDR' and
13688            'VTS'"
13689   parameters:
13690   - "throughput"
13691   - "parent"
13692   - "tags"
13693   layout:
13694     title: ""  # No title
13695     layout: "plot-throughput-speedup-analysis"
13696
13697 -
13698   type: "plot"
13699   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13700   algorithm: "plot_throughput_speedup_analysis"
13701   output-file-type: ".html"
13702   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13703   data: "plot-throughput-speedup-analysis-3n-hsw"
13704   filter: "'NIC_Intel-X520-DA2' and
13705            '114B' and
13706            'NDRPDR' and
13707            'VTS'"
13708   parameters:
13709   - "throughput"
13710   - "parent"
13711   - "tags"
13712   layout:
13713     title: ""  # No title
13714     layout: "plot-throughput-speedup-analysis"