CSIT-1288: Prepare data to be sent by Jenkins
[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       - 45  # NDRPDR full 3
133       - 46  # NDRPDR full 4
134       - 15  # NDRPDR sel
135       - 16  # NDRPDR sel
136       - 19  # NDRPDR sel
137       - 18  # NDRPDR sel
138       - 20  # NDRPDR sel
139       - 38  # NDRPDR sel
140       - 40  # NDRPDR sel
141       - 44  # NDRPDR sel
142       - 47  # NDRPDR sel
143
144     vpp-compare-testbeds:
145       # TODO: Add Data sources
146       csit-vpp-perf-verify-1807-3n-hsw:
147       - 11  # NDRPDR full 1
148       - 22  # NDRPDR full 2
149       - 45  # NDRPDR full 3
150       - 46  # NDRPDR full 4
151       - 15  # NDRPDR sel
152       - 16  # NDRPDR sel
153       - 19  # NDRPDR sel
154       - 18  # NDRPDR sel
155       - 20  # NDRPDR sel
156       - 38  # NDRPDR sel
157       - 40  # NDRPDR sel
158       - 44  # NDRPDR sel
159       - 47  # NDRPDR sel
160       csit-vpp-perf-verify-1807-3n-skx:
161       - 33  # NDRPDR sel
162       - 35  # NDRPDR sel
163       - 37  # NDRPDR sel
164       - 38  # NDRPDR sel
165       - 39  # NDRPDR sel
166       - 43  # NDRPDR sel
167       - 44  # NDRPDR sel
168       - 49  # NDRPDR sel
169       - 50  # NDRPDR sel
170       - 56  # NDRPDR sel
171
172     vpp-compare-testbeds-mrr:
173       # TODO: Add Data sources
174       csit-vpp-perf-verify-1807-3n-hsw:
175       - 8   # MRR full
176       - 9   # MRR sel
177       - 21  # MRR sel
178       - 31  # MRR sel
179       - 33  # MRR sel
180       - 36  # MRR sel
181       - 41  # MRR sel
182       - 42  # MRR sel
183       - 48  # MRR sel
184       csit-vpp-perf-verify-1807-3n-skx:
185       - 28  # MRR sel
186       - 32  # MRR sel
187       - 36  # MRR sel
188       - 42  # MRR sel
189       - 47  # MRR sel
190       - 48  # MRR sel
191       - 51  # MRR sel
192       - 52  # MRR sel
193       - 53  # MRR sel
194       - 54  # MRR sel
195
196     vpp-performance-changes-mrr:
197       csit-vpp-perf-check-1801:
198       - 3
199       - 4
200       - 5
201       - 6
202       - 7
203       - 8
204       - 9
205       - 11
206       - 12
207       - 13
208       csit-vpp-perf-check-1804:
209       - 6   # mrr - sel
210       - 13  # mrr - sel
211       - 14  # mrr - sel
212       - 15  # mrr - sel
213       - 16  # mrr - sel
214       - 17  # mrr - sel
215       - 19  # mrr - sel
216       - 20  # mrr - sel
217       - 21  # mrr - sel
218       - 22  # mrr - sel
219       # TODO: Add Data sources
220       csit-vpp-perf-verify-1807-3n-hsw:
221       - 8   # MRR full
222       - 9   # MRR sel
223       - 21  # MRR sel
224       - 31  # MRR sel
225       - 33  # MRR sel
226       - 36  # MRR sel
227       - 41  # MRR sel
228       - 42  # MRR sel
229       - 48  # MRR sel
230
231     vpp-perf-results-3n-hsw:
232       # TODO: Add Data sources
233       csit-vpp-perf-verify-1807-3n-hsw:
234       - 11  # NDRPDR full 1
235       - 22  # NDRPDR full 2
236       - 45  # NDRPDR full 3
237       - 46  # NDRPDR full 4
238
239     vpp-perf-results-3n-skx:
240       csit-vpp-perf-verify-1807-3n-skx:
241       - 40  # NDRPDR full 1
242       - 41  # NDRPDR full 2
243
244     vpp-perf-results-2n-skx:
245       csit-vpp-perf-verify-1807-2n-skx:
246       - 32  # NDRPDR full
247
248     vpp-mrr-results-3n-hsw:
249       csit-vpp-perf-verify-1807-3n-hsw:
250       - 8   # MRR full
251
252     vpp-mrr-results-3n-skx:
253       # TODO: Replace with better results
254       csit-vpp-perf-verify-1807-3n-skx:
255       - 31  # MRR full
256
257     vpp-mrr-results-2n-skx:
258       csit-vpp-perf-verify-1807-2n-skx:
259       - 27  # MRR full
260
261     plot-throughput-speedup-analysis-3n-hsw:
262       # TODO: Add Data sources
263       csit-vpp-perf-verify-1807-3n-hsw:
264       - 11  # NDRPDR full 1
265       - 22  # NDRPDR full 2
266       - 45  # NDRPDR full 3
267       - 46  # NDRPDR full 4
268       - 15  # NDRPDR sel
269       - 16  # NDRPDR sel
270       - 19  # NDRPDR sel
271       - 18  # NDRPDR sel
272       - 20  # NDRPDR sel
273       - 38  # NDRPDR sel
274       - 40  # NDRPDR sel
275       - 44  # NDRPDR sel
276       - 47  # NDRPDR sel
277
278     plot-throughput-speedup-analysis-3n-skx:
279       csit-vpp-perf-verify-1807-3n-skx:
280       - 33  # NDRPDR sel
281       - 35  # NDRPDR sel
282       - 37  # NDRPDR sel
283       - 38  # NDRPDR sel
284       - 39  # NDRPDR sel
285       - 43  # NDRPDR sel
286       - 44  # NDRPDR sel
287       - 49  # NDRPDR sel
288       - 50  # NDRPDR sel
289       - 56  # NDRPDR sel
290
291     plot-throughput-speedup-analysis-2n-skx:
292       csit-vpp-perf-verify-1807-2n-skx:
293       - 26  # NDRPDR sel
294       - 28  # NDRPDR sel
295       - 29  # NDRPDR sel
296       - 30  # NDRPDR sel
297       - 34  # NDRPDR sel
298       - 35  # NDRPDR sel
299       - 36  # NDRPDR sel
300       - 39  # NDRPDR sel
301       - 40  # NDRPDR sel
302       - 42  # NDRPDR sel
303
304     plot-vpp-throughput-latency-3n-hsw:
305       # TODO: Add Data sources
306       csit-vpp-perf-verify-1807-3n-hsw:
307       - 11  # NDRPDR full 1
308       - 22  # NDRPDR full 2
309       - 45  # NDRPDR full 3
310       - 46  # NDRPDR full 4
311       - 15  # NDRPDR sel
312       - 16  # NDRPDR sel
313       - 19  # NDRPDR sel
314       - 18  # NDRPDR sel
315       - 20  # NDRPDR sel
316       - 38  # NDRPDR sel
317       - 40  # NDRPDR sel
318       - 44  # NDRPDR sel
319       - 47  # NDRPDR sel
320
321     plot-vpp-throughput-latency-3n-skx:
322       csit-vpp-perf-verify-1807-3n-skx:
323       - 33  # NDRPDR sel
324       - 35  # NDRPDR sel
325       - 37  # NDRPDR sel
326       - 38  # NDRPDR sel
327       - 39  # NDRPDR sel
328       - 43  # NDRPDR sel
329       - 44  # NDRPDR sel
330       - 49  # NDRPDR sel
331       - 50  # NDRPDR sel
332       - 56  # NDRPDR sel
333
334     plot-vpp-throughput-latency-2n-skx:
335       csit-vpp-perf-verify-1807-2n-skx:
336       - 26  # NDRPDR sel
337       - 28  # NDRPDR sel
338       - 29  # NDRPDR sel
339       - 30  # NDRPDR sel
340       - 34  # NDRPDR sel
341       - 35  # NDRPDR sel
342       - 36  # NDRPDR sel
343       - 39  # NDRPDR sel
344       - 40  # NDRPDR sel
345       - 42  # NDRPDR sel
346
347     plot-vpp-http-server-performance:
348       csit-vpp-perf-verify-1807-3n-hsw:
349       - 24  # WRK
350       - 25  # WRK
351       - 23  # WRK
352       - 26  # WRK
353       - 27  # WRK
354       - 28  # WRK
355       - 29  # WRK
356       - 30  # WRK
357       - 32  # WRK
358       - 35  # WRK
359
360     # VPP Functional
361     vpp-func-results-ubuntu:
362       csit-vpp-functional-1807-ubuntu1604-virl:
363       - 278
364
365     vpp-func-results-centos:
366       csit-vpp-functional-1807-centos7-virl:
367       - 278
368
369     # VPP Ligato
370     ligato-perf-results-3n-hsw:
371       # TODO: Replace with better results
372       csit-ligato-perf-1807-all:
373       - 3   # full ?
374
375     plot-ligato-throughput-speedup-analysis-3n-hsw:
376       # TODO: Add Data sources
377       csit-ligato-perf-1807-all:
378       - 3   # full ?
379       - 4   # sel
380
381     plot-ligato-throughput-latency-3n-hsw:
382       # TODO: Add Data sources
383       csit-ligato-perf-1807-all:
384       - 3   # full ?
385       - 4   # sel
386
387     # DPDK Performance
388     dpdk-performance-changes:
389       csit-dpdk-perf-1804-all:
390       - 4
391       - 5
392       - 6
393       - 7
394       - 8
395       - 9
396       - 10
397       - 11
398       - 12
399       - 13
400       csit-dpdk-perf-verify-1807-3n-hsw:
401       - 11
402       - 12  # full
403       - 14
404       - 15
405       - 16
406       - 17
407       - 20
408       - 21
409       - 22
410       - 23
411
412     dpdk-compare-testbeds:
413       csit-dpdk-perf-verify-1807-3n-skx:
414       - 1
415       - 2
416       - 3
417       - 6
418       - 7
419       - 8
420       - 9
421       - 10
422       - 11
423       - 12
424       csit-dpdk-perf-verify-1807-3n-hsw:
425       - 11
426       - 12  # full
427       - 14
428       - 15
429       - 16
430       - 17
431       - 20
432       - 21
433       - 22
434       - 23
435
436     dpdk-perf-results-3n-hsw:
437       csit-dpdk-perf-verify-1807-3n-hsw:
438       - 12
439
440     dpdk-perf-results-3n-skx:
441       csit-dpdk-perf-verify-1807-3n-skx:
442       - 12
443
444     dpdk-perf-results-2n-skx:
445       csit-dpdk-perf-verify-1807-2n-skx:
446       - 10
447
448     plot-dpdk-throughput-latency-3n-hsw:
449       csit-dpdk-perf-verify-1807-3n-hsw:
450       - 11
451       - 12  # full
452       - 14
453       - 15
454       - 16
455       - 17
456       - 20
457       - 21
458       - 22
459       - 23
460
461     plot-dpdk-throughput-latency-3n-skx:
462       csit-dpdk-perf-verify-1807-3n-skx:
463       - 1
464       - 2
465       - 3
466       - 6
467       - 7
468       - 8
469       - 9
470       - 10
471       - 11
472       - 12
473
474     plot-dpdk-throughput-latency-2n-skx:
475       csit-dpdk-perf-verify-1807-2n-skx:
476       - 1
477       - 2
478       - 3
479       - 4
480       - 5
481       - 6
482       - 7
483       - 8
484       - 9
485       - 10
486
487     # HoneyComb Functional
488     hc-func-results:
489       csit-hc2vpp-verify-func-1807-ubuntu1604:
490       - 6
491
492     # NSH SFC Functional
493     nsh-func-results:
494       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
495       - 2
496
497     # DMM Functional
498     dmm-func-results:
499       # TODO: Replace with 1807 job:
500       csit-dmm-functional-master-ubuntu1604-virl:
501       - 95
502
503   plot-layouts:
504
505     plot-cps:
506       xaxis:
507         autorange: True
508         fixedrange: False
509         gridcolor: "rgb(238, 238, 238)"
510         linecolor: "rgb(238, 238, 238)"
511         linewidth: 1
512         showgrid: True
513         showline: True
514         showticklabels: True
515         tickcolor: "rgb(238, 238, 238)"
516         tickmode: "linear"
517         title: "Indexed Test Cases"
518         zeroline: False
519       yaxis:
520         gridcolor: "rgb(238, 238, 238)"
521         hoverformat: ".4s"
522         linecolor: "rgb(238, 238, 238)"
523         linewidth: 1
524         rangemode: "tozero"
525         showgrid: True
526         showline: True
527         showticklabels: True
528         tickcolor: "rgb(238, 238, 238)"
529         title: "Connections Per Second [cps]"
530         zeroline: False
531       boxmode: "group"
532       boxgroupgap: 0.5
533       autosize: False
534       margin:
535         t: 50
536         b: 20
537         l: 80
538         r: 20
539       showlegend: True
540       legend:
541         orientation: "h"
542       width: 700
543       height: 1000
544
545     plot-rps:
546       xaxis:
547         autorange: True
548         fixedrange: False
549         gridcolor: "rgb(238, 238, 238)"
550         linecolor: "rgb(238, 238, 238)"
551         linewidth: 1
552         showgrid: True
553         showline: True
554         showticklabels: True
555         tickcolor: "rgb(238, 238, 238)"
556         tickmode: "linear"
557         title: "Indexed Test Cases"
558         zeroline: False
559       yaxis:
560         gridcolor: "rgb(238, 238, 238)"
561         hoverformat: ".4s"
562         linecolor: "rgb(238, 238, 238)"
563         linewidth: 1
564         rangemode: "tozero"
565         showgrid: True
566         showline: True
567         showticklabels: True
568         tickcolor: "rgb(238, 238, 238)"
569         title: "Requests Per Second [rps]"
570         zeroline: False
571       boxmode: "group"
572       boxgroupgap: 0.5
573       autosize: False
574       margin:
575         t: 50
576         b: 20
577         l: 80
578         r: 20
579       showlegend: True
580       legend:
581         orientation: "h"
582       width: 700
583       height: 1000
584
585     plot-throughput:
586       xaxis:
587         autorange: True
588         fixedrange: False
589         gridcolor: "rgb(238, 238, 238)"
590         linecolor: "rgb(238, 238, 238)"
591         linewidth: 1
592         showgrid: True
593         showline: True
594         showticklabels: True
595         tickcolor: "rgb(238, 238, 238)"
596         tickmode: "linear"
597         title: "Indexed Test Cases"
598         zeroline: False
599       yaxis:
600         gridcolor: "rgb(238, 238, 238)"
601         hoverformat: ".4s"
602         tickformat: ".3s"
603         linecolor: "rgb(238, 238, 238)"
604         linewidth: 1
605         showgrid: True
606         showline: True
607         showticklabels: True
608         tickcolor: "rgb(238, 238, 238)"
609         title: "Packets Per Second [pps]"
610         zeroline: False
611       boxmode: "group"
612       boxgroupgap: 0.5
613       autosize: False
614       margin:
615         t: 50
616         b: 20
617         l: 80
618         r: 20
619       showlegend: True
620       legend:
621         orientation: "h"
622       width: 700
623       height: 1000
624
625     plot-latency:
626       xaxis:
627         autorange: True
628         fixedrange: False
629         gridcolor: "rgb(238, 238, 238)"
630         linecolor: "rgb(238, 238, 238)"
631         linewidth: 1
632         showgrid: True
633         showline: True
634         showticklabels: True
635         tickcolor: "rgb(238, 238, 238)"
636         tickmode: "linear"
637         title: "Indexed Test Cases"
638         zeroline: False
639       yaxis:
640         gridcolor: "rgb(238, 238, 238)"
641         hoverformat: ""
642         linecolor: "rgb(238, 238, 238)"
643         linewidth: 1
644         showgrid: True
645         showline: True
646         showticklabels: True
647         tickcolor: "rgb(238, 238, 238)"
648         title: "Latency min/avg/max [uSec]"
649         zeroline: False
650       boxmode: "group"
651       boxgroupgap: 0.5
652       autosize: False
653       margin:
654         t: 50
655         b: 20
656         l: 80
657         r: 20
658       showlegend: True
659       legend:
660         orientation: "h"
661       width: 700
662       height: 1000
663
664     plot-throughput-speedup-analysis:
665       xaxis:
666         autorange: True
667         fixedrange: False
668         gridcolor: "rgb(238, 238, 238)"
669         linecolor: "rgb(238, 238, 238)"
670         linewidth: 1
671         showgrid: True
672         showline: True
673         showticklabels: True
674         tickcolor: "rgb(238, 238, 238)"
675         tickmode: "linear"
676         tickangle: 270
677         zeroline: False
678       yaxis:
679         title: "Throughput speedup factor"
680         gridcolor: "rgb(238, 238, 238)"
681         hoverformat: ".4s"
682         linecolor: "rgb(238, 238, 238)"
683         linewidth: 1
684         showgrid: True
685         showline: True
686         showticklabels: True
687         tickcolor: "rgb(238, 238, 238)"
688         zeroline: False
689       legend:
690         orientation: "h"
691         xanchor: "center"
692         yanchor: "top"
693         x: 0.5
694         y: 1
695         bgcolor: "rgba(255, 255, 255, 0)"
696         bordercolor: "rgba(255, 255, 255, 0)"
697       barmode: "group"
698       bargap: 0.15
699       bargroupgap: 0.1
700       autosize: False
701       margin:
702           't': 50
703           'b': 300
704           'l': 50
705           'r': 20
706       showlegend: True
707       width: 700
708       height: 1000
709
710 -
711   type: "static"
712   src-path: "{DIR[RST]}"
713   dst-path: "{DIR[WORKING,SRC]}"
714
715 -
716   type: "input"
717   general:
718     file-name: "robot-plugin.zip"
719     file-format: ".zip"
720     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
721     extract: "robot-plugin/output.xml"
722
723   builds:
724
725     csit-vpp-perf-1801-all:
726     - 124  # sel
727     - 127  # sel
728     - 128  # sel
729     - 141  # sel
730     - 142  # sel
731     - 143  # sel
732     - 145  # sel
733     - 146  # sel
734     - 162  # sel
735     - 163  # sel
736     - 167  # sel
737     - 172  # sel acl only
738     csit-vpp-perf-1804-all:
739     - 21  # sel
740     - 22  # sel
741     - 23  # sel
742     - 24  # sel
743     - 27  # sel
744     - 28  # sel
745     - 29  # sel
746     - 30  # sel
747     - 31  # sel
748     - 35  # sel
749     # TODO: Add Data sources
750     csit-vpp-perf-verify-1807-3n-hsw:
751     - 8   # MRR full
752     - 9   # MRR sel
753     - 21  # MRR sel
754     - 31  # MRR sel
755     - 33  # MRR sel
756     - 36  # MRR sel
757     - 41  # MRR sel
758     - 42  # MRR sel
759     - 48  # MRR sel
760     - 11  # NDRPDR full 1
761     - 22  # NDRPDR full 2
762     - 45  # NDRPDR full 3
763     - 46  # NDRPDR full 4
764     - 15  # NDRPDR sel
765     - 16  # NDRPDR sel
766     - 19  # NDRPDR sel
767     - 18  # NDRPDR sel
768     - 20  # NDRPDR sel
769     - 38  # NDRPDR sel
770     - 40  # NDRPDR sel
771     - 44  # NDRPDR sel
772     - 47  # NDRPDR sel
773     - 24  # WRK
774     - 25  # WRK
775     - 23  # WRK
776     - 26  # WRK
777     - 27  # WRK
778     - 28  # WRK
779     - 29  # WRK
780     - 30  # WRK
781     - 32  # WRK
782     - 35  # WRK
783     csit-vpp-perf-verify-1807-3n-skx:
784     - 31  # MRR full
785     - 28  # MRR sel
786     - 32  # MRR sel
787     - 36  # MRR sel
788     - 42  # MRR sel
789     - 47  # MRR sel
790     - 48  # MRR sel
791     - 51  # MRR sel
792     - 52  # MRR sel
793     - 53  # MRR sel
794     - 54  # MRR sel
795     - 40  # NDRPDR full 1
796     - 41  # NDRPDR full 2
797     - 33  # NDRPDR sel
798     - 35  # NDRPDR sel
799     - 37  # NDRPDR sel
800     - 38  # NDRPDR sel
801     - 39  # NDRPDR sel
802     - 43  # NDRPDR sel
803     - 44  # NDRPDR sel
804     - 49  # NDRPDR sel
805     - 50  # NDRPDR sel
806     - 56  # NDRPDR sel
807     csit-vpp-perf-verify-1807-2n-skx:
808     - 27  # MRR full
809     - 31  # MRR sel
810     - 33  # MRR sel
811     - 37  # MRR sel
812     - 38  # MRR sel
813     - 41  # MRR sel
814     - 43  # MRR sel
815     - 44  # MRR sel
816     - 45  # MRR sel
817     - 46  # MRR sel
818     - 47  # MRR sel
819     - 32  # NDRPDR full
820     - 26  # NDRPDR sel
821     - 28  # NDRPDR sel
822     - 29  # NDRPDR sel
823     - 30  # NDRPDR sel
824     - 34  # NDRPDR sel
825     - 35  # NDRPDR sel
826     - 36  # NDRPDR sel
827     - 39  # NDRPDR sel
828     - 40  # NDRPDR sel
829     - 42  # NDRPDR sel
830     csit-vpp-perf-check-1801:
831     - 3   # mrr
832     - 4   # mrr
833     - 5   # mrr
834     - 6   # mrr
835     - 7   # mrr
836     - 8   # mrr
837     - 9   # mrr
838     - 11  # mrr
839     - 12  # mrr
840     - 13  # mrr
841     csit-vpp-perf-check-1804:
842     - 5   # mrr - full
843     - 6   # mrr - sel
844     - 13  # mrr - sel
845     - 14  # mrr - sel
846     - 15  # mrr - sel
847     - 16  # mrr - sel
848     - 17  # mrr - sel
849     - 19  # mrr - sel
850     - 20  # mrr - sel
851     - 21  # mrr - sel
852     - 22  # mrr - sel
853     csit-ligato-perf-1804-all:
854     - 4   # full
855     - 5   # sel
856     - 6   # sel
857     - 7   # sel
858     - 8   # sel
859     - 9   # sel
860     - 10  # sel
861     - 11  # sel
862     - 12  # sel
863     - 13  # sel
864     - 14  # sel
865     # TODO: Add Data sources
866     csit-ligato-perf-1807-all:
867     - 3   # full ?
868     - 4   # sel
869     csit-dpdk-perf-1804-all:
870     - 4
871     - 5
872     - 6
873     - 7
874     - 8
875     - 9
876     - 10
877     - 11
878     - 12
879     - 13
880     csit-dpdk-perf-verify-1807-3n-hsw:
881     - 11
882     - 12  # full
883     - 14
884     - 15
885     - 16
886     - 17
887     - 20
888     - 21
889     - 22
890     - 23
891     csit-dpdk-perf-verify-1807-3n-skx:
892     - 1
893     - 2
894     - 3
895     - 6
896     - 7
897     - 8
898     - 9
899     - 10
900     - 11
901     - 12
902     csit-dpdk-perf-verify-1807-2n-skx:
903     - 1
904     - 2
905     - 3
906     - 4
907     - 5
908     - 6
909     - 7
910     - 8
911     - 9
912     - 10
913     csit-vpp-functional-1807-ubuntu1604-virl:
914     - 278
915     csit-vpp-functional-1807-centos7-virl:
916     - 278
917     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
918     - 2
919     # TODO: Replace with 1807 job:
920     csit-dmm-functional-master-ubuntu1604-virl:
921     - 95
922     csit-hc2vpp-verify-func-1807-ubuntu1604:
923     - 6
924
925 -
926   type: "output"
927   output: "report"
928   format:
929     html:
930     - full
931     pdf:
932     - minimal
933
934 ################################################################################
935 ###                               T A B L E S                                ###
936 ################################################################################
937
938 ################################################################################
939 # VPP
940 -
941   type: "table"
942   title: "VPP Performance Changes 1t1c pdr"
943   algorithm: "table_performance_comparison"
944   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
945   history:
946     -
947       title: "rls1801"
948       data:
949         csit-vpp-perf-1801-all:
950         - 124  # sel
951         - 127  # sel
952         - 128  # sel
953         - 141  # sel
954         - 142  # sel
955         - 143  # sel
956         - 145  # sel
957         - 146  # sel
958         - 162  # sel
959         - 163  # sel
960         - 167  # sel
961         - 172  # sel acl only
962   reference:
963     title: "rls1804"
964     data:
965       csit-vpp-perf-1804-all:
966       - 21  # sel
967       - 22  # sel
968       - 23  # sel
969       - 24  # sel
970       - 27  # sel
971       - 28  # sel
972       - 29  # sel
973       - 30  # sel
974       - 31  # sel
975       - 35  # sel
976   compare:
977     title: "rls1807"
978     data:
979       # TODO: Add Data sources
980       csit-vpp-perf-verify-1807-3n-hsw:
981       - 11  # NDRPDR full 1
982       - 22  # NDRPDR full 2
983       - 45  # NDRPDR full 3
984       - 46  # NDRPDR full 4
985       - 15  # NDRPDR sel
986       - 16  # NDRPDR sel
987       - 19  # NDRPDR sel
988       - 18  # NDRPDR sel
989       - 20  # NDRPDR sel
990       - 38  # NDRPDR sel
991       - 40  # NDRPDR sel
992       - 44  # NDRPDR sel
993       - 47  # NDRPDR sel
994   data: "vpp-performance-changes"
995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
996   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
997   parameters:
998   - "name"
999   - "parent"
1000   - "throughput"
1001
1002 -
1003   type: "table"
1004   title: "VPP Performance Changes 2t2c pdr"
1005   algorithm: "table_performance_comparison"
1006   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1007   history:
1008     -
1009       title: "rls1801"
1010       data:
1011         csit-vpp-perf-1801-all:
1012         - 124  # sel
1013         - 127  # sel
1014         - 128  # sel
1015         - 141  # sel
1016         - 142  # sel
1017         - 143  # sel
1018         - 145  # sel
1019         - 146  # sel
1020         - 162  # sel
1021         - 163  # sel
1022         - 167  # sel
1023         - 172  # sel acl only
1024   reference:
1025     title: "rls1804"
1026     data:
1027       csit-vpp-perf-1804-all:
1028       - 21  # sel
1029       - 22  # sel
1030       - 23  # sel
1031       - 24  # sel
1032       - 27  # sel
1033       - 28  # sel
1034       - 29  # sel
1035       - 30  # sel
1036       - 31  # sel
1037       - 35  # sel
1038   compare:
1039     title: "rls1807"
1040     data:
1041       # TODO: Add Data sources
1042       csit-vpp-perf-verify-1807-3n-hsw:
1043       - 11  # NDRPDR full 1
1044       - 22  # NDRPDR full 2
1045       - 45  # NDRPDR full 3
1046       - 46  # NDRPDR full 4
1047       - 15  # NDRPDR sel
1048       - 16  # NDRPDR sel
1049       - 19  # NDRPDR sel
1050       - 18  # NDRPDR sel
1051       - 20  # NDRPDR sel
1052       - 38  # NDRPDR sel
1053       - 40  # NDRPDR sel
1054       - 44  # NDRPDR sel
1055       - 47  # NDRPDR sel
1056   data: "vpp-performance-changes"
1057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1058   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1059   parameters:
1060   - "name"
1061   - "parent"
1062   - "throughput"
1063
1064 -
1065   type: "table"
1066   title: "VPP Performance Changes 1t1c ndr"
1067   algorithm: "table_performance_comparison"
1068   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1069   history:
1070     -
1071       title: "rls1801"
1072       data:
1073         csit-vpp-perf-1801-all:
1074         - 124  # sel
1075         - 127  # sel
1076         - 128  # sel
1077         - 141  # sel
1078         - 142  # sel
1079         - 143  # sel
1080         - 145  # sel
1081         - 146  # sel
1082         - 162  # sel
1083         - 163  # sel
1084         - 167  # sel
1085         - 172  # sel acl only
1086   reference:
1087     title: "rls1804"
1088     data:
1089       csit-vpp-perf-1804-all:
1090       - 21  # sel
1091       - 22  # sel
1092       - 23  # sel
1093       - 24  # sel
1094       - 27  # sel
1095       - 28  # sel
1096       - 29  # sel
1097       - 30  # sel
1098       - 31  # sel
1099       - 35  # sel
1100   compare:
1101     title: "rls1807"
1102     data:
1103       # TODO: Add Data sources
1104       csit-vpp-perf-verify-1807-3n-hsw:
1105       - 11  # NDRPDR full 1
1106       - 22  # NDRPDR full 2
1107       - 45  # NDRPDR full 3
1108       - 46  # NDRPDR full 4
1109       - 15  # NDRPDR sel
1110       - 16  # NDRPDR sel
1111       - 19  # NDRPDR sel
1112       - 18  # NDRPDR sel
1113       - 20  # NDRPDR sel
1114       - 38  # NDRPDR sel
1115       - 40  # NDRPDR sel
1116       - 44  # NDRPDR sel
1117       - 47  # NDRPDR sel
1118   data: "vpp-performance-changes"
1119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1120   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1121   parameters:
1122   - "name"
1123   - "parent"
1124   - "throughput"
1125
1126 -
1127   type: "table"
1128   title: "VPP Performance Changes 2t2c ndr"
1129   algorithm: "table_performance_comparison"
1130   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1131   history:
1132     -
1133       title: "rls1801"
1134       data:
1135         csit-vpp-perf-1801-all:
1136         - 124  # sel
1137         - 127  # sel
1138         - 128  # sel
1139         - 141  # sel
1140         - 142  # sel
1141         - 143  # sel
1142         - 145  # sel
1143         - 146  # sel
1144         - 162  # sel
1145         - 163  # sel
1146         - 167  # sel
1147         - 172  # sel acl only
1148   reference:
1149     title: "rls1804"
1150     data:
1151       csit-vpp-perf-1804-all:
1152       - 21  # sel
1153       - 22  # sel
1154       - 23  # sel
1155       - 24  # sel
1156       - 27  # sel
1157       - 28  # sel
1158       - 29  # sel
1159       - 30  # sel
1160       - 31  # sel
1161       - 35  # sel
1162   compare:
1163     title: "rls1807"
1164     data:
1165       # TODO: Add Data sources
1166       csit-vpp-perf-verify-1807-3n-hsw:
1167       - 11  # NDRPDR full 1
1168       - 22  # NDRPDR full 2
1169       - 45  # NDRPDR full 3
1170       - 46  # NDRPDR full 4
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       - 47  # NDRPDR sel
1180   data: "vpp-performance-changes"
1181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1182   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1183   parameters:
1184   - "name"
1185   - "parent"
1186   - "throughput"
1187
1188 -
1189   type: "table"
1190   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1191   algorithm: "table_performance_comparison"
1192   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1193   reference:
1194     title: "3-Node Hsw"
1195     data:
1196       # TODO: Add Data sources
1197       csit-vpp-perf-verify-1807-3n-hsw:
1198       - 11  # NDRPDR full 1
1199       - 22  # NDRPDR full 2
1200       - 45  # NDRPDR full 3
1201       - 46  # NDRPDR full 4
1202       - 15  # NDRPDR sel
1203       - 16  # NDRPDR sel
1204       - 19  # NDRPDR sel
1205       - 18  # NDRPDR sel
1206       - 20  # NDRPDR sel
1207       - 38  # NDRPDR sel
1208       - 40  # NDRPDR sel
1209       - 44  # NDRPDR sel
1210       - 47  # NDRPDR sel
1211   compare:
1212     title: "3-Node Skx"
1213     data:
1214       csit-vpp-perf-verify-1807-3n-skx:
1215       - 33  # NDRPDR sel
1216       - 35  # NDRPDR sel
1217       - 37  # NDRPDR sel
1218       - 38  # NDRPDR sel
1219       - 39  # NDRPDR sel
1220       - 43  # NDRPDR sel
1221       - 44  # NDRPDR sel
1222       - 49  # NDRPDR sel
1223       - 50  # NDRPDR sel
1224       - 56  # NDRPDR sel
1225   data: "vpp-compare-testbeds"
1226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1227   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1228   parameters:
1229   - "name"
1230   - "parent"
1231   - "throughput"
1232
1233 -
1234   type: "table"
1235   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1236   algorithm: "table_performance_comparison"
1237   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1238   reference:
1239     title: "3-Node Hsw"
1240     data:
1241       # TODO: Add Data sources
1242       csit-vpp-perf-verify-1807-3n-hsw:
1243       - 11  # NDRPDR full 1
1244       - 22  # NDRPDR full 2
1245       - 45  # NDRPDR full 3
1246       - 46  # NDRPDR full 4
1247       - 15  # NDRPDR sel
1248       - 16  # NDRPDR sel
1249       - 19  # NDRPDR sel
1250       - 18  # NDRPDR sel
1251       - 20  # NDRPDR sel
1252       - 38  # NDRPDR sel
1253       - 40  # NDRPDR sel
1254       - 44  # NDRPDR sel
1255       - 47  # NDRPDR sel
1256   compare:
1257     title: "3-Node Skx"
1258     data:
1259       csit-vpp-perf-verify-1807-3n-skx:
1260       - 33  # NDRPDR sel
1261       - 35  # NDRPDR sel
1262       - 37  # NDRPDR sel
1263       - 38  # NDRPDR sel
1264       - 39  # NDRPDR sel
1265       - 43  # NDRPDR sel
1266       - 44  # NDRPDR sel
1267       - 49  # NDRPDR sel
1268       - 50  # NDRPDR sel
1269       - 56  # NDRPDR sel
1270   data: "vpp-compare-testbeds"
1271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1272   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1273   parameters:
1274   - "name"
1275   - "parent"
1276   - "throughput"
1277
1278 -
1279   type: "table"
1280   title: "VPP Performance Changes - 1t1c MRR"
1281   algorithm: "table_performance_comparison"
1282   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1283   history:
1284     -
1285       title: "rls1801"
1286       data:
1287         csit-vpp-perf-check-1801:
1288         - 3
1289         - 4
1290         - 5
1291         - 6
1292         - 7
1293         - 8
1294         - 9
1295         - 11
1296         - 12
1297         - 13
1298   reference:
1299     title: "rls1804"
1300     data:
1301       csit-vpp-perf-check-1804:
1302       - 6   # mrr - sel
1303       - 13  # mrr - sel
1304       - 14  # mrr - sel
1305       - 15  # mrr - sel
1306       - 16  # mrr - sel
1307       - 17  # mrr - sel
1308       - 19  # mrr - sel
1309       - 20  # mrr - sel
1310       - 21  # mrr - sel
1311       - 22  # mrr - sel
1312   compare:
1313     title: "rls1807"
1314     data:
1315       # TODO: Add Data sources
1316       csit-vpp-perf-verify-1807-3n-hsw:
1317       - 8   # MRR full
1318       - 9   # MRR sel
1319       - 21  # MRR sel
1320       - 31  # MRR sel
1321       - 33  # MRR sel
1322       - 36  # MRR sel
1323       - 41  # MRR sel
1324       - 42  # MRR sel
1325       - 48  # MRR sel
1326   data: "vpp-performance-changes-mrr"
1327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1328   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1329   parameters:
1330   - "name"
1331   - "parent"
1332   - "result"
1333
1334 -
1335   type: "table"
1336   title: "VPP Performance Changes - 2t2c MRR"
1337   algorithm: "table_performance_comparison"
1338   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1339   history:
1340     -
1341       title: "rls1801"
1342       data:
1343         csit-vpp-perf-check-1801:
1344         - 3
1345         - 4
1346         - 5
1347         - 6
1348         - 7
1349         - 8
1350         - 9
1351         - 11
1352         - 12
1353         - 13
1354   reference:
1355     title: "rls1804"
1356     data:
1357       csit-vpp-perf-check-1804:
1358       - 6   # mrr - sel
1359       - 13  # mrr - sel
1360       - 14  # mrr - sel
1361       - 15  # mrr - sel
1362       - 16  # mrr - sel
1363       - 17  # mrr - sel
1364       - 19  # mrr - sel
1365       - 20  # mrr - sel
1366       - 21  # mrr - sel
1367       - 22  # mrr - sel
1368   compare:
1369     title: "rls1807"
1370     data:
1371       # TODO: Add Data sources
1372       csit-vpp-perf-verify-1807-3n-hsw:
1373       - 8   # MRR full
1374       - 9   # MRR sel
1375       - 21  # MRR sel
1376       - 31  # MRR sel
1377       - 33  # MRR sel
1378       - 36  # MRR sel
1379       - 41  # MRR sel
1380       - 42  # MRR sel
1381       - 48  # MRR sel
1382   data: "vpp-performance-changes-mrr"
1383   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1384   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1385   parameters:
1386   - "name"
1387   - "parent"
1388   - "result"
1389
1390 -
1391   type: "table"
1392   title: "VPP Performance Changes - 4t4c MRR"
1393   algorithm: "table_performance_comparison"
1394   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1395   history:
1396     -
1397       title: "rls1801"
1398       data:
1399         csit-vpp-perf-check-1801:
1400         - 3
1401         - 4
1402         - 5
1403         - 6
1404         - 7
1405         - 8
1406         - 9
1407         - 11
1408         - 12
1409         - 13
1410   reference:
1411     title: "rls1804"
1412     data:
1413       csit-vpp-perf-check-1804:
1414       - 6   # mrr - sel
1415       - 13  # mrr - sel
1416       - 14  # mrr - sel
1417       - 15  # mrr - sel
1418       - 16  # mrr - sel
1419       - 17  # mrr - sel
1420       - 19  # mrr - sel
1421       - 20  # mrr - sel
1422       - 21  # mrr - sel
1423       - 22  # mrr - sel
1424   compare:
1425     title: "rls1807"
1426     data:
1427       # TODO: Add Data sources
1428       csit-vpp-perf-verify-1807-3n-hsw:
1429       - 8   # MRR full
1430       - 9   # MRR sel
1431       - 21  # MRR sel
1432       - 31  # MRR sel
1433       - 33  # MRR sel
1434       - 36  # MRR sel
1435       - 41  # MRR sel
1436       - 42  # MRR sel
1437       - 48  # MRR sel
1438   data: "vpp-performance-changes-mrr"
1439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1440   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1441   parameters:
1442   - "name"
1443   - "parent"
1444   - "result"
1445
1446 -
1447   type: "table"
1448   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1449   algorithm: "table_performance_comparison"
1450   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1451   reference:
1452     title: "3-Node Hsw"
1453     data:
1454       # TODO: Add Data sources
1455       csit-vpp-perf-verify-1807-3n-hsw:
1456       - 8   # MRR full
1457       - 9   # MRR sel
1458       - 21  # MRR sel
1459       - 31  # MRR sel
1460       - 33  # MRR sel
1461       - 36  # MRR sel
1462       - 41  # MRR sel
1463       - 42  # MRR sel
1464       - 48  # MRR sel
1465   compare:
1466     title: "3-Node Skx"
1467     data:
1468       csit-vpp-perf-verify-1807-3n-skx:
1469       - 28  # MRR sel
1470       - 32  # MRR sel
1471       - 36  # MRR sel
1472       - 42  # MRR sel
1473       - 47  # MRR sel
1474       - 48  # MRR sel
1475       - 51  # MRR sel
1476       - 52  # MRR sel
1477       - 53  # MRR sel
1478       - 54  # MRR sel
1479   data: "vpp-compare-testbeds-mrr"
1480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1481   filter: "'NIC_Intel-X710' and 'MRR'"
1482   parameters:
1483   - "name"
1484   - "parent"
1485   - "result"
1486
1487 -
1488   type: "table"
1489   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1490   algorithm: "table_merged_details"
1491   output-file-ext: ".csv"
1492   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1493   columns:
1494   -
1495     title: "Name"
1496     data: "data name"
1497   -
1498     title: "Status"
1499     data: "data msg"
1500   rows: "generated"
1501   data: "vpp-perf-results-3n-hsw"
1502   filter: "not 'NDRCHK' and not 'PDRCHK'"
1503   parameters:
1504   - "name"
1505   - "parent"
1506   - "msg"
1507
1508 -
1509   type: "table"
1510   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1511   algorithm: "table_merged_details"
1512   output-file-ext: ".csv"
1513   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1514   columns:
1515   -
1516     title: "Name"
1517     data: "data name"
1518   -
1519     title: "Status"
1520     data: "data msg"
1521   rows: "generated"
1522   data: "vpp-perf-results-3n-skx"
1523   filter: "not 'NDRCHK' and not 'PDRCHK'"
1524   parameters:
1525   - "name"
1526   - "parent"
1527   - "msg"
1528
1529 -
1530   type: "table"
1531   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1532   algorithm: "table_merged_details"
1533   output-file-ext: ".csv"
1534   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1535   columns:
1536   -
1537     title: "Name"
1538     data: "data name"
1539   -
1540     title: "Status"
1541     data: "data msg"
1542   rows: "generated"
1543   data: "vpp-perf-results-2n-skx"
1544   filter: "not 'NDRCHK' and not 'PDRCHK'"
1545   parameters:
1546   - "name"
1547   - "parent"
1548   - "msg"
1549
1550 -
1551   type: "table"
1552   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1553   algorithm: "table_merged_details"
1554   output-file-ext: ".csv"
1555   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1556   columns:
1557   -
1558     title: "Name"
1559     data: "data name"
1560   -
1561     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1562     data: "data vat-history"
1563   rows: "generated"
1564   data: "vpp-perf-results-3n-hsw"
1565   filter: "not 'NDRCHK' and not 'PDRCHK'"
1566   parameters:
1567   - "parent"
1568   - "name"
1569   - "vat-history"
1570
1571 -
1572   type: "table"
1573   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1574   algorithm: "table_merged_details"
1575   output-file-ext: ".csv"
1576   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1577   columns:
1578   -
1579     title: "Name"
1580     data: "data name"
1581   -
1582     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1583     data: "data vat-history"
1584   rows: "generated"
1585   data: "vpp-perf-results-3n-skx"
1586   filter: "not 'NDRCHK' and not 'PDRCHK'"
1587   parameters:
1588   - "parent"
1589   - "name"
1590   - "vat-history"
1591
1592 -
1593   type: "table"
1594   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1595   algorithm: "table_merged_details"
1596   output-file-ext: ".csv"
1597   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1598   columns:
1599   -
1600     title: "Name"
1601     data: "data name"
1602   -
1603     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1604     data: "data vat-history"
1605   rows: "generated"
1606   data: "vpp-perf-results-2n-skx"
1607   filter: "not 'NDRCHK' and not 'PDRCHK'"
1608   parameters:
1609   - "parent"
1610   - "name"
1611   - "vat-history"
1612
1613 -
1614   type: "table"
1615   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1616   algorithm: "table_merged_details"
1617   output-file-ext: ".csv"
1618   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1619   columns:
1620   -
1621     title: "Name"
1622     data: "data name"
1623   -
1624     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1625     data: "data show-run"
1626   rows: "generated"
1627   data: "vpp-perf-results-3n-hsw"
1628   filter: "not 'NDRCHK' and not 'PDRCHK'"
1629   parameters:
1630   - "parent"
1631   - "name"
1632   - "show-run"
1633
1634 -
1635   type: "table"
1636   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1637   algorithm: "table_merged_details"
1638   output-file-ext: ".csv"
1639   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1640   columns:
1641   -
1642     title: "Name"
1643     data: "data name"
1644   -
1645     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1646     data: "data show-run"
1647   rows: "generated"
1648   data: "vpp-perf-results-3n-skx"
1649   filter: "not 'NDRCHK' and not 'PDRCHK'"
1650   parameters:
1651   - "parent"
1652   - "name"
1653   - "show-run"
1654
1655 -
1656   type: "table"
1657   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1658   algorithm: "table_merged_details"
1659   output-file-ext: ".csv"
1660   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1661   columns:
1662   -
1663     title: "Name"
1664     data: "data name"
1665   -
1666     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1667     data: "data show-run"
1668   rows: "generated"
1669   data: "vpp-perf-results-2n-skx"
1670   filter: "not 'NDRCHK' and not 'PDRCHK'"
1671   parameters:
1672   - "parent"
1673   - "name"
1674   - "show-run"
1675
1676 -
1677   type: "table"
1678   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1679   algorithm: "table_details"
1680   output-file-ext: ".csv"
1681   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1682   columns:
1683   -
1684     title: "Name"
1685     data: "data name"
1686   -
1687     title: "Status"
1688     data: "data msg"
1689   rows: "generated"
1690   data: "vpp-mrr-results-3n-hsw"
1691   filter: "'MRR'"
1692   parameters:
1693   - "name"
1694   - "parent"
1695   - "msg"
1696
1697 -
1698   type: "table"
1699   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1700   algorithm: "table_details"
1701   output-file-ext: ".csv"
1702   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1703   columns:
1704   -
1705     title: "Name"
1706     data: "data name"
1707   -
1708     title: "Status"
1709     data: "data msg"
1710   rows: "generated"
1711   data: "vpp-mrr-results-3n-skx"
1712   filter: "'MRR'"
1713   parameters:
1714   - "name"
1715   - "parent"
1716   - "msg"
1717
1718 -
1719   type: "table"
1720   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1721   algorithm: "table_details"
1722   output-file-ext: ".csv"
1723   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1724   columns:
1725   -
1726     title: "Name"
1727     data: "data name"
1728   -
1729     title: "Status"
1730     data: "data msg"
1731   rows: "generated"
1732   data: "vpp-mrr-results-2n-skx"
1733   filter: "'MRR'"
1734   parameters:
1735   - "name"
1736   - "parent"
1737   - "msg"
1738
1739 -
1740   type: "table"
1741   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1742   algorithm: "table_details"
1743   output-file-ext: ".csv"
1744   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1745   columns:
1746   -
1747     title: "Name"
1748     data: "data name"
1749   -
1750     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1751     data: "data vat-history"
1752   rows: "generated"
1753   data: "vpp-mrr-results-3n-hsw"
1754   filter: "'MRR'"
1755   parameters:
1756   - "parent"
1757   - "name"
1758   - "vat-history"
1759
1760 -
1761   type: "table"
1762   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1763   algorithm: "table_details"
1764   output-file-ext: ".csv"
1765   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1766   columns:
1767   -
1768     title: "Name"
1769     data: "data name"
1770   -
1771     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1772     data: "data vat-history"
1773   rows: "generated"
1774   data: "vpp-mrr-results-3n-skx"
1775   filter: "'MRR'"
1776   parameters:
1777   - "parent"
1778   - "name"
1779   - "vat-history"
1780
1781 -
1782   type: "table"
1783   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1784   algorithm: "table_details"
1785   output-file-ext: ".csv"
1786   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1787   columns:
1788   -
1789     title: "Name"
1790     data: "data name"
1791   -
1792     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1793     data: "data vat-history"
1794   rows: "generated"
1795   data: "vpp-mrr-results-2n-skx"
1796   filter: "'MRR'"
1797   parameters:
1798   - "parent"
1799   - "name"
1800   - "vat-history"
1801
1802 -
1803   type: "table"
1804   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1805   algorithm: "table_details"
1806   output-file-ext: ".csv"
1807   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1808   columns:
1809   -
1810     title: "Name"
1811     data: "data name"
1812   -
1813     title: "Documentation"
1814     data: "data doc"
1815   -
1816     title: "Status"
1817     data: "data status"
1818   rows: "generated"
1819   data: "vpp-func-results-ubuntu"
1820   filter: "all"
1821   parameters:
1822   - "name"
1823   - "parent"
1824   - "doc"
1825   - "status"
1826
1827 -
1828   type: "table"
1829   title: "Detailed Test Results - VPP Functional Results - CentOS"
1830   algorithm: "table_details"
1831   output-file-ext: ".csv"
1832   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1833   columns:
1834   -
1835     title: "Name"
1836     data: "data name"
1837   -
1838     title: "Documentation"
1839     data: "data doc"
1840   -
1841     title: "Status"
1842     data: "data status"
1843   rows: "generated"
1844   data:
1845     "vpp-func-results-centos"
1846   filter: "all"
1847   parameters:
1848   - "name"
1849   - "parent"
1850   - "doc"
1851   - "status"
1852
1853 -
1854   type: "table"
1855   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1856   algorithm: "table_details"
1857   output-file-ext: ".csv"
1858   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1859   columns:
1860   -
1861     title: "Name"
1862     data: "data name"
1863   -
1864     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1865     data: "data vat-history"
1866   rows: "generated"
1867   data: "vpp-func-results-ubuntu"
1868   filter: "all"
1869   parameters:
1870   - "parent"
1871   - "name"
1872   - "vat-history"
1873
1874 -
1875   type: "table"
1876   title: "Test configuration - VPP Functional Test Configs - CentOS"
1877   algorithm: "table_details"
1878   output-file-ext: ".csv"
1879   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1880   columns:
1881   -
1882     title: "Name"
1883     data: "data name"
1884   -
1885     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1886     data: "data vat-history"
1887   rows: "generated"
1888   data: "vpp-func-results-centos"
1889   filter: "all"
1890   parameters:
1891   - "parent"
1892   - "name"
1893   - "vat-history"
1894
1895 -
1896   type: "table"
1897   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1898   algorithm: "table_details"
1899   output-file-ext: ".csv"
1900   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1901   columns:
1902   -
1903     title: "Name"
1904     data: "data name"
1905   -
1906     title: "Status"
1907     data: "data msg"
1908   rows: "generated"
1909   data: "ligato-perf-results-3n-hsw"
1910   filter: "all"
1911   parameters:
1912   - "name"
1913   - "parent"
1914   - "msg"
1915
1916 ################################################################################
1917 # DPDK
1918 -
1919   type: "table"
1920   title: "DPDK Performance Changes 1t1c pdr"
1921   algorithm: "table_performance_comparison"
1922   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1923   reference:
1924     title: "rls1804"
1925     data:
1926       csit-dpdk-perf-1804-all:
1927       - 4
1928       - 5
1929       - 6
1930       - 7
1931       - 8
1932       - 9
1933       - 10
1934       - 11
1935       - 12
1936       - 13
1937   compare:
1938     title: "rls1807"
1939     data:
1940       csit-dpdk-perf-verify-1807-3n-hsw:
1941       - 11
1942       - 12  # full
1943       - 14
1944       - 15
1945       - 16
1946       - 17
1947       - 20
1948       - 21
1949       - 22
1950       - 23
1951   data: "dpdk-performance-changes"
1952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1953   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1954   parameters:
1955   - "name"
1956   - "parent"
1957   - "throughput"
1958
1959 -
1960   type: "table"
1961   title: "DPDK Performance Changes 2t2c pdr"
1962   algorithm: "table_performance_comparison"
1963   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1964   reference:
1965     title: "rls1804"
1966     data:
1967       csit-dpdk-perf-1804-all:
1968       - 4
1969       - 5
1970       - 6
1971       - 7
1972       - 8
1973       - 9
1974       - 10
1975       - 11
1976       - 12
1977       - 13
1978   compare:
1979     title: "rls1807"
1980     data:
1981       csit-dpdk-perf-verify-1807-3n-hsw:
1982       - 11
1983       - 12  # full
1984       - 14
1985       - 15
1986       - 16
1987       - 17
1988       - 20
1989       - 21
1990       - 22
1991       - 23
1992   data: "dpdk-performance-changes"
1993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1994   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1995   parameters:
1996   - "name"
1997   - "parent"
1998   - "throughput"
1999
2000 -
2001   type: "table"
2002   title: "DPDK Performance Changes 1t1c ndr"
2003   algorithm: "table_performance_comparison"
2004   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2005   reference:
2006     title: "rls1804"
2007     data:
2008       csit-dpdk-perf-1804-all:
2009       - 4
2010       - 5
2011       - 6
2012       - 7
2013       - 8
2014       - 9
2015       - 10
2016       - 11
2017       - 12
2018       - 13
2019   compare:
2020     title: "rls1807"
2021     data:
2022       csit-dpdk-perf-verify-1807-3n-hsw:
2023       - 11
2024       - 12  # full
2025       - 14
2026       - 15
2027       - 16
2028       - 17
2029       - 20
2030       - 21
2031       - 22
2032       - 23
2033   data: "dpdk-performance-changes"
2034   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2035   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2036   parameters:
2037   - "name"
2038   - "parent"
2039   - "throughput"
2040
2041 -
2042   type: "table"
2043   title: "DPDK Performance Changes 2t2c ndr"
2044   algorithm: "table_performance_comparison"
2045   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2046   reference:
2047     title: "rls1804"
2048     data:
2049       csit-dpdk-perf-1804-all:
2050       - 4
2051       - 5
2052       - 6
2053       - 7
2054       - 8
2055       - 9
2056       - 10
2057       - 11
2058       - 12
2059       - 13
2060   compare:
2061     title: "rls1807"
2062     data:
2063       csit-dpdk-perf-verify-1807-3n-hsw:
2064       - 11
2065       - 12  # full
2066       - 14
2067       - 15
2068       - 16
2069       - 17
2070       - 20
2071       - 21
2072       - 22
2073       - 23
2074   data: "dpdk-performance-changes"
2075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2076   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2077   parameters:
2078   - "name"
2079   - "parent"
2080   - "throughput"
2081
2082 -
2083   type: "table"
2084   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2085   algorithm: "table_performance_comparison"
2086   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2087   reference:
2088     title: "3-Node Hsw"
2089     data:
2090       csit-dpdk-perf-verify-1807-3n-hsw:
2091       - 11
2092       - 12  # full
2093       - 14
2094       - 15
2095       - 16
2096       - 17
2097       - 20
2098       - 21
2099       - 22
2100       - 23
2101   compare:
2102     title: "3-Node Skx"
2103     data:
2104       csit-dpdk-perf-verify-1807-3n-skx:
2105       - 1
2106       - 2
2107       - 3
2108       - 6
2109       - 7
2110       - 8
2111       - 9
2112       - 10
2113       - 11
2114       - 12
2115   data: "dpdk-compare-testbeds"
2116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2117   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2118   parameters:
2119   - "name"
2120   - "parent"
2121   - "throughput"
2122
2123 -
2124   type: "table"
2125   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2126   algorithm: "table_performance_comparison"
2127   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2128   reference:
2129     title: "3-Node Hsw"
2130     data:
2131       csit-dpdk-perf-verify-1807-3n-hsw:
2132       - 11
2133       - 12  # full
2134       - 14
2135       - 15
2136       - 16
2137       - 17
2138       - 20
2139       - 21
2140       - 22
2141       - 23
2142   compare:
2143     title: "3-Node Skx"
2144     data:
2145       csit-dpdk-perf-verify-1807-3n-skx:
2146       - 1
2147       - 2
2148       - 3
2149       - 6
2150       - 7
2151       - 8
2152       - 9
2153       - 10
2154       - 11
2155       - 12
2156   data: "dpdk-compare-testbeds"
2157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2158   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2159   parameters:
2160   - "name"
2161   - "parent"
2162   - "throughput"
2163
2164 -
2165   type: "table"
2166   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2167   algorithm: "table_performance_comparison"
2168   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2169   reference:
2170     title: "3-Node Hsw"
2171     data:
2172       csit-dpdk-perf-verify-1807-3n-hsw:
2173       - 11
2174       - 12  # full
2175       - 14
2176       - 15
2177       - 16
2178       - 17
2179       - 20
2180       - 21
2181       - 22
2182       - 23
2183   compare:
2184     title: "3-Node Skx"
2185     data:
2186       csit-dpdk-perf-verify-1807-3n-skx:
2187       - 1
2188       - 2
2189       - 3
2190       - 6
2191       - 7
2192       - 8
2193       - 9
2194       - 10
2195       - 11
2196       - 12
2197   data: "dpdk-compare-testbeds"
2198   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2199   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2200   parameters:
2201   - "name"
2202   - "parent"
2203   - "throughput"
2204
2205 -
2206   type: "table"
2207   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2208   algorithm: "table_details"
2209   output-file-ext: ".csv"
2210   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2211   columns:
2212   -
2213     title: "Name"
2214     data: "data name"
2215   -
2216     title: "Status"
2217     data: "data msg"
2218   rows: "generated"
2219   data: "dpdk-perf-results-3n-hsw"
2220   filter: "all"
2221   parameters:
2222   - "name"
2223   - "parent"
2224   - "msg"
2225
2226 -
2227   type: "table"
2228   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2229   algorithm: "table_details"
2230   output-file-ext: ".csv"
2231   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2232   columns:
2233   -
2234     title: "Name"
2235     data: "data name"
2236   -
2237     title: "Status"
2238     data: "data msg"
2239   rows: "generated"
2240   data: "dpdk-perf-results-3n-skx"
2241   filter: "all"
2242   parameters:
2243   - "name"
2244   - "parent"
2245   - "msg"
2246
2247 -
2248   type: "table"
2249   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2250   algorithm: "table_details"
2251   output-file-ext: ".csv"
2252   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2253   columns:
2254   -
2255     title: "Name"
2256     data: "data name"
2257   -
2258     title: "Status"
2259     data: "data msg"
2260   rows: "generated"
2261   data: "dpdk-perf-results-2n-skx"
2262   filter: "all"
2263   parameters:
2264   - "name"
2265   - "parent"
2266   - "msg"
2267
2268
2269 ################################################################################
2270 # HoneyComb
2271 -
2272   type: "table"
2273   title: "Detailed Test Results - Honeycomb Functional Results"
2274   algorithm: "table_details"
2275   output-file-ext: ".csv"
2276   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2277   columns:
2278   -
2279     title: "Name"
2280     data: "data name"
2281   -
2282     title: "Documentation"
2283     data: "data doc"
2284   -
2285     title: "Status"
2286     data: "data status"
2287   rows: "generated"
2288   data:
2289     "hc-func-results"
2290   filter: "all"
2291   parameters:
2292   - "name"
2293   - "parent"
2294   - "doc"
2295   - "status"
2296
2297 ################################################################################
2298 # NSH SFC
2299 -
2300   type: "table"
2301   title: "Detailed Test Results - NSH SFC Functional Results"
2302   algorithm: "table_details"
2303   output-file-ext: ".csv"
2304   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2305   columns:
2306   -
2307     title: "Name"
2308     data: "data name"
2309   -
2310     title: "Documentation"
2311     data: "data doc"
2312   -
2313     title: "Status"
2314     data: "data status"
2315   rows: "generated"
2316   data:
2317     "nsh-func-results"
2318   filter: "all"
2319   parameters:
2320   - "name"
2321   - "parent"
2322   - "doc"
2323   - "status"
2324
2325 ################################################################################
2326 # DMM
2327 -
2328   type: "table"
2329   title: "Detailed Test Results - DMM Functional Results"
2330   algorithm: "table_details"
2331   output-file-ext: ".csv"
2332   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2333   columns:
2334   -
2335     title: "Name"
2336     data: "data name"
2337   -
2338     title: "Documentation"
2339     data: "data doc"
2340   -
2341     title: "Status"
2342     data: "data status"
2343   rows: "generated"
2344   data:
2345     "dmm-func-results"
2346   filter: "all"
2347   parameters:
2348   - "name"
2349   - "parent"
2350   - "doc"
2351   - "status"
2352
2353 ################################################################################
2354 ###                                F I L E S                                 ###
2355 ################################################################################
2356
2357 -
2358   type: "file"
2359   title: "VPP Performance Results 3n-hsw"
2360   algorithm: "file_test_results"
2361   output-file-ext: ".rst"
2362   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2363   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"
2364   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2365   data: "vpp-perf-results-3n-hsw"
2366   filter: "not 'NDRCHK' and not 'PDRCHK'"
2367   parameters:
2368   - "name"
2369   - "doc"
2370   - "level"
2371   - "parent"
2372   data-start-level: 3
2373
2374 -
2375   type: "file"
2376   title: "VPP Performance Results 3n-skx"
2377   algorithm: "file_test_results"
2378   output-file-ext: ".rst"
2379   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2380   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"
2381   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2382   data: "vpp-perf-results-3n-skx"
2383   filter: "not 'NDRCHK' and not 'PDRCHK'"
2384   parameters:
2385   - "name"
2386   - "doc"
2387   - "level"
2388   - "parent"
2389   data-start-level: 3
2390
2391 -
2392   type: "file"
2393   title: "VPP Performance Results 2n-skx"
2394   algorithm: "file_test_results"
2395   output-file-ext: ".rst"
2396   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2397   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"
2398   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2399   data: "vpp-perf-results-2n-skx"
2400   filter: "not 'NDRCHK' and not 'PDRCHK'"
2401   parameters:
2402   - "name"
2403   - "doc"
2404   - "level"
2405   - "parent"
2406   data-start-level: 3
2407
2408 -
2409   type: "file"
2410   title: "VPP Performance Configuration 3n-hsw"
2411   algorithm: "file_test_results"
2412   output-file-ext: ".rst"
2413   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2414   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"
2415   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2416   data: "vpp-perf-results-3n-hsw"
2417   filter: "not 'NDRCHK' and not 'PDRCHK'"
2418   parameters:
2419   - "name"
2420   - "doc"
2421   - "level"
2422   - "parent"
2423   data-start-level: 3
2424
2425 -
2426   type: "file"
2427   title: "VPP Performance Configuration 3n-skx"
2428   algorithm: "file_test_results"
2429   output-file-ext: ".rst"
2430   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2431   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"
2432   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2433   data: "vpp-perf-results-3n-skx"
2434   filter: "not 'NDRCHK' and not 'PDRCHK'"
2435   parameters:
2436   - "name"
2437   - "doc"
2438   - "level"
2439   - "parent"
2440   data-start-level: 3
2441
2442 -
2443   type: "file"
2444   title: "VPP Performance Configuration 2n-skx"
2445   algorithm: "file_test_results"
2446   output-file-ext: ".rst"
2447   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2448   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"
2449   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2450   data: "vpp-perf-results-2n-skx"
2451   filter: "not 'NDRCHK' and not 'PDRCHK'"
2452   parameters:
2453   - "name"
2454   - "doc"
2455   - "level"
2456   - "parent"
2457   data-start-level: 3
2458
2459 -
2460   type: "file"
2461   title: "VPP Performance Operational Data 3n-hsw"
2462   algorithm: "file_test_results"
2463   output-file-ext: ".rst"
2464   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2465   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"
2466   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2467   data: "vpp-perf-results-3n-hsw"
2468   filter: "not 'NDRCHK' and not 'PDRCHK'"
2469   parameters:
2470   - "name"
2471   - "doc"
2472   - "level"
2473   - "parent"
2474   data-start-level: 3
2475
2476 -
2477   type: "file"
2478   title: "VPP Performance Operational Data 3n-skx"
2479   algorithm: "file_test_results"
2480   output-file-ext: ".rst"
2481   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2482   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"
2483   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2484   data: "vpp-perf-results-3n-skx"
2485   filter: "not 'NDRCHK' and not 'PDRCHK'"
2486   parameters:
2487   - "name"
2488   - "doc"
2489   - "level"
2490   - "parent"
2491   data-start-level: 3
2492
2493 -
2494   type: "file"
2495   title: "VPP Performance Operational Data 2n-skx"
2496   algorithm: "file_test_results"
2497   output-file-ext: ".rst"
2498   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2499   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"
2500   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2501   data: "vpp-perf-results-2n-skx"
2502   filter: "not 'NDRCHK' and not 'PDRCHK'"
2503   parameters:
2504   - "name"
2505   - "doc"
2506   - "level"
2507   - "parent"
2508   data-start-level: 3
2509
2510 -
2511   type: "file"
2512   title: "VPP MRR Results 3n-hsw"
2513   algorithm: "file_test_results"
2514   output-file-ext: ".rst"
2515   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2516   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"
2517   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2518   data: "vpp-mrr-results-3n-hsw"
2519   filter: "'MRR'"
2520   parameters:
2521   - "name"
2522   - "doc"
2523   - "level"
2524   - "parent"
2525   data-start-level: 3
2526
2527 -
2528   type: "file"
2529   title: "VPP MRR Results 3n-skx"
2530   algorithm: "file_test_results"
2531   output-file-ext: ".rst"
2532   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2533   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"
2534   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2535   data: "vpp-mrr-results-3n-skx"
2536   filter: "'MRR'"
2537   parameters:
2538   - "name"
2539   - "doc"
2540   - "level"
2541   - "parent"
2542   data-start-level: 3
2543
2544 -
2545   type: "file"
2546   title: "VPP MRR Results 2n-skx"
2547   algorithm: "file_test_results"
2548   output-file-ext: ".rst"
2549   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2550   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"
2551   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2552   data: "vpp-mrr-results-2n-skx"
2553   filter: "all"
2554   parameters:
2555   - "name"
2556   - "doc"
2557   - "level"
2558   - "parent"
2559   data-start-level: 3
2560
2561 -
2562   type: "file"
2563   title: "VPP MRR Configuration 3n-hsw"
2564   algorithm: "file_test_results"
2565   output-file-ext: ".rst"
2566   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2567   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"
2568   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2569   data: "vpp-mrr-results-3n-hsw"
2570   filter: "'MRR'"
2571   parameters:
2572   - "name"
2573   - "doc"
2574   - "level"
2575   - "parent"
2576   data-start-level: 3
2577
2578 -
2579   type: "file"
2580   title: "VPP MRR Configuration 3n-skx"
2581   algorithm: "file_test_results"
2582   output-file-ext: ".rst"
2583   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2584   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"
2585   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2586   data: "vpp-mrr-results-3n-skx"
2587   filter: "'MRR'"
2588   parameters:
2589   - "name"
2590   - "doc"
2591   - "level"
2592   - "parent"
2593   data-start-level: 3
2594
2595 -
2596   type: "file"
2597   title: "VPP MRR Configuration 2n-skx"
2598   algorithm: "file_test_results"
2599   output-file-ext: ".rst"
2600   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2601   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"
2602   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2603   data: "vpp-mrr-results-2n-skx"
2604   filter: "'MRR'"
2605   parameters:
2606   - "name"
2607   - "doc"
2608   - "level"
2609   - "parent"
2610   data-start-level: 3
2611
2612 -
2613   type: "file"
2614   title: "VPP Functional Results - Ubuntu"
2615   algorithm: "file_test_results"
2616   output-file-ext: ".rst"
2617   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_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[DTR,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 Results - CentOS"
2632   algorithm: "file_test_results"
2633   output-file-ext: ".rst"
2634   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_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[DTR,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: "VPP Functional Configuration - Ubuntu"
2650   algorithm: "file_test_results"
2651   output-file-ext: ".rst"
2652   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
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[DTC,FUNC,VPP,UBUNTU]}"
2655   data: "vpp-func-results-ubuntu"
2656   filter: "all"
2657   parameters:
2658   - "name"
2659   - "doc"
2660   - "level"
2661   - "parent"
2662   data-start-level: 4
2663
2664 -
2665   type: "file"
2666   title: "VPP Functional Configuration - CentOS"
2667   algorithm: "file_test_results"
2668   output-file-ext: ".rst"
2669   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
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[DTC,FUNC,VPP,CENTOS]}"
2672   data:
2673     "vpp-func-results-centos"
2674   filter: "all"
2675   parameters:
2676   - "name"
2677   - "doc"
2678   - "level"
2679   - "parent"
2680   data-start-level: 4
2681
2682 -
2683   type: "file"
2684   title: "Container Orchestrated Performance Results 3n-hsw"
2685   algorithm: "file_test_results"
2686   output-file-ext: ".rst"
2687   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2688   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"
2689   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2690   data: "ligato-perf-results-3n-hsw"
2691   filter: "all"
2692   parameters:
2693   - "name"
2694   - "doc"
2695   - "level"
2696   - "parent"
2697   data-start-level: 3
2698
2699 -
2700   type: "file"
2701   title: "DPDK Performance Results 3n-hsw"
2702   algorithm: "file_test_results"
2703   output-file-ext: ".rst"
2704   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2705   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"
2706   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2707   data: "dpdk-perf-results-3n-hsw"
2708   filter: "all"
2709   parameters:
2710   - "name"
2711   - "doc"
2712   - "level"
2713   - "parent"
2714   data-start-level: 3
2715
2716 -
2717   type: "file"
2718   title: "DPDK Performance Results 3n-skx"
2719   algorithm: "file_test_results"
2720   output-file-ext: ".rst"
2721   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2722   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"
2723   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2724   data: "dpdk-perf-results-3n-skx"
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: "DPDK Performance Results 2n-skx"
2736   algorithm: "file_test_results"
2737   output-file-ext: ".rst"
2738   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
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,PERF,DPDK,2N,SKX]}"
2741   data: "dpdk-perf-results-2n-skx"
2742   filter: "all"
2743   parameters:
2744   - "name"
2745   - "doc"
2746   - "level"
2747   - "parent"
2748   data-start-level: 3
2749
2750 -
2751   type: "file"
2752   title: "Honeycomb Functional Results"
2753   algorithm: "file_test_results"
2754   output-file-ext: ".rst"
2755   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2756   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"
2757   dir-tables: "{DIR[DTR,FUNC,HC]}"
2758   data:
2759     "hc-func-results"
2760   filter: "all"
2761   parameters:
2762   - "name"
2763   - "doc"
2764   - "level"
2765   - "parent"
2766   data-start-level: 3
2767
2768 -
2769   type: "file"
2770   title: "NSH SFC Functional Results"
2771   algorithm: "file_test_results"
2772   output-file-ext: ".rst"
2773   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2774   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"
2775   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2776   data:
2777     "nsh-func-results"
2778   filter: "all"
2779   parameters:
2780   - "name"
2781   - "doc"
2782   - "level"
2783   - "parent"
2784   data-start-level: 3
2785
2786 -
2787   type: "file"
2788   title: "DMM Functional Results"
2789   algorithm: "file_test_results"
2790   output-file-ext: ".rst"
2791   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2792   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"
2793   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2794   data:
2795     "dmm-func-results"
2796   filter: "all"
2797   parameters:
2798   - "name"
2799   - "doc"
2800   - "level"
2801   - "parent"
2802   data-start-level: 3
2803
2804 ################################################################################
2805 ###                                P L O T S                                 ###
2806 ################################################################################
2807
2808 ################################################################################
2809 # Plots VPP HTTP Server Performance
2810 -
2811   type: "plot"
2812   title: "VPP HTTP Server Performance"
2813   algorithm: "plot_http_server_performance_box"
2814   output-file-type: ".html"
2815   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2816   data:
2817     "plot-vpp-http-server-performance"
2818   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2819   # each tag is enclosed with ' (apostrophe).
2820   filter: "'HTTP' and 'TCP_CPS'"
2821   parameters:
2822   - "result"
2823   - "name"
2824   traces:
2825     hoverinfo: "x+y"
2826     boxpoints: "outliers"
2827     whiskerwidth: 0
2828   layout:
2829     title: "VPP HTTP Server Performance"
2830     layout:
2831       "plot-cps"
2832
2833 -
2834   type: "plot"
2835   title: "VPP HTTP Server Performance"
2836   algorithm: "plot_http_server_performance_box"
2837   output-file-type: ".html"
2838   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2839   data:
2840     "plot-vpp-http-server-performance"
2841   filter: "'HTTP' and 'TCP_RPS'"
2842   parameters:
2843   - "result"
2844   - "name"
2845   traces:
2846     hoverinfo: "x+y"
2847     boxpoints: "outliers"
2848     whiskerwidth: 0
2849   layout:
2850     title: "VPP HTTP Server Performance"
2851     layout:
2852       "plot-rps"
2853
2854 ################################################################################
2855
2856 # Packet Throughput - VPP L2 3n-hsw-x520
2857 -
2858   type: "plot"
2859   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2860   algorithm: "plot_performance_box"
2861   output-file-type: ".html"
2862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2863   data: "plot-vpp-throughput-latency-3n-hsw"
2864   filter: "'NIC_Intel-X520-DA2' and
2865            '64B' and
2866            ('BASE' or 'SCALE') and
2867            'NDRPDR' and
2868            '1T1C' and
2869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2870            not 'VHOST' and
2871            not 'MEMIF'"
2872   parameters:
2873   - "throughput"
2874   - "parent"
2875   traces:
2876     hoverinfo: "x+y"
2877     boxpoints: "outliers"
2878     whiskerwidth: 0
2879   layout:
2880     title: ""  # No title
2881     layout: "plot-throughput"
2882
2883 -
2884   type: "plot"
2885   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2886   algorithm: "plot_performance_box"
2887   output-file-type: ".html"
2888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2889   data: "plot-vpp-throughput-latency-3n-hsw"
2890   filter: "'NIC_Intel-X520-DA2' and
2891            '64B' and
2892            ('BASE' or 'SCALE') and
2893            'NDRPDR' and
2894            '1T1C' and
2895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2896            not 'VHOST' and
2897            not 'MEMIF'"
2898   parameters:
2899   - "throughput"
2900   - "parent"
2901   traces:
2902     hoverinfo: "x+y"
2903     boxpoints: "outliers"
2904     whiskerwidth: 0
2905   layout:
2906     title: ""  # No title
2907     layout: "plot-throughput"
2908
2909 -
2910   type: "plot"
2911   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2912   algorithm: "plot_performance_box"
2913   output-file-type: ".html"
2914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2915   data: "plot-vpp-throughput-latency-3n-hsw"
2916   filter: "'NIC_Intel-X520-DA2' and
2917            '64B' and
2918            ('BASE' or 'SCALE') and
2919            'NDRPDR' and
2920            '2T2C' and
2921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2922            not 'VHOST' and
2923            not 'MEMIF'"
2924   parameters:
2925   - "throughput"
2926   - "parent"
2927   traces:
2928     hoverinfo: "x+y"
2929     boxpoints: "outliers"
2930     whiskerwidth: 0
2931   layout:
2932     title: ""  # No title
2933     layout: "plot-throughput"
2934
2935 -
2936   type: "plot"
2937   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2938   algorithm: "plot_performance_box"
2939   output-file-type: ".html"
2940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2941   data: "plot-vpp-throughput-latency-3n-hsw"
2942   filter: "'NIC_Intel-X520-DA2' and
2943            '64B' and
2944            ('BASE' or 'SCALE') and
2945            'NDRPDR' and
2946            '2T2C' and
2947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2948            not 'VHOST' and
2949            not 'MEMIF'"
2950   parameters:
2951   - "throughput"
2952   - "parent"
2953   traces:
2954     hoverinfo: "x+y"
2955     boxpoints: "outliers"
2956     whiskerwidth: 0
2957   layout:
2958     title: ""  # No title
2959     layout: "plot-throughput"
2960
2961 -
2962   type: "plot"
2963   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2964   algorithm: "plot_performance_box"
2965   output-file-type: ".html"
2966   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2967   data: "plot-vpp-throughput-latency-3n-hsw"
2968   filter: "'NIC_Intel-X520-DA2' and
2969            '64B' and
2970            'FEATURE' and
2971            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2972            'NDRPDR' and
2973            '1T1C' and
2974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2975            not 'VHOST' and
2976            not 'MEMIF'"
2977   parameters:
2978   - "throughput"
2979   - "parent"
2980   traces:
2981     hoverinfo: "x+y"
2982     boxpoints: "outliers"
2983     whiskerwidth: 0
2984   layout:
2985     title: ""  # No title
2986     layout: "plot-throughput"
2987
2988 -
2989   type: "plot"
2990   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2991   algorithm: "plot_performance_box"
2992   output-file-type: ".html"
2993   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2994   data: "plot-vpp-throughput-latency-3n-hsw"
2995   filter: "'NIC_Intel-X520-DA2' and
2996            '64B' and
2997            'FEATURE' and
2998            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2999            'NDRPDR' and
3000            '1T1C' and
3001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3002            not 'VHOST' and
3003            not 'MEMIF'"
3004   parameters:
3005   - "throughput"
3006   - "parent"
3007   traces:
3008     hoverinfo: "x+y"
3009     boxpoints: "outliers"
3010     whiskerwidth: 0
3011   layout:
3012     title: ""  # No title
3013     layout: "plot-throughput"
3014
3015 -
3016   type: "plot"
3017   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3018   algorithm: "plot_performance_box"
3019   output-file-type: ".html"
3020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3021   data: "plot-vpp-throughput-latency-3n-hsw"
3022   filter: "'NIC_Intel-X520-DA2' and
3023            '64B' and
3024            'FEATURE' and
3025            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3026            'NDRPDR' and
3027            '2T2C' and
3028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3029            not 'VHOST' and
3030            not 'MEMIF'"
3031   parameters:
3032   - "throughput"
3033   - "parent"
3034   traces:
3035     hoverinfo: "x+y"
3036     boxpoints: "outliers"
3037     whiskerwidth: 0
3038   layout:
3039     title: ""  # No title
3040     layout: "plot-throughput"
3041
3042 -
3043   type: "plot"
3044   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3045   algorithm: "plot_performance_box"
3046   output-file-type: ".html"
3047   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3048   data: "plot-vpp-throughput-latency-3n-hsw"
3049   filter: "'NIC_Intel-X520-DA2' and
3050            '64B' and
3051            'FEATURE' and
3052            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3053            'NDRPDR' and
3054            '2T2C' and
3055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3056            not 'VHOST' and
3057            not 'MEMIF'"
3058   parameters:
3059   - "throughput"
3060   - "parent"
3061   traces:
3062     hoverinfo: "x+y"
3063     boxpoints: "outliers"
3064     whiskerwidth: 0
3065   layout:
3066     title: ""  # No title
3067     layout: "plot-throughput"
3068
3069 # Packet Throughput - VPP L2 3n-hsw-x710
3070 -
3071   type: "plot"
3072   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3073   algorithm: "plot_performance_box"
3074   output-file-type: ".html"
3075   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3076   data: "plot-vpp-throughput-latency-3n-hsw"
3077   filter: "'NIC_Intel-X710' and
3078            '64B' and
3079            ('BASE' or 'SCALE') and
3080            'NDRPDR' and
3081            '1T1C' and
3082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3083            not 'VHOST' and
3084            not 'MEMIF'"
3085   parameters:
3086   - "throughput"
3087   - "parent"
3088   traces:
3089     hoverinfo: "x+y"
3090     boxpoints: "outliers"
3091     whiskerwidth: 0
3092   layout:
3093     title: ""  # No title
3094     layout: "plot-throughput"
3095
3096 -
3097   type: "plot"
3098   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3099   algorithm: "plot_performance_box"
3100   output-file-type: ".html"
3101   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3102   data: "plot-vpp-throughput-latency-3n-hsw"
3103   filter: "'NIC_Intel-X710' and
3104            '64B' and
3105            ('BASE' or 'SCALE') and
3106            'NDRPDR' and
3107            '1T1C' and
3108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3109            not 'VHOST' and
3110            not 'MEMIF'"
3111   parameters:
3112   - "throughput"
3113   - "parent"
3114   traces:
3115     hoverinfo: "x+y"
3116     boxpoints: "outliers"
3117     whiskerwidth: 0
3118   layout:
3119     title: ""  # No title
3120     layout: "plot-throughput"
3121
3122 -
3123   type: "plot"
3124   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3125   algorithm: "plot_performance_box"
3126   output-file-type: ".html"
3127   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3128   data: "plot-vpp-throughput-latency-3n-hsw"
3129   filter: "'NIC_Intel-X710' and
3130            '64B' and
3131            ('BASE' or 'SCALE') and
3132            'NDRPDR' and
3133            '2T2C' and
3134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3135            not 'VHOST' and
3136            not 'MEMIF'"
3137   parameters:
3138   - "throughput"
3139   - "parent"
3140   traces:
3141     hoverinfo: "x+y"
3142     boxpoints: "outliers"
3143     whiskerwidth: 0
3144   layout:
3145     title: ""  # No title
3146     layout: "plot-throughput"
3147
3148 -
3149   type: "plot"
3150   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3151   algorithm: "plot_performance_box"
3152   output-file-type: ".html"
3153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3154   data: "plot-vpp-throughput-latency-3n-hsw"
3155   filter: "'NIC_Intel-X710' and
3156            '64B' and
3157            ('BASE' or 'SCALE') and
3158            'NDRPDR' and
3159            '2T2C' and
3160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3161            not 'VHOST' and
3162            not 'MEMIF'"
3163   parameters:
3164   - "throughput"
3165   - "parent"
3166   traces:
3167     hoverinfo: "x+y"
3168     boxpoints: "outliers"
3169     whiskerwidth: 0
3170   layout:
3171     title: ""  # No title
3172     layout: "plot-throughput"
3173
3174 -
3175   type: "plot"
3176   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3177   algorithm: "plot_performance_box"
3178   output-file-type: ".html"
3179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3180   data: "plot-vpp-throughput-latency-3n-hsw"
3181   filter: "'NIC_Intel-X710' and
3182            '64B' and
3183            'FEATURE' and
3184            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3185            'NDRPDR' and
3186            '1T1C' and
3187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3188            not 'VHOST' and
3189            not 'MEMIF'"
3190   parameters:
3191   - "throughput"
3192   - "parent"
3193   traces:
3194     hoverinfo: "x+y"
3195     boxpoints: "outliers"
3196     whiskerwidth: 0
3197   layout:
3198     title: ""  # No title
3199     layout: "plot-throughput"
3200
3201 -
3202   type: "plot"
3203   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3204   algorithm: "plot_performance_box"
3205   output-file-type: ".html"
3206   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3207   data: "plot-vpp-throughput-latency-3n-hsw"
3208   filter: "'NIC_Intel-X710' and
3209            '64B' and
3210            'FEATURE' and
3211            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3212            'NDRPDR' and
3213            '1T1C' and
3214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3215            not 'VHOST' and
3216            not 'MEMIF'"
3217   parameters:
3218   - "throughput"
3219   - "parent"
3220   traces:
3221     hoverinfo: "x+y"
3222     boxpoints: "outliers"
3223     whiskerwidth: 0
3224   layout:
3225     title: ""  # No title
3226     layout: "plot-throughput"
3227
3228 -
3229   type: "plot"
3230   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3231   algorithm: "plot_performance_box"
3232   output-file-type: ".html"
3233   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3234   data: "plot-vpp-throughput-latency-3n-hsw"
3235   filter: "'NIC_Intel-X710' and
3236            '64B' and
3237            'FEATURE' and
3238            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3239            'NDRPDR' and
3240            '2T2C' and
3241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3242            not 'VHOST' and
3243            not 'MEMIF'"
3244   parameters:
3245   - "throughput"
3246   - "parent"
3247   traces:
3248     hoverinfo: "x+y"
3249     boxpoints: "outliers"
3250     whiskerwidth: 0
3251   layout:
3252     title: ""  # No title
3253     layout: "plot-throughput"
3254
3255 -
3256   type: "plot"
3257   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3258   algorithm: "plot_performance_box"
3259   output-file-type: ".html"
3260   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3261   data: "plot-vpp-throughput-latency-3n-hsw"
3262   filter: "'NIC_Intel-X710' and
3263            '64B' and
3264            'FEATURE' and
3265            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3266            'NDRPDR' and
3267            '2T2C' and
3268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3269            not 'VHOST' and
3270            not 'MEMIF'"
3271   parameters:
3272   - "throughput"
3273   - "parent"
3274   traces:
3275     hoverinfo: "x+y"
3276     boxpoints: "outliers"
3277     whiskerwidth: 0
3278   layout:
3279     title: ""  # No title
3280     layout: "plot-throughput"
3281
3282 # Packet Throughput - VPP L2 3n-hsw-xl710
3283 -
3284   type: "plot"
3285   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3286   algorithm: "plot_performance_box"
3287   output-file-type: ".html"
3288   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3289   data: "plot-vpp-throughput-latency-3n-hsw"
3290   filter: "'NIC_Intel-XL710' and
3291            '64B' and
3292            ('BASE' or 'SCALE') and
3293            'NDRPDR' and
3294            '1T1C' and
3295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3296            not 'VHOST' and
3297            not 'MEMIF'"
3298   parameters:
3299   - "throughput"
3300   - "parent"
3301   traces:
3302     hoverinfo: "x+y"
3303     boxpoints: "outliers"
3304     whiskerwidth: 0
3305   layout:
3306     title: ""  # No title
3307     layout: "plot-throughput"
3308
3309 -
3310   type: "plot"
3311   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3312   algorithm: "plot_performance_box"
3313   output-file-type: ".html"
3314   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3315   data: "plot-vpp-throughput-latency-3n-hsw"
3316   filter: "'NIC_Intel-XL710' and
3317            '64B' and
3318            ('BASE' or 'SCALE') and
3319            'NDRPDR' and
3320            '1T1C' and
3321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3322            not 'VHOST' and
3323            not 'MEMIF'"
3324   parameters:
3325   - "throughput"
3326   - "parent"
3327   traces:
3328     hoverinfo: "x+y"
3329     boxpoints: "outliers"
3330     whiskerwidth: 0
3331   layout:
3332     title: ""  # No title
3333     layout: "plot-throughput"
3334
3335 -
3336   type: "plot"
3337   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3338   algorithm: "plot_performance_box"
3339   output-file-type: ".html"
3340   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3341   data: "plot-vpp-throughput-latency-3n-hsw"
3342   filter: "'NIC_Intel-XL710' and
3343            '64B' and
3344            ('BASE' or 'SCALE') and
3345            'NDRPDR' and
3346            '2T2C' and
3347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3348            not 'VHOST' and
3349            not 'MEMIF'"
3350   parameters:
3351   - "throughput"
3352   - "parent"
3353   traces:
3354     hoverinfo: "x+y"
3355     boxpoints: "outliers"
3356     whiskerwidth: 0
3357   layout:
3358     title: ""  # No title
3359     layout: "plot-throughput"
3360
3361 -
3362   type: "plot"
3363   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3364   algorithm: "plot_performance_box"
3365   output-file-type: ".html"
3366   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3367   data: "plot-vpp-throughput-latency-3n-hsw"
3368   filter: "'NIC_Intel-XL710' and
3369            '64B' and
3370            ('BASE' or 'SCALE') and
3371            'NDRPDR' and
3372            '2T2C' and
3373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3374            not 'VHOST' and
3375            not 'MEMIF'"
3376   parameters:
3377   - "throughput"
3378   - "parent"
3379   traces:
3380     hoverinfo: "x+y"
3381     boxpoints: "outliers"
3382     whiskerwidth: 0
3383   layout:
3384     title: ""  # No title
3385     layout: "plot-throughput"
3386
3387 # Packet Throughput - VPP L2 3n-skx-x710
3388 -
3389   type: "plot"
3390   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3391   algorithm: "plot_performance_box"
3392   output-file-type: ".html"
3393   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3394   data: "plot-vpp-throughput-latency-3n-skx"
3395   filter: "'NIC_Intel-X710' and
3396            '64B' and
3397            ('BASE' or 'SCALE') and
3398            'NDRPDR' and
3399            '2T1C' and
3400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3401            not 'VHOST' and
3402            not 'MEMIF'"
3403   parameters:
3404   - "throughput"
3405   - "parent"
3406   traces:
3407     hoverinfo: "x+y"
3408     boxpoints: "outliers"
3409     whiskerwidth: 0
3410   layout:
3411     title: ""  # No title
3412     layout: "plot-throughput"
3413
3414 -
3415   type: "plot"
3416   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3417   algorithm: "plot_performance_box"
3418   output-file-type: ".html"
3419   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3420   data: "plot-vpp-throughput-latency-3n-skx"
3421   filter: "'NIC_Intel-X710' and
3422            '64B' and
3423            ('BASE' or 'SCALE') and
3424            'NDRPDR' and
3425            '2T1C' and
3426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3427            not 'VHOST' and
3428            not 'MEMIF'"
3429   parameters:
3430   - "throughput"
3431   - "parent"
3432   traces:
3433     hoverinfo: "x+y"
3434     boxpoints: "outliers"
3435     whiskerwidth: 0
3436   layout:
3437     title: ""  # No title
3438     layout: "plot-throughput"
3439
3440 -
3441   type: "plot"
3442   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3443   algorithm: "plot_performance_box"
3444   output-file-type: ".html"
3445   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3446   data: "plot-vpp-throughput-latency-3n-skx"
3447   filter: "'NIC_Intel-X710' and
3448            '64B' and
3449            ('BASE' or 'SCALE') and
3450            'NDRPDR' and
3451            '4T2C' and
3452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3453            not 'VHOST' and
3454            not 'MEMIF'"
3455   parameters:
3456   - "throughput"
3457   - "parent"
3458   traces:
3459     hoverinfo: "x+y"
3460     boxpoints: "outliers"
3461     whiskerwidth: 0
3462   layout:
3463     title: ""  # No title
3464     layout: "plot-throughput"
3465
3466 -
3467   type: "plot"
3468   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3469   algorithm: "plot_performance_box"
3470   output-file-type: ".html"
3471   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3472   data: "plot-vpp-throughput-latency-3n-skx"
3473   filter: "'NIC_Intel-X710' and
3474            '64B' and
3475            ('BASE' or 'SCALE') and
3476            'NDRPDR' and
3477            '4T2C' and
3478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3479            not 'VHOST' and
3480            not 'MEMIF'"
3481   parameters:
3482   - "throughput"
3483   - "parent"
3484   traces:
3485     hoverinfo: "x+y"
3486     boxpoints: "outliers"
3487     whiskerwidth: 0
3488   layout:
3489     title: ""  # No title
3490     layout: "plot-throughput"
3491
3492 -
3493   type: "plot"
3494   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3495   algorithm: "plot_performance_box"
3496   output-file-type: ".html"
3497   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3498   data: "plot-vpp-throughput-latency-3n-skx"
3499   filter: "'NIC_Intel-X710' and
3500            '64B' and
3501            'FEATURE' and
3502            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3503            'NDRPDR' and
3504            '2T1C' and
3505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3506            not 'VHOST' and
3507            not 'MEMIF'"
3508   parameters:
3509   - "throughput"
3510   - "parent"
3511   traces:
3512     hoverinfo: "x+y"
3513     boxpoints: "outliers"
3514     whiskerwidth: 0
3515   layout:
3516     title: ""  # No title
3517     layout: "plot-throughput"
3518
3519 -
3520   type: "plot"
3521   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3522   algorithm: "plot_performance_box"
3523   output-file-type: ".html"
3524   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3525   data: "plot-vpp-throughput-latency-3n-skx"
3526   filter: "'NIC_Intel-X710' and
3527            '64B' and
3528            'FEATURE' and
3529            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3530            'NDRPDR' and
3531            '2T1C' and
3532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3533            not 'VHOST' and
3534            not 'MEMIF'"
3535   parameters:
3536   - "throughput"
3537   - "parent"
3538   traces:
3539     hoverinfo: "x+y"
3540     boxpoints: "outliers"
3541     whiskerwidth: 0
3542   layout:
3543     title: ""  # No title
3544     layout: "plot-throughput"
3545
3546 -
3547   type: "plot"
3548   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3549   algorithm: "plot_performance_box"
3550   output-file-type: ".html"
3551   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3552   data: "plot-vpp-throughput-latency-3n-skx"
3553   filter: "'NIC_Intel-X710' and
3554            '64B' and
3555            'FEATURE' and
3556            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3557            'NDRPDR' and
3558            '4T2C' and
3559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3560            not 'VHOST' and
3561            not 'MEMIF'"
3562   parameters:
3563   - "throughput"
3564   - "parent"
3565   traces:
3566     hoverinfo: "x+y"
3567     boxpoints: "outliers"
3568     whiskerwidth: 0
3569   layout:
3570     title: ""  # No title
3571     layout: "plot-throughput"
3572
3573 -
3574   type: "plot"
3575   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3576   algorithm: "plot_performance_box"
3577   output-file-type: ".html"
3578   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3579   data: "plot-vpp-throughput-latency-3n-skx"
3580   filter: "'NIC_Intel-X710' and
3581            '64B' and
3582            'FEATURE' and
3583            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3584            'NDRPDR' and
3585            '4T2C' and
3586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3587            not 'VHOST' and
3588            not 'MEMIF'"
3589   parameters:
3590   - "throughput"
3591   - "parent"
3592   traces:
3593     hoverinfo: "x+y"
3594     boxpoints: "outliers"
3595     whiskerwidth: 0
3596   layout:
3597     title: ""  # No title
3598     layout: "plot-throughput"
3599
3600 # Packet Throughput - VPP L2 3n-skx-xxv710
3601 -
3602   type: "plot"
3603   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3604   algorithm: "plot_performance_box"
3605   output-file-type: ".html"
3606   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3607   data: "plot-vpp-throughput-latency-3n-skx"
3608   filter: "'NIC_Intel-XXV710' and
3609            '64B' and
3610            ('BASE' or 'SCALE') and
3611            'NDRPDR' and
3612            '2T1C' and
3613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3614            not 'VHOST' and
3615            not 'MEMIF'"
3616   parameters:
3617   - "throughput"
3618   - "parent"
3619   traces:
3620     hoverinfo: "x+y"
3621     boxpoints: "outliers"
3622     whiskerwidth: 0
3623   layout:
3624     title: ""  # No title
3625     layout: "plot-throughput"
3626
3627 -
3628   type: "plot"
3629   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3630   algorithm: "plot_performance_box"
3631   output-file-type: ".html"
3632   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3633   data: "plot-vpp-throughput-latency-3n-skx"
3634   filter: "'NIC_Intel-XXV710' and
3635            '64B' and
3636            ('BASE' or 'SCALE') and
3637            'NDRPDR' and
3638            '2T1C' and
3639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3640            not 'VHOST' and
3641            not 'MEMIF'"
3642   parameters:
3643   - "throughput"
3644   - "parent"
3645   traces:
3646     hoverinfo: "x+y"
3647     boxpoints: "outliers"
3648     whiskerwidth: 0
3649   layout:
3650     title: ""  # No title
3651     layout: "plot-throughput"
3652
3653 -
3654   type: "plot"
3655   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3656   algorithm: "plot_performance_box"
3657   output-file-type: ".html"
3658   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3659   data: "plot-vpp-throughput-latency-3n-skx"
3660   filter: "'NIC_Intel-XXV710' and
3661            '64B' and
3662            ('BASE' or 'SCALE') and
3663            'NDRPDR' and
3664            '4T2C' and
3665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3666            not 'VHOST' and
3667            not 'MEMIF'"
3668   parameters:
3669   - "throughput"
3670   - "parent"
3671   traces:
3672     hoverinfo: "x+y"
3673     boxpoints: "outliers"
3674     whiskerwidth: 0
3675   layout:
3676     title: ""  # No title
3677     layout: "plot-throughput"
3678
3679 -
3680   type: "plot"
3681   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3682   algorithm: "plot_performance_box"
3683   output-file-type: ".html"
3684   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3685   data: "plot-vpp-throughput-latency-3n-skx"
3686   filter: "'NIC_Intel-XXV710' and
3687            '64B' and
3688            ('BASE' or 'SCALE') and
3689            'NDRPDR' and
3690            '4T2C' and
3691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3692            not 'VHOST' and
3693            not 'MEMIF'"
3694   parameters:
3695   - "throughput"
3696   - "parent"
3697   traces:
3698     hoverinfo: "x+y"
3699     boxpoints: "outliers"
3700     whiskerwidth: 0
3701   layout:
3702     title: ""  # No title
3703     layout: "plot-throughput"
3704
3705 # Packet Throughput - VPP L2 2n-skx-x710
3706 -
3707   type: "plot"
3708   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3709   algorithm: "plot_performance_box"
3710   output-file-type: ".html"
3711   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3712   data: "plot-vpp-throughput-latency-2n-skx"
3713   filter: "'NIC_Intel-X710' and
3714            '64B' and
3715            ('BASE' or 'SCALE') and
3716            'NDRPDR' and
3717            '2T1C' and
3718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3719            not 'VHOST' and
3720            not 'MEMIF'"
3721   parameters:
3722   - "throughput"
3723   - "parent"
3724   traces:
3725     hoverinfo: "x+y"
3726     boxpoints: "outliers"
3727     whiskerwidth: 0
3728   layout:
3729     title: ""  # No title
3730     layout: "plot-throughput"
3731
3732 -
3733   type: "plot"
3734   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3735   algorithm: "plot_performance_box"
3736   output-file-type: ".html"
3737   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3738   data: "plot-vpp-throughput-latency-2n-skx"
3739   filter: "'NIC_Intel-X710' and
3740            '64B' and
3741            ('BASE' or 'SCALE') and
3742            'NDRPDR' and
3743            '2T1C' and
3744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3745            not 'VHOST' and
3746            not 'MEMIF'"
3747   parameters:
3748   - "throughput"
3749   - "parent"
3750   traces:
3751     hoverinfo: "x+y"
3752     boxpoints: "outliers"
3753     whiskerwidth: 0
3754   layout:
3755     title: ""  # No title
3756     layout: "plot-throughput"
3757
3758 -
3759   type: "plot"
3760   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3761   algorithm: "plot_performance_box"
3762   output-file-type: ".html"
3763   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3764   data: "plot-vpp-throughput-latency-2n-skx"
3765   filter: "'NIC_Intel-X710' and
3766            '64B' and
3767            ('BASE' or 'SCALE') and
3768            'NDRPDR' and
3769            '4T2C' and
3770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3771            not 'VHOST' and
3772            not 'MEMIF'"
3773   parameters:
3774   - "throughput"
3775   - "parent"
3776   traces:
3777     hoverinfo: "x+y"
3778     boxpoints: "outliers"
3779     whiskerwidth: 0
3780   layout:
3781     title: ""  # No title
3782     layout: "plot-throughput"
3783
3784 -
3785   type: "plot"
3786   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3787   algorithm: "plot_performance_box"
3788   output-file-type: ".html"
3789   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3790   data: "plot-vpp-throughput-latency-2n-skx"
3791   filter: "'NIC_Intel-X710' and
3792            '64B' and
3793            ('BASE' or 'SCALE') and
3794            'NDRPDR' and
3795            '4T2C' and
3796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3797            not 'VHOST' and
3798            not 'MEMIF'"
3799   parameters:
3800   - "throughput"
3801   - "parent"
3802   traces:
3803     hoverinfo: "x+y"
3804     boxpoints: "outliers"
3805     whiskerwidth: 0
3806   layout:
3807     title: ""  # No title
3808     layout: "plot-throughput"
3809
3810 # Packet Throughput - VPP L2 2n-skx-xxv710
3811 -
3812   type: "plot"
3813   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3814   algorithm: "plot_performance_box"
3815   output-file-type: ".html"
3816   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3817   data: "plot-vpp-throughput-latency-2n-skx"
3818   filter: "'NIC_Intel-XXV710' and
3819            '64B' and
3820            ('BASE' or 'SCALE') and
3821            'NDRPDR' and
3822            '2T1C' and
3823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3824            not 'VHOST' and
3825            not 'MEMIF'"
3826   parameters:
3827   - "throughput"
3828   - "parent"
3829   traces:
3830     hoverinfo: "x+y"
3831     boxpoints: "outliers"
3832     whiskerwidth: 0
3833   layout:
3834     title: ""  # No title
3835     layout: "plot-throughput"
3836
3837 -
3838   type: "plot"
3839   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3840   algorithm: "plot_performance_box"
3841   output-file-type: ".html"
3842   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3843   data: "plot-vpp-throughput-latency-2n-skx"
3844   filter: "'NIC_Intel-XXV710' and
3845            '64B' and
3846            ('BASE' or 'SCALE') and
3847            'NDRPDR' and
3848            '2T1C' and
3849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3850            not 'VHOST' and
3851            not 'MEMIF'"
3852   parameters:
3853   - "throughput"
3854   - "parent"
3855   traces:
3856     hoverinfo: "x+y"
3857     boxpoints: "outliers"
3858     whiskerwidth: 0
3859   layout:
3860     title: ""  # No title
3861     layout: "plot-throughput"
3862
3863 -
3864   type: "plot"
3865   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3866   algorithm: "plot_performance_box"
3867   output-file-type: ".html"
3868   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3869   data: "plot-vpp-throughput-latency-2n-skx"
3870   filter: "'NIC_Intel-XXV710' and
3871            '64B' and
3872            ('BASE' or 'SCALE') and
3873            'NDRPDR' and
3874            '4T2C' and
3875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3876            not 'VHOST' and
3877            not 'MEMIF'"
3878   parameters:
3879   - "throughput"
3880   - "parent"
3881   traces:
3882     hoverinfo: "x+y"
3883     boxpoints: "outliers"
3884     whiskerwidth: 0
3885   layout:
3886     title: ""  # No title
3887     layout: "plot-throughput"
3888
3889 -
3890   type: "plot"
3891   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3892   algorithm: "plot_performance_box"
3893   output-file-type: ".html"
3894   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3895   data: "plot-vpp-throughput-latency-2n-skx"
3896   filter: "'NIC_Intel-XXV710' and
3897            '64B' and
3898            ('BASE' or 'SCALE') and
3899            'NDRPDR' and
3900            '4T2C' and
3901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3902            not 'VHOST' and
3903            not 'MEMIF'"
3904   parameters:
3905   - "throughput"
3906   - "parent"
3907   traces:
3908     hoverinfo: "x+y"
3909     boxpoints: "outliers"
3910     whiskerwidth: 0
3911   layout:
3912     title: ""  # No title
3913     layout: "plot-throughput"
3914
3915 ################################################################################
3916
3917 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3918 -
3919   type: "plot"
3920   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3921   algorithm: "plot_performance_box"
3922   output-file-type: ".html"
3923   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3924   data: "plot-vpp-throughput-latency-3n-hsw"
3925   filter: "'NIC_Intel-X520-DA2' and
3926            '64B' and
3927            ('BASE' or 'SCALE') and
3928            'NDRPDR' and
3929            '1T1C' and
3930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3931            not 'VHOST' and
3932            'MEMIF'"
3933   parameters:
3934   - "throughput"
3935   - "parent"
3936   traces:
3937     hoverinfo: "x+y"
3938     boxpoints: "outliers"
3939     whiskerwidth: 0
3940   layout:
3941     title: ""  # No title
3942     layout: "plot-throughput"
3943
3944 -
3945   type: "plot"
3946   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3947   algorithm: "plot_performance_box"
3948   output-file-type: ".html"
3949   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3950   data: "plot-vpp-throughput-latency-3n-hsw"
3951   filter: "'NIC_Intel-X520-DA2' and
3952            '64B' and
3953            ('BASE' or 'SCALE') and
3954            'NDRPDR' and
3955            '1T1C' and
3956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3957            not 'VHOST' and
3958            'MEMIF'"
3959   parameters:
3960   - "throughput"
3961   - "parent"
3962   traces:
3963     hoverinfo: "x+y"
3964     boxpoints: "outliers"
3965     whiskerwidth: 0
3966   layout:
3967     title: ""  # No title
3968     layout: "plot-throughput"
3969
3970 -
3971   type: "plot"
3972   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3973   algorithm: "plot_performance_box"
3974   output-file-type: ".html"
3975   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3976   data: "plot-vpp-throughput-latency-3n-hsw"
3977   filter: "'NIC_Intel-X520-DA2' and
3978            '64B' and
3979            ('BASE' or 'SCALE') and
3980            'NDRPDR' and
3981            '2T2C' and
3982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3983            not 'VHOST' and
3984            'MEMIF'"
3985   parameters:
3986   - "throughput"
3987   - "parent"
3988   traces:
3989     hoverinfo: "x+y"
3990     boxpoints: "outliers"
3991     whiskerwidth: 0
3992   layout:
3993     title: ""  # No title
3994     layout: "plot-throughput"
3995
3996 -
3997   type: "plot"
3998   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3999   algorithm: "plot_performance_box"
4000   output-file-type: ".html"
4001   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4002   data: "plot-vpp-throughput-latency-3n-hsw"
4003   filter: "'NIC_Intel-X520-DA2' and
4004            '64B' and
4005            ('BASE' or 'SCALE') and
4006            'NDRPDR' and
4007            '2T2C' and
4008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4009            not 'VHOST' and
4010            'MEMIF'"
4011   parameters:
4012   - "throughput"
4013   - "parent"
4014   traces:
4015     hoverinfo: "x+y"
4016     boxpoints: "outliers"
4017     whiskerwidth: 0
4018   layout:
4019     title: ""  # No title
4020     layout: "plot-throughput"
4021
4022 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4023 -
4024   type: "plot"
4025   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4026   algorithm: "plot_performance_box"
4027   output-file-type: ".html"
4028   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4029   data: "plot-vpp-throughput-latency-3n-hsw"
4030   filter: "'NIC_Intel-X710' and
4031            '64B' and
4032            ('BASE' or 'SCALE') and
4033            'NDRPDR' and
4034            '1T1C' and
4035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4036            not 'VHOST' and
4037            'MEMIF'"
4038   parameters:
4039   - "throughput"
4040   - "parent"
4041   traces:
4042     hoverinfo: "x+y"
4043     boxpoints: "outliers"
4044     whiskerwidth: 0
4045   layout:
4046     title: ""  # No title
4047     layout: "plot-throughput"
4048
4049 -
4050   type: "plot"
4051   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4052   algorithm: "plot_performance_box"
4053   output-file-type: ".html"
4054   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4055   data: "plot-vpp-throughput-latency-3n-hsw"
4056   filter: "'NIC_Intel-X710' and
4057            '64B' and
4058            ('BASE' or 'SCALE') and
4059            'NDRPDR' and
4060            '1T1C' and
4061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4062            not 'VHOST' and
4063            'MEMIF'"
4064   parameters:
4065   - "throughput"
4066   - "parent"
4067   traces:
4068     hoverinfo: "x+y"
4069     boxpoints: "outliers"
4070     whiskerwidth: 0
4071   layout:
4072     title: ""  # No title
4073     layout: "plot-throughput"
4074
4075 -
4076   type: "plot"
4077   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4078   algorithm: "plot_performance_box"
4079   output-file-type: ".html"
4080   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4081   data: "plot-vpp-throughput-latency-3n-hsw"
4082   filter: "'NIC_Intel-X710' and
4083            '64B' and
4084            ('BASE' or 'SCALE') and
4085            'NDRPDR' and
4086            '2T2C' and
4087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4088            not 'VHOST' and
4089            'MEMIF'"
4090   parameters:
4091   - "throughput"
4092   - "parent"
4093   traces:
4094     hoverinfo: "x+y"
4095     boxpoints: "outliers"
4096     whiskerwidth: 0
4097   layout:
4098     title: ""  # No title
4099     layout: "plot-throughput"
4100
4101 -
4102   type: "plot"
4103   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4104   algorithm: "plot_performance_box"
4105   output-file-type: ".html"
4106   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4107   data: "plot-vpp-throughput-latency-3n-hsw"
4108   filter: "'NIC_Intel-X710' and
4109            '64B' and
4110            ('BASE' or 'SCALE') and
4111            'NDRPDR' and
4112            '2T2C' and
4113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4114            not 'VHOST' and
4115            'MEMIF'"
4116   parameters:
4117   - "throughput"
4118   - "parent"
4119   traces:
4120     hoverinfo: "x+y"
4121     boxpoints: "outliers"
4122     whiskerwidth: 0
4123   layout:
4124     title: ""  # No title
4125     layout: "plot-throughput"
4126
4127 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4128 -
4129   type: "plot"
4130   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4131   algorithm: "plot_performance_box"
4132   output-file-type: ".html"
4133   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4134   data: "plot-vpp-throughput-latency-3n-hsw"
4135   filter: "'NIC_Intel-XL710' and
4136            '64B' and
4137            ('BASE' or 'SCALE') and
4138            'NDRPDR' and
4139            '1T1C' and
4140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4141            not 'VHOST' and
4142            'MEMIF'"
4143   parameters:
4144   - "throughput"
4145   - "parent"
4146   traces:
4147     hoverinfo: "x+y"
4148     boxpoints: "outliers"
4149     whiskerwidth: 0
4150   layout:
4151     title: ""  # No title
4152     layout: "plot-throughput"
4153
4154 -
4155   type: "plot"
4156   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4157   algorithm: "plot_performance_box"
4158   output-file-type: ".html"
4159   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4160   data: "plot-vpp-throughput-latency-3n-hsw"
4161   filter: "'NIC_Intel-XL710' and
4162            '64B' and
4163            ('BASE' or 'SCALE') and
4164            'NDRPDR' and
4165            '1T1C' and
4166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4167            not 'VHOST' and
4168            'MEMIF'"
4169   parameters:
4170   - "throughput"
4171   - "parent"
4172   traces:
4173     hoverinfo: "x+y"
4174     boxpoints: "outliers"
4175     whiskerwidth: 0
4176   layout:
4177     title: ""  # No title
4178     layout: "plot-throughput"
4179
4180 -
4181   type: "plot"
4182   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4183   algorithm: "plot_performance_box"
4184   output-file-type: ".html"
4185   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4186   data: "plot-vpp-throughput-latency-3n-hsw"
4187   filter: "'NIC_Intel-XL710' and
4188            '64B' and
4189            ('BASE' or 'SCALE') and
4190            'NDRPDR' and
4191            '2T2C' and
4192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4193            not 'VHOST' and
4194            'MEMIF'"
4195   parameters:
4196   - "throughput"
4197   - "parent"
4198   traces:
4199     hoverinfo: "x+y"
4200     boxpoints: "outliers"
4201     whiskerwidth: 0
4202   layout:
4203     title: ""  # No title
4204     layout: "plot-throughput"
4205
4206 -
4207   type: "plot"
4208   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4209   algorithm: "plot_performance_box"
4210   output-file-type: ".html"
4211   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4212   data: "plot-vpp-throughput-latency-3n-hsw"
4213   filter: "'NIC_Intel-XL710' and
4214            '64B' and
4215            ('BASE' or 'SCALE') and
4216            'NDRPDR' and
4217            '2T2C' and
4218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4219            not 'VHOST' and
4220            'MEMIF'"
4221   parameters:
4222   - "throughput"
4223   - "parent"
4224   traces:
4225     hoverinfo: "x+y"
4226     boxpoints: "outliers"
4227     whiskerwidth: 0
4228   layout:
4229     title: ""  # No title
4230     layout: "plot-throughput"
4231
4232 # Packet Throughput - VPP Container Memif 3n-skx-x710
4233 -
4234   type: "plot"
4235   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4236   algorithm: "plot_performance_box"
4237   output-file-type: ".html"
4238   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4239   data: "plot-vpp-throughput-latency-3n-skx"
4240   filter: "'NIC_Intel-X710' and
4241            '64B' and
4242            ('BASE' or 'SCALE') and
4243            'NDRPDR' and
4244            '2T1C' and
4245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4246            not 'VHOST' and
4247            'MEMIF'"
4248   parameters:
4249   - "throughput"
4250   - "parent"
4251   traces:
4252     hoverinfo: "x+y"
4253     boxpoints: "outliers"
4254     whiskerwidth: 0
4255   layout:
4256     title: ""  # No title
4257     layout: "plot-throughput"
4258
4259 -
4260   type: "plot"
4261   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4262   algorithm: "plot_performance_box"
4263   output-file-type: ".html"
4264   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4265   data: "plot-vpp-throughput-latency-3n-skx"
4266   filter: "'NIC_Intel-X710' and
4267            '64B' and
4268            ('BASE' or 'SCALE') and
4269            'NDRPDR' and
4270            '2T1C' and
4271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4272            not 'VHOST' and
4273             'MEMIF'"
4274   parameters:
4275   - "throughput"
4276   - "parent"
4277   traces:
4278     hoverinfo: "x+y"
4279     boxpoints: "outliers"
4280     whiskerwidth: 0
4281   layout:
4282     title: ""  # No title
4283     layout: "plot-throughput"
4284
4285 -
4286   type: "plot"
4287   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4288   algorithm: "plot_performance_box"
4289   output-file-type: ".html"
4290   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4291   data: "plot-vpp-throughput-latency-3n-skx"
4292   filter: "'NIC_Intel-X710' and
4293            '64B' and
4294            ('BASE' or 'SCALE') and
4295            'NDRPDR' and
4296            '4T2C' and
4297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4298            not 'VHOST' and
4299            'MEMIF'"
4300   parameters:
4301   - "throughput"
4302   - "parent"
4303   traces:
4304     hoverinfo: "x+y"
4305     boxpoints: "outliers"
4306     whiskerwidth: 0
4307   layout:
4308     title: ""  # No title
4309     layout: "plot-throughput"
4310
4311 -
4312   type: "plot"
4313   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4314   algorithm: "plot_performance_box"
4315   output-file-type: ".html"
4316   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4317   data: "plot-vpp-throughput-latency-3n-skx"
4318   filter: "'NIC_Intel-X710' and
4319            '64B' and
4320            ('BASE' or 'SCALE') and
4321            'NDRPDR' and
4322            '4T2C' and
4323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4324            not 'VHOST' and
4325            'MEMIF'"
4326   parameters:
4327   - "throughput"
4328   - "parent"
4329   traces:
4330     hoverinfo: "x+y"
4331     boxpoints: "outliers"
4332     whiskerwidth: 0
4333   layout:
4334     title: ""  # No title
4335     layout: "plot-throughput"
4336
4337 ################################################################################
4338
4339 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4340 -
4341   type: "plot"
4342   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4343   algorithm: "plot_performance_box"
4344   output-file-type: ".html"
4345   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4346   data: "plot-ligato-throughput-latency-3n-hsw"
4347   filter: "'NIC_Intel-X520-DA2' and
4348            '64B' and
4349            ('BASE' or 'SCALE') and
4350            'NDRPDR' and
4351            '1T1C' and
4352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4353            not 'VHOST' and
4354            'MEMIF'"
4355   parameters:
4356   - "throughput"
4357   - "parent"
4358   traces:
4359     hoverinfo: "x+y"
4360     boxpoints: "outliers"
4361     whiskerwidth: 0
4362   layout:
4363     title: ""  # No title
4364     layout: "plot-throughput"
4365
4366 -
4367   type: "plot"
4368   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4369   algorithm: "plot_performance_box"
4370   output-file-type: ".html"
4371   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4372   data: "plot-ligato-throughput-latency-3n-hsw"
4373   filter: "'NIC_Intel-X520-DA2' and
4374            '64B' and
4375            ('BASE' or 'SCALE') and
4376            'NDRPDR' and
4377            '1T1C' and
4378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4379            not 'VHOST' and
4380            'MEMIF'"
4381   parameters:
4382   - "throughput"
4383   - "parent"
4384   traces:
4385     hoverinfo: "x+y"
4386     boxpoints: "outliers"
4387     whiskerwidth: 0
4388   layout:
4389     title: ""  # No title
4390     layout: "plot-throughput"
4391
4392 -
4393   type: "plot"
4394   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4395   algorithm: "plot_performance_box"
4396   output-file-type: ".html"
4397   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4398   data: "plot-ligato-throughput-latency-3n-hsw"
4399   filter: "'NIC_Intel-X520-DA2' and
4400            '64B' and
4401            ('BASE' or 'SCALE') and
4402            'NDRPDR' and
4403            '2T2C' and
4404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4405            not 'VHOST' and
4406            'MEMIF'"
4407   parameters:
4408   - "throughput"
4409   - "parent"
4410   traces:
4411     hoverinfo: "x+y"
4412     boxpoints: "outliers"
4413     whiskerwidth: 0
4414   layout:
4415     title: ""  # No title
4416     layout: "plot-throughput"
4417
4418 -
4419   type: "plot"
4420   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4421   algorithm: "plot_performance_box"
4422   output-file-type: ".html"
4423   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4424   data: "plot-ligato-throughput-latency-3n-hsw"
4425   filter: "'NIC_Intel-X520-DA2' and
4426            '64B' and
4427            ('BASE' or 'SCALE') and
4428            'NDRPDR' and
4429            '2T2C' and
4430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4431            not 'VHOST' and
4432            'MEMIF'"
4433   parameters:
4434   - "throughput"
4435   - "parent"
4436   traces:
4437     hoverinfo: "x+y"
4438     boxpoints: "outliers"
4439     whiskerwidth: 0
4440   layout:
4441     title: ""  # No title
4442     layout: "plot-throughput"
4443
4444 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4445 -
4446   type: "plot"
4447   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4448   algorithm: "plot_performance_box"
4449   output-file-type: ".html"
4450   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4451   data: "plot-ligato-throughput-latency-3n-hsw"
4452   filter: "'NIC_Intel-X710' and
4453            '64B' and
4454            ('BASE' or 'SCALE') and
4455            'NDRPDR' and
4456            '1T1C' and
4457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4458            not 'VHOST' and
4459            'MEMIF'"
4460   parameters:
4461   - "throughput"
4462   - "parent"
4463   traces:
4464     hoverinfo: "x+y"
4465     boxpoints: "outliers"
4466     whiskerwidth: 0
4467   layout:
4468     title: ""  # No title
4469     layout: "plot-throughput"
4470
4471 -
4472   type: "plot"
4473   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4474   algorithm: "plot_performance_box"
4475   output-file-type: ".html"
4476   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4477   data: "plot-ligato-throughput-latency-3n-hsw"
4478   filter: "'NIC_Intel-X710' and
4479            '64B' and
4480            ('BASE' or 'SCALE') and
4481            'NDRPDR' and
4482            '1T1C' and
4483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4484            not 'VHOST' and
4485            'MEMIF'"
4486   parameters:
4487   - "throughput"
4488   - "parent"
4489   traces:
4490     hoverinfo: "x+y"
4491     boxpoints: "outliers"
4492     whiskerwidth: 0
4493   layout:
4494     title: ""  # No title
4495     layout: "plot-throughput"
4496
4497 -
4498   type: "plot"
4499   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4500   algorithm: "plot_performance_box"
4501   output-file-type: ".html"
4502   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4503   data: "plot-ligato-throughput-latency-3n-hsw"
4504   filter: "'NIC_Intel-X710' and
4505            '64B' and
4506            ('BASE' or 'SCALE') and
4507            'NDRPDR' and
4508            '2T2C' and
4509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4510            not 'VHOST' and
4511            'MEMIF'"
4512   parameters:
4513   - "throughput"
4514   - "parent"
4515   traces:
4516     hoverinfo: "x+y"
4517     boxpoints: "outliers"
4518     whiskerwidth: 0
4519   layout:
4520     title: ""  # No title
4521     layout: "plot-throughput"
4522
4523 -
4524   type: "plot"
4525   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4526   algorithm: "plot_performance_box"
4527   output-file-type: ".html"
4528   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4529   data: "plot-ligato-throughput-latency-3n-hsw"
4530   filter: "'NIC_Intel-X710' and
4531            '64B' and
4532            ('BASE' or 'SCALE') and
4533            'NDRPDR' and
4534            '2T2C' and
4535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4536            not 'VHOST' and
4537            'MEMIF'"
4538   parameters:
4539   - "throughput"
4540   - "parent"
4541   traces:
4542     hoverinfo: "x+y"
4543     boxpoints: "outliers"
4544     whiskerwidth: 0
4545   layout:
4546     title: ""  # No title
4547     layout: "plot-throughput"
4548
4549 ################################################################################
4550
4551 # Packet Throughput - VPP IPv4 3n-hsw-x520
4552 -
4553   type: "plot"
4554   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4555   algorithm: "plot_performance_box"
4556   output-file-type: ".html"
4557   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4558   data: "plot-vpp-throughput-latency-3n-hsw"
4559   filter: "'NIC_Intel-X520-DA2' and
4560            '64B' and
4561            ('BASE' or 'SCALE') and
4562            'NDRPDR' and
4563            '1T1C' and
4564            'IP4FWD' and
4565            not 'IPSEC' and
4566            not 'VHOST'"
4567   parameters:
4568   - "throughput"
4569   - "parent"
4570   traces:
4571     hoverinfo: "x+y"
4572     boxpoints: "outliers"
4573     whiskerwidth: 0
4574   layout:
4575     title: ""  # No title
4576     layout: "plot-throughput"
4577
4578 -
4579   type: "plot"
4580   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4581   algorithm: "plot_performance_box"
4582   output-file-type: ".html"
4583   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4584   data: "plot-vpp-throughput-latency-3n-hsw"
4585   filter: "'NIC_Intel-X520-DA2' and
4586            '64B' and
4587            ('BASE' or 'SCALE') and
4588            'NDRPDR' and
4589            '1T1C' and
4590            'IP4FWD' and
4591            not 'IPSEC' and
4592            not 'VHOST'"
4593   parameters:
4594   - "throughput"
4595   - "parent"
4596   traces:
4597     hoverinfo: "x+y"
4598     boxpoints: "outliers"
4599     whiskerwidth: 0
4600   layout:
4601     title: ""  # No title
4602     layout: "plot-throughput"
4603
4604 -
4605   type: "plot"
4606   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4607   algorithm: "plot_performance_box"
4608   output-file-type: ".html"
4609   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4610   data: "plot-vpp-throughput-latency-3n-hsw"
4611   filter: "'NIC_Intel-X520-DA2' and
4612            '64B' and
4613            ('BASE' or 'SCALE') and
4614            'NDRPDR' and
4615            '2T2C' and
4616            'IP4FWD' and
4617            not 'IPSEC' and
4618            not 'VHOST'"
4619   parameters:
4620   - "throughput"
4621   - "parent"
4622   traces:
4623     hoverinfo: "x+y"
4624     boxpoints: "outliers"
4625     whiskerwidth: 0
4626   layout:
4627     title: ""  # No title
4628     layout: "plot-throughput"
4629
4630 -
4631   type: "plot"
4632   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4633   algorithm: "plot_performance_box"
4634   output-file-type: ".html"
4635   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4636   data: "plot-vpp-throughput-latency-3n-hsw"
4637   filter: "'NIC_Intel-X520-DA2' and
4638            '64B' and
4639            ('BASE' or 'SCALE') and
4640            'NDRPDR' and
4641            '2T2C' and
4642            'IP4FWD' and
4643            not 'IPSEC' and
4644            not 'VHOST'"
4645   parameters:
4646   - "throughput"
4647   - "parent"
4648   traces:
4649     hoverinfo: "x+y"
4650     boxpoints: "outliers"
4651     whiskerwidth: 0
4652   layout:
4653     title: ""  # No title
4654     layout: "plot-throughput"
4655
4656 -
4657   type: "plot"
4658   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4659   algorithm: "plot_performance_box"
4660   output-file-type: ".html"
4661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4662   data: "plot-vpp-throughput-latency-3n-hsw"
4663   filter: "'NIC_Intel-X520-DA2' and
4664            '64B' and
4665            'FEATURE' and
4666            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4667            'NDRPDR' and
4668            '1T1C' and
4669            'IP4FWD' and
4670            not 'IPSEC' and
4671            not 'VHOST'"
4672   parameters:
4673   - "throughput"
4674   - "parent"
4675   traces:
4676     hoverinfo: "x+y"
4677     boxpoints: "outliers"
4678     whiskerwidth: 0
4679   layout:
4680     title: ""  # No title
4681     layout: "plot-throughput"
4682
4683 -
4684   type: "plot"
4685   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4686   algorithm: "plot_performance_box"
4687   output-file-type: ".html"
4688   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4689   data: "plot-vpp-throughput-latency-3n-hsw"
4690   filter: "'NIC_Intel-X520-DA2' and
4691            '64B' and
4692            'FEATURE' and
4693            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4694            'NDRPDR' and
4695            '1T1C' and
4696            'IP4FWD' and
4697            not 'IPSEC' and
4698            not 'VHOST'"
4699   parameters:
4700   - "throughput"
4701   - "parent"
4702   traces:
4703     hoverinfo: "x+y"
4704     boxpoints: "outliers"
4705     whiskerwidth: 0
4706   layout:
4707     title: ""  # No title
4708     layout: "plot-throughput"
4709
4710 -
4711   type: "plot"
4712   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4713   algorithm: "plot_performance_box"
4714   output-file-type: ".html"
4715   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4716   data: "plot-vpp-throughput-latency-3n-hsw"
4717   filter: "'NIC_Intel-X520-DA2' and
4718            '64B' and
4719            'FEATURE' and
4720            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4721            'NDRPDR' and
4722            '2T2C' and
4723            'IP4FWD' and
4724            not 'IPSEC' and
4725            not 'VHOST'"
4726   parameters:
4727   - "throughput"
4728   - "parent"
4729   traces:
4730     hoverinfo: "x+y"
4731     boxpoints: "outliers"
4732     whiskerwidth: 0
4733   layout:
4734     title: ""  # No title
4735     layout: "plot-throughput"
4736
4737 -
4738   type: "plot"
4739   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4740   algorithm: "plot_performance_box"
4741   output-file-type: ".html"
4742   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4743   data: "plot-vpp-throughput-latency-3n-hsw"
4744   filter: "'NIC_Intel-X520-DA2' and
4745            '64B' and
4746            'FEATURE' and
4747            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4748            'NDRPDR' and
4749            '2T2C' and
4750            'IP4FWD' and
4751            not 'IPSEC' and
4752            not 'VHOST'"
4753   parameters:
4754   - "throughput"
4755   - "parent"
4756   traces:
4757     hoverinfo: "x+y"
4758     boxpoints: "outliers"
4759     whiskerwidth: 0
4760   layout:
4761     title: ""  # No title
4762     layout: "plot-throughput"
4763
4764 # Packet Throughput - VPP IPv4 3n-hsw-x710
4765 -
4766   type: "plot"
4767   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4768   algorithm: "plot_performance_box"
4769   output-file-type: ".html"
4770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4771   data: "plot-vpp-throughput-latency-3n-hsw"
4772   filter: "'NIC_Intel-X710' and
4773            '64B' and
4774            ('BASE' or 'SCALE') and
4775            'NDRPDR' and
4776            '1T1C' and
4777            'IP4FWD' and
4778            not 'IPSEC' and
4779            not 'VHOST'"
4780   parameters:
4781   - "throughput"
4782   - "parent"
4783   traces:
4784     hoverinfo: "x+y"
4785     boxpoints: "outliers"
4786     whiskerwidth: 0
4787   layout:
4788     title: ""  # No title
4789     layout: "plot-throughput"
4790
4791 -
4792   type: "plot"
4793   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4794   algorithm: "plot_performance_box"
4795   output-file-type: ".html"
4796   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4797   data: "plot-vpp-throughput-latency-3n-hsw"
4798   filter: "'NIC_Intel-X710' and
4799            '64B' and
4800            ('BASE' or 'SCALE') and
4801            'NDRPDR' and
4802            '1T1C' and
4803            'IP4FWD' and
4804            not 'IPSEC' and
4805            not 'VHOST'"
4806   parameters:
4807   - "throughput"
4808   - "parent"
4809   traces:
4810     hoverinfo: "x+y"
4811     boxpoints: "outliers"
4812     whiskerwidth: 0
4813   layout:
4814     title: ""  # No title
4815     layout: "plot-throughput"
4816
4817 -
4818   type: "plot"
4819   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4820   algorithm: "plot_performance_box"
4821   output-file-type: ".html"
4822   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4823   data: "plot-vpp-throughput-latency-3n-hsw"
4824   filter: "'NIC_Intel-X710' and
4825            '64B' and
4826            ('BASE' or 'SCALE') and
4827            'NDRPDR' and
4828            '2T2C' and
4829            'IP4FWD' and
4830            not 'IPSEC' and
4831            not 'VHOST'"
4832   parameters:
4833   - "throughput"
4834   - "parent"
4835   traces:
4836     hoverinfo: "x+y"
4837     boxpoints: "outliers"
4838     whiskerwidth: 0
4839   layout:
4840     title: ""  # No title
4841     layout: "plot-throughput"
4842
4843 -
4844   type: "plot"
4845   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4846   algorithm: "plot_performance_box"
4847   output-file-type: ".html"
4848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4849   data: "plot-vpp-throughput-latency-3n-hsw"
4850   filter: "'NIC_Intel-X710' and
4851            '64B' and
4852            ('BASE' or 'SCALE') and
4853            'NDRPDR' and
4854            '2T2C' and
4855            'IP4FWD' and
4856            not 'IPSEC' and
4857            not 'VHOST'"
4858   parameters:
4859   - "throughput"
4860   - "parent"
4861   traces:
4862     hoverinfo: "x+y"
4863     boxpoints: "outliers"
4864     whiskerwidth: 0
4865   layout:
4866     title: ""  # No title
4867     layout: "plot-throughput"
4868
4869 -
4870   type: "plot"
4871   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4872   algorithm: "plot_performance_box"
4873   output-file-type: ".html"
4874   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4875   data: "plot-vpp-throughput-latency-3n-hsw"
4876   filter: "'NIC_Intel-X710' and
4877            '64B' and
4878            'FEATURE' and
4879            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4880            'NDRPDR' and
4881            '1T1C' and
4882            'IP4FWD' and
4883            not 'IPSEC' and
4884            not 'VHOST'"
4885   parameters:
4886   - "throughput"
4887   - "parent"
4888   traces:
4889     hoverinfo: "x+y"
4890     boxpoints: "outliers"
4891     whiskerwidth: 0
4892   layout:
4893     title: ""  # No title
4894     layout: "plot-throughput"
4895
4896 -
4897   type: "plot"
4898   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4899   algorithm: "plot_performance_box"
4900   output-file-type: ".html"
4901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4902   data: "plot-vpp-throughput-latency-3n-hsw"
4903   filter: "'NIC_Intel-X710' and
4904            '64B' and
4905            'FEATURE' and
4906            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4907            'NDRPDR' and
4908            '1T1C' and
4909            'IP4FWD' and
4910            not 'IPSEC' and
4911            not 'VHOST'"
4912   parameters:
4913   - "throughput"
4914   - "parent"
4915   traces:
4916     hoverinfo: "x+y"
4917     boxpoints: "outliers"
4918     whiskerwidth: 0
4919   layout:
4920     title: ""  # No title
4921     layout: "plot-throughput"
4922
4923 -
4924   type: "plot"
4925   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4926   algorithm: "plot_performance_box"
4927   output-file-type: ".html"
4928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4929   data: "plot-vpp-throughput-latency-3n-hsw"
4930   filter: "'NIC_Intel-X710' and
4931            '64B' and
4932            'FEATURE' and
4933            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4934            'NDRPDR' and
4935            '2T2C' and
4936            'IP4FWD' and
4937            not 'IPSEC' and
4938            not 'VHOST'"
4939   parameters:
4940   - "throughput"
4941   - "parent"
4942   traces:
4943     hoverinfo: "x+y"
4944     boxpoints: "outliers"
4945     whiskerwidth: 0
4946   layout:
4947     title: ""  # No title
4948     layout: "plot-throughput"
4949
4950 -
4951   type: "plot"
4952   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4953   algorithm: "plot_performance_box"
4954   output-file-type: ".html"
4955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4956   data: "plot-vpp-throughput-latency-3n-hsw"
4957   filter: "'NIC_Intel-X710' and
4958            '64B' and
4959            'FEATURE' and
4960            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4961            'NDRPDR' and
4962            '2T2C' and
4963            'IP4FWD' and
4964            not 'IPSEC' and
4965            not 'VHOST'"
4966   parameters:
4967   - "throughput"
4968   - "parent"
4969   traces:
4970     hoverinfo: "x+y"
4971     boxpoints: "outliers"
4972     whiskerwidth: 0
4973   layout:
4974     title: ""  # No title
4975     layout: "plot-throughput"
4976
4977 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4978 -
4979   type: "plot"
4980   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4981   algorithm: "plot_performance_box"
4982   output-file-type: ".html"
4983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4984   data: "plot-vpp-throughput-latency-3n-hsw"
4985   filter: "'NIC_Intel-XL710' and
4986            '64B' and
4987            ('BASE' or 'SCALE') and
4988            'NDRPDR' and
4989            '1T1C' and
4990            'IP4FWD' and
4991            not 'IPSEC' and
4992            not 'VHOST'"
4993   parameters:
4994   - "throughput"
4995   - "parent"
4996   traces:
4997     hoverinfo: "x+y"
4998     boxpoints: "outliers"
4999     whiskerwidth: 0
5000   layout:
5001     title: ""  # No title
5002     layout: "plot-throughput"
5003
5004 -
5005   type: "plot"
5006   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5007   algorithm: "plot_performance_box"
5008   output-file-type: ".html"
5009   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5010   data: "plot-vpp-throughput-latency-3n-hsw"
5011   filter: "'NIC_Intel-XL710' and
5012            '64B' and
5013            ('BASE' or 'SCALE') and
5014            'NDRPDR' and
5015            '1T1C' and
5016            'IP4FWD' and
5017            not 'IPSEC' and
5018            not 'VHOST'"
5019   parameters:
5020   - "throughput"
5021   - "parent"
5022   traces:
5023     hoverinfo: "x+y"
5024     boxpoints: "outliers"
5025     whiskerwidth: 0
5026   layout:
5027     title: ""  # No title
5028     layout: "plot-throughput"
5029
5030 -
5031   type: "plot"
5032   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5033   algorithm: "plot_performance_box"
5034   output-file-type: ".html"
5035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5036   data: "plot-vpp-throughput-latency-3n-hsw"
5037   filter: "'NIC_Intel-XL710' and
5038            '64B' and
5039            ('BASE' or 'SCALE') and
5040            'NDRPDR' and
5041            '2T2C' and
5042            'IP4FWD' and
5043            not 'IPSEC' and
5044            not 'VHOST'"
5045   parameters:
5046   - "throughput"
5047   - "parent"
5048   traces:
5049     hoverinfo: "x+y"
5050     boxpoints: "outliers"
5051     whiskerwidth: 0
5052   layout:
5053     title: ""  # No title
5054     layout: "plot-throughput"
5055
5056 -
5057   type: "plot"
5058   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5059   algorithm: "plot_performance_box"
5060   output-file-type: ".html"
5061   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5062   data: "plot-vpp-throughput-latency-3n-hsw"
5063   filter: "'NIC_Intel-XL710' and
5064            '64B' and
5065            ('BASE' or 'SCALE') and
5066            'NDRPDR' and
5067            '2T2C' and
5068            'IP4FWD' and
5069            not 'IPSEC' and
5070            not 'VHOST'"
5071   parameters:
5072   - "throughput"
5073   - "parent"
5074   traces:
5075     hoverinfo: "x+y"
5076     boxpoints: "outliers"
5077     whiskerwidth: 0
5078   layout:
5079     title: ""  # No title
5080     layout: "plot-throughput"
5081
5082 # Packet Throughput - VPP IPv4 3n-skx-x710
5083 -
5084   type: "plot"
5085   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5086   algorithm: "plot_performance_box"
5087   output-file-type: ".html"
5088   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5089   data: "plot-vpp-throughput-latency-3n-skx"
5090   filter: "'NIC_Intel-X710' and
5091            '64B' and
5092            ('BASE' or 'SCALE') and
5093            'NDRPDR' and
5094            '2T1C' and
5095            'IP4FWD' and
5096            not 'IPSEC' and
5097            not 'VHOST'"
5098   parameters:
5099   - "throughput"
5100   - "parent"
5101   traces:
5102     hoverinfo: "x+y"
5103     boxpoints: "outliers"
5104     whiskerwidth: 0
5105   layout:
5106     title: ""  # No title
5107     layout: "plot-throughput"
5108
5109 -
5110   type: "plot"
5111   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5112   algorithm: "plot_performance_box"
5113   output-file-type: ".html"
5114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5115   data: "plot-vpp-throughput-latency-3n-skx"
5116   filter: "'NIC_Intel-X710' and
5117            '64B' and
5118            ('BASE' or 'SCALE') and
5119            'NDRPDR' and
5120            '2T1C' and
5121            'IP4FWD' and
5122            not 'IPSEC' and
5123            not 'VHOST'"
5124   parameters:
5125   - "throughput"
5126   - "parent"
5127   traces:
5128     hoverinfo: "x+y"
5129     boxpoints: "outliers"
5130     whiskerwidth: 0
5131   layout:
5132     title: ""  # No title
5133     layout: "plot-throughput"
5134
5135 -
5136   type: "plot"
5137   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5138   algorithm: "plot_performance_box"
5139   output-file-type: ".html"
5140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5141   data: "plot-vpp-throughput-latency-3n-skx"
5142   filter: "'NIC_Intel-X710' and
5143            '64B' and
5144            ('BASE' or 'SCALE') and
5145            'NDRPDR' and
5146            '4T2C' and
5147            'IP4FWD' and
5148            not 'IPSEC' and
5149            not 'VHOST'"
5150   parameters:
5151   - "throughput"
5152   - "parent"
5153   traces:
5154     hoverinfo: "x+y"
5155     boxpoints: "outliers"
5156     whiskerwidth: 0
5157   layout:
5158     title: ""  # No title
5159     layout: "plot-throughput"
5160
5161 -
5162   type: "plot"
5163   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5164   algorithm: "plot_performance_box"
5165   output-file-type: ".html"
5166   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5167   data: "plot-vpp-throughput-latency-3n-skx"
5168   filter: "'NIC_Intel-X710' and
5169            '64B' and
5170            ('BASE' or 'SCALE') and
5171            'NDRPDR' and
5172            '4T2C' and
5173            'IP4FWD' and
5174            not 'IPSEC' and
5175            not 'VHOST'"
5176   parameters:
5177   - "throughput"
5178   - "parent"
5179   traces:
5180     hoverinfo: "x+y"
5181     boxpoints: "outliers"
5182     whiskerwidth: 0
5183   layout:
5184     title: ""  # No title
5185     layout: "plot-throughput"
5186
5187 -
5188   type: "plot"
5189   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5190   algorithm: "plot_performance_box"
5191   output-file-type: ".html"
5192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5193   data: "plot-vpp-throughput-latency-3n-skx"
5194   filter: "'NIC_Intel-X710' and
5195            '64B' and
5196            'FEATURE' and
5197            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5198            'NDRPDR' and
5199            '2T1C' and
5200            'IP4FWD' and
5201            not 'IPSEC' and
5202            not 'VHOST'"
5203   parameters:
5204   - "throughput"
5205   - "parent"
5206   traces:
5207     hoverinfo: "x+y"
5208     boxpoints: "outliers"
5209     whiskerwidth: 0
5210   layout:
5211     title: ""  # No title
5212     layout: "plot-throughput"
5213
5214 -
5215   type: "plot"
5216   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5217   algorithm: "plot_performance_box"
5218   output-file-type: ".html"
5219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5220   data: "plot-vpp-throughput-latency-3n-skx"
5221   filter: "'NIC_Intel-X710' and
5222            '64B' and
5223            'FEATURE' and
5224            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5225            'NDRPDR' and
5226            '2T1C' and
5227            'IP4FWD' and
5228            not 'IPSEC' and
5229            not 'VHOST'"
5230   parameters:
5231   - "throughput"
5232   - "parent"
5233   traces:
5234     hoverinfo: "x+y"
5235     boxpoints: "outliers"
5236     whiskerwidth: 0
5237   layout:
5238     title: ""  # No title
5239     layout: "plot-throughput"
5240
5241 -
5242   type: "plot"
5243   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5244   algorithm: "plot_performance_box"
5245   output-file-type: ".html"
5246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5247   data: "plot-vpp-throughput-latency-3n-skx"
5248   filter: "'NIC_Intel-X710' and
5249            '64B' and
5250            'FEATURE' and
5251            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5252            'NDRPDR' and
5253            '4T2C' and
5254            'IP4FWD' and
5255            not 'IPSEC' and
5256            not 'VHOST'"
5257   parameters:
5258   - "throughput"
5259   - "parent"
5260   traces:
5261     hoverinfo: "x+y"
5262     boxpoints: "outliers"
5263     whiskerwidth: 0
5264   layout:
5265     title: ""  # No title
5266     layout: "plot-throughput"
5267
5268 -
5269   type: "plot"
5270   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5271   algorithm: "plot_performance_box"
5272   output-file-type: ".html"
5273   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5274   data: "plot-vpp-throughput-latency-3n-skx"
5275   filter: "'NIC_Intel-X710' and
5276            '64B' and
5277            'FEATURE' and
5278            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5279            'NDRPDR' and
5280            '4T2C' and
5281            'IP4FWD' and
5282            not 'IPSEC' and
5283            not 'VHOST'"
5284   parameters:
5285   - "throughput"
5286   - "parent"
5287   traces:
5288     hoverinfo: "x+y"
5289     boxpoints: "outliers"
5290     whiskerwidth: 0
5291   layout:
5292     title: ""  # No title
5293     layout: "plot-throughput"
5294
5295 # Packet Throughput - VPP IPv4 2n-skx-x710
5296 -
5297   type: "plot"
5298   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5299   algorithm: "plot_performance_box"
5300   output-file-type: ".html"
5301   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5302   data: "plot-vpp-throughput-latency-2n-skx"
5303   filter: "'NIC_Intel-X710' and
5304            '64B' and
5305            ('BASE' or 'SCALE') and
5306            'NDRPDR' and
5307            '2T1C' and
5308            'IP4FWD' and
5309            not 'IPSEC' and
5310            not 'VHOST'"
5311   parameters:
5312   - "throughput"
5313   - "parent"
5314   traces:
5315     hoverinfo: "x+y"
5316     boxpoints: "outliers"
5317     whiskerwidth: 0
5318   layout:
5319     title: ""  # No title
5320     layout: "plot-throughput"
5321
5322 -
5323   type: "plot"
5324   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5325   algorithm: "plot_performance_box"
5326   output-file-type: ".html"
5327   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5328   data: "plot-vpp-throughput-latency-2n-skx"
5329   filter: "'NIC_Intel-X710' and
5330            '64B' and
5331            ('BASE' or 'SCALE') and
5332            'NDRPDR' and
5333            '2T1C' and
5334            'IP4FWD' and
5335            not 'IPSEC' and
5336            not 'VHOST'"
5337   parameters:
5338   - "throughput"
5339   - "parent"
5340   traces:
5341     hoverinfo: "x+y"
5342     boxpoints: "outliers"
5343     whiskerwidth: 0
5344   layout:
5345     title: ""  # No title
5346     layout: "plot-throughput"
5347
5348 -
5349   type: "plot"
5350   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5351   algorithm: "plot_performance_box"
5352   output-file-type: ".html"
5353   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5354   data: "plot-vpp-throughput-latency-2n-skx"
5355   filter: "'NIC_Intel-X710' and
5356            '64B' and
5357            ('BASE' or 'SCALE') and
5358            'NDRPDR' and
5359            '4T2C' and
5360            'IP4FWD' and
5361            not 'IPSEC' and
5362            not 'VHOST'"
5363   parameters:
5364   - "throughput"
5365   - "parent"
5366   traces:
5367     hoverinfo: "x+y"
5368     boxpoints: "outliers"
5369     whiskerwidth: 0
5370   layout:
5371     title: ""  # No title
5372     layout: "plot-throughput"
5373
5374 -
5375   type: "plot"
5376   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5377   algorithm: "plot_performance_box"
5378   output-file-type: ".html"
5379   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5380   data: "plot-vpp-throughput-latency-2n-skx"
5381   filter: "'NIC_Intel-X710' and
5382            '64B' and
5383            ('BASE' or 'SCALE') and
5384            'NDRPDR' and
5385            '4T2C' and
5386            'IP4FWD' and
5387            not 'IPSEC' and
5388            not 'VHOST'"
5389   parameters:
5390   - "throughput"
5391   - "parent"
5392   traces:
5393     hoverinfo: "x+y"
5394     boxpoints: "outliers"
5395     whiskerwidth: 0
5396   layout:
5397     title: ""  # No title
5398     layout: "plot-throughput"
5399
5400 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5401 -
5402   type: "plot"
5403   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5404   algorithm: "plot_performance_box"
5405   output-file-type: ".html"
5406   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5407   data: "plot-vpp-throughput-latency-2n-skx"
5408   filter: "'NIC_Intel-XXV710' and
5409            '64B' and
5410            ('BASE' or 'SCALE') and
5411            'NDRPDR' and
5412            '2T1C' and
5413            'IP4FWD' and
5414            not 'IPSEC' and
5415            not 'VHOST'"
5416   parameters:
5417   - "throughput"
5418   - "parent"
5419   traces:
5420     hoverinfo: "x+y"
5421     boxpoints: "outliers"
5422     whiskerwidth: 0
5423   layout:
5424     title: ""  # No title
5425     layout: "plot-throughput"
5426
5427 -
5428   type: "plot"
5429   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5430   algorithm: "plot_performance_box"
5431   output-file-type: ".html"
5432   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5433   data: "plot-vpp-throughput-latency-2n-skx"
5434   filter: "'NIC_Intel-XXV710' and
5435            '64B' and
5436            ('BASE' or 'SCALE') and
5437            'NDRPDR' and
5438            '2T1C' and
5439            'IP4FWD' and
5440            not 'IPSEC' and
5441            not 'VHOST'"
5442   parameters:
5443   - "throughput"
5444   - "parent"
5445   traces:
5446     hoverinfo: "x+y"
5447     boxpoints: "outliers"
5448     whiskerwidth: 0
5449   layout:
5450     title: ""  # No title
5451     layout: "plot-throughput"
5452
5453 -
5454   type: "plot"
5455   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5456   algorithm: "plot_performance_box"
5457   output-file-type: ".html"
5458   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5459   data: "plot-vpp-throughput-latency-2n-skx"
5460   filter: "'NIC_Intel-XXV710' and
5461            '64B' and
5462            ('BASE' or 'SCALE') and
5463            'NDRPDR' and
5464            '4T2C' and
5465            'IP4FWD' and
5466            not 'IPSEC' and
5467            not 'VHOST'"
5468   parameters:
5469   - "throughput"
5470   - "parent"
5471   traces:
5472     hoverinfo: "x+y"
5473     boxpoints: "outliers"
5474     whiskerwidth: 0
5475   layout:
5476     title: ""  # No title
5477     layout: "plot-throughput"
5478
5479 -
5480   type: "plot"
5481   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5482   algorithm: "plot_performance_box"
5483   output-file-type: ".html"
5484   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5485   data: "plot-vpp-throughput-latency-2n-skx"
5486   filter: "'NIC_Intel-XXV710' and
5487            '64B' and
5488            ('BASE' or 'SCALE') and
5489            'NDRPDR' and
5490            '4T2C' and
5491            'IP4FWD' and
5492            not 'IPSEC' and
5493            not 'VHOST'"
5494   parameters:
5495   - "throughput"
5496   - "parent"
5497   traces:
5498     hoverinfo: "x+y"
5499     boxpoints: "outliers"
5500     whiskerwidth: 0
5501   layout:
5502     title: ""  # No title
5503     layout: "plot-throughput"
5504
5505 ################################################################################
5506
5507 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5508 -
5509   type: "plot"
5510   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5511   algorithm: "plot_performance_box"
5512   output-file-type: ".html"
5513   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5514   data: "plot-vpp-throughput-latency-3n-hsw"
5515   filter: "'NIC_Intel-X520-DA2' and
5516            '64B' and
5517            'ENCAP' and
5518            'NDRPDR' and
5519            '1T1C' and
5520            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5521            not 'VHOST' and
5522            not 'IPSECHW'"
5523   parameters:
5524   - "throughput"
5525   - "parent"
5526   traces:
5527     hoverinfo: "x+y"
5528     boxpoints: "outliers"
5529     whiskerwidth: 0
5530   layout:
5531     title: ""  # No title
5532     layout: "plot-throughput"
5533
5534 -
5535   type: "plot"
5536   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5537   algorithm: "plot_performance_box"
5538   output-file-type: ".html"
5539   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5540   data: "plot-vpp-throughput-latency-3n-hsw"
5541   filter: "'NIC_Intel-X520-DA2' and
5542            '64B' and
5543            'ENCAP' and
5544            'NDRPDR' and
5545            '1T1C' and
5546            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5547            not 'VHOST' and
5548            not 'IPSECHW'"
5549   parameters:
5550   - "throughput"
5551   - "parent"
5552   traces:
5553     hoverinfo: "x+y"
5554     boxpoints: "outliers"
5555     whiskerwidth: 0
5556   layout:
5557     title: ""  # No title
5558     layout: "plot-throughput"
5559
5560 -
5561   type: "plot"
5562   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5563   algorithm: "plot_performance_box"
5564   output-file-type: ".html"
5565   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5566   data: "plot-vpp-throughput-latency-3n-hsw"
5567   filter: "'NIC_Intel-X520-DA2' and
5568            '64B' and
5569            'ENCAP' and
5570            'NDRPDR' and
5571            '2T2C' and
5572            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5573            not 'VHOST' and
5574            not 'IPSECHW'"
5575   parameters:
5576   - "throughput"
5577   - "parent"
5578   traces:
5579     hoverinfo: "x+y"
5580     boxpoints: "outliers"
5581     whiskerwidth: 0
5582   layout:
5583     title: ""  # No title
5584     layout: "plot-throughput"
5585
5586 -
5587   type: "plot"
5588   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5589   algorithm: "plot_performance_box"
5590   output-file-type: ".html"
5591   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5592   data: "plot-vpp-throughput-latency-3n-hsw"
5593   filter: "'NIC_Intel-X520-DA2' and
5594            '64B' and
5595            'ENCAP' and
5596            'NDRPDR' and
5597            '2T2C' and
5598            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5599            not 'VHOST' and
5600            not 'IPSECHW'"
5601   parameters:
5602   - "throughput"
5603   - "parent"
5604   traces:
5605     hoverinfo: "x+y"
5606     boxpoints: "outliers"
5607     whiskerwidth: 0
5608   layout:
5609     title: ""  # No title
5610     layout: "plot-throughput"
5611
5612 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5613 -
5614   type: "plot"
5615   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5616   algorithm: "plot_performance_box"
5617   output-file-type: ".html"
5618   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5619   data: "plot-vpp-throughput-latency-3n-hsw"
5620   filter: "'NIC_Intel-X710' and
5621            '64B' and
5622            'ENCAP' and
5623            'NDRPDR' and
5624            '1T1C' and
5625            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5626            not 'VHOST' and
5627            not 'IPSECHW'"
5628   parameters:
5629   - "throughput"
5630   - "parent"
5631   traces:
5632     hoverinfo: "x+y"
5633     boxpoints: "outliers"
5634     whiskerwidth: 0
5635   layout:
5636     title: ""  # No title
5637     layout: "plot-throughput"
5638
5639 -
5640   type: "plot"
5641   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5642   algorithm: "plot_performance_box"
5643   output-file-type: ".html"
5644   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5645   data: "plot-vpp-throughput-latency-3n-hsw"
5646   filter: "'NIC_Intel-X710' and
5647            '64B' and
5648            'ENCAP' and
5649            'NDRPDR' and
5650            '1T1C' and
5651            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5652            not 'VHOST' and
5653            not 'IPSECHW'"
5654   parameters:
5655   - "throughput"
5656   - "parent"
5657   traces:
5658     hoverinfo: "x+y"
5659     boxpoints: "outliers"
5660     whiskerwidth: 0
5661   layout:
5662     title: ""  # No title
5663     layout: "plot-throughput"
5664
5665 -
5666   type: "plot"
5667   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5668   algorithm: "plot_performance_box"
5669   output-file-type: ".html"
5670   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5671   data: "plot-vpp-throughput-latency-3n-hsw"
5672   filter: "'NIC_Intel-X710' and
5673            '64B' and
5674            'ENCAP' and
5675            'NDRPDR' and
5676            '2T2C' and
5677            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5678            not 'VHOST' and
5679            not 'IPSECHW'"
5680   parameters:
5681   - "throughput"
5682   - "parent"
5683   traces:
5684     hoverinfo: "x+y"
5685     boxpoints: "outliers"
5686     whiskerwidth: 0
5687   layout:
5688     title: ""  # No title
5689     layout: "plot-throughput"
5690
5691 -
5692   type: "plot"
5693   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5694   algorithm: "plot_performance_box"
5695   output-file-type: ".html"
5696   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5697   data: "plot-vpp-throughput-latency-3n-hsw"
5698   filter: "'NIC_Intel-X710' and
5699            '64B' and
5700            'ENCAP' and
5701            'NDRPDR' and
5702            '2T2C' and
5703            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5704            not 'VHOST' and
5705            not 'IPSECHW'"
5706   parameters:
5707   - "throughput"
5708   - "parent"
5709   traces:
5710     hoverinfo: "x+y"
5711     boxpoints: "outliers"
5712     whiskerwidth: 0
5713   layout:
5714     title: ""  # No title
5715     layout: "plot-throughput"
5716
5717 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5718 -
5719   type: "plot"
5720   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5721   algorithm: "plot_performance_box"
5722   output-file-type: ".html"
5723   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5724   data: "plot-vpp-throughput-latency-3n-skx"
5725   filter: "'NIC_Intel-X710' and
5726            '64B' and
5727            'ENCAP' and
5728            'NDRPDR' and
5729            '2T1C' and
5730            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5731            not 'VHOST' and
5732            not 'IPSECHW'"
5733   parameters:
5734   - "throughput"
5735   - "parent"
5736   traces:
5737     hoverinfo: "x+y"
5738     boxpoints: "outliers"
5739     whiskerwidth: 0
5740   layout:
5741     title: ""  # No title
5742     layout: "plot-throughput"
5743
5744 -
5745   type: "plot"
5746   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5747   algorithm: "plot_performance_box"
5748   output-file-type: ".html"
5749   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5750   data: "plot-vpp-throughput-latency-3n-skx"
5751   filter: "'NIC_Intel-X710' and
5752            '64B' and
5753            'ENCAP' and
5754            'NDRPDR' and
5755            '2T1C' and
5756            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5757            not 'VHOST' and
5758            not 'IPSECHW'"
5759   parameters:
5760   - "throughput"
5761   - "parent"
5762   traces:
5763     hoverinfo: "x+y"
5764     boxpoints: "outliers"
5765     whiskerwidth: 0
5766   layout:
5767     title: ""  # No title
5768     layout: "plot-throughput"
5769
5770 -
5771   type: "plot"
5772   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5773   algorithm: "plot_performance_box"
5774   output-file-type: ".html"
5775   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5776   data: "plot-vpp-throughput-latency-3n-skx"
5777   filter: "'NIC_Intel-X710' and
5778            '64B' and
5779            'ENCAP' and
5780            'NDRPDR' and
5781            '4T2C' and
5782            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5783            not 'VHOST' and
5784            not 'IPSECHW'"
5785   parameters:
5786   - "throughput"
5787   - "parent"
5788   traces:
5789     hoverinfo: "x+y"
5790     boxpoints: "outliers"
5791     whiskerwidth: 0
5792   layout:
5793     title: ""  # No title
5794     layout: "plot-throughput"
5795
5796 -
5797   type: "plot"
5798   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5799   algorithm: "plot_performance_box"
5800   output-file-type: ".html"
5801   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5802   data: "plot-vpp-throughput-latency-3n-skx"
5803   filter: "'NIC_Intel-X710' and
5804            '64B' and
5805            'ENCAP' and
5806            'NDRPDR' and
5807            '4T2C' and
5808            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5809            not 'VHOST' and
5810            not 'IPSECHW'"
5811   parameters:
5812   - "throughput"
5813   - "parent"
5814   traces:
5815     hoverinfo: "x+y"
5816     boxpoints: "outliers"
5817     whiskerwidth: 0
5818   layout:
5819     title: ""  # No title
5820     layout: "plot-throughput"
5821
5822 ################################################################################
5823
5824 # Packet Throughput - VPP IPv6 3n-hsw-x520
5825 -
5826   type: "plot"
5827   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5828   algorithm: "plot_performance_box"
5829   output-file-type: ".html"
5830   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5831   data: "plot-vpp-throughput-latency-3n-hsw"
5832   filter: "'NIC_Intel-X520-DA2' and
5833            '78B' and
5834            ('BASE' or 'SCALE') and
5835            'NDRPDR' and
5836            '1T1C' and
5837            'IP6FWD' and
5838            not 'SRv6' and
5839            not 'IPSEC' and
5840            not 'VHOST'"
5841   parameters:
5842   - "throughput"
5843   - "parent"
5844   traces:
5845     hoverinfo: "x+y"
5846     boxpoints: "outliers"
5847     whiskerwidth: 0
5848   layout:
5849     title: ""  # No title
5850     layout: "plot-throughput"
5851
5852 -
5853   type: "plot"
5854   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5855   algorithm: "plot_performance_box"
5856   output-file-type: ".html"
5857   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5858   data: "plot-vpp-throughput-latency-3n-hsw"
5859   filter: "'NIC_Intel-X520-DA2' and
5860            '78B' and
5861            ('BASE' or 'SCALE') and
5862            'NDRPDR' and
5863            '1T1C' and
5864            'IP6FWD' and
5865            not 'SRv6' and
5866            not 'IPSEC' and
5867            not 'VHOST'"
5868   parameters:
5869   - "throughput"
5870   - "parent"
5871   traces:
5872     hoverinfo: "x+y"
5873     boxpoints: "outliers"
5874     whiskerwidth: 0
5875   layout:
5876     title: ""  # No title
5877     layout: "plot-throughput"
5878
5879 -
5880   type: "plot"
5881   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5882   algorithm: "plot_performance_box"
5883   output-file-type: ".html"
5884   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5885   data: "plot-vpp-throughput-latency-3n-hsw"
5886   filter: "'NIC_Intel-X520-DA2' and
5887            '78B' and
5888            ('BASE' or 'SCALE') and
5889            'NDRPDR' and
5890            '2T2C' and
5891            'IP6FWD' and
5892            not 'SRv6' and
5893            not 'IPSEC' and
5894            not 'VHOST'"
5895   parameters:
5896   - "throughput"
5897   - "parent"
5898   traces:
5899     hoverinfo: "x+y"
5900     boxpoints: "outliers"
5901     whiskerwidth: 0
5902   layout:
5903     title: ""  # No title
5904     layout: "plot-throughput"
5905
5906 -
5907   type: "plot"
5908   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5909   algorithm: "plot_performance_box"
5910   output-file-type: ".html"
5911   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5912   data: "plot-vpp-throughput-latency-3n-hsw"
5913   filter: "'NIC_Intel-X520-DA2' and
5914            '78B' and
5915            ('BASE' or 'SCALE') and
5916            'NDRPDR' and
5917            '2T2C' and
5918            'IP6FWD' and
5919            not 'SRv6' and
5920            not 'IPSEC' and
5921            not 'VHOST'"
5922   parameters:
5923   - "throughput"
5924   - "parent"
5925   traces:
5926     hoverinfo: "x+y"
5927     boxpoints: "outliers"
5928     whiskerwidth: 0
5929   layout:
5930     title: ""  # No title
5931     layout: "plot-throughput"
5932
5933 # Packet Throughput - VPP IPv6 3n-hsw-x710
5934 -
5935   type: "plot"
5936   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5937   algorithm: "plot_performance_box"
5938   output-file-type: ".html"
5939   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5940   data: "plot-vpp-throughput-latency-3n-hsw"
5941   filter: "'NIC_Intel-X710' and
5942            '78B' and
5943            ('BASE' or 'SCALE') and
5944            'NDRPDR' and
5945            '1T1C' and
5946            'IP6FWD' and
5947            not 'SRv6' and
5948            not 'IPSEC' and
5949            not 'VHOST'"
5950   parameters:
5951   - "throughput"
5952   - "parent"
5953   traces:
5954     hoverinfo: "x+y"
5955     boxpoints: "outliers"
5956     whiskerwidth: 0
5957   layout:
5958     title: ""  # No title
5959     layout: "plot-throughput"
5960
5961 -
5962   type: "plot"
5963   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5964   algorithm: "plot_performance_box"
5965   output-file-type: ".html"
5966   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5967   data: "plot-vpp-throughput-latency-3n-hsw"
5968   filter: "'NIC_Intel-X710' and
5969            '78B' and
5970            ('BASE' or 'SCALE') and
5971            'NDRPDR' and
5972            '1T1C' and
5973            'IP6FWD' and
5974            not 'SRv6' and
5975            not 'IPSEC' and
5976            not 'VHOST'"
5977   parameters:
5978   - "throughput"
5979   - "parent"
5980   traces:
5981     hoverinfo: "x+y"
5982     boxpoints: "outliers"
5983     whiskerwidth: 0
5984   layout:
5985     title: ""  # No title
5986     layout: "plot-throughput"
5987
5988 -
5989   type: "plot"
5990   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5991   algorithm: "plot_performance_box"
5992   output-file-type: ".html"
5993   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5994   data: "plot-vpp-throughput-latency-3n-hsw"
5995   filter: "'NIC_Intel-X710' and
5996            '78B' and
5997            ('BASE' or 'SCALE') and
5998            'NDRPDR' and
5999            '2T2C' and
6000            'IP6FWD' and
6001            not 'SRv6' and
6002            not 'IPSEC' and
6003            not 'VHOST'"
6004   parameters:
6005   - "throughput"
6006   - "parent"
6007   traces:
6008     hoverinfo: "x+y"
6009     boxpoints: "outliers"
6010     whiskerwidth: 0
6011   layout:
6012     title: ""  # No title
6013     layout: "plot-throughput"
6014
6015 -
6016   type: "plot"
6017   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6018   algorithm: "plot_performance_box"
6019   output-file-type: ".html"
6020   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6021   data: "plot-vpp-throughput-latency-3n-hsw"
6022   filter: "'NIC_Intel-X710' and
6023            '78B' and
6024            ('BASE' or 'SCALE') and
6025            'NDRPDR' and
6026            '2T2C' and
6027            'IP6FWD' and
6028            not 'SRv6' and
6029            not 'IPSEC' and
6030            not 'VHOST'"
6031   parameters:
6032   - "throughput"
6033   - "parent"
6034   traces:
6035     hoverinfo: "x+y"
6036     boxpoints: "outliers"
6037     whiskerwidth: 0
6038   layout:
6039     title: ""  # No title
6040     layout: "plot-throughput"
6041
6042 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6043 -
6044   type: "plot"
6045   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6046   algorithm: "plot_performance_box"
6047   output-file-type: ".html"
6048   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6049   data: "plot-vpp-throughput-latency-3n-hsw"
6050   filter: "'NIC_Intel-XL710' and
6051            '78B' and
6052            ('BASE' or 'SCALE') and
6053            'NDRPDR' and
6054            '1T1C' and
6055            'IP6FWD' and
6056            not 'SRv6' and
6057            not 'IPSEC' and
6058            not 'VHOST'"
6059   parameters:
6060   - "throughput"
6061   - "parent"
6062   traces:
6063     hoverinfo: "x+y"
6064     boxpoints: "outliers"
6065     whiskerwidth: 0
6066   layout:
6067     title: ""  # No title
6068     layout: "plot-throughput"
6069
6070 -
6071   type: "plot"
6072   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6073   algorithm: "plot_performance_box"
6074   output-file-type: ".html"
6075   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6076   data: "plot-vpp-throughput-latency-3n-hsw"
6077   filter: "'NIC_Intel-XL710' and
6078            '78B' and
6079            ('BASE' or 'SCALE') and
6080            'NDRPDR' and
6081            '1T1C' and
6082            'IP6FWD' and
6083            not 'SRv6' and
6084            not 'IPSEC' and
6085            not 'VHOST'"
6086   parameters:
6087   - "throughput"
6088   - "parent"
6089   traces:
6090     hoverinfo: "x+y"
6091     boxpoints: "outliers"
6092     whiskerwidth: 0
6093   layout:
6094     title: ""  # No title
6095     layout: "plot-throughput"
6096
6097 -
6098   type: "plot"
6099   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6100   algorithm: "plot_performance_box"
6101   output-file-type: ".html"
6102   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6103   data: "plot-vpp-throughput-latency-3n-hsw"
6104   filter: "'NIC_Intel-XL710' and
6105            '78B' and
6106            ('BASE' or 'SCALE') and
6107            'NDRPDR' and
6108            '2T2C' and
6109            'IP6FWD' and
6110            not 'SRv6' and
6111            not 'IPSEC' and
6112            not 'VHOST'"
6113   parameters:
6114   - "throughput"
6115   - "parent"
6116   traces:
6117     hoverinfo: "x+y"
6118     boxpoints: "outliers"
6119     whiskerwidth: 0
6120   layout:
6121     title: ""  # No title
6122     layout: "plot-throughput"
6123
6124 -
6125   type: "plot"
6126   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6127   algorithm: "plot_performance_box"
6128   output-file-type: ".html"
6129   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6130   data: "plot-vpp-throughput-latency-3n-hsw"
6131   filter: "'NIC_Intel-XL710' and
6132            '78B' and
6133            ('BASE' or 'SCALE') and
6134            'NDRPDR' and
6135            '2T2C' and
6136            'IP6FWD' and
6137            not 'SRv6' and
6138            not 'IPSEC' and
6139            not 'VHOST'"
6140   parameters:
6141   - "throughput"
6142   - "parent"
6143   traces:
6144     hoverinfo: "x+y"
6145     boxpoints: "outliers"
6146     whiskerwidth: 0
6147   layout:
6148     title: ""  # No title
6149     layout: "plot-throughput"
6150
6151 # Packet Throughput - VPP IPv6 3n-skx-x710
6152 -
6153   type: "plot"
6154   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6155   algorithm: "plot_performance_box"
6156   output-file-type: ".html"
6157   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6158   data: "plot-vpp-throughput-latency-3n-skx"
6159   filter: "'NIC_Intel-X710' and
6160            '78B' and
6161            ('BASE' or 'SCALE') and
6162            'NDRPDR' and
6163            '2T1C' and
6164            'IP6FWD' and
6165            not 'SRv6' and
6166            not 'IPSEC' and
6167            not 'VHOST'"
6168   parameters:
6169   - "throughput"
6170   - "parent"
6171   traces:
6172     hoverinfo: "x+y"
6173     boxpoints: "outliers"
6174     whiskerwidth: 0
6175   layout:
6176     title: ""  # No title
6177     layout: "plot-throughput"
6178
6179 -
6180   type: "plot"
6181   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6182   algorithm: "plot_performance_box"
6183   output-file-type: ".html"
6184   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6185   data: "plot-vpp-throughput-latency-3n-skx"
6186   filter: "'NIC_Intel-X710' and
6187            '78B' and
6188            ('BASE' or 'SCALE') and
6189            'NDRPDR' and
6190            '2T1C' and
6191            'IP6FWD' and
6192            not 'SRv6' and
6193            not 'IPSEC' and
6194            not 'VHOST'"
6195   parameters:
6196   - "throughput"
6197   - "parent"
6198   traces:
6199     hoverinfo: "x+y"
6200     boxpoints: "outliers"
6201     whiskerwidth: 0
6202   layout:
6203     title: ""  # No title
6204     layout: "plot-throughput"
6205
6206 -
6207   type: "plot"
6208   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6209   algorithm: "plot_performance_box"
6210   output-file-type: ".html"
6211   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6212   data: "plot-vpp-throughput-latency-3n-skx"
6213   filter: "'NIC_Intel-X710' and
6214            '78B' and
6215            ('BASE' or 'SCALE') and
6216            'NDRPDR' and
6217            '4T2C' and
6218            'IP6FWD' and
6219            not 'SRv6' and
6220            not 'IPSEC' and
6221            not 'VHOST'"
6222   parameters:
6223   - "throughput"
6224   - "parent"
6225   traces:
6226     hoverinfo: "x+y"
6227     boxpoints: "outliers"
6228     whiskerwidth: 0
6229   layout:
6230     title: ""  # No title
6231     layout: "plot-throughput"
6232
6233 -
6234   type: "plot"
6235   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6236   algorithm: "plot_performance_box"
6237   output-file-type: ".html"
6238   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6239   data: "plot-vpp-throughput-latency-3n-skx"
6240   filter: "'NIC_Intel-X710' and
6241            '78B' and
6242            ('BASE' or 'SCALE') and
6243            'NDRPDR' and
6244            '4T2C' and
6245            'IP6FWD' and
6246            not 'SRv6' and
6247            not 'IPSEC' and
6248            not 'VHOST'"
6249   parameters:
6250   - "throughput"
6251   - "parent"
6252   traces:
6253     hoverinfo: "x+y"
6254     boxpoints: "outliers"
6255     whiskerwidth: 0
6256   layout:
6257     title: ""  # No title
6258     layout: "plot-throughput"
6259
6260 # Packet Throughput - VPP IPv6 2n-skx-x710
6261 -
6262   type: "plot"
6263   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6264   algorithm: "plot_performance_box"
6265   output-file-type: ".html"
6266   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6267   data: "plot-vpp-throughput-latency-2n-skx"
6268   filter: "'NIC_Intel-X710' and
6269            '78B' and
6270            ('BASE' or 'SCALE') and
6271            'NDRPDR' and
6272            '2T1C' and
6273            'IP6FWD' and
6274            not 'SRv6' and
6275            not 'IPSEC' and
6276            not 'VHOST'"
6277   parameters:
6278   - "throughput"
6279   - "parent"
6280   traces:
6281     hoverinfo: "x+y"
6282     boxpoints: "outliers"
6283     whiskerwidth: 0
6284   layout:
6285     title: ""  # No title
6286     layout: "plot-throughput"
6287
6288 -
6289   type: "plot"
6290   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6291   algorithm: "plot_performance_box"
6292   output-file-type: ".html"
6293   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6294   data: "plot-vpp-throughput-latency-2n-skx"
6295   filter: "'NIC_Intel-X710' and
6296            '78B' and
6297            ('BASE' or 'SCALE') and
6298            'NDRPDR' and
6299            '2T1C' and
6300            'IP6FWD' and
6301            not 'IPSEC' and
6302            not 'VHOST'"
6303   parameters:
6304   - "throughput"
6305   - "parent"
6306   traces:
6307     hoverinfo: "x+y"
6308     boxpoints: "outliers"
6309     whiskerwidth: 0
6310   layout:
6311     title: ""  # No title
6312     layout: "plot-throughput"
6313
6314 -
6315   type: "plot"
6316   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6317   algorithm: "plot_performance_box"
6318   output-file-type: ".html"
6319   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6320   data: "plot-vpp-throughput-latency-2n-skx"
6321   filter: "'NIC_Intel-X710' and
6322            '78B' and
6323            ('BASE' or 'SCALE') and
6324            'NDRPDR' and
6325            '4T2C' and
6326            'IP6FWD' and
6327            not 'SRv6' and
6328            not 'IPSEC' and
6329            not 'VHOST'"
6330   parameters:
6331   - "throughput"
6332   - "parent"
6333   traces:
6334     hoverinfo: "x+y"
6335     boxpoints: "outliers"
6336     whiskerwidth: 0
6337   layout:
6338     title: ""  # No title
6339     layout: "plot-throughput"
6340
6341 -
6342   type: "plot"
6343   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6344   algorithm: "plot_performance_box"
6345   output-file-type: ".html"
6346   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6347   data: "plot-vpp-throughput-latency-2n-skx"
6348   filter: "'NIC_Intel-X710' and
6349            '78B' and
6350            ('BASE' or 'SCALE') and
6351            'NDRPDR' and
6352            '4T2C' and
6353            'IP6FWD' and
6354            not 'SRv6' and
6355            not 'IPSEC' and
6356            not 'VHOST'"
6357   parameters:
6358   - "throughput"
6359   - "parent"
6360   traces:
6361     hoverinfo: "x+y"
6362     boxpoints: "outliers"
6363     whiskerwidth: 0
6364   layout:
6365     title: ""  # No title
6366     layout: "plot-throughput"
6367
6368 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6369 -
6370   type: "plot"
6371   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6372   algorithm: "plot_performance_box"
6373   output-file-type: ".html"
6374   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6375   data: "plot-vpp-throughput-latency-2n-skx"
6376   filter: "'NIC_Intel-XXV710' and
6377            '78B' and
6378            ('BASE' or 'SCALE') and
6379            'NDRPDR' and
6380            '2T1C' and
6381            'IP6FWD' and
6382            not 'SRv6' and
6383            not 'IPSEC' and
6384            not 'VHOST'"
6385   parameters:
6386   - "throughput"
6387   - "parent"
6388   traces:
6389     hoverinfo: "x+y"
6390     boxpoints: "outliers"
6391     whiskerwidth: 0
6392   layout:
6393     title: ""  # No title
6394     layout: "plot-throughput"
6395
6396 -
6397   type: "plot"
6398   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6399   algorithm: "plot_performance_box"
6400   output-file-type: ".html"
6401   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6402   data: "plot-vpp-throughput-latency-2n-skx"
6403   filter: "'NIC_Intel-XXV710' and
6404            '78B' and
6405            ('BASE' or 'SCALE') and
6406            'NDRPDR' and
6407            '2T1C' and
6408            'IP6FWD' and
6409            not 'SRv6' and
6410            not 'IPSEC' and
6411            not 'VHOST'"
6412   parameters:
6413   - "throughput"
6414   - "parent"
6415   traces:
6416     hoverinfo: "x+y"
6417     boxpoints: "outliers"
6418     whiskerwidth: 0
6419   layout:
6420     title: ""  # No title
6421     layout: "plot-throughput"
6422
6423 -
6424   type: "plot"
6425   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6426   algorithm: "plot_performance_box"
6427   output-file-type: ".html"
6428   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6429   data: "plot-vpp-throughput-latency-2n-skx"
6430   filter: "'NIC_Intel-XXV710' and
6431            '78B' and
6432            ('BASE' or 'SCALE') and
6433            'NDRPDR' and
6434            '4T2C' and
6435            'IP6FWD' and
6436            not 'SRv6' and
6437            not 'IPSEC' and
6438            not 'VHOST'"
6439   parameters:
6440   - "throughput"
6441   - "parent"
6442   traces:
6443     hoverinfo: "x+y"
6444     boxpoints: "outliers"
6445     whiskerwidth: 0
6446   layout:
6447     title: ""  # No title
6448     layout: "plot-throughput"
6449
6450 -
6451   type: "plot"
6452   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6453   algorithm: "plot_performance_box"
6454   output-file-type: ".html"
6455   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6456   data: "plot-vpp-throughput-latency-2n-skx"
6457   filter: "'NIC_Intel-XXV710' and
6458            '78B' and
6459            ('BASE' or 'SCALE') and
6460            'NDRPDR' and
6461            '4T2C' and
6462            'IP6FWD' and
6463            not 'SRv6' and
6464            not 'IPSEC' and
6465            not 'VHOST'"
6466   parameters:
6467   - "throughput"
6468   - "parent"
6469   traces:
6470     hoverinfo: "x+y"
6471     boxpoints: "outliers"
6472     whiskerwidth: 0
6473   layout:
6474     title: ""  # No title
6475     layout: "plot-throughput"
6476
6477 ################################################################################
6478
6479 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6480 -
6481   type: "plot"
6482   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6483   algorithm: "plot_performance_box"
6484   output-file-type: ".html"
6485   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6486   data: "plot-vpp-throughput-latency-3n-hsw"
6487   filter: "'NIC_Intel-X520-DA2' and
6488            '78B' and
6489            'ENCAP' and
6490            'NDRPDR' and
6491            '1T1C' and
6492            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6493            not 'VHOST'"
6494   parameters:
6495   - "throughput"
6496   - "parent"
6497   traces:
6498     hoverinfo: "x+y"
6499     boxpoints: "outliers"
6500     whiskerwidth: 0
6501   layout:
6502     title: ""  # No title
6503     layout: "plot-throughput"
6504
6505 -
6506   type: "plot"
6507   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6508   algorithm: "plot_performance_box"
6509   output-file-type: ".html"
6510   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6511   data: "plot-vpp-throughput-latency-3n-hsw"
6512   filter: "'NIC_Intel-X520-DA2' and
6513            '78B' and
6514            'ENCAP' and
6515            'NDRPDR' and
6516            '1T1C' and
6517            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6518            not 'VHOST'"
6519   parameters:
6520   - "throughput"
6521   - "parent"
6522   traces:
6523     hoverinfo: "x+y"
6524     boxpoints: "outliers"
6525     whiskerwidth: 0
6526   layout:
6527     title: ""  # No title
6528     layout: "plot-throughput"
6529
6530 -
6531   type: "plot"
6532   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6533   algorithm: "plot_performance_box"
6534   output-file-type: ".html"
6535   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6536   data: "plot-vpp-throughput-latency-3n-hsw"
6537   filter: "'NIC_Intel-X520-DA2' and
6538            '78B' and
6539            'ENCAP' and
6540            'NDRPDR' and
6541            '2T2C' and
6542            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6543            not 'VHOST'"
6544   parameters:
6545   - "throughput"
6546   - "parent"
6547   traces:
6548     hoverinfo: "x+y"
6549     boxpoints: "outliers"
6550     whiskerwidth: 0
6551   layout:
6552     title: ""  # No title
6553     layout: "plot-throughput"
6554
6555 -
6556   type: "plot"
6557   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6558   algorithm: "plot_performance_box"
6559   output-file-type: ".html"
6560   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6561   data: "plot-vpp-throughput-latency-3n-hsw"
6562   filter: "'NIC_Intel-X520-DA2' and
6563            '78B' and
6564            'ENCAP' and
6565            'NDRPDR' and
6566            '2T2C' and
6567            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6568            not 'VHOST'"
6569   parameters:
6570   - "throughput"
6571   - "parent"
6572   traces:
6573     hoverinfo: "x+y"
6574     boxpoints: "outliers"
6575     whiskerwidth: 0
6576   layout:
6577     title: ""  # No title
6578     layout: "plot-throughput"
6579
6580 ################################################################################
6581
6582 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6583 -
6584   type: "plot"
6585   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6586   algorithm: "plot_performance_box"
6587   output-file-type: ".html"
6588   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6589   data: "plot-vpp-throughput-latency-3n-hsw"
6590   filter: "'NIC_Intel-XL710' and
6591            '64B' and
6592            'IP4FWD' and
6593            'NDRPDR' and
6594            '1T1C' and
6595            'IPSECHW' and
6596            ('IPSECTRAN' or 'IPSECTUN') and
6597            not 'VHOST'"
6598   parameters:
6599   - "throughput"
6600   - "parent"
6601   traces:
6602     hoverinfo: "x+y"
6603     boxpoints: "outliers"
6604     whiskerwidth: 0
6605   layout:
6606     title: ""  # No title
6607     layout: "plot-throughput"
6608
6609 -
6610   type: "plot"
6611   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6612   algorithm: "plot_performance_box"
6613   output-file-type: ".html"
6614   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6615   data: "plot-vpp-throughput-latency-3n-hsw"
6616   filter: "'NIC_Intel-XL710' and
6617            '64B' and
6618            'IP4FWD' and
6619            'NDRPDR' and
6620            '1T1C' and
6621            'IPSECHW' and
6622            ('IPSECTRAN' or 'IPSECTUN') and
6623            not 'VHOST'"
6624   parameters:
6625   - "throughput"
6626   - "parent"
6627   traces:
6628     hoverinfo: "x+y"
6629     boxpoints: "outliers"
6630     whiskerwidth: 0
6631   layout:
6632     title: ""  # No title
6633     layout: "plot-throughput"
6634
6635 -
6636   type: "plot"
6637   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6638   algorithm: "plot_performance_box"
6639   output-file-type: ".html"
6640   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6641   data: "plot-vpp-throughput-latency-3n-hsw"
6642   filter: "'NIC_Intel-XL710' and
6643            '64B' and
6644            'IP4FWD' and
6645            'NDRPDR' and
6646            '2T2C' and
6647            'IPSECHW' and
6648            ('IPSECTRAN' or 'IPSECTUN') and
6649            not 'VHOST'"
6650   parameters:
6651   - "throughput"
6652   - "parent"
6653   traces:
6654     hoverinfo: "x+y"
6655     boxpoints: "outliers"
6656     whiskerwidth: 0
6657   layout:
6658     title: ""  # No title
6659     layout: "plot-throughput"
6660
6661 -
6662   type: "plot"
6663   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6664   algorithm: "plot_performance_box"
6665   output-file-type: ".html"
6666   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6667   data: "plot-vpp-throughput-latency-3n-hsw"
6668   filter: "'NIC_Intel-XL710' and
6669            '64B' and
6670            'IP4FWD' and
6671            'NDRPDR' and
6672            '2T2C' and
6673            'IPSECHW' and
6674            ('IPSECTRAN' or 'IPSECTUN') and
6675            not 'VHOST'"
6676   parameters:
6677   - "throughput"
6678   - "parent"
6679   traces:
6680     hoverinfo: "x+y"
6681     boxpoints: "outliers"
6682     whiskerwidth: 0
6683   layout:
6684     title: ""  # No title
6685     layout: "plot-throughput"
6686
6687 ################################################################################
6688
6689 # Packet Throughput - VPP SRv6 3n-hsw-x520
6690 -
6691   type: "plot"
6692   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6693   algorithm: "plot_performance_box"
6694   output-file-type: ".html"
6695   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6696   data: "plot-vpp-throughput-latency-3n-hsw"
6697   filter: "'NIC_Intel-X520-DA2' and
6698            '78B' and
6699            'FEATURE' and
6700            'NDRPDR' and
6701            '1T1C' and
6702            'IP6FWD' and
6703            'SRv6'"
6704   parameters:
6705   - "throughput"
6706   - "parent"
6707   traces:
6708     hoverinfo: "x+y"
6709     boxpoints: "outliers"
6710     whiskerwidth: 0
6711   layout:
6712     title: ""  # No title
6713     layout: "plot-throughput"
6714
6715 -
6716   type: "plot"
6717   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6718   algorithm: "plot_performance_box"
6719   output-file-type: ".html"
6720   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6721   data: "plot-vpp-throughput-latency-3n-hsw"
6722   filter: "'NIC_Intel-X520-DA2' and
6723            '78B' and
6724            'FEATURE' and
6725            'NDRPDR' and
6726            '1T1C' and
6727            'IP6FWD' and
6728            'SRv6'"
6729   parameters:
6730   - "throughput"
6731   - "parent"
6732   traces:
6733     hoverinfo: "x+y"
6734     boxpoints: "outliers"
6735     whiskerwidth: 0
6736   layout:
6737     title: ""  # No title
6738     layout: "plot-throughput"
6739
6740 -
6741   type: "plot"
6742   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6743   algorithm: "plot_performance_box"
6744   output-file-type: ".html"
6745   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6746   data: "plot-vpp-throughput-latency-3n-hsw"
6747   filter: "'NIC_Intel-X520-DA2' and
6748            '78B' and
6749            'FEATURE' and
6750            'NDRPDR' and
6751            '2T2C' and
6752            'IP6FWD' and
6753            'SRv6'"
6754   parameters:
6755   - "throughput"
6756   - "parent"
6757   traces:
6758     hoverinfo: "x+y"
6759     boxpoints: "outliers"
6760     whiskerwidth: 0
6761   layout:
6762     title: ""  # No title
6763     layout: "plot-throughput"
6764
6765 -
6766   type: "plot"
6767   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6768   algorithm: "plot_performance_box"
6769   output-file-type: ".html"
6770   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6771   data: "plot-vpp-throughput-latency-3n-hsw"
6772   filter: "'NIC_Intel-X520-DA2' and
6773            '78B' and
6774            'FEATURE' and
6775            'NDRPDR' and
6776            '2T2C' and
6777            'IP6FWD' and
6778            'SRv6'"
6779   parameters:
6780   - "throughput"
6781   - "parent"
6782   traces:
6783     hoverinfo: "x+y"
6784     boxpoints: "outliers"
6785     whiskerwidth: 0
6786   layout:
6787     title: ""  # No title
6788     layout: "plot-throughput"
6789
6790 ################################################################################
6791
6792 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6793 -
6794   type: "plot"
6795   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6796   algorithm: "plot_performance_box"
6797   output-file-type: ".html"
6798   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6799   data: "plot-vpp-throughput-latency-3n-hsw"
6800   filter: "'NIC_Intel-X520-DA2' and
6801            '64B' and
6802            'NDRPDR' and
6803            '1T1C' and
6804            'VHOST' and
6805            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6806   parameters:
6807   - "throughput"
6808   - "parent"
6809   traces:
6810     hoverinfo: "x+y"
6811     boxpoints: "outliers"
6812     whiskerwidth: 0
6813   layout:
6814     title: ""  # No title
6815     layout: "plot-throughput"
6816
6817 -
6818   type: "plot"
6819   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6820   algorithm: "plot_performance_box"
6821   output-file-type: ".html"
6822   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6823   data: "plot-vpp-throughput-latency-3n-hsw"
6824   filter: "'NIC_Intel-X520-DA2' and
6825            '64B' and
6826            'NDRPDR' and
6827            '2T2C' and
6828            'VHOST' and
6829            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6830   parameters:
6831   - "throughput"
6832   - "parent"
6833   traces:
6834     hoverinfo: "x+y"
6835     boxpoints: "outliers"
6836     whiskerwidth: 0
6837   layout:
6838     title: ""  # No title
6839     layout: "plot-throughput"
6840
6841 -
6842   type: "plot"
6843   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6844   algorithm: "plot_performance_box"
6845   output-file-type: ".html"
6846   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6847   data: "plot-vpp-throughput-latency-3n-hsw"
6848   filter: "'NIC_Intel-X520-DA2' and
6849            '64B' and
6850            'NDRPDR' and
6851            '1T1C' and
6852            'VHOST' and
6853            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6854   parameters:
6855   - "throughput"
6856   - "parent"
6857   traces:
6858     hoverinfo: "x+y"
6859     boxpoints: "outliers"
6860     whiskerwidth: 0
6861   layout:
6862     title: ""  # No title
6863     layout: "plot-throughput"
6864
6865 -
6866   type: "plot"
6867   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6868   algorithm: "plot_performance_box"
6869   output-file-type: ".html"
6870   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6871   data: "plot-vpp-throughput-latency-3n-hsw"
6872   filter: "'NIC_Intel-X520-DA2' and
6873            '64B' and
6874            'NDRPDR' and
6875            '2T2C' and
6876            'VHOST' and
6877            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6878   parameters:
6879   - "throughput"
6880   - "parent"
6881   traces:
6882     hoverinfo: "x+y"
6883     boxpoints: "outliers"
6884     whiskerwidth: 0
6885   layout:
6886     title: ""  # No title
6887     layout: "plot-throughput"
6888
6889 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6890 -
6891   type: "plot"
6892   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6893   algorithm: "plot_performance_box"
6894   output-file-type: ".html"
6895   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6896   data: "plot-vpp-throughput-latency-3n-hsw"
6897   filter: "'NIC_Intel-X520-DA2' and
6898            '64B' and
6899            'NDRPDR' and
6900            '1T1C' and
6901            'VHOST' and
6902            not 'VXLAN' and
6903            not 'IP4FWD' and
6904            not 'DOT1Q' and
6905            not '2VM'"
6906   parameters:
6907   - "throughput"
6908   - "parent"
6909   traces:
6910     hoverinfo: "x+y"
6911     boxpoints: "outliers"
6912     whiskerwidth: 0
6913   layout:
6914     title: ""  # No title
6915     layout: "plot-throughput"
6916
6917 -
6918   type: "plot"
6919   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6920   algorithm: "plot_performance_box"
6921   output-file-type: ".html"
6922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6923   data: "plot-vpp-throughput-latency-3n-hsw"
6924   filter: "'NIC_Intel-X520-DA2' and
6925            '64B' and
6926            'NDRPDR' and
6927            '2T2C' and
6928            'VHOST' and
6929            not 'VXLAN' and
6930            not 'IP4FWD' and
6931            not 'DOT1Q' and
6932            not '2VM'"
6933   parameters:
6934   - "throughput"
6935   - "parent"
6936   traces:
6937     hoverinfo: "x+y"
6938     boxpoints: "outliers"
6939     whiskerwidth: 0
6940   layout:
6941     title: ""  # No title
6942     layout: "plot-throughput"
6943
6944 -
6945   type: "plot"
6946   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6947   algorithm: "plot_performance_box"
6948   output-file-type: ".html"
6949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6950   data: "plot-vpp-throughput-latency-3n-hsw"
6951   filter: "'NIC_Intel-X520-DA2' and
6952            '64B' and
6953            'NDRPDR' and
6954            '1T1C' and
6955            'VHOST' and
6956            not 'VXLAN' and
6957            not 'IP4FWD' and
6958            not 'DOT1Q' and
6959            not '2VM'"
6960   parameters:
6961   - "throughput"
6962   - "parent"
6963   traces:
6964     hoverinfo: "x+y"
6965     boxpoints: "outliers"
6966     whiskerwidth: 0
6967   layout:
6968     title: ""  # No title
6969     layout: "plot-throughput"
6970
6971 -
6972   type: "plot"
6973   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6974   algorithm: "plot_performance_box"
6975   output-file-type: ".html"
6976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6977   data: "plot-vpp-throughput-latency-3n-hsw"
6978   filter: "'NIC_Intel-X520-DA2' and
6979            '64B' and
6980            'NDRPDR' and
6981            '2T2C' and
6982            'VHOST' and
6983            not 'VXLAN' and
6984            not 'IP4FWD' and
6985            not 'DOT1Q' and
6986            not '2VM'"
6987   parameters:
6988   - "throughput"
6989   - "parent"
6990   traces:
6991     hoverinfo: "x+y"
6992     boxpoints: "outliers"
6993     whiskerwidth: 0
6994   layout:
6995     title: ""  # No title
6996     layout: "plot-throughput"
6997
6998 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6999 -
7000   type: "plot"
7001   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7002   algorithm: "plot_performance_box"
7003   output-file-type: ".html"
7004   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7005   data: "plot-vpp-throughput-latency-3n-hsw"
7006   filter: "'NIC_Intel-X710' and
7007            '64B' and
7008            'NDRPDR' and
7009            '1T1C' and
7010            'VHOST' and
7011            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7012   parameters:
7013   - "throughput"
7014   - "parent"
7015   traces:
7016     hoverinfo: "x+y"
7017     boxpoints: "outliers"
7018     whiskerwidth: 0
7019   layout:
7020     title: ""  # No title
7021     layout: "plot-throughput"
7022
7023 -
7024   type: "plot"
7025   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7026   algorithm: "plot_performance_box"
7027   output-file-type: ".html"
7028   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7029   data: "plot-vpp-throughput-latency-3n-hsw"
7030   filter: "'NIC_Intel-X710' and
7031            '64B' and
7032            'NDRPDR' and
7033            '2T2C' and
7034            'VHOST' and
7035            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7036   parameters:
7037   - "throughput"
7038   - "parent"
7039   traces:
7040     hoverinfo: "x+y"
7041     boxpoints: "outliers"
7042     whiskerwidth: 0
7043   layout:
7044     title: ""  # No title
7045     layout: "plot-throughput"
7046
7047 -
7048   type: "plot"
7049   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7050   algorithm: "plot_performance_box"
7051   output-file-type: ".html"
7052   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7053   data: "plot-vpp-throughput-latency-3n-hsw"
7054   filter: "'NIC_Intel-X710' and
7055            '64B' and
7056            'NDRPDR' and
7057            '1T1C' and
7058            'VHOST' and
7059            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7060   parameters:
7061   - "throughput"
7062   - "parent"
7063   traces:
7064     hoverinfo: "x+y"
7065     boxpoints: "outliers"
7066     whiskerwidth: 0
7067   layout:
7068     title: ""  # No title
7069     layout: "plot-throughput"
7070
7071 -
7072   type: "plot"
7073   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7074   algorithm: "plot_performance_box"
7075   output-file-type: ".html"
7076   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7077   data: "plot-vpp-throughput-latency-3n-hsw"
7078   filter: "'NIC_Intel-X710' and
7079            '64B' and
7080            'NDRPDR' and
7081            '2T2C' and
7082            'VHOST' and
7083            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7084   parameters:
7085   - "throughput"
7086   - "parent"
7087   traces:
7088     hoverinfo: "x+y"
7089     boxpoints: "outliers"
7090     whiskerwidth: 0
7091   layout:
7092     title: ""  # No title
7093     layout: "plot-throughput"
7094
7095 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7096 -
7097   type: "plot"
7098   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7099   algorithm: "plot_performance_box"
7100   output-file-type: ".html"
7101   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7102   data: "plot-vpp-throughput-latency-3n-hsw"
7103   filter: "'NIC_Intel-X710' and
7104            '64B' and
7105            'NDRPDR' and
7106            '1T1C' and
7107            'VHOST' and
7108            not 'VXLAN' and
7109            not 'IP4FWD' and
7110            not 'DOT1Q' and
7111            not '2VM'"
7112   parameters:
7113   - "throughput"
7114   - "parent"
7115   traces:
7116     hoverinfo: "x+y"
7117     boxpoints: "outliers"
7118     whiskerwidth: 0
7119   layout:
7120     title: ""  # No title
7121     layout: "plot-throughput"
7122
7123 -
7124   type: "plot"
7125   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7126   algorithm: "plot_performance_box"
7127   output-file-type: ".html"
7128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7129   data: "plot-vpp-throughput-latency-3n-hsw"
7130   filter: "'NIC_Intel-X710' and
7131            '64B' and
7132            'NDRPDR' and
7133            '2T2C' and
7134            'VHOST' and
7135            not 'VXLAN' and
7136            not 'IP4FWD' and
7137            not 'DOT1Q' and
7138            not '2VM'"
7139   parameters:
7140   - "throughput"
7141   - "parent"
7142   traces:
7143     hoverinfo: "x+y"
7144     boxpoints: "outliers"
7145     whiskerwidth: 0
7146   layout:
7147     title: ""  # No title
7148     layout: "plot-throughput"
7149
7150 -
7151   type: "plot"
7152   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7153   algorithm: "plot_performance_box"
7154   output-file-type: ".html"
7155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7156   data: "plot-vpp-throughput-latency-3n-hsw"
7157   filter: "'NIC_Intel-X710' and
7158            '64B' and
7159            'NDRPDR' and
7160            '1T1C' and
7161            'VHOST' and
7162            not 'VXLAN' and
7163            not 'IP4FWD' and
7164            not 'DOT1Q' and
7165            not '2VM'"
7166   parameters:
7167   - "throughput"
7168   - "parent"
7169   traces:
7170     hoverinfo: "x+y"
7171     boxpoints: "outliers"
7172     whiskerwidth: 0
7173   layout:
7174     title: ""  # No title
7175     layout: "plot-throughput"
7176
7177 -
7178   type: "plot"
7179   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7180   algorithm: "plot_performance_box"
7181   output-file-type: ".html"
7182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7183   data: "plot-vpp-throughput-latency-3n-hsw"
7184   filter: "'NIC_Intel-X710' and
7185            '64B' and
7186            'NDRPDR' and
7187            '2T2C' and
7188            'VHOST' and
7189            not 'VXLAN' and
7190            not 'IP4FWD' and
7191            not 'DOT1Q' and
7192            not '2VM'"
7193   parameters:
7194   - "throughput"
7195   - "parent"
7196   traces:
7197     hoverinfo: "x+y"
7198     boxpoints: "outliers"
7199     whiskerwidth: 0
7200   layout:
7201     title: ""  # No title
7202     layout: "plot-throughput"
7203
7204 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7205 -
7206   type: "plot"
7207   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7208   algorithm: "plot_performance_box"
7209   output-file-type: ".html"
7210   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7211   data: "plot-vpp-throughput-latency-3n-hsw"
7212   filter: "'NIC_Intel-XL710' and
7213            '64B' and
7214            'NDRPDR' and
7215            '1T1C' and
7216            'VHOST' and
7217            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7218   parameters:
7219   - "throughput"
7220   - "parent"
7221   traces:
7222     hoverinfo: "x+y"
7223     boxpoints: "outliers"
7224     whiskerwidth: 0
7225   layout:
7226     title: ""  # No title
7227     layout: "plot-throughput"
7228
7229 -
7230   type: "plot"
7231   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7232   algorithm: "plot_performance_box"
7233   output-file-type: ".html"
7234   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7235   data: "plot-vpp-throughput-latency-3n-hsw"
7236   filter: "'NIC_Intel-XL710' and
7237            '64B' and
7238            'NDRPDR' and
7239            '2T2C' and
7240            'VHOST' and
7241            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7242   parameters:
7243   - "throughput"
7244   - "parent"
7245   traces:
7246     hoverinfo: "x+y"
7247     boxpoints: "outliers"
7248     whiskerwidth: 0
7249   layout:
7250     title: ""  # No title
7251     layout: "plot-throughput"
7252
7253 -
7254   type: "plot"
7255   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7256   algorithm: "plot_performance_box"
7257   output-file-type: ".html"
7258   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7259   data: "plot-vpp-throughput-latency-3n-hsw"
7260   filter: "'NIC_Intel-XL710' and
7261            '64B' and
7262            'NDRPDR' and
7263            '1T1C' and
7264            'VHOST' and
7265            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7266   parameters:
7267   - "throughput"
7268   - "parent"
7269   traces:
7270     hoverinfo: "x+y"
7271     boxpoints: "outliers"
7272     whiskerwidth: 0
7273   layout:
7274     title: ""  # No title
7275     layout: "plot-throughput"
7276
7277 -
7278   type: "plot"
7279   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7280   algorithm: "plot_performance_box"
7281   output-file-type: ".html"
7282   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7283   data: "plot-vpp-throughput-latency-3n-hsw"
7284   filter: "'NIC_Intel-XL710' and
7285            '64B' and
7286            'NDRPDR' and
7287            '2T2C' and
7288            'VHOST' and
7289            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7290   parameters:
7291   - "throughput"
7292   - "parent"
7293   traces:
7294     hoverinfo: "x+y"
7295     boxpoints: "outliers"
7296     whiskerwidth: 0
7297   layout:
7298     title: ""  # No title
7299     layout: "plot-throughput"
7300
7301 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7302 -
7303   type: "plot"
7304   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7305   algorithm: "plot_performance_box"
7306   output-file-type: ".html"
7307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7308   data: "plot-vpp-throughput-latency-3n-hsw"
7309   filter: "'NIC_Intel-XL710' and
7310            '64B' and
7311            'NDRPDR' and
7312            '1T1C' and
7313            'VHOST' and
7314            not 'VXLAN' and
7315            not 'IP4FWD' and
7316            not 'DOT1Q' and
7317            not '2VM'"
7318   parameters:
7319   - "throughput"
7320   - "parent"
7321   traces:
7322     hoverinfo: "x+y"
7323     boxpoints: "outliers"
7324     whiskerwidth: 0
7325   layout:
7326     title: ""  # No title
7327     layout: "plot-throughput"
7328
7329 -
7330   type: "plot"
7331   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7332   algorithm: "plot_performance_box"
7333   output-file-type: ".html"
7334   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7335   data: "plot-vpp-throughput-latency-3n-hsw"
7336   filter: "'NIC_Intel-XL710' and
7337            '64B' and
7338            'NDRPDR' and
7339            '2T2C' and
7340            'VHOST' and
7341            not 'VXLAN' and
7342            not 'IP4FWD' and
7343            not 'DOT1Q' and
7344            not '2VM'"
7345   parameters:
7346   - "throughput"
7347   - "parent"
7348   traces:
7349     hoverinfo: "x+y"
7350     boxpoints: "outliers"
7351     whiskerwidth: 0
7352   layout:
7353     title: ""  # No title
7354     layout: "plot-throughput"
7355
7356 -
7357   type: "plot"
7358   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7359   algorithm: "plot_performance_box"
7360   output-file-type: ".html"
7361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7362   data: "plot-vpp-throughput-latency-3n-hsw"
7363   filter: "'NIC_Intel-XL710' and
7364            '64B' and
7365            'NDRPDR' and
7366            '1T1C' and
7367            'VHOST' and
7368            not 'VXLAN' and
7369            not 'IP4FWD' and
7370            not 'DOT1Q' and
7371            not '2VM'"
7372   parameters:
7373   - "throughput"
7374   - "parent"
7375   traces:
7376     hoverinfo: "x+y"
7377     boxpoints: "outliers"
7378     whiskerwidth: 0
7379   layout:
7380     title: ""  # No title
7381     layout: "plot-throughput"
7382
7383 -
7384   type: "plot"
7385   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7386   algorithm: "plot_performance_box"
7387   output-file-type: ".html"
7388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7389   data: "plot-vpp-throughput-latency-3n-hsw"
7390   filter: "'NIC_Intel-XL710' and
7391            '64B' and
7392            'NDRPDR' and
7393            '2T2C' and
7394            'VHOST' and
7395            not 'VXLAN' and
7396            not 'IP4FWD' and
7397            not 'DOT1Q' and
7398            not '2VM'"
7399   parameters:
7400   - "throughput"
7401   - "parent"
7402   traces:
7403     hoverinfo: "x+y"
7404     boxpoints: "outliers"
7405     whiskerwidth: 0
7406   layout:
7407     title: ""  # No title
7408     layout: "plot-throughput"
7409
7410 ################################################################################
7411
7412 # Packet Throughput - VPP VTS 3n-hsw-x520
7413 -
7414   type: "plot"
7415   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7416   algorithm: "plot_performance_box"
7417   output-file-type: ".html"
7418   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7419   data: "plot-vpp-throughput-latency-3n-hsw"
7420   filter: "'NIC_Intel-X520-DA2' and
7421            '114B' and
7422            'NDRPDR' and
7423            '1T1C' and
7424            'VTS'"
7425   parameters:
7426   - "throughput"
7427   - "parent"
7428   traces:
7429     hoverinfo: "x+y"
7430     boxpoints: "outliers"
7431     whiskerwidth: 0
7432   layout:
7433     title: ""  # No title
7434     layout: "plot-throughput"
7435
7436 -
7437   type: "plot"
7438   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7439   algorithm: "plot_performance_box"
7440   output-file-type: ".html"
7441   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7442   data: "plot-vpp-throughput-latency-3n-hsw"
7443   filter: "'NIC_Intel-X520-DA2' and
7444            '114B' and
7445            'NDRPDR' and
7446            '2T2C' and
7447            'VTS'"
7448   parameters:
7449   - "throughput"
7450   - "parent"
7451   traces:
7452     hoverinfo: "x+y"
7453     boxpoints: "outliers"
7454     whiskerwidth: 0
7455   layout:
7456     title: ""  # No title
7457     layout: "plot-throughput"
7458
7459 -
7460   type: "plot"
7461   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7462   algorithm: "plot_performance_box"
7463   output-file-type: ".html"
7464   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7465   data: "plot-vpp-throughput-latency-3n-hsw"
7466   filter: "'NIC_Intel-X520-DA2' and
7467            '114B' and
7468            'NDRPDR' and
7469            '1T1C' and
7470            'VTS'"
7471   parameters:
7472   - "throughput"
7473   - "parent"
7474   traces:
7475     hoverinfo: "x+y"
7476     boxpoints: "outliers"
7477     whiskerwidth: 0
7478   layout:
7479     title: ""  # No title
7480     layout: "plot-throughput"
7481
7482 -
7483   type: "plot"
7484   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7485   algorithm: "plot_performance_box"
7486   output-file-type: ".html"
7487   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7488   data: "plot-vpp-throughput-latency-3n-hsw"
7489   filter: "'NIC_Intel-X520-DA2' and
7490            '114B' and
7491            'NDRPDR' and
7492            '2T2C' and
7493            'VTS'"
7494   parameters:
7495   - "throughput"
7496   - "parent"
7497   traces:
7498     hoverinfo: "x+y"
7499     boxpoints: "outliers"
7500     whiskerwidth: 0
7501   layout:
7502     title: ""  # No title
7503     layout: "plot-throughput"
7504
7505 ################################################################################
7506
7507 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7508 -
7509   type: "plot"
7510   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7511   algorithm: "plot_performance_box"
7512   output-file-type: ".html"
7513   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7514   data: "plot-dpdk-throughput-latency-3n-hsw"
7515   filter: "'NIC_Intel-X520-DA2' and
7516            '64B' and
7517            'BASE' and
7518            'NDRPDR' and
7519            '1T1C' and
7520            'IP4FWD'"
7521   parameters:
7522   - "throughput"
7523   - "parent"
7524   traces:
7525     hoverinfo: "x+y"
7526     boxpoints: "outliers"
7527     whiskerwidth: 0
7528   layout:
7529     title: ""  # No title
7530     layout: "plot-throughput"
7531
7532 -
7533   type: "plot"
7534   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7535   algorithm: "plot_performance_box"
7536   output-file-type: ".html"
7537   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7538   data: "plot-dpdk-throughput-latency-3n-hsw"
7539   filter: "'NIC_Intel-X520-DA2' and
7540            '64B' and
7541            'BASE' and
7542            'NDRPDR' and
7543            '2T2C' and
7544            'IP4FWD'"
7545   parameters:
7546   - "throughput"
7547   - "parent"
7548   traces:
7549     hoverinfo: "x+y"
7550     boxpoints: "outliers"
7551     whiskerwidth: 0
7552   layout:
7553     title: ""  # No title
7554     layout: "plot-throughput"
7555
7556 -
7557   type: "plot"
7558   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7559   algorithm: "plot_performance_box"
7560   output-file-type: ".html"
7561   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7562   data: "plot-dpdk-throughput-latency-3n-hsw"
7563   filter: "'NIC_Intel-X520-DA2' and
7564            '64B' and
7565            'BASE' and
7566            'NDRPDR' and
7567            '1T1C' and
7568            'IP4FWD'"
7569   parameters:
7570   - "throughput"
7571   - "parent"
7572   traces:
7573     hoverinfo: "x+y"
7574     boxpoints: "outliers"
7575     whiskerwidth: 0
7576   layout:
7577     title: ""  # No title
7578     layout: "plot-throughput"
7579
7580 -
7581   type: "plot"
7582   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7583   algorithm: "plot_performance_box"
7584   output-file-type: ".html"
7585   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7586   data: "plot-dpdk-throughput-latency-3n-hsw"
7587   filter: "'NIC_Intel-X520-DA2' and
7588            '64B' and
7589            'BASE' and
7590            'NDRPDR' and
7591            '2T2C' and
7592            'IP4FWD'"
7593   parameters:
7594   - "throughput"
7595   - "parent"
7596   traces:
7597     hoverinfo: "x+y"
7598     boxpoints: "outliers"
7599     whiskerwidth: 0
7600   layout:
7601     title: ""  # No title
7602     layout: "plot-throughput"
7603
7604 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7605 -
7606   type: "plot"
7607   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7608   algorithm: "plot_performance_box"
7609   output-file-type: ".html"
7610   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7611   data: "plot-dpdk-throughput-latency-3n-hsw"
7612   filter: "'NIC_Intel-X710' and
7613            '64B' and
7614            'BASE' and
7615            'NDRPDR' and
7616            '1T1C' and
7617            'IP4FWD'"
7618   parameters:
7619   - "throughput"
7620   - "parent"
7621   traces:
7622     hoverinfo: "x+y"
7623     boxpoints: "outliers"
7624     whiskerwidth: 0
7625   layout:
7626     title: ""  # No title
7627     layout: "plot-throughput"
7628
7629 -
7630   type: "plot"
7631   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7632   algorithm: "plot_performance_box"
7633   output-file-type: ".html"
7634   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7635   data: "plot-dpdk-throughput-latency-3n-hsw"
7636   filter: "'NIC_Intel-X710' and
7637            '64B' and
7638            'BASE' and
7639            'NDRPDR' and
7640            '2T2C' and
7641            'IP4FWD'"
7642   parameters:
7643   - "throughput"
7644   - "parent"
7645   traces:
7646     hoverinfo: "x+y"
7647     boxpoints: "outliers"
7648     whiskerwidth: 0
7649   layout:
7650     title: ""  # No title
7651     layout: "plot-throughput"
7652
7653 -
7654   type: "plot"
7655   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7656   algorithm: "plot_performance_box"
7657   output-file-type: ".html"
7658   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7659   data: "plot-dpdk-throughput-latency-3n-hsw"
7660   filter: "'NIC_Intel-X710' and
7661            '64B' and
7662            'BASE' and
7663            'NDRPDR' and
7664            '1T1C' and
7665            'IP4FWD'"
7666   parameters:
7667   - "throughput"
7668   - "parent"
7669   traces:
7670     hoverinfo: "x+y"
7671     boxpoints: "outliers"
7672     whiskerwidth: 0
7673   layout:
7674     title: ""  # No title
7675     layout: "plot-throughput"
7676
7677 -
7678   type: "plot"
7679   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7680   algorithm: "plot_performance_box"
7681   output-file-type: ".html"
7682   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7683   data: "plot-dpdk-throughput-latency-3n-hsw"
7684   filter: "'NIC_Intel-X710' and
7685            '64B' and
7686            'BASE' and
7687            'NDRPDR' and
7688            '2T2C' and
7689            'IP4FWD'"
7690   parameters:
7691   - "throughput"
7692   - "parent"
7693   traces:
7694     hoverinfo: "x+y"
7695     boxpoints: "outliers"
7696     whiskerwidth: 0
7697   layout:
7698     title: ""  # No title
7699     layout: "plot-throughput"
7700
7701 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7702 -
7703   type: "plot"
7704   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7705   algorithm: "plot_performance_box"
7706   output-file-type: ".html"
7707   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7708   data: "plot-dpdk-throughput-latency-3n-hsw"
7709   filter: "'NIC_Intel-XL710' and
7710            '64B' and
7711            'BASE' and
7712            'NDRPDR' and
7713            '1T1C' and
7714            'IP4FWD'"
7715   parameters:
7716   - "throughput"
7717   - "parent"
7718   traces:
7719     hoverinfo: "x+y"
7720     boxpoints: "outliers"
7721     whiskerwidth: 0
7722   layout:
7723     title: ""  # No title
7724     layout: "plot-throughput"
7725
7726 -
7727   type: "plot"
7728   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7729   algorithm: "plot_performance_box"
7730   output-file-type: ".html"
7731   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7732   data: "plot-dpdk-throughput-latency-3n-hsw"
7733   filter: "'NIC_Intel-XL710' and
7734            '64B' and
7735            'BASE' and
7736            'NDRPDR' and
7737            '2T2C' and
7738            'IP4FWD'"
7739   parameters:
7740   - "throughput"
7741   - "parent"
7742   traces:
7743     hoverinfo: "x+y"
7744     boxpoints: "outliers"
7745     whiskerwidth: 0
7746   layout:
7747     title: ""  # No title
7748     layout: "plot-throughput"
7749
7750 -
7751   type: "plot"
7752   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7753   algorithm: "plot_performance_box"
7754   output-file-type: ".html"
7755   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7756   data: "plot-dpdk-throughput-latency-3n-hsw"
7757   filter: "'NIC_Intel-XL710' and
7758            '64B' and
7759            'BASE' and
7760            'NDRPDR' and
7761            '1T1C' and
7762            'IP4FWD'"
7763   parameters:
7764   - "throughput"
7765   - "parent"
7766   traces:
7767     hoverinfo: "x+y"
7768     boxpoints: "outliers"
7769     whiskerwidth: 0
7770   layout:
7771     title: ""  # No title
7772     layout: "plot-throughput"
7773
7774 -
7775   type: "plot"
7776   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7777   algorithm: "plot_performance_box"
7778   output-file-type: ".html"
7779   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7780   data: "plot-dpdk-throughput-latency-3n-hsw"
7781   filter: "'NIC_Intel-XL710' and
7782            '64B' and
7783            'BASE' and
7784            'NDRPDR' and
7785            '2T2C' and
7786            'IP4FWD'"
7787   parameters:
7788   - "throughput"
7789   - "parent"
7790   traces:
7791     hoverinfo: "x+y"
7792     boxpoints: "outliers"
7793     whiskerwidth: 0
7794   layout:
7795     title: ""  # No title
7796     layout: "plot-throughput"
7797
7798 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7799 -
7800   type: "plot"
7801   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7802   algorithm: "plot_performance_box"
7803   output-file-type: ".html"
7804   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7805   data: "plot-dpdk-throughput-latency-3n-skx"
7806   filter: "'NIC_Intel-X710' and
7807            '64B' and
7808            'BASE' and
7809            'NDRPDR' and
7810            '2T1C' and
7811            'IP4FWD'"
7812   parameters:
7813   - "throughput"
7814   - "parent"
7815   traces:
7816     hoverinfo: "x+y"
7817     boxpoints: "outliers"
7818     whiskerwidth: 0
7819   layout:
7820     title: ""  # No title
7821     layout: "plot-throughput"
7822
7823 -
7824   type: "plot"
7825   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7826   algorithm: "plot_performance_box"
7827   output-file-type: ".html"
7828   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7829   data: "plot-dpdk-throughput-latency-3n-skx"
7830   filter: "'NIC_Intel-X710' and
7831            '64B' and
7832            'BASE' and
7833            'NDRPDR' and
7834            '4T2C' and
7835            'IP4FWD'"
7836   parameters:
7837   - "throughput"
7838   - "parent"
7839   traces:
7840     hoverinfo: "x+y"
7841     boxpoints: "outliers"
7842     whiskerwidth: 0
7843   layout:
7844     title: ""  # No title
7845     layout: "plot-throughput"
7846
7847 -
7848   type: "plot"
7849   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7850   algorithm: "plot_performance_box"
7851   output-file-type: ".html"
7852   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7853   data: "plot-dpdk-throughput-latency-3n-skx"
7854   filter: "'NIC_Intel-X710' and
7855            '64B' and
7856            'BASE' and
7857            'NDRPDR' and
7858            '2T1C' and
7859            'IP4FWD'"
7860   parameters:
7861   - "throughput"
7862   - "parent"
7863   traces:
7864     hoverinfo: "x+y"
7865     boxpoints: "outliers"
7866     whiskerwidth: 0
7867   layout:
7868     title: ""  # No title
7869     layout: "plot-throughput"
7870
7871 -
7872   type: "plot"
7873   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7874   algorithm: "plot_performance_box"
7875   output-file-type: ".html"
7876   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7877   data: "plot-dpdk-throughput-latency-3n-skx"
7878   filter: "'NIC_Intel-X710' and
7879            '64B' and
7880            'BASE' and
7881            'NDRPDR' and
7882            '4T2C' and
7883            'IP4FWD'"
7884   parameters:
7885   - "throughput"
7886   - "parent"
7887   traces:
7888     hoverinfo: "x+y"
7889     boxpoints: "outliers"
7890     whiskerwidth: 0
7891   layout:
7892     title: ""  # No title
7893     layout: "plot-throughput"
7894
7895 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7896 -
7897   type: "plot"
7898   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7899   algorithm: "plot_performance_box"
7900   output-file-type: ".html"
7901   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7902   data: "plot-dpdk-throughput-latency-3n-skx"
7903   filter: "'NIC_Intel-XXV710' and
7904            '64B' and
7905            'BASE' and
7906            'NDRPDR' and
7907            '2T1C' and
7908            'IP4FWD'"
7909   parameters:
7910   - "throughput"
7911   - "parent"
7912   traces:
7913     hoverinfo: "x+y"
7914     boxpoints: "outliers"
7915     whiskerwidth: 0
7916   layout:
7917     title: ""  # No title
7918     layout: "plot-throughput"
7919
7920 -
7921   type: "plot"
7922   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7923   algorithm: "plot_performance_box"
7924   output-file-type: ".html"
7925   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7926   data: "plot-dpdk-throughput-latency-3n-skx"
7927   filter: "'NIC_Intel-XXV710' and
7928            '64B' and
7929            'BASE' and
7930            'NDRPDR' and
7931            '4T2C' and
7932            'IP4FWD'"
7933   parameters:
7934   - "throughput"
7935   - "parent"
7936   traces:
7937     hoverinfo: "x+y"
7938     boxpoints: "outliers"
7939     whiskerwidth: 0
7940   layout:
7941     title: ""  # No title
7942     layout: "plot-throughput"
7943
7944 -
7945   type: "plot"
7946   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7947   algorithm: "plot_performance_box"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7950   data: "plot-dpdk-throughput-latency-3n-skx"
7951   filter: "'NIC_Intel-XXV710' and
7952            '64B' and
7953            'BASE' and
7954            'NDRPDR' and
7955            '2T1C' and
7956            'IP4FWD'"
7957   parameters:
7958   - "throughput"
7959   - "parent"
7960   traces:
7961     hoverinfo: "x+y"
7962     boxpoints: "outliers"
7963     whiskerwidth: 0
7964   layout:
7965     title: ""  # No title
7966     layout: "plot-throughput"
7967
7968 -
7969   type: "plot"
7970   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7971   algorithm: "plot_performance_box"
7972   output-file-type: ".html"
7973   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7974   data: "plot-dpdk-throughput-latency-3n-skx"
7975   filter: "'NIC_Intel-XXV710' and
7976            '64B' and
7977            'BASE' and
7978            'NDRPDR' and
7979            '4T2C' and
7980            'IP4FWD'"
7981   parameters:
7982   - "throughput"
7983   - "parent"
7984   traces:
7985     hoverinfo: "x+y"
7986     boxpoints: "outliers"
7987     whiskerwidth: 0
7988   layout:
7989     title: ""  # No title
7990     layout: "plot-throughput"
7991
7992 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7993 -
7994   type: "plot"
7995   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7996   algorithm: "plot_performance_box"
7997   output-file-type: ".html"
7998   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7999   data: "plot-dpdk-throughput-latency-2n-skx"
8000   filter: "'NIC_Intel-X710' and
8001            '64B' and
8002            'BASE' and
8003            'NDRPDR' and
8004            '2T1C' and
8005            'IP4FWD'"
8006   parameters:
8007   - "throughput"
8008   - "parent"
8009   traces:
8010     hoverinfo: "x+y"
8011     boxpoints: "outliers"
8012     whiskerwidth: 0
8013   layout:
8014     title: ""  # No title
8015     layout: "plot-throughput"
8016
8017 -
8018   type: "plot"
8019   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8020   algorithm: "plot_performance_box"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8023   data: "plot-dpdk-throughput-latency-2n-skx"
8024   filter: "'NIC_Intel-X710' and
8025            '64B' and
8026            'BASE' and
8027            'NDRPDR' and
8028            '4T2C' and
8029            'IP4FWD'"
8030   parameters:
8031   - "throughput"
8032   - "parent"
8033   traces:
8034     hoverinfo: "x+y"
8035     boxpoints: "outliers"
8036     whiskerwidth: 0
8037   layout:
8038     title: ""  # No title
8039     layout: "plot-throughput"
8040
8041 -
8042   type: "plot"
8043   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8044   algorithm: "plot_performance_box"
8045   output-file-type: ".html"
8046   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8047   data: "plot-dpdk-throughput-latency-2n-skx"
8048   filter: "'NIC_Intel-X710' and
8049            '64B' and
8050            'BASE' and
8051            'NDRPDR' and
8052            '2T1C' and
8053            'IP4FWD'"
8054   parameters:
8055   - "throughput"
8056   - "parent"
8057   traces:
8058     hoverinfo: "x+y"
8059     boxpoints: "outliers"
8060     whiskerwidth: 0
8061   layout:
8062     title: ""  # No title
8063     layout: "plot-throughput"
8064
8065 -
8066   type: "plot"
8067   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8068   algorithm: "plot_performance_box"
8069   output-file-type: ".html"
8070   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8071   data: "plot-dpdk-throughput-latency-2n-skx"
8072   filter: "'NIC_Intel-X710' and
8073            '64B' and
8074            'BASE' and
8075            'NDRPDR' and
8076            '4T2C' and
8077            'IP4FWD'"
8078   parameters:
8079   - "throughput"
8080   - "parent"
8081   traces:
8082     hoverinfo: "x+y"
8083     boxpoints: "outliers"
8084     whiskerwidth: 0
8085   layout:
8086     title: ""  # No title
8087     layout: "plot-throughput"
8088
8089 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8090 -
8091   type: "plot"
8092   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8093   algorithm: "plot_performance_box"
8094   output-file-type: ".html"
8095   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8096   data: "plot-dpdk-throughput-latency-2n-skx"
8097   filter: "'NIC_Intel-XXV710' and
8098            '64B' and
8099            'BASE' and
8100            'NDRPDR' and
8101            '2T1C' and
8102            'IP4FWD'"
8103   parameters:
8104   - "throughput"
8105   - "parent"
8106   traces:
8107     hoverinfo: "x+y"
8108     boxpoints: "outliers"
8109     whiskerwidth: 0
8110   layout:
8111     title: ""  # No title
8112     layout: "plot-throughput"
8113
8114 -
8115   type: "plot"
8116   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8117   algorithm: "plot_performance_box"
8118   output-file-type: ".html"
8119   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8120   data: "plot-dpdk-throughput-latency-2n-skx"
8121   filter: "'NIC_Intel-XXV710' and
8122            '64B' and
8123            'BASE' and
8124            'NDRPDR' and
8125            '4T2C' and
8126            'IP4FWD'"
8127   parameters:
8128   - "throughput"
8129   - "parent"
8130   traces:
8131     hoverinfo: "x+y"
8132     boxpoints: "outliers"
8133     whiskerwidth: 0
8134   layout:
8135     title: ""  # No title
8136     layout: "plot-throughput"
8137
8138 -
8139   type: "plot"
8140   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8141   algorithm: "plot_performance_box"
8142   output-file-type: ".html"
8143   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8144   data: "plot-dpdk-throughput-latency-2n-skx"
8145   filter: "'NIC_Intel-XXV710' and
8146            '64B' and
8147            'BASE' and
8148            'NDRPDR' and
8149            '2T1C' and
8150            'IP4FWD'"
8151   parameters:
8152   - "throughput"
8153   - "parent"
8154   traces:
8155     hoverinfo: "x+y"
8156     boxpoints: "outliers"
8157     whiskerwidth: 0
8158   layout:
8159     title: ""  # No title
8160     layout: "plot-throughput"
8161
8162 -
8163   type: "plot"
8164   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8165   algorithm: "plot_performance_box"
8166   output-file-type: ".html"
8167   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8168   data: "plot-dpdk-throughput-latency-2n-skx"
8169   filter: "'NIC_Intel-XXV710' and
8170            '64B' and
8171            'BASE' and
8172            'NDRPDR' and
8173            '4T2C' and
8174            'IP4FWD'"
8175   parameters:
8176   - "throughput"
8177   - "parent"
8178   traces:
8179     hoverinfo: "x+y"
8180     boxpoints: "outliers"
8181     whiskerwidth: 0
8182   layout:
8183     title: ""  # No title
8184     layout: "plot-throughput"
8185
8186 ################################################################################
8187
8188 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8189 -
8190   type: "plot"
8191   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8192   algorithm: "plot_performance_box"
8193   output-file-type: ".html"
8194   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8195   data: "plot-dpdk-throughput-latency-3n-hsw"
8196   filter: "'NIC_Intel-X520-DA2' and
8197            '64B' and
8198            'BASE' and
8199            'NDRPDR' and
8200            '1T1C' and
8201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8202   parameters:
8203   - "throughput"
8204   - "parent"
8205   traces:
8206     hoverinfo: "x+y"
8207     boxpoints: "outliers"
8208     whiskerwidth: 0
8209   layout:
8210     title: ""  # No title
8211     layout: "plot-throughput"
8212
8213 -
8214   type: "plot"
8215   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8216   algorithm: "plot_performance_box"
8217   output-file-type: ".html"
8218   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8219   data: "plot-dpdk-throughput-latency-3n-hsw"
8220   filter: "'NIC_Intel-X520-DA2' and
8221            '64B' and
8222            'BASE' and
8223            'NDRPDR' and
8224            '2T2C' and
8225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8226   parameters:
8227   - "throughput"
8228   - "parent"
8229   traces:
8230     hoverinfo: "x+y"
8231     boxpoints: "outliers"
8232     whiskerwidth: 0
8233   layout:
8234     title: ""  # No title
8235     layout: "plot-throughput"
8236
8237 -
8238   type: "plot"
8239   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8240   algorithm: "plot_performance_box"
8241   output-file-type: ".html"
8242   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8243   data: "plot-dpdk-throughput-latency-3n-hsw"
8244   filter: "'NIC_Intel-X520-DA2' and
8245            '64B' and
8246            'BASE' and
8247            'NDRPDR' and
8248            '1T1C' and
8249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8250   parameters:
8251   - "throughput"
8252   - "parent"
8253   traces:
8254     hoverinfo: "x+y"
8255     boxpoints: "outliers"
8256     whiskerwidth: 0
8257   layout:
8258     title: ""  # No title
8259     layout: "plot-throughput"
8260
8261 -
8262   type: "plot"
8263   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8264   algorithm: "plot_performance_box"
8265   output-file-type: ".html"
8266   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8267   data: "plot-dpdk-throughput-latency-3n-hsw"
8268   filter: "'NIC_Intel-X520-DA2' and
8269            '64B' and
8270            'BASE' and
8271            'NDRPDR' and
8272            '2T2C' and
8273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8274   parameters:
8275   - "throughput"
8276   - "parent"
8277   traces:
8278     hoverinfo: "x+y"
8279     boxpoints: "outliers"
8280     whiskerwidth: 0
8281   layout:
8282     title: ""  # No title
8283     layout: "plot-throughput"
8284
8285 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8286 -
8287   type: "plot"
8288   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8289   algorithm: "plot_performance_box"
8290   output-file-type: ".html"
8291   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8292   data: "plot-dpdk-throughput-latency-3n-hsw"
8293   filter: "'NIC_Intel-X710' and
8294            '64B' and
8295            'BASE' and
8296            'NDRPDR' and
8297            '1T1C' and
8298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8299   parameters:
8300   - "throughput"
8301   - "parent"
8302   traces:
8303     hoverinfo: "x+y"
8304     boxpoints: "outliers"
8305     whiskerwidth: 0
8306   layout:
8307     title: ""  # No title
8308     layout: "plot-throughput"
8309
8310 -
8311   type: "plot"
8312   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8313   algorithm: "plot_performance_box"
8314   output-file-type: ".html"
8315   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8316   data: "plot-dpdk-throughput-latency-3n-hsw"
8317   filter: "'NIC_Intel-X710' and
8318            '64B' and
8319            'BASE' and
8320            'NDRPDR' and
8321            '2T2C' and
8322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8323   parameters:
8324   - "throughput"
8325   - "parent"
8326   traces:
8327     hoverinfo: "x+y"
8328     boxpoints: "outliers"
8329     whiskerwidth: 0
8330   layout:
8331     title: ""  # No title
8332     layout: "plot-throughput"
8333
8334 -
8335   type: "plot"
8336   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8337   algorithm: "plot_performance_box"
8338   output-file-type: ".html"
8339   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8340   data: "plot-dpdk-throughput-latency-3n-hsw"
8341   filter: "'NIC_Intel-X710' and
8342            '64B' and
8343            'BASE' and
8344            'NDRPDR' and
8345            '1T1C' and
8346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8347   parameters:
8348   - "throughput"
8349   - "parent"
8350   traces:
8351     hoverinfo: "x+y"
8352     boxpoints: "outliers"
8353     whiskerwidth: 0
8354   layout:
8355     title: ""  # No title
8356     layout: "plot-throughput"
8357
8358 -
8359   type: "plot"
8360   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8361   algorithm: "plot_performance_box"
8362   output-file-type: ".html"
8363   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8364   data: "plot-dpdk-throughput-latency-3n-hsw"
8365   filter: "'NIC_Intel-X710' and
8366            '64B' and
8367            'BASE' and
8368            'NDRPDR' and
8369            '2T2C' and
8370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8371   parameters:
8372   - "throughput"
8373   - "parent"
8374   traces:
8375     hoverinfo: "x+y"
8376     boxpoints: "outliers"
8377     whiskerwidth: 0
8378   layout:
8379     title: ""  # No title
8380     layout: "plot-throughput"
8381
8382 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8383 -
8384   type: "plot"
8385   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8386   algorithm: "plot_performance_box"
8387   output-file-type: ".html"
8388   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8389   data: "plot-dpdk-throughput-latency-3n-hsw"
8390   filter: "'NIC_Intel-XL710' and
8391            '64B' and
8392            'BASE' and
8393            'NDRPDR' and
8394            '1T1C' and
8395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8396   parameters:
8397   - "throughput"
8398   - "parent"
8399   traces:
8400     hoverinfo: "x+y"
8401     boxpoints: "outliers"
8402     whiskerwidth: 0
8403   layout:
8404     title: ""  # No title
8405     layout: "plot-throughput"
8406
8407 -
8408   type: "plot"
8409   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8410   algorithm: "plot_performance_box"
8411   output-file-type: ".html"
8412   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8413   data: "plot-dpdk-throughput-latency-3n-hsw"
8414   filter: "'NIC_Intel-XL710' and
8415            '64B' and
8416            'BASE' and
8417            'NDRPDR' and
8418            '2T2C' and
8419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8420   parameters:
8421   - "throughput"
8422   - "parent"
8423   traces:
8424     hoverinfo: "x+y"
8425     boxpoints: "outliers"
8426     whiskerwidth: 0
8427   layout:
8428     title: ""  # No title
8429     layout: "plot-throughput"
8430
8431 -
8432   type: "plot"
8433   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8434   algorithm: "plot_performance_box"
8435   output-file-type: ".html"
8436   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8437   data: "plot-dpdk-throughput-latency-3n-hsw"
8438   filter: "'NIC_Intel-XL710' and
8439            '64B' and
8440            'BASE' and
8441            'NDRPDR' and
8442            '1T1C' and
8443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8444   parameters:
8445   - "throughput"
8446   - "parent"
8447   traces:
8448     hoverinfo: "x+y"
8449     boxpoints: "outliers"
8450     whiskerwidth: 0
8451   layout:
8452     title: ""  # No title
8453     layout: "plot-throughput"
8454
8455 -
8456   type: "plot"
8457   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8458   algorithm: "plot_performance_box"
8459   output-file-type: ".html"
8460   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8461   data: "plot-dpdk-throughput-latency-3n-hsw"
8462   filter: "'NIC_Intel-XL710' and
8463            '64B' and
8464            'BASE' and
8465            'NDRPDR' and
8466            '2T2C' and
8467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8468   parameters:
8469   - "throughput"
8470   - "parent"
8471   traces:
8472     hoverinfo: "x+y"
8473     boxpoints: "outliers"
8474     whiskerwidth: 0
8475   layout:
8476     title: ""  # No title
8477     layout: "plot-throughput"
8478
8479 # Packet Throughput - DPDK testpmd 3n-skx-x710
8480 -
8481   type: "plot"
8482   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8483   algorithm: "plot_performance_box"
8484   output-file-type: ".html"
8485   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8486   data: "plot-dpdk-throughput-latency-3n-skx"
8487   filter: "'NIC_Intel-X710' and
8488            '64B' and
8489            'BASE' and
8490            'NDRPDR' and
8491            '2T1C' and
8492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8493   parameters:
8494   - "throughput"
8495   - "parent"
8496   traces:
8497     hoverinfo: "x+y"
8498     boxpoints: "outliers"
8499     whiskerwidth: 0
8500   layout:
8501     title: ""  # No title
8502     layout: "plot-throughput"
8503
8504 -
8505   type: "plot"
8506   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8507   algorithm: "plot_performance_box"
8508   output-file-type: ".html"
8509   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8510   data: "plot-dpdk-throughput-latency-3n-skx"
8511   filter: "'NIC_Intel-X710' and
8512            '64B' and
8513            'BASE' and
8514            'NDRPDR' and
8515            '4T2C' and
8516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8517   parameters:
8518   - "throughput"
8519   - "parent"
8520   traces:
8521     hoverinfo: "x+y"
8522     boxpoints: "outliers"
8523     whiskerwidth: 0
8524   layout:
8525     title: ""  # No title
8526     layout: "plot-throughput"
8527
8528 -
8529   type: "plot"
8530   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8531   algorithm: "plot_performance_box"
8532   output-file-type: ".html"
8533   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8534   data: "plot-dpdk-throughput-latency-3n-skx"
8535   filter: "'NIC_Intel-X710' and
8536            '64B' and
8537            'BASE' and
8538            'NDRPDR' and
8539            '2T1C' and
8540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8541   parameters:
8542   - "throughput"
8543   - "parent"
8544   traces:
8545     hoverinfo: "x+y"
8546     boxpoints: "outliers"
8547     whiskerwidth: 0
8548   layout:
8549     title: ""  # No title
8550     layout: "plot-throughput"
8551
8552 -
8553   type: "plot"
8554   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8555   algorithm: "plot_performance_box"
8556   output-file-type: ".html"
8557   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8558   data: "plot-dpdk-throughput-latency-3n-skx"
8559   filter: "'NIC_Intel-X710' and
8560            '64B' and
8561            'BASE' and
8562            'NDRPDR' and
8563            '4T2C' and
8564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8565   parameters:
8566   - "throughput"
8567   - "parent"
8568   traces:
8569     hoverinfo: "x+y"
8570     boxpoints: "outliers"
8571     whiskerwidth: 0
8572   layout:
8573     title: ""  # No title
8574     layout: "plot-throughput"
8575
8576 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8577 -
8578   type: "plot"
8579   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8580   algorithm: "plot_performance_box"
8581   output-file-type: ".html"
8582   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8583   data: "plot-dpdk-throughput-latency-3n-skx"
8584   filter: "'NIC_Intel-XXV710' and
8585            '64B' and
8586            'BASE' and
8587            'NDRPDR' and
8588            '2T1C' and
8589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8590   parameters:
8591   - "throughput"
8592   - "parent"
8593   traces:
8594     hoverinfo: "x+y"
8595     boxpoints: "outliers"
8596     whiskerwidth: 0
8597   layout:
8598     title: ""  # No title
8599     layout: "plot-throughput"
8600
8601 -
8602   type: "plot"
8603   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8604   algorithm: "plot_performance_box"
8605   output-file-type: ".html"
8606   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8607   data: "plot-dpdk-throughput-latency-3n-skx"
8608   filter: "'NIC_Intel-XXV710' and
8609            '64B' and
8610            'BASE' and
8611            'NDRPDR' and
8612            '4T2C' and
8613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8614   parameters:
8615   - "throughput"
8616   - "parent"
8617   traces:
8618     hoverinfo: "x+y"
8619     boxpoints: "outliers"
8620     whiskerwidth: 0
8621   layout:
8622     title: ""  # No title
8623     layout: "plot-throughput"
8624
8625 -
8626   type: "plot"
8627   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8628   algorithm: "plot_performance_box"
8629   output-file-type: ".html"
8630   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8631   data: "plot-dpdk-throughput-latency-3n-skx"
8632   filter: "'NIC_Intel-XXV710' and
8633            '64B' and
8634            'BASE' and
8635            'NDRPDR' and
8636            '2T1C' and
8637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8638   parameters:
8639   - "throughput"
8640   - "parent"
8641   traces:
8642     hoverinfo: "x+y"
8643     boxpoints: "outliers"
8644     whiskerwidth: 0
8645   layout:
8646     title: ""  # No title
8647     layout: "plot-throughput"
8648
8649 -
8650   type: "plot"
8651   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8652   algorithm: "plot_performance_box"
8653   output-file-type: ".html"
8654   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8655   data: "plot-dpdk-throughput-latency-3n-skx"
8656   filter: "'NIC_Intel-XXV710' and
8657            '64B' and
8658            'BASE' and
8659            'NDRPDR' and
8660            '4T2C' and
8661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8662   parameters:
8663   - "throughput"
8664   - "parent"
8665   traces:
8666     hoverinfo: "x+y"
8667     boxpoints: "outliers"
8668     whiskerwidth: 0
8669   layout:
8670     title: ""  # No title
8671     layout: "plot-throughput"
8672
8673 # Packet Throughput - DPDK testpmd 2n-skx-x710
8674 -
8675   type: "plot"
8676   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8677   algorithm: "plot_performance_box"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8680   data: "plot-dpdk-throughput-latency-2n-skx"
8681   filter: "'NIC_Intel-X710' and
8682            '64B' and
8683            'BASE' and
8684            'NDRPDR' and
8685            '2T1C' and
8686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8687   parameters:
8688   - "throughput"
8689   - "parent"
8690   traces:
8691     hoverinfo: "x+y"
8692     boxpoints: "outliers"
8693     whiskerwidth: 0
8694   layout:
8695     title: ""  # No title
8696     layout: "plot-throughput"
8697
8698 -
8699   type: "plot"
8700   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8701   algorithm: "plot_performance_box"
8702   output-file-type: ".html"
8703   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8704   data: "plot-dpdk-throughput-latency-2n-skx"
8705   filter: "'NIC_Intel-X710' and
8706            '64B' and
8707            'BASE' and
8708            'NDRPDR' and
8709            '4T2C' and
8710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8711   parameters:
8712   - "throughput"
8713   - "parent"
8714   traces:
8715     hoverinfo: "x+y"
8716     boxpoints: "outliers"
8717     whiskerwidth: 0
8718   layout:
8719     title: ""  # No title
8720     layout: "plot-throughput"
8721
8722 -
8723   type: "plot"
8724   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8725   algorithm: "plot_performance_box"
8726   output-file-type: ".html"
8727   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8728   data: "plot-dpdk-throughput-latency-2n-skx"
8729   filter: "'NIC_Intel-X710' and
8730            '64B' and
8731            'BASE' and
8732            'NDRPDR' and
8733            '2T1C' and
8734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8735   parameters:
8736   - "throughput"
8737   - "parent"
8738   traces:
8739     hoverinfo: "x+y"
8740     boxpoints: "outliers"
8741     whiskerwidth: 0
8742   layout:
8743     title: ""  # No title
8744     layout: "plot-throughput"
8745
8746 -
8747   type: "plot"
8748   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8749   algorithm: "plot_performance_box"
8750   output-file-type: ".html"
8751   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8752   data: "plot-dpdk-throughput-latency-2n-skx"
8753   filter: "'NIC_Intel-X710' and
8754            '64B' and
8755            'BASE' and
8756            'NDRPDR' and
8757            '4T2C' and
8758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8759   parameters:
8760   - "throughput"
8761   - "parent"
8762   traces:
8763     hoverinfo: "x+y"
8764     boxpoints: "outliers"
8765     whiskerwidth: 0
8766   layout:
8767     title: ""  # No title
8768     layout: "plot-throughput"
8769
8770 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8771 -
8772   type: "plot"
8773   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8774   algorithm: "plot_performance_box"
8775   output-file-type: ".html"
8776   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8777   data: "plot-dpdk-throughput-latency-2n-skx"
8778   filter: "'NIC_Intel-XXV710' and
8779            '64B' and
8780            'BASE' and
8781            'NDRPDR' and
8782            '2T1C' and
8783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8784   parameters:
8785   - "throughput"
8786   - "parent"
8787   traces:
8788     hoverinfo: "x+y"
8789     boxpoints: "outliers"
8790     whiskerwidth: 0
8791   layout:
8792     title: ""  # No title
8793     layout: "plot-throughput"
8794
8795 -
8796   type: "plot"
8797   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8798   algorithm: "plot_performance_box"
8799   output-file-type: ".html"
8800   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8801   data: "plot-dpdk-throughput-latency-2n-skx"
8802   filter: "'NIC_Intel-XXV710' and
8803            '64B' and
8804            'BASE' and
8805            'NDRPDR' and
8806            '4T2C' and
8807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8808   parameters:
8809   - "throughput"
8810   - "parent"
8811   traces:
8812     hoverinfo: "x+y"
8813     boxpoints: "outliers"
8814     whiskerwidth: 0
8815   layout:
8816     title: ""  # No title
8817     layout: "plot-throughput"
8818
8819 -
8820   type: "plot"
8821   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8822   algorithm: "plot_performance_box"
8823   output-file-type: ".html"
8824   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8825   data: "plot-dpdk-throughput-latency-2n-skx"
8826   filter: "'NIC_Intel-XXV710' and
8827            '64B' and
8828            'BASE' and
8829            'NDRPDR' and
8830            '2T1C' and
8831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8832   parameters:
8833   - "throughput"
8834   - "parent"
8835   traces:
8836     hoverinfo: "x+y"
8837     boxpoints: "outliers"
8838     whiskerwidth: 0
8839   layout:
8840     title: ""  # No title
8841     layout: "plot-throughput"
8842
8843 -
8844   type: "plot"
8845   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8846   algorithm: "plot_performance_box"
8847   output-file-type: ".html"
8848   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8849   data: "plot-dpdk-throughput-latency-2n-skx"
8850   filter: "'NIC_Intel-XXV710' and
8851            '64B' and
8852            'BASE' and
8853            'NDRPDR' and
8854            '4T2C' and
8855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8856   parameters:
8857   - "throughput"
8858   - "parent"
8859   traces:
8860     hoverinfo: "x+y"
8861     boxpoints: "outliers"
8862     whiskerwidth: 0
8863   layout:
8864     title: ""  # No title
8865     layout: "plot-throughput"
8866
8867
8868
8869
8870
8871
8872
8873
8874 ################################################################################
8875
8876 # Packet Latency - VPP L2 3n-hsw-x520
8877 -
8878   type: "plot"
8879   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8880   algorithm: "plot_latency_box"
8881   output-file-type: ".html"
8882   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8883   data: "plot-vpp-throughput-latency-3n-hsw"
8884   filter: "'NIC_Intel-X520-DA2' and
8885            '64B' and
8886            ('BASE' or 'SCALE') and
8887            'NDRPDR' and
8888            '1T1C' and
8889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8890            not 'VHOST' and
8891            not 'MEMIF'"
8892   parameters:
8893   - "latency"
8894   - "parent"
8895   traces:
8896     boxmean: False
8897   layout:
8898     title: ""  # No title
8899     layout: "plot-latency"
8900
8901 -
8902   type: "plot"
8903   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8904   algorithm: "plot_latency_box"
8905   output-file-type: ".html"
8906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8907   data: "plot-vpp-throughput-latency-3n-hsw"
8908   filter: "'NIC_Intel-X520-DA2' and
8909            '64B' and
8910            ('BASE' or 'SCALE') and
8911            'NDRPDR' and
8912            '2T2C' and
8913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8914            not 'VHOST' and
8915            not 'MEMIF'"
8916   parameters:
8917   - "latency"
8918   - "parent"
8919   traces:
8920     boxmean: False
8921   layout:
8922     title: ""  # No title
8923     layout: "plot-latency"
8924
8925 -
8926   type: "plot"
8927   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8928   algorithm: "plot_latency_box"
8929   output-file-type: ".html"
8930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8931   data: "plot-vpp-throughput-latency-3n-hsw"
8932   filter: "'NIC_Intel-X520-DA2' and
8933            '64B' and
8934            'FEATURE' and
8935            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8936            'NDRPDR' and
8937            '1T1C' and
8938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8939            not 'VHOST' and
8940            not 'MEMIF'"
8941   parameters:
8942   - "latency"
8943   - "parent"
8944   traces:
8945     boxmean: False
8946   layout:
8947     title: ""  # No title
8948     layout: "plot-latency"
8949
8950 -
8951   type: "plot"
8952   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8953   algorithm: "plot_latency_box"
8954   output-file-type: ".html"
8955   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8956   data: "plot-vpp-throughput-latency-3n-hsw"
8957   filter: "'NIC_Intel-X520-DA2' and
8958            '64B' and
8959            'FEATURE' and
8960            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8961            'NDRPDR' and
8962            '2T2C' and
8963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8964            not 'VHOST' and
8965            not 'MEMIF'"
8966   parameters:
8967   - "latency"
8968   - "parent"
8969   traces:
8970     boxmean: False
8971   layout:
8972     title: ""  # No title
8973     layout: "plot-latency"
8974
8975 # Packet Latency - VPP L2 3n-hsw-x710
8976 -
8977   type: "plot"
8978   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8979   algorithm: "plot_latency_box"
8980   output-file-type: ".html"
8981   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8982   data: "plot-vpp-throughput-latency-3n-hsw"
8983   filter: "'NIC_Intel-X710' and
8984            '64B' and
8985            ('BASE' or 'SCALE') and
8986            'NDRPDR' and
8987            '1T1C' and
8988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8989            not 'VHOST' and
8990            not 'MEMIF'"
8991   parameters:
8992   - "latency"
8993   - "parent"
8994   traces:
8995     boxmean: False
8996   layout:
8997     title: ""  # No title
8998     layout: "plot-latency"
8999
9000 -
9001   type: "plot"
9002   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9003   algorithm: "plot_latency_box"
9004   output-file-type: ".html"
9005   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9006   data: "plot-vpp-throughput-latency-3n-hsw"
9007   filter: "'NIC_Intel-X710' and
9008            '64B' and
9009            ('BASE' or 'SCALE') and
9010            'NDRPDR' and
9011            '2T2C' and
9012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9013            not 'VHOST' and
9014            not 'MEMIF'"
9015   parameters:
9016   - "latency"
9017   - "parent"
9018   traces:
9019     boxmean: False
9020   layout:
9021     title: ""  # No title
9022     layout: "plot-latency"
9023
9024 -
9025   type: "plot"
9026   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9027   algorithm: "plot_latency_box"
9028   output-file-type: ".html"
9029   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9030   data: "plot-vpp-throughput-latency-3n-hsw"
9031   filter: "'NIC_Intel-X710' and
9032            '64B' and
9033            'FEATURE' and
9034            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9035            'NDRPDR' and
9036            '1T1C' and
9037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9038            not 'VHOST' and
9039            not 'MEMIF'"
9040   parameters:
9041   - "latency"
9042   - "parent"
9043   traces:
9044     boxmean: False
9045   layout:
9046     title: ""  # No title
9047     layout: "plot-latency"
9048
9049 -
9050   type: "plot"
9051   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9052   algorithm: "plot_latency_box"
9053   output-file-type: ".html"
9054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9055   data: "plot-vpp-throughput-latency-3n-hsw"
9056   filter: "'NIC_Intel-X710' and
9057            '64B' and
9058            'FEATURE' and
9059            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9060            'NDRPDR' and
9061            '2T2C' and
9062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9063            not 'VHOST' and
9064            not 'MEMIF'"
9065   parameters:
9066   - "latency"
9067   - "parent"
9068   traces:
9069     boxmean: False
9070   layout:
9071     title: ""  # No title
9072     layout: "plot-latency"
9073
9074 # Packet Latency - VPP L2 3n-hsw-xl710
9075 -
9076   type: "plot"
9077   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9078   algorithm: "plot_latency_box"
9079   output-file-type: ".html"
9080   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9081   data: "plot-vpp-throughput-latency-3n-hsw"
9082   filter: "'NIC_Intel-XL710' and
9083            '64B' and
9084            ('BASE' or 'SCALE') and
9085            'NDRPDR' and
9086            '1T1C' and
9087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9088            not 'VHOST' and
9089            not 'MEMIF'"
9090   parameters:
9091   - "latency"
9092   - "parent"
9093   traces:
9094     boxmean: False
9095   layout:
9096     title: ""  # No title
9097     layout: "plot-latency"
9098
9099 -
9100   type: "plot"
9101   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9102   algorithm: "plot_latency_box"
9103   output-file-type: ".html"
9104   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9105   data: "plot-vpp-throughput-latency-3n-hsw"
9106   filter: "'NIC_Intel-XL710' and
9107            '64B' and
9108            ('BASE' or 'SCALE') and
9109            'NDRPDR' and
9110            '2T2C' and
9111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9112            not 'VHOST' and
9113            not 'MEMIF'"
9114   parameters:
9115   - "latency"
9116   - "parent"
9117   traces:
9118     boxmean: False
9119   layout:
9120     title: ""  # No title
9121     layout: "plot-latency"
9122
9123 # Packet Latency - VPP L2 3n-skx-x710
9124 -
9125   type: "plot"
9126   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9127   algorithm: "plot_latency_box"
9128   output-file-type: ".html"
9129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9130   data: "plot-vpp-throughput-latency-3n-skx"
9131   filter: "'NIC_Intel-X710' and
9132            '64B' and
9133            ('BASE' or 'SCALE') and
9134            'NDRPDR' and
9135            '2T1C' and
9136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9137            not 'VHOST' and
9138            not 'MEMIF'"
9139   parameters:
9140   - "latency"
9141   - "parent"
9142   traces:
9143     boxmean: False
9144   layout:
9145     title: ""  # No title
9146     layout: "plot-latency"
9147
9148 -
9149   type: "plot"
9150   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9151   algorithm: "plot_latency_box"
9152   output-file-type: ".html"
9153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9154   data: "plot-vpp-throughput-latency-3n-skx"
9155   filter: "'NIC_Intel-X710' and
9156            '64B' and
9157            ('BASE' or 'SCALE') and
9158            'NDRPDR' and
9159            '4T2C' and
9160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9161            not 'VHOST' and
9162            not 'MEMIF'"
9163   parameters:
9164   - "latency"
9165   - "parent"
9166   traces:
9167     boxmean: False
9168   layout:
9169     title: ""  # No title
9170     layout: "plot-latency"
9171
9172 -
9173   type: "plot"
9174   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9175   algorithm: "plot_latency_box"
9176   output-file-type: ".html"
9177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9178   data: "plot-vpp-throughput-latency-3n-skx"
9179   filter: "'NIC_Intel-X710' and
9180            '64B' and
9181            'FEATURE' and
9182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9183            'NDRPDR' and
9184            '2T1C' and
9185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9186            not 'VHOST' and
9187            not 'MEMIF'"
9188   parameters:
9189   - "latency"
9190   - "parent"
9191   traces:
9192     boxmean: False
9193   layout:
9194     title: ""  # No title
9195     layout: "plot-latency"
9196
9197 -
9198   type: "plot"
9199   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9200   algorithm: "plot_latency_box"
9201   output-file-type: ".html"
9202   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9203   data: "plot-vpp-throughput-latency-3n-skx"
9204   filter: "'NIC_Intel-X710' and
9205            '64B' and
9206            'FEATURE' and
9207            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9208            'NDRPDR' and
9209            '4T2C' and
9210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9211            not 'VHOST' and
9212            not 'MEMIF'"
9213   parameters:
9214   - "latency"
9215   - "parent"
9216   traces:
9217     boxmean: False
9218   layout:
9219     title: ""  # No title
9220     layout: "plot-latency"
9221
9222 # Packet Latency - VPP L2 3n-skx-xxv710
9223 -
9224   type: "plot"
9225   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9226   algorithm: "plot_latency_box"
9227   output-file-type: ".html"
9228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9229   data: "plot-vpp-throughput-latency-3n-skx"
9230   filter: "'NIC_Intel-XXV710' and
9231            '64B' and
9232            ('BASE' or 'SCALE') and
9233            'NDRPDR' and
9234            '2T1C' and
9235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9236            not 'VHOST' and
9237            not 'MEMIF'"
9238   parameters:
9239   - "latency"
9240   - "parent"
9241   traces:
9242     boxmean: False
9243   layout:
9244     title: ""  # No title
9245     layout: "plot-latency"
9246
9247 -
9248   type: "plot"
9249   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9250   algorithm: "plot_latency_box"
9251   output-file-type: ".html"
9252   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9253   data: "plot-vpp-throughput-latency-3n-skx"
9254   filter: "'NIC_Intel-XXV710' and
9255            '64B' and
9256            ('BASE' or 'SCALE') and
9257            'NDRPDR' and
9258            '4T2C' and
9259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9260            not 'VHOST' and
9261            not 'MEMIF'"
9262   parameters:
9263   - "latency"
9264   - "parent"
9265   traces:
9266     boxmean: False
9267   layout:
9268     title: ""  # No title
9269     layout: "plot-latency"
9270
9271 # Packet Latency - VPP L2 2n-skx-x710
9272 -
9273   type: "plot"
9274   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9275   algorithm: "plot_latency_box"
9276   output-file-type: ".html"
9277   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9278   data: "plot-vpp-throughput-latency-2n-skx"
9279   filter: "'NIC_Intel-X710' and
9280            '64B' and
9281            ('BASE' or 'SCALE') and
9282            'NDRPDR' and
9283            '2T1C' and
9284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9285            not 'VHOST' and
9286            not 'MEMIF'"
9287   parameters:
9288   - "latency"
9289   - "parent"
9290   traces:
9291     boxmean: False
9292   layout:
9293     title: ""  # No title
9294     layout: "plot-latency"
9295
9296 -
9297   type: "plot"
9298   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9299   algorithm: "plot_latency_box"
9300   output-file-type: ".html"
9301   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9302   data: "plot-vpp-throughput-latency-2n-skx"
9303   filter: "'NIC_Intel-X710' and
9304            '64B' and
9305            ('BASE' or 'SCALE') and
9306            'NDRPDR' and
9307            '4T2C' and
9308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9309            not 'VHOST' and
9310            not 'MEMIF'"
9311   parameters:
9312   - "latency"
9313   - "parent"
9314   traces:
9315     boxmean: False
9316   layout:
9317     title: ""  # No title
9318     layout: "plot-latency"
9319
9320 # Packet Latency - VPP L2 2n-skx-xxv710
9321 -
9322   type: "plot"
9323   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9324   algorithm: "plot_latency_box"
9325   output-file-type: ".html"
9326   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9327   data: "plot-vpp-throughput-latency-2n-skx"
9328   filter: "'NIC_Intel-XXV710' and
9329            '64B' and
9330            ('BASE' or 'SCALE') and
9331            'NDRPDR' and
9332            '2T1C' and
9333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9334            not 'VHOST' and
9335            not 'MEMIF'"
9336   parameters:
9337   - "latency"
9338   - "parent"
9339   traces:
9340     boxmean: False
9341   layout:
9342     title: ""  # No title
9343     layout: "plot-latency"
9344
9345 -
9346   type: "plot"
9347   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9348   algorithm: "plot_latency_box"
9349   output-file-type: ".html"
9350   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9351   data: "plot-vpp-throughput-latency-2n-skx"
9352   filter: "'NIC_Intel-XXV710' and
9353            '64B' and
9354            ('BASE' or 'SCALE') and
9355            'NDRPDR' and
9356            '4T2C' and
9357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9358            not 'VHOST' and
9359            not 'MEMIF'"
9360   parameters:
9361   - "latency"
9362   - "parent"
9363   traces:
9364     boxmean: False
9365   layout:
9366     title: ""  # No title
9367     layout: "plot-latency"
9368
9369 ################################################################################
9370
9371 # Packet Latency - VPP Container Memif 3n-hsw-x520
9372 -
9373   type: "plot"
9374   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9375   algorithm: "plot_latency_box"
9376   output-file-type: ".html"
9377   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9378   data: "plot-vpp-throughput-latency-3n-hsw"
9379   filter: "'NIC_Intel-X520-DA2' and
9380            '64B' and
9381            ('BASE' or 'SCALE') and
9382            'NDRPDR' and
9383            '1T1C' and
9384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9385            not 'VHOST' and
9386            'MEMIF'"
9387   parameters:
9388   - "latency"
9389   - "parent"
9390   traces:
9391     boxmean: False
9392   layout:
9393     title: ""  # No title
9394     layout: "plot-latency"
9395
9396 -
9397   type: "plot"
9398   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9399   algorithm: "plot_latency_box"
9400   output-file-type: ".html"
9401   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9402   data: "plot-vpp-throughput-latency-3n-hsw"
9403   filter: "'NIC_Intel-X520-DA2' and
9404            '64B' and
9405            ('BASE' or 'SCALE') and
9406            'NDRPDR' and
9407            '2T2C' and
9408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9409            not 'VHOST' and
9410            'MEMIF'"
9411   parameters:
9412   - "latency"
9413   - "parent"
9414   traces:
9415     boxmean: False
9416   layout:
9417     title: ""  # No title
9418     layout: "plot-latency"
9419
9420 # Packet Latency - VPP Container Memif 3n-hsw-x710
9421 -
9422   type: "plot"
9423   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9424   algorithm: "plot_latency_box"
9425   output-file-type: ".html"
9426   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9427   data: "plot-vpp-throughput-latency-3n-hsw"
9428   filter: "'NIC_Intel-X710' and
9429            '64B' and
9430            ('BASE' or 'SCALE') and
9431            'NDRPDR' and
9432            '1T1C' and
9433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9434            not 'VHOST' and
9435            'MEMIF'"
9436   parameters:
9437   - "latency"
9438   - "parent"
9439   traces:
9440     boxmean: False
9441   layout:
9442     title: ""  # No title
9443     layout: "plot-latency"
9444
9445 -
9446   type: "plot"
9447   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9448   algorithm: "plot_latency_box"
9449   output-file-type: ".html"
9450   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9451   data: "plot-vpp-throughput-latency-3n-hsw"
9452   filter: "'NIC_Intel-X710' and
9453            '64B' and
9454            ('BASE' or 'SCALE') and
9455            'NDRPDR' and
9456            '2T2C' and
9457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9458            not 'VHOST' and
9459            'MEMIF'"
9460   parameters:
9461   - "latency"
9462   - "parent"
9463   traces:
9464     boxmean: False
9465   layout:
9466     title: ""  # No title
9467     layout: "plot-latency"
9468
9469 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9470 -
9471   type: "plot"
9472   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9473   algorithm: "plot_latency_box"
9474   output-file-type: ".html"
9475   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9476   data: "plot-vpp-throughput-latency-3n-hsw"
9477   filter: "'NIC_Intel-XL710' and
9478            '64B' and
9479            ('BASE' or 'SCALE') and
9480            'NDRPDR' and
9481            '1T1C' and
9482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9483            not 'VHOST' and
9484            'MEMIF'"
9485   parameters:
9486   - "latency"
9487   - "parent"
9488   traces:
9489     boxmean: False
9490   layout:
9491     title: ""  # No title
9492     layout: "plot-latency"
9493
9494 -
9495   type: "plot"
9496   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9497   algorithm: "plot_latency_box"
9498   output-file-type: ".html"
9499   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9500   data: "plot-vpp-throughput-latency-3n-hsw"
9501   filter: "'NIC_Intel-XL710' and
9502            '64B' and
9503            ('BASE' or 'SCALE') and
9504            'NDRPDR' and
9505            '2T2C' and
9506            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9507            not 'VHOST' and
9508            'MEMIF'"
9509   parameters:
9510   - "latency"
9511   - "parent"
9512   traces:
9513     boxmean: False
9514   layout:
9515     title: ""  # No title
9516     layout: "plot-latency"
9517
9518 # Packet Latency - VPP Container Memif 3n-skx-x710
9519 -
9520   type: "plot"
9521   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9522   algorithm: "plot_latency_box"
9523   output-file-type: ".html"
9524   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9525   data: "plot-vpp-throughput-latency-3n-skx"
9526   filter: "'NIC_Intel-X710' and
9527            '64B' and
9528            ('BASE' or 'SCALE') and
9529            'NDRPDR' and
9530            '2T1C' and
9531            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9532            not 'VHOST' and
9533            'MEMIF'"
9534   parameters:
9535   - "latency"
9536   - "parent"
9537   traces:
9538     boxmean: False
9539   layout:
9540     title: ""  # No title
9541     layout: "plot-latency"
9542
9543 -
9544   type: "plot"
9545   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9546   algorithm: "plot_latency_box"
9547   output-file-type: ".html"
9548   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9549   data: "plot-vpp-throughput-latency-3n-skx"
9550   filter: "'NIC_Intel-X710' and
9551            '64B' and
9552            ('BASE' or 'SCALE') and
9553            'NDRPDR' and
9554            '4T2C' and
9555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9556            not 'VHOST' and
9557            'MEMIF'"
9558   parameters:
9559   - "latency"
9560   - "parent"
9561   traces:
9562     boxmean: False
9563   layout:
9564     title: ""  # No title
9565     layout: "plot-latency"
9566
9567 ################################################################################
9568
9569 # Packet Latency - VPP Container Memif 3n-hsw-x520
9570 -
9571   type: "plot"
9572   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9573   algorithm: "plot_latency_box"
9574   output-file-type: ".html"
9575   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9576   data: "plot-ligato-throughput-latency-3n-hsw"
9577   filter: "'NIC_Intel-X520-DA2' and
9578            '64B' and
9579            ('BASE' or 'SCALE') and
9580            'NDRPDR' and
9581            '1T1C' and
9582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9583            not 'VHOST' and
9584            'MEMIF'"
9585   parameters:
9586   - "latency"
9587   - "parent"
9588   traces:
9589     boxmean: False
9590   layout:
9591     title: ""  # No title
9592     layout: "plot-latency"
9593
9594 -
9595   type: "plot"
9596   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9597   algorithm: "plot_latency_box"
9598   output-file-type: ".html"
9599   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9600   data: "plot-ligato-throughput-latency-3n-hsw"
9601   filter: "'NIC_Intel-X520-DA2' and
9602            '64B' and
9603            ('BASE' or 'SCALE') and
9604            'NDRPDR' and
9605            '2T2C' and
9606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9607            not 'VHOST' and
9608            'MEMIF'"
9609   parameters:
9610   - "latency"
9611   - "parent"
9612   traces:
9613     boxmean: False
9614   layout:
9615     title: ""  # No title
9616     layout: "plot-latency"
9617
9618 # Packet Latency - VPP Container Memif 3n-hsw-x710
9619 -
9620   type: "plot"
9621   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9622   algorithm: "plot_latency_box"
9623   output-file-type: ".html"
9624   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9625   data: "plot-ligato-throughput-latency-3n-hsw"
9626   filter: "'NIC_Intel-X710' and
9627            '64B' and
9628            ('BASE' or 'SCALE') and
9629            'NDRPDR' and
9630            '1T1C' and
9631            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9632            not 'VHOST' and
9633            'MEMIF'"
9634   parameters:
9635   - "latency"
9636   - "parent"
9637   traces:
9638     boxmean: False
9639   layout:
9640     title: ""  # No title
9641     layout: "plot-latency"
9642
9643 -
9644   type: "plot"
9645   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9646   algorithm: "plot_latency_box"
9647   output-file-type: ".html"
9648   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9649   data: "plot-ligato-throughput-latency-3n-hsw"
9650   filter: "'NIC_Intel-X710' and
9651            '64B' and
9652            ('BASE' or 'SCALE') and
9653            'NDRPDR' and
9654            '2T2C' and
9655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9656            not 'VHOST' and
9657            'MEMIF'"
9658   parameters:
9659   - "latency"
9660   - "parent"
9661   traces:
9662     boxmean: False
9663   layout:
9664     title: ""  # No title
9665     layout: "plot-latency"
9666
9667 ################################################################################
9668
9669 # Packet Latency - VPP IPv4 3n-hsw-x520
9670 -
9671   type: "plot"
9672   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9673   algorithm: "plot_latency_box"
9674   output-file-type: ".html"
9675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9676   data: "plot-vpp-throughput-latency-3n-hsw"
9677   filter: "'NIC_Intel-X520-DA2' and
9678            '64B' and
9679            ('BASE' or 'SCALE') and
9680            'NDRPDR' and
9681            '1T1C' and
9682            'IP4FWD' and
9683            not 'IPSEC' and
9684            not 'VHOST'"
9685   parameters:
9686   - "latency"
9687   - "parent"
9688   traces:
9689     boxmean: False
9690   layout:
9691     title: ""  # No title
9692     layout: "plot-latency"
9693
9694 -
9695   type: "plot"
9696   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9697   algorithm: "plot_latency_box"
9698   output-file-type: ".html"
9699   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9700   data: "plot-vpp-throughput-latency-3n-hsw"
9701   filter: "'NIC_Intel-X520-DA2' and
9702            '64B' and
9703            ('BASE' or 'SCALE') and
9704            'NDRPDR' and
9705            '2T2C' and
9706            'IP4FWD' and
9707            not 'IPSEC' and
9708            not 'VHOST'"
9709   parameters:
9710   - "latency"
9711   - "parent"
9712   traces:
9713     boxmean: False
9714   layout:
9715     title: ""  # No title
9716     layout: "plot-latency"
9717
9718 -
9719   type: "plot"
9720   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9721   algorithm: "plot_latency_box"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9724   data: "plot-vpp-throughput-latency-3n-hsw"
9725   filter: "'NIC_Intel-X520-DA2' and
9726            '64B' and
9727            'FEATURE' and
9728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9729            'NDRPDR' and
9730            '1T1C' and
9731            'IP4FWD' and
9732            not 'IPSEC' and
9733            not 'VHOST'"
9734   parameters:
9735   - "latency"
9736   - "parent"
9737   traces:
9738     boxmean: False
9739   layout:
9740     title: ""  # No title
9741     layout: "plot-latency"
9742
9743 -
9744   type: "plot"
9745   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9746   algorithm: "plot_latency_box"
9747   output-file-type: ".html"
9748   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9749   data: "plot-vpp-throughput-latency-3n-hsw"
9750   filter: "'NIC_Intel-X520-DA2' and
9751            '64B' and
9752            'FEATURE' and
9753            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9754            'NDRPDR' and
9755            '2T2C' and
9756            'IP4FWD' and
9757            not 'IPSEC' and
9758            not 'VHOST'"
9759   parameters:
9760   - "latency"
9761   - "parent"
9762   traces:
9763     boxmean: False
9764   layout:
9765     title: ""  # No title
9766     layout: "plot-latency"
9767
9768 # Packet Latency - VPP IPv4 3n-hsw-x710
9769 -
9770   type: "plot"
9771   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9772   algorithm: "plot_latency_box"
9773   output-file-type: ".html"
9774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9775   data: "plot-vpp-throughput-latency-3n-hsw"
9776   filter: "'NIC_Intel-X710' and
9777            '64B' and
9778            ('BASE' or 'SCALE') and
9779            'NDRPDR' and
9780            '1T1C' and
9781            'IP4FWD' and
9782            not 'IPSEC' and
9783            not 'VHOST'"
9784   parameters:
9785   - "latency"
9786   - "parent"
9787   traces:
9788     boxmean: False
9789   layout:
9790     title: ""  # No title
9791     layout: "plot-latency"
9792
9793 -
9794   type: "plot"
9795   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9796   algorithm: "plot_latency_box"
9797   output-file-type: ".html"
9798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9799   data: "plot-vpp-throughput-latency-3n-hsw"
9800   filter: "'NIC_Intel-X710' and
9801            '64B' and
9802            ('BASE' or 'SCALE') and
9803            'NDRPDR' and
9804            '2T2C' and
9805            'IP4FWD' and
9806            not 'IPSEC' and
9807            not 'VHOST'"
9808   parameters:
9809   - "latency"
9810   - "parent"
9811   traces:
9812     boxmean: False
9813   layout:
9814     title: ""  # No title
9815     layout: "plot-latency"
9816
9817 -
9818   type: "plot"
9819   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9820   algorithm: "plot_latency_box"
9821   output-file-type: ".html"
9822   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9823   data: "plot-vpp-throughput-latency-3n-hsw"
9824   filter: "'NIC_Intel-X710' and
9825            '64B' and
9826            'FEATURE' and
9827            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9828            'NDRPDR' and
9829            '1T1C' and
9830            'IP4FWD' and
9831            not 'IPSEC' and
9832            not 'VHOST'"
9833   parameters:
9834   - "latency"
9835   - "parent"
9836   traces:
9837     boxmean: False
9838   layout:
9839     title: ""  # No title
9840     layout: "plot-latency"
9841
9842 -
9843   type: "plot"
9844   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9845   algorithm: "plot_latency_box"
9846   output-file-type: ".html"
9847   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9848   data: "plot-vpp-throughput-latency-3n-hsw"
9849   filter: "'NIC_Intel-X710' and
9850            '64B' and
9851            'FEATURE' and
9852            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9853            'NDRPDR' and
9854            '2T2C' and
9855            'IP4FWD' and
9856            not 'IPSEC' and
9857            not 'VHOST'"
9858   parameters:
9859   - "latency"
9860   - "parent"
9861   traces:
9862     boxmean: False
9863   layout:
9864     title: ""  # No title
9865     layout: "plot-latency"
9866
9867 # Packet Latency - VPP IPv4 3n-hsw-xl710
9868 -
9869   type: "plot"
9870   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9871   algorithm: "plot_latency_box"
9872   output-file-type: ".html"
9873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9874   data: "plot-vpp-throughput-latency-3n-hsw"
9875   filter: "'NIC_Intel-XL710' and
9876            '64B' and
9877            ('BASE' or 'SCALE') and
9878            'NDRPDR' and
9879            '1T1C' and
9880            'IP4FWD' and
9881            not 'IPSEC' and
9882            not 'VHOST'"
9883   parameters:
9884   - "latency"
9885   - "parent"
9886   traces:
9887     boxmean: False
9888   layout:
9889     title: ""  # No title
9890     layout: "plot-latency"
9891
9892 -
9893   type: "plot"
9894   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9895   algorithm: "plot_latency_box"
9896   output-file-type: ".html"
9897   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9898   data: "plot-vpp-throughput-latency-3n-hsw"
9899   filter: "'NIC_Intel-XL710' and
9900            '64B' and
9901            ('BASE' or 'SCALE') and
9902            'NDRPDR' and
9903            '2T2C' and
9904            'IP4FWD' and
9905            not 'IPSEC' and
9906            not 'VHOST'"
9907   parameters:
9908   - "latency"
9909   - "parent"
9910   traces:
9911     boxmean: False
9912   layout:
9913     title: ""  # No title
9914     layout: "plot-latency"
9915
9916 # Packet Latency - VPP IPv4 3n-skx-x710
9917 -
9918   type: "plot"
9919   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9920   algorithm: "plot_latency_box"
9921   output-file-type: ".html"
9922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9923   data: "plot-vpp-throughput-latency-3n-skx"
9924   filter: "'NIC_Intel-X710' and
9925            '64B' and
9926            ('BASE' or 'SCALE') and
9927            'NDRPDR' and
9928            '2T1C' and
9929            'IP4FWD' and
9930            not 'IPSEC' and
9931            not 'VHOST'"
9932   parameters:
9933   - "latency"
9934   - "parent"
9935   traces:
9936     boxmean: False
9937   layout:
9938     title: ""  # No title
9939     layout: "plot-latency"
9940
9941 -
9942   type: "plot"
9943   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9944   algorithm: "plot_latency_box"
9945   output-file-type: ".html"
9946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9947   data: "plot-vpp-throughput-latency-3n-skx"
9948   filter: "'NIC_Intel-X710' and
9949            '64B' and
9950            ('BASE' or 'SCALE') and
9951            'NDRPDR' and
9952            '4T2C' and
9953            'IP4FWD' and
9954            not 'IPSEC' and
9955            not 'VHOST'"
9956   parameters:
9957   - "latency"
9958   - "parent"
9959   traces:
9960     boxmean: False
9961   layout:
9962     title: ""  # No title
9963     layout: "plot-latency"
9964
9965 -
9966   type: "plot"
9967   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9968   algorithm: "plot_latency_box"
9969   output-file-type: ".html"
9970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9971   data: "plot-vpp-throughput-latency-3n-skx"
9972   filter: "'NIC_Intel-X710' and
9973            '64B' and
9974            'FEATURE' and
9975            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9976            'NDRPDR' and
9977            '2T1C' and
9978            'IP4FWD' and
9979            not 'IPSEC' and
9980            not 'VHOST'"
9981   parameters:
9982   - "latency"
9983   - "parent"
9984   traces:
9985     boxmean: False
9986   layout:
9987     title: ""  # No title
9988     layout: "plot-latency"
9989
9990 -
9991   type: "plot"
9992   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9993   algorithm: "plot_latency_box"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9996   data: "plot-vpp-throughput-latency-3n-skx"
9997   filter: "'NIC_Intel-X710' and
9998            '64B' and
9999            'FEATURE' and
10000            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10001            'NDRPDR' and
10002            '4T2C' and
10003            'IP4FWD' and
10004            not 'IPSEC' and
10005            not 'VHOST'"
10006   parameters:
10007   - "latency"
10008   - "parent"
10009   traces:
10010     boxmean: False
10011   layout:
10012     title: ""  # No title
10013     layout: "plot-latency"
10014
10015 # Packet Latency - VPP IPv4 2n-skx-x710
10016 -
10017   type: "plot"
10018   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10019   algorithm: "plot_latency_box"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10022   data: "plot-vpp-throughput-latency-2n-skx"
10023   filter: "'NIC_Intel-X710' and
10024            '64B' and
10025            ('BASE' or 'SCALE') and
10026            'NDRPDR' and
10027            '2T1C' and
10028            'IP4FWD' and
10029            not 'IPSEC' and
10030            not 'VHOST'"
10031   parameters:
10032   - "latency"
10033   - "parent"
10034   traces:
10035     boxmean: False
10036   layout:
10037     title: ""  # No title
10038     layout: "plot-latency"
10039
10040 -
10041   type: "plot"
10042   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10043   algorithm: "plot_latency_box"
10044   output-file-type: ".html"
10045   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10046   data: "plot-vpp-throughput-latency-2n-skx"
10047   filter: "'NIC_Intel-X710' and
10048            '64B' and
10049            ('BASE' or 'SCALE') and
10050            'NDRPDR' and
10051            '4T2C' and
10052            'IP4FWD' and
10053            not 'IPSEC' and
10054            not 'VHOST'"
10055   parameters:
10056   - "latency"
10057   - "parent"
10058   traces:
10059     boxmean: False
10060   layout:
10061     title: ""  # No title
10062     layout: "plot-latency"
10063
10064 # Packet Latency - VPP IPv4 2n-skx-xxv710
10065 -
10066   type: "plot"
10067   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10068   algorithm: "plot_latency_box"
10069   output-file-type: ".html"
10070   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10071   data: "plot-vpp-throughput-latency-2n-skx"
10072   filter: "'NIC_Intel-XXV710' and
10073            '64B' and
10074            ('BASE' or 'SCALE') and
10075            'NDRPDR' and
10076            '2T1C' and
10077            'IP4FWD' and
10078            not 'IPSEC' and
10079            not 'VHOST'"
10080   parameters:
10081   - "latency"
10082   - "parent"
10083   traces:
10084     boxmean: False
10085   layout:
10086     title: ""  # No title
10087     layout: "plot-latency"
10088
10089 -
10090   type: "plot"
10091   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10092   algorithm: "plot_latency_box"
10093   output-file-type: ".html"
10094   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10095   data: "plot-vpp-throughput-latency-2n-skx"
10096   filter: "'NIC_Intel-XXV710' and
10097            '64B' and
10098            ('BASE' or 'SCALE') and
10099            'NDRPDR' and
10100            '4T2C' and
10101            'IP4FWD' and
10102            not 'IPSEC' and
10103            not 'VHOST'"
10104   parameters:
10105   - "latency"
10106   - "parent"
10107   traces:
10108     boxmean: False
10109   layout:
10110     title: ""  # No title
10111     layout: "plot-latency"
10112
10113 ################################################################################
10114
10115 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
10116 -
10117   type: "plot"
10118   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10119   algorithm: "plot_latency_box"
10120   output-file-type: ".html"
10121   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10122   data: "plot-vpp-throughput-latency-3n-hsw"
10123   filter: "'NIC_Intel-X520-DA2' and
10124            '64B' and
10125            'ENCAP' and
10126            'NDRPDR' and
10127            '1T1C' and
10128            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10129            not 'VHOST' and
10130            not 'IPSECHW'"
10131   parameters:
10132   - "latency"
10133   - "parent"
10134   traces:
10135     boxmean: False
10136   layout:
10137     title: ""  # No title
10138     layout: "plot-latency"
10139
10140 -
10141   type: "plot"
10142   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10143   algorithm: "plot_latency_box"
10144   output-file-type: ".html"
10145   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10146   data: "plot-vpp-throughput-latency-3n-hsw"
10147   filter: "'NIC_Intel-X520-DA2' and
10148            '64B' and
10149            'ENCAP' and
10150            'NDRPDR' and
10151            '2T2C' and
10152            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10153            not 'VHOST' and
10154            not 'IPSECHW'"
10155   parameters:
10156   - "latency"
10157   - "parent"
10158   traces:
10159     boxmean: False
10160   layout:
10161     title: ""  # No title
10162     layout: "plot-latency"
10163
10164 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10165 -
10166   type: "plot"
10167   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10168   algorithm: "plot_latency_box"
10169   output-file-type: ".html"
10170   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10171   data: "plot-vpp-throughput-latency-3n-hsw"
10172   filter: "'NIC_Intel-X710' and
10173            '64B' and
10174            'ENCAP' and
10175            'NDRPDR' and
10176            '1T1C' and
10177            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10178            not 'VHOST' and
10179            not 'IPSECHW'"
10180   parameters:
10181   - "latency"
10182   - "parent"
10183   traces:
10184     boxmean: False
10185   layout:
10186     title: ""  # No title
10187     layout: "plot-latency"
10188
10189 -
10190   type: "plot"
10191   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10192   algorithm: "plot_latency_box"
10193   output-file-type: ".html"
10194   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10195   data: "plot-vpp-throughput-latency-3n-hsw"
10196   filter: "'NIC_Intel-X710' and
10197            '64B' and
10198            'ENCAP' and
10199            'NDRPDR' and
10200            '2T2C' and
10201            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10202            not 'VHOST' and
10203            not 'IPSECHW'"
10204   parameters:
10205   - "latency"
10206   - "parent"
10207   traces:
10208     boxmean: False
10209   layout:
10210     title: ""  # No title
10211     layout: "plot-latency"
10212
10213 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10214 -
10215   type: "plot"
10216   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10217   algorithm: "plot_latency_box"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10220   data: "plot-vpp-throughput-latency-3n-skx"
10221   filter: "'NIC_Intel-X710' and
10222            '64B' and
10223            'ENCAP' and
10224            'NDRPDR' and
10225            '2T1C' and
10226            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10227            not 'VHOST' and
10228            not 'IPSECHW'"
10229   parameters:
10230   - "latency"
10231   - "parent"
10232   traces:
10233     boxmean: False
10234   layout:
10235     title: ""  # No title
10236     layout: "plot-latency"
10237
10238 -
10239   type: "plot"
10240   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10241   algorithm: "plot_latency_box"
10242   output-file-type: ".html"
10243   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10244   data: "plot-vpp-throughput-latency-3n-skx"
10245   filter: "'NIC_Intel-X710' and
10246            '64B' and
10247            'ENCAP' and
10248            'NDRPDR' and
10249            '4T2C' and
10250            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10251            not 'VHOST' and
10252            not 'IPSECHW'"
10253   parameters:
10254   - "latency"
10255   - "parent"
10256   traces:
10257     boxmean: False
10258   layout:
10259     title: ""  # No title
10260     layout: "plot-latency"
10261
10262 ################################################################################
10263
10264 # Packet Latency - VPP IPv6 3n-hsw-x520
10265 -
10266   type: "plot"
10267   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10268   algorithm: "plot_latency_box"
10269   output-file-type: ".html"
10270   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10271   data: "plot-vpp-throughput-latency-3n-hsw"
10272   filter: "'NIC_Intel-X520-DA2' and
10273            '78B' and
10274            ('BASE' or 'SCALE') and
10275            'NDRPDR' and
10276            '1T1C' and
10277            'IP6FWD' and
10278            not 'SRv6' and
10279            not 'IPSEC' and
10280            not 'VHOST'"
10281   parameters:
10282   - "latency"
10283   - "parent"
10284   traces:
10285     boxmean: False
10286   layout:
10287     title: ""  # No title
10288     layout: "plot-latency"
10289
10290 -
10291   type: "plot"
10292   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10293   algorithm: "plot_latency_box"
10294   output-file-type: ".html"
10295   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10296   data: "plot-vpp-throughput-latency-3n-hsw"
10297   filter: "'NIC_Intel-X520-DA2' and
10298            '78B' and
10299            ('BASE' or 'SCALE') and
10300            'NDRPDR' and
10301            '2T2C' and
10302            'IP6FWD' and
10303            not 'SRv6' and
10304            not 'IPSEC' and
10305            not 'VHOST'"
10306   parameters:
10307   - "latency"
10308   - "parent"
10309   traces:
10310     boxmean: False
10311   layout:
10312     title: ""  # No title
10313     layout: "plot-latency"
10314
10315 # Packet Latency - VPP IPv6 3n-hsw-x710
10316 -
10317   type: "plot"
10318   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10319   algorithm: "plot_latency_box"
10320   output-file-type: ".html"
10321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10322   data: "plot-vpp-throughput-latency-3n-hsw"
10323   filter: "'NIC_Intel-X710' and
10324            '78B' and
10325            ('BASE' or 'SCALE') and
10326            'NDRPDR' and
10327            '1T1C' and
10328            'IP6FWD' and
10329            not 'SRv6' and
10330            not 'IPSEC' and
10331            not 'VHOST'"
10332   parameters:
10333   - "latency"
10334   - "parent"
10335   traces:
10336     boxmean: False
10337   layout:
10338     title: ""  # No title
10339     layout: "plot-latency"
10340
10341 -
10342   type: "plot"
10343   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10344   algorithm: "plot_latency_box"
10345   output-file-type: ".html"
10346   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10347   data: "plot-vpp-throughput-latency-3n-hsw"
10348   filter: "'NIC_Intel-X710' and
10349            '78B' and
10350            ('BASE' or 'SCALE') and
10351            'NDRPDR' and
10352            '2T2C' and
10353            'IP6FWD' and
10354            not 'SRv6' and
10355            not 'IPSEC' and
10356            not 'VHOST'"
10357   parameters:
10358   - "latency"
10359   - "parent"
10360   traces:
10361     boxmean: False
10362   layout:
10363     title: ""  # No title
10364     layout: "plot-latency"
10365
10366 # Packet Latency - VPP IPv6 3n-hsw-xl710
10367 -
10368   type: "plot"
10369   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10370   algorithm: "plot_latency_box"
10371   output-file-type: ".html"
10372   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10373   data: "plot-vpp-throughput-latency-3n-hsw"
10374   filter: "'NIC_Intel-XL710' and
10375            '78B' and
10376            ('BASE' or 'SCALE') and
10377            'NDRPDR' and
10378            '1T1C' and
10379            'IP6FWD' and
10380            not 'SRv6' and
10381            not 'IPSEC' and
10382            not 'VHOST'"
10383   parameters:
10384   - "latency"
10385   - "parent"
10386   traces:
10387     boxmean: False
10388   layout:
10389     title: ""  # No title
10390     layout: "plot-latency"
10391
10392 -
10393   type: "plot"
10394   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10395   algorithm: "plot_latency_box"
10396   output-file-type: ".html"
10397   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10398   data: "plot-vpp-throughput-latency-3n-hsw"
10399   filter: "'NIC_Intel-XL710' and
10400            '78B' and
10401            ('BASE' or 'SCALE') and
10402            'NDRPDR' and
10403            '2T2C' and
10404            'IP6FWD' and
10405            not 'SRv6' and
10406            not 'IPSEC' and
10407            not 'VHOST'"
10408   parameters:
10409   - "latency"
10410   - "parent"
10411   traces:
10412     boxmean: False
10413   layout:
10414     title: ""  # No title
10415     layout: "plot-latency"
10416
10417 # Packet Latency - VPP IPv6 3n-skx-x710
10418 -
10419   type: "plot"
10420   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10421   algorithm: "plot_latency_box"
10422   output-file-type: ".html"
10423   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10424   data: "plot-vpp-throughput-latency-3n-skx"
10425   filter: "'NIC_Intel-X710' and
10426            '78B' and
10427            ('BASE' or 'SCALE') and
10428            'NDRPDR' and
10429            '2T1C' and
10430            'IP6FWD' and
10431            not 'SRv6' and
10432            not 'IPSEC' and
10433            not 'VHOST'"
10434   parameters:
10435   - "latency"
10436   - "parent"
10437   traces:
10438     boxmean: False
10439   layout:
10440     title: ""  # No title
10441     layout: "plot-latency"
10442
10443 -
10444   type: "plot"
10445   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10446   algorithm: "plot_latency_box"
10447   output-file-type: ".html"
10448   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10449   data: "plot-vpp-throughput-latency-3n-skx"
10450   filter: "'NIC_Intel-X710' and
10451            '78B' and
10452            ('BASE' or 'SCALE') and
10453            'NDRPDR' and
10454            '4T2C' and
10455            'IP6FWD' and
10456            not 'SRv6' and
10457            not 'IPSEC' and
10458            not 'VHOST'"
10459   parameters:
10460   - "latency"
10461   - "parent"
10462   traces:
10463     boxmean: False
10464   layout:
10465     title: ""  # No title
10466     layout: "plot-latency"
10467
10468 # Packet Latency - VPP IPv6 2n-skx-x710
10469 -
10470   type: "plot"
10471   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10472   algorithm: "plot_latency_box"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10475   data: "plot-vpp-throughput-latency-2n-skx"
10476   filter: "'NIC_Intel-X710' and
10477            '78B' and
10478            ('BASE' or 'SCALE') and
10479            'NDRPDR' and
10480            '2T1C' and
10481            'IP6FWD' and
10482            not 'SRv6' and
10483            not 'IPSEC' and
10484            not 'VHOST'"
10485   parameters:
10486   - "latency"
10487   - "parent"
10488   traces:
10489     boxmean: False
10490   layout:
10491     title: ""  # No title
10492     layout: "plot-latency"
10493
10494 -
10495   type: "plot"
10496   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10497   algorithm: "plot_latency_box"
10498   output-file-type: ".html"
10499   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10500   data: "plot-vpp-throughput-latency-2n-skx"
10501   filter: "'NIC_Intel-X710' and
10502            '78B' and
10503            ('BASE' or 'SCALE') and
10504            'NDRPDR' and
10505            '4T2C' and
10506            'IP6FWD' and
10507            not 'SRv6' and
10508            not 'IPSEC' and
10509            not 'VHOST'"
10510   parameters:
10511   - "latency"
10512   - "parent"
10513   traces:
10514     boxmean: False
10515   layout:
10516     title: ""  # No title
10517     layout: "plot-latency"
10518
10519 # Packet Latency - VPP IPv6 2n-skx-xxv710
10520 -
10521   type: "plot"
10522   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10523   algorithm: "plot_latency_box"
10524   output-file-type: ".html"
10525   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10526   data: "plot-vpp-throughput-latency-2n-skx"
10527   filter: "'NIC_Intel-XXV710' and
10528            '78B' and
10529            ('BASE' or 'SCALE') and
10530            'NDRPDR' and
10531            '2T1C' and
10532            'IP6FWD' and
10533            not 'SRv6' and
10534            not 'IPSEC' and
10535            not 'VHOST'"
10536   parameters:
10537   - "latency"
10538   - "parent"
10539   traces:
10540     boxmean: False
10541   layout:
10542     title: ""  # No title
10543     layout: "plot-latency"
10544
10545 -
10546   type: "plot"
10547   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10548   algorithm: "plot_latency_box"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10551   data: "plot-vpp-throughput-latency-2n-skx"
10552   filter: "'NIC_Intel-XXV710' and
10553            '78B' and
10554            ('BASE' or 'SCALE') and
10555            'NDRPDR' and
10556            '4T2C' and
10557            'IP6FWD' and
10558            not 'SRv6' and
10559            not 'IPSEC' and
10560            not 'VHOST'"
10561   parameters:
10562   - "latency"
10563   - "parent"
10564   traces:
10565     boxmean: False
10566   layout:
10567     title: ""  # No title
10568     layout: "plot-latency"
10569
10570 ################################################################################
10571
10572 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10573 -
10574   type: "plot"
10575   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10576   algorithm: "plot_latency_box"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10579   data: "plot-vpp-throughput-latency-3n-hsw"
10580   filter: "'NIC_Intel-X520-DA2' and
10581            '78B' and
10582            'ENCAP' and
10583            'NDRPDR' and
10584            '1T1C' and
10585            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10586            not 'VHOST'"
10587   parameters:
10588   - "latency"
10589   - "parent"
10590   traces:
10591     boxmean: False
10592   layout:
10593     title: ""  # No title
10594     layout: "plot-latency"
10595
10596 -
10597   type: "plot"
10598   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10599   algorithm: "plot_latency_box"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10602   data: "plot-vpp-throughput-latency-3n-hsw"
10603   filter: "'NIC_Intel-X520-DA2' and
10604            '78B' and
10605            'ENCAP' and
10606            'NDRPDR' and
10607            '2T2C' and
10608            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10609            not 'VHOST'"
10610   parameters:
10611   - "latency"
10612   - "parent"
10613   traces:
10614     boxmean: False
10615   layout:
10616     title: ""  # No title
10617     layout: "plot-latency"
10618
10619 ################################################################################
10620
10621 # Packet Latency - VPP IPSec 3n-hsw-xl710
10622 -
10623   type: "plot"
10624   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10625   algorithm: "plot_latency_box"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10628   data: "plot-vpp-throughput-latency-3n-hsw"
10629   filter: "'NIC_Intel-XL710' and
10630            '64B' and
10631            'IP4FWD' and
10632            'NDRPDR' and
10633            '1T1C' and
10634            'IPSECHW' and
10635            ('IPSECTRAN' or 'IPSECTUN') and
10636            not 'VHOST'"
10637   parameters:
10638   - "latency"
10639   - "parent"
10640   traces:
10641     boxmean: False
10642   layout:
10643     title: ""  # No title
10644     layout: "plot-latency"
10645
10646 -
10647   type: "plot"
10648   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10649   algorithm: "plot_latency_box"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10652   data: "plot-vpp-throughput-latency-3n-hsw"
10653   filter: "'NIC_Intel-XL710' and
10654            '64B' and
10655            'IP4FWD' and
10656            'NDRPDR' and
10657            '2T2C' and
10658            'IPSECHW' and
10659            ('IPSECTRAN' or 'IPSECTUN') and
10660            not 'VHOST'"
10661   parameters:
10662   - "latency"
10663   - "parent"
10664   traces:
10665     boxmean: False
10666   layout:
10667     title: ""  # No title
10668     layout: "plot-latency"
10669
10670 ################################################################################
10671
10672 # Packet Latency - VPP SRv6 3n-hsw-x520
10673 -
10674   type: "plot"
10675   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10676   algorithm: "plot_latency_box"
10677   output-file-type: ".html"
10678   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10679   data: "plot-vpp-throughput-latency-3n-hsw"
10680   filter: "'NIC_Intel-X520-DA2' and
10681            '78B' and
10682            'FEATURE' and
10683            'NDRPDR' and
10684            '1T1C' and
10685            'IP6FWD' and
10686            'SRv6'"
10687   parameters:
10688   - "latency"
10689   - "parent"
10690   traces:
10691     boxmean: False
10692   layout:
10693     title: ""  # No title
10694     layout: "plot-latency"
10695
10696 -
10697   type: "plot"
10698   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10699   algorithm: "plot_latency_box"
10700   output-file-type: ".html"
10701   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10702   data: "plot-vpp-throughput-latency-3n-hsw"
10703   filter: "'NIC_Intel-X520-DA2' and
10704            '78B' and
10705            'FEATURE' and
10706            'NDRPDR' and
10707            '2T2C' and
10708            'IP6FWD' and
10709            'SRv6'"
10710   parameters:
10711   - "latency"
10712   - "parent"
10713   traces:
10714     boxmean: False
10715   layout:
10716     title: ""  # No title
10717     layout: "plot-latency"
10718
10719 ################################################################################
10720
10721 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10722 -
10723   type: "plot"
10724   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10725   algorithm: "plot_latency_box"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10728   data: "plot-vpp-throughput-latency-3n-hsw"
10729   filter: "'NIC_Intel-X520-DA2' and
10730            '64B' and
10731            'NDRPDR' and
10732            '1T1C' and
10733            'VHOST' and
10734            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10735   parameters:
10736   - "latency"
10737   - "parent"
10738   traces:
10739     boxmean: False
10740   layout:
10741     title: ""  # No title
10742     layout: "plot-latency"
10743
10744 -
10745   type: "plot"
10746   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10747   algorithm: "plot_latency_box"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10750   data: "plot-vpp-throughput-latency-3n-hsw"
10751   filter: "'NIC_Intel-X520-DA2' and
10752            '64B' and
10753            'NDRPDR' and
10754            '2T2C' and
10755            'VHOST' and
10756            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10757   parameters:
10758   - "latency"
10759   - "parent"
10760   traces:
10761     boxmean: False
10762   layout:
10763     title: ""  # No title
10764     layout: "plot-latency"
10765
10766 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10767 -
10768   type: "plot"
10769   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10770   algorithm: "plot_latency_box"
10771   output-file-type: ".html"
10772   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10773   data: "plot-vpp-throughput-latency-3n-hsw"
10774   filter: "'NIC_Intel-X520-DA2' and
10775            '64B' and
10776            'NDRPDR' and
10777            '1T1C' and
10778            'VHOST' and
10779            not 'VXLAN' and
10780            not 'IP4FWD' and
10781            not 'DOT1Q' and
10782            not '2VM'"
10783   parameters:
10784   - "latency"
10785   - "parent"
10786   traces:
10787     boxmean: False
10788   layout:
10789     title: ""  # No title
10790     layout: "plot-latency"
10791
10792 -
10793   type: "plot"
10794   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10795   algorithm: "plot_latency_box"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10798   data: "plot-vpp-throughput-latency-3n-hsw"
10799   filter: "'NIC_Intel-X520-DA2' and
10800            '64B' and
10801            'NDRPDR' and
10802            '2T2C' and
10803            'VHOST' and
10804            not 'VXLAN' and
10805            not 'IP4FWD' and
10806            not 'DOT1Q' and
10807            not '2VM'"
10808   parameters:
10809   - "latency"
10810   - "parent"
10811   traces:
10812     boxmean: False
10813   layout:
10814     title: ""  # No title
10815     layout: "plot-latency"
10816
10817 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10818 -
10819   type: "plot"
10820   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10821   algorithm: "plot_latency_box"
10822   output-file-type: ".html"
10823   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10824   data: "plot-vpp-throughput-latency-3n-hsw"
10825   filter: "'NIC_Intel-X710' and
10826            '64B' and
10827            'NDRPDR' and
10828            '1T1C' and
10829            'VHOST' and
10830            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10831   parameters:
10832   - "latency"
10833   - "parent"
10834   traces:
10835     boxmean: False
10836   layout:
10837     title: ""  # No title
10838     layout: "plot-latency"
10839
10840 -
10841   type: "plot"
10842   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10843   algorithm: "plot_latency_box"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10846   data: "plot-vpp-throughput-latency-3n-hsw"
10847   filter: "'NIC_Intel-X710' and
10848            '64B' and
10849            'NDRPDR' and
10850            '2T2C' and
10851            'VHOST' and
10852            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10853   parameters:
10854   - "latency"
10855   - "parent"
10856   traces:
10857     boxmean: False
10858   layout:
10859     title: ""  # No title
10860     layout: "plot-latency"
10861
10862 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10863 -
10864   type: "plot"
10865   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10866   algorithm: "plot_latency_box"
10867   output-file-type: ".html"
10868   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10869   data: "plot-vpp-throughput-latency-3n-hsw"
10870   filter: "'NIC_Intel-X710' and
10871            '64B' and
10872            'NDRPDR' and
10873            '1T1C' and
10874            'VHOST' and
10875            not 'VXLAN' and
10876            not 'IP4FWD' and
10877            not 'DOT1Q' and
10878            not '2VM'"
10879   parameters:
10880   - "latency"
10881   - "parent"
10882   traces:
10883     boxmean: False
10884   layout:
10885     title: ""  # No title
10886     layout: "plot-latency"
10887
10888 -
10889   type: "plot"
10890   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10891   algorithm: "plot_latency_box"
10892   output-file-type: ".html"
10893   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10894   data: "plot-vpp-throughput-latency-3n-hsw"
10895   filter: "'NIC_Intel-X710' and
10896            '64B' and
10897            'NDRPDR' and
10898            '2T2C' and
10899            'VHOST' and
10900            not 'VXLAN' and
10901            not 'IP4FWD' and
10902            not 'DOT1Q' and
10903            not '2VM'"
10904   parameters:
10905   - "latency"
10906   - "parent"
10907   traces:
10908     boxmean: False
10909   layout:
10910     title: ""  # No title
10911     layout: "plot-latency"
10912
10913 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10914 -
10915   type: "plot"
10916   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10917   algorithm: "plot_latency_box"
10918   output-file-type: ".html"
10919   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10920   data: "plot-vpp-throughput-latency-3n-hsw"
10921   filter: "'NIC_Intel-XL710' and
10922            '64B' and
10923            'NDRPDR' and
10924            '1T1C' and
10925            'VHOST' and
10926            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10927   parameters:
10928   - "latency"
10929   - "parent"
10930   traces:
10931     boxmean: False
10932   layout:
10933     title: ""  # No title
10934     layout: "plot-latency"
10935
10936 -
10937   type: "plot"
10938   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10939   algorithm: "plot_latency_box"
10940   output-file-type: ".html"
10941   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10942   data: "plot-vpp-throughput-latency-3n-hsw"
10943   filter: "'NIC_Intel-XL710' and
10944            '64B' and
10945            'NDRPDR' and
10946            '2T2C' and
10947            'VHOST' and
10948            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10949   parameters:
10950   - "latency"
10951   - "parent"
10952   traces:
10953     boxmean: False
10954   layout:
10955     title: ""  # No title
10956     layout: "plot-latency"
10957
10958 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10959 -
10960   type: "plot"
10961   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10962   algorithm: "plot_latency_box"
10963   output-file-type: ".html"
10964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10965   data: "plot-vpp-throughput-latency-3n-hsw"
10966   filter: "'NIC_Intel-XL710' and
10967            '64B' and
10968            'NDRPDR' and
10969            '1T1C' and
10970            'VHOST' and
10971            not 'VXLAN' and
10972            not 'IP4FWD' and
10973            not 'DOT1Q' and
10974            not '2VM'"
10975   parameters:
10976   - "latency"
10977   - "parent"
10978   traces:
10979     boxmean: False
10980   layout:
10981     title: ""  # No title
10982     layout: "plot-latency"
10983
10984 -
10985   type: "plot"
10986   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10987   algorithm: "plot_latency_box"
10988   output-file-type: ".html"
10989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10990   data: "plot-vpp-throughput-latency-3n-hsw"
10991   filter: "'NIC_Intel-XL710' and
10992            '64B' and
10993            'NDRPDR' and
10994            '2T2C' and
10995            'VHOST' and
10996            not 'VXLAN' and
10997            not 'IP4FWD' and
10998            not 'DOT1Q' and
10999            not '2VM'"
11000   parameters:
11001   - "latency"
11002   - "parent"
11003   traces:
11004     boxmean: False
11005   layout:
11006     title: ""  # No title
11007     layout: "plot-latency"
11008
11009 ################################################################################
11010
11011 # Packet Latency - VPP VTS 3n-hsw-x520
11012 -
11013   type: "plot"
11014   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
11015   algorithm: "plot_latency_box"
11016   output-file-type: ".html"
11017   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
11018   data: "plot-vpp-throughput-latency-3n-hsw"
11019   filter: "'NIC_Intel-X520-DA2' and
11020            '114B' and
11021            'NDRPDR' and
11022            '1T1C' and
11023            'VTS'"
11024   parameters:
11025   - "latency"
11026   - "parent"
11027   traces:
11028     boxmean: False
11029   layout:
11030     title: ""  # No title
11031     layout: "plot-latency"
11032
11033 -
11034   type: "plot"
11035   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
11036   algorithm: "plot_latency_box"
11037   output-file-type: ".html"
11038   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
11039   data: "plot-vpp-throughput-latency-3n-hsw"
11040   filter: "'NIC_Intel-X520-DA2' and
11041            '114B' and
11042            'NDRPDR' and
11043            '2T2C' and
11044            'VTS'"
11045   parameters:
11046   - "latency"
11047   - "parent"
11048   traces:
11049     boxmean: False
11050   layout:
11051     title: ""  # No title
11052     layout: "plot-latency"
11053
11054 ################################################################################
11055
11056 # Packet Latency - DPDK l3fwd 3n-hsw-x520
11057 -
11058   type: "plot"
11059   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11060   algorithm: "plot_latency_box"
11061   output-file-type: ".html"
11062   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11063   data: "plot-dpdk-throughput-latency-3n-hsw"
11064   filter: "'NIC_Intel-X520-DA2' and
11065            '64B' and
11066            'BASE' and
11067            'NDRPDR' and
11068            '1T1C' and
11069            'IP4FWD'"
11070   parameters:
11071   - "latency"
11072   - "parent"
11073   traces:
11074     hoverinfo: "x+y"
11075     boxpoints: "outliers"
11076     whiskerwidth: 0
11077   layout:
11078     title: ""  # No title
11079     layout: "plot-latency"
11080
11081 -
11082   type: "plot"
11083   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11084   algorithm: "plot_latency_box"
11085   output-file-type: ".html"
11086   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11087   data: "plot-dpdk-throughput-latency-3n-hsw"
11088   filter: "'NIC_Intel-X520-DA2' and
11089            '64B' and
11090            'BASE' and
11091            'NDRPDR' and
11092            '2T2C' and
11093            'IP4FWD'"
11094   parameters:
11095   - "latency"
11096   - "parent"
11097   traces:
11098     hoverinfo: "x+y"
11099     boxpoints: "outliers"
11100     whiskerwidth: 0
11101   layout:
11102     title: ""  # No title
11103     layout: "plot-latency"
11104
11105 # Packet Latency - DPDK l3fwd 3n-hsw-x710
11106 -
11107   type: "plot"
11108   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11109   algorithm: "plot_latency_box"
11110   output-file-type: ".html"
11111   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11112   data: "plot-dpdk-throughput-latency-3n-hsw"
11113   filter: "'NIC_Intel-X710' and
11114            '64B' and
11115            'BASE' and
11116            'NDRPDR' and
11117            '1T1C' and
11118            'IP4FWD'"
11119   parameters:
11120   - "latency"
11121   - "parent"
11122   traces:
11123     hoverinfo: "x+y"
11124     boxpoints: "outliers"
11125     whiskerwidth: 0
11126   layout:
11127     title: ""  # No title
11128     layout: "plot-latency"
11129
11130 -
11131   type: "plot"
11132   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11133   algorithm: "plot_latency_box"
11134   output-file-type: ".html"
11135   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11136   data: "plot-dpdk-throughput-latency-3n-hsw"
11137   filter: "'NIC_Intel-X710' and
11138            '64B' and
11139            'BASE' and
11140            'NDRPDR' and
11141            '2T2C' and
11142            'IP4FWD'"
11143   parameters:
11144   - "latency"
11145   - "parent"
11146   traces:
11147     hoverinfo: "x+y"
11148     boxpoints: "outliers"
11149     whiskerwidth: 0
11150   layout:
11151     title: ""  # No title
11152     layout: "plot-latency"
11153
11154 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11155 -
11156   type: "plot"
11157   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11158   algorithm: "plot_latency_box"
11159   output-file-type: ".html"
11160   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11161   data: "plot-dpdk-throughput-latency-3n-hsw"
11162   filter: "'NIC_Intel-XL710' and
11163            '64B' and
11164            'BASE' and
11165            'NDRPDR' and
11166            '1T1C' and
11167            'IP4FWD'"
11168   parameters:
11169   - "latency"
11170   - "parent"
11171   traces:
11172     hoverinfo: "x+y"
11173     boxpoints: "outliers"
11174     whiskerwidth: 0
11175   layout:
11176     title: ""  # No title
11177     layout: "plot-latency"
11178
11179 -
11180   type: "plot"
11181   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11182   algorithm: "plot_latency_box"
11183   output-file-type: ".html"
11184   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11185   data: "plot-dpdk-throughput-latency-3n-hsw"
11186   filter: "'NIC_Intel-XL710' and
11187            '64B' and
11188            'BASE' and
11189            'NDRPDR' and
11190            '2T2C' and
11191            'IP4FWD'"
11192   parameters:
11193   - "latency"
11194   - "parent"
11195   traces:
11196     hoverinfo: "x+y"
11197     boxpoints: "outliers"
11198     whiskerwidth: 0
11199   layout:
11200     title: ""  # No title
11201     layout: "plot-latency"
11202
11203 # Packet Latency - DPDK l3fwd 3n-skx-x710
11204 -
11205   type: "plot"
11206   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11207   algorithm: "plot_latency_box"
11208   output-file-type: ".html"
11209   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11210   data: "plot-dpdk-throughput-latency-3n-skx"
11211   filter: "'NIC_Intel-X710' and
11212            '64B' and
11213            'BASE' and
11214            'NDRPDR' and
11215            '2T1C' and
11216            'IP4FWD'"
11217   parameters:
11218   - "latency"
11219   - "parent"
11220   traces:
11221     hoverinfo: "x+y"
11222     boxpoints: "outliers"
11223     whiskerwidth: 0
11224   layout:
11225     title: ""  # No title
11226     layout: "plot-latency"
11227
11228 -
11229   type: "plot"
11230   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11231   algorithm: "plot_latency_box"
11232   output-file-type: ".html"
11233   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11234   data: "plot-dpdk-throughput-latency-3n-skx"
11235   filter: "'NIC_Intel-X710' and
11236            '64B' and
11237            'BASE' and
11238            'NDRPDR' and
11239            '4T2C' and
11240            'IP4FWD'"
11241   parameters:
11242   - "latency"
11243   - "parent"
11244   traces:
11245     hoverinfo: "x+y"
11246     boxpoints: "outliers"
11247     whiskerwidth: 0
11248   layout:
11249     title: ""  # No title
11250     layout: "plot-latency"
11251
11252 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11253 -
11254   type: "plot"
11255   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11256   algorithm: "plot_latency_box"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11259   data: "plot-dpdk-throughput-latency-3n-skx"
11260   filter: "'NIC_Intel-XXV710' and
11261            '64B' and
11262            'BASE' and
11263            'NDRPDR' and
11264            '2T1C' and
11265            'IP4FWD'"
11266   parameters:
11267   - "latency"
11268   - "parent"
11269   traces:
11270     hoverinfo: "x+y"
11271     boxpoints: "outliers"
11272     whiskerwidth: 0
11273   layout:
11274     title: ""  # No title
11275     layout: "plot-latency"
11276
11277 -
11278   type: "plot"
11279   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11280   algorithm: "plot_latency_box"
11281   output-file-type: ".html"
11282   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11283   data: "plot-dpdk-throughput-latency-3n-skx"
11284   filter: "'NIC_Intel-XXV710' and
11285            '64B' and
11286            'BASE' and
11287            'NDRPDR' and
11288            '4T2C' and
11289            'IP4FWD'"
11290   parameters:
11291   - "latency"
11292   - "parent"
11293   traces:
11294     hoverinfo: "x+y"
11295     boxpoints: "outliers"
11296     whiskerwidth: 0
11297   layout:
11298     title: ""  # No title
11299     layout: "plot-latency"
11300
11301 # Packet Latency - DPDK l3fwd 2n-skx-x710
11302 -
11303   type: "plot"
11304   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11305   algorithm: "plot_latency_box"
11306   output-file-type: ".html"
11307   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11308   data: "plot-dpdk-throughput-latency-2n-skx"
11309   filter: "'NIC_Intel-X710' and
11310            '64B' and
11311            'BASE' and
11312            'NDRPDR' and
11313            '2T1C' and
11314            'IP4FWD'"
11315   parameters:
11316   - "latency"
11317   - "parent"
11318   traces:
11319     hoverinfo: "x+y"
11320     boxpoints: "outliers"
11321     whiskerwidth: 0
11322   layout:
11323     title: ""  # No title
11324     layout: "plot-latency"
11325
11326 -
11327   type: "plot"
11328   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11329   algorithm: "plot_latency_box"
11330   output-file-type: ".html"
11331   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11332   data: "plot-dpdk-throughput-latency-2n-skx"
11333   filter: "'NIC_Intel-X710' and
11334            '64B' and
11335            'BASE' and
11336            'NDRPDR' and
11337            '4T2C' and
11338            'IP4FWD'"
11339   parameters:
11340   - "latency"
11341   - "parent"
11342   traces:
11343     hoverinfo: "x+y"
11344     boxpoints: "outliers"
11345     whiskerwidth: 0
11346   layout:
11347     title: ""  # No title
11348     layout: "plot-latency"
11349
11350 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11351 -
11352   type: "plot"
11353   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11354   algorithm: "plot_latency_box"
11355   output-file-type: ".html"
11356   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11357   data: "plot-dpdk-throughput-latency-2n-skx"
11358   filter: "'NIC_Intel-XXV710' and
11359            '64B' and
11360            'BASE' and
11361            'NDRPDR' and
11362            '2T1C' and
11363            'IP4FWD'"
11364   parameters:
11365   - "latency"
11366   - "parent"
11367   traces:
11368     hoverinfo: "x+y"
11369     boxpoints: "outliers"
11370     whiskerwidth: 0
11371   layout:
11372     title: ""  # No title
11373     layout: "plot-latency"
11374
11375 -
11376   type: "plot"
11377   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11378   algorithm: "plot_latency_box"
11379   output-file-type: ".html"
11380   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11381   data: "plot-dpdk-throughput-latency-2n-skx"
11382   filter: "'NIC_Intel-XXV710' and
11383            '64B' and
11384            'BASE' and
11385            'NDRPDR' and
11386            '4T2C' and
11387            'IP4FWD'"
11388   parameters:
11389   - "latency"
11390   - "parent"
11391   traces:
11392     hoverinfo: "x+y"
11393     boxpoints: "outliers"
11394     whiskerwidth: 0
11395   layout:
11396     title: ""  # No title
11397     layout: "plot-latency"
11398
11399 ################################################################################
11400
11401 # Packet Latency - DPDK testpmd 3n-hsw-x520
11402 -
11403   type: "plot"
11404   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11405   algorithm: "plot_latency_box"
11406   output-file-type: ".html"
11407   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11408   data: "plot-dpdk-throughput-latency-3n-hsw"
11409   filter: "'NIC_Intel-X520-DA2' and
11410            '64B' and
11411            'BASE' and
11412            'NDRPDR' and
11413            '1T1C' and
11414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11415   parameters:
11416   - "latency"
11417   - "parent"
11418   traces:
11419     hoverinfo: "x+y"
11420     boxpoints: "outliers"
11421     whiskerwidth: 0
11422   layout:
11423     title: ""  # No title
11424     layout: "plot-latency"
11425
11426 -
11427   type: "plot"
11428   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11429   algorithm: "plot_latency_box"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11432   data: "plot-dpdk-throughput-latency-3n-hsw"
11433   filter: "'NIC_Intel-X520-DA2' and
11434            '64B' and
11435            'BASE' and
11436            'NDRPDR' and
11437            '2T2C' and
11438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11439   parameters:
11440   - "latency"
11441   - "parent"
11442   traces:
11443     hoverinfo: "x+y"
11444     boxpoints: "outliers"
11445     whiskerwidth: 0
11446   layout:
11447     title: ""  # No title
11448     layout: "plot-latency"
11449
11450 # Packet Latency - DPDK testpmd 3n-hsw-x710
11451 -
11452   type: "plot"
11453   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11454   algorithm: "plot_latency_box"
11455   output-file-type: ".html"
11456   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11457   data: "plot-dpdk-throughput-latency-3n-hsw"
11458   filter: "'NIC_Intel-X710' and
11459            '64B' and
11460            'BASE' and
11461            'NDRPDR' and
11462            '1T1C' and
11463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11464   parameters:
11465   - "latency"
11466   - "parent"
11467   traces:
11468     hoverinfo: "x+y"
11469     boxpoints: "outliers"
11470     whiskerwidth: 0
11471   layout:
11472     title: ""  # No title
11473     layout: "plot-latency"
11474
11475 -
11476   type: "plot"
11477   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11478   algorithm: "plot_latency_box"
11479   output-file-type: ".html"
11480   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11481   data: "plot-dpdk-throughput-latency-3n-hsw"
11482   filter: "'NIC_Intel-X710' and
11483            '64B' and
11484            'BASE' and
11485            'NDRPDR' and
11486            '2T2C' and
11487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11488   parameters:
11489   - "latency"
11490   - "parent"
11491   traces:
11492     hoverinfo: "x+y"
11493     boxpoints: "outliers"
11494     whiskerwidth: 0
11495   layout:
11496     title: ""  # No title
11497     layout: "plot-latency"
11498
11499 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11500 -
11501   type: "plot"
11502   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11503   algorithm: "plot_latency_box"
11504   output-file-type: ".html"
11505   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11506   data: "plot-dpdk-throughput-latency-3n-hsw"
11507   filter: "'NIC_Intel-XL710' and
11508            '64B' and
11509            'BASE' and
11510            'NDRPDR' and
11511            '1T1C' and
11512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11513   parameters:
11514   - "latency"
11515   - "parent"
11516   traces:
11517     hoverinfo: "x+y"
11518     boxpoints: "outliers"
11519     whiskerwidth: 0
11520   layout:
11521     title: ""  # No title
11522     layout: "plot-latency"
11523
11524 -
11525   type: "plot"
11526   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11527   algorithm: "plot_latency_box"
11528   output-file-type: ".html"
11529   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11530   data: "plot-dpdk-throughput-latency-3n-hsw"
11531   filter: "'NIC_Intel-XL710' and
11532            '64B' and
11533            'BASE' and
11534            'NDRPDR' and
11535            '2T2C' and
11536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11537   parameters:
11538   - "latency"
11539   - "parent"
11540   traces:
11541     hoverinfo: "x+y"
11542     boxpoints: "outliers"
11543     whiskerwidth: 0
11544   layout:
11545     title: ""  # No title
11546     layout: "plot-latency"
11547
11548 # Packet Latency - DPDK testpmd 3n-skx-x710
11549 -
11550   type: "plot"
11551   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11552   algorithm: "plot_latency_box"
11553   output-file-type: ".html"
11554   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11555   data: "plot-dpdk-throughput-latency-3n-skx"
11556   filter: "'NIC_Intel-X710' and
11557            '64B' and
11558            'BASE' and
11559            'NDRPDR' and
11560            '2T1C' and
11561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11562   parameters:
11563   - "latency"
11564   - "parent"
11565   traces:
11566     hoverinfo: "x+y"
11567     boxpoints: "outliers"
11568     whiskerwidth: 0
11569   layout:
11570     title: ""  # No title
11571     layout: "plot-latency"
11572
11573 -
11574   type: "plot"
11575   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11576   algorithm: "plot_latency_box"
11577   output-file-type: ".html"
11578   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11579   data: "plot-dpdk-throughput-latency-3n-skx"
11580   filter: "'NIC_Intel-X710' and
11581            '64B' and
11582            'BASE' and
11583            'NDRPDR' and
11584            '4T2C' and
11585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11586   parameters:
11587   - "latency"
11588   - "parent"
11589   traces:
11590     hoverinfo: "x+y"
11591     boxpoints: "outliers"
11592     whiskerwidth: 0
11593   layout:
11594     title: ""  # No title
11595     layout: "plot-latency"
11596
11597 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11598 -
11599   type: "plot"
11600   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11601   algorithm: "plot_latency_box"
11602   output-file-type: ".html"
11603   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11604   data: "plot-dpdk-throughput-latency-3n-skx"
11605   filter: "'NIC_Intel-XXV710' and
11606            '64B' and
11607            'BASE' and
11608            'NDRPDR' and
11609            '2T1C' and
11610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11611   parameters:
11612   - "latency"
11613   - "parent"
11614   traces:
11615     hoverinfo: "x+y"
11616     boxpoints: "outliers"
11617     whiskerwidth: 0
11618   layout:
11619     title: ""  # No title
11620     layout: "plot-latency"
11621
11622 -
11623   type: "plot"
11624   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11625   algorithm: "plot_latency_box"
11626   output-file-type: ".html"
11627   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11628   data: "plot-dpdk-throughput-latency-3n-skx"
11629   filter: "'NIC_Intel-XXV710' and
11630            '64B' and
11631            'BASE' and
11632            'NDRPDR' and
11633            '4T2C' and
11634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11635   parameters:
11636   - "latency"
11637   - "parent"
11638   traces:
11639     hoverinfo: "x+y"
11640     boxpoints: "outliers"
11641     whiskerwidth: 0
11642   layout:
11643     title: ""  # No title
11644     layout: "plot-latency"
11645
11646 # Packet Latency - DPDK testpmd 2n-skx-x710
11647 -
11648   type: "plot"
11649   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11650   algorithm: "plot_latency_box"
11651   output-file-type: ".html"
11652   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11653   data: "plot-dpdk-throughput-latency-2n-skx"
11654   filter: "'NIC_Intel-X710' and
11655            '64B' and
11656            'BASE' and
11657            'NDRPDR' and
11658            '2T1C' and
11659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11660   parameters:
11661   - "latency"
11662   - "parent"
11663   traces:
11664     hoverinfo: "x+y"
11665     boxpoints: "outliers"
11666     whiskerwidth: 0
11667   layout:
11668     title: ""  # No title
11669     layout: "plot-latency"
11670
11671 -
11672   type: "plot"
11673   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11674   algorithm: "plot_latency_box"
11675   output-file-type: ".html"
11676   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11677   data: "plot-dpdk-throughput-latency-2n-skx"
11678   filter: "'NIC_Intel-X710' and
11679            '64B' and
11680            'BASE' and
11681            'NDRPDR' and
11682            '4T2C' and
11683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11684   parameters:
11685   - "latency"
11686   - "parent"
11687   traces:
11688     hoverinfo: "x+y"
11689     boxpoints: "outliers"
11690     whiskerwidth: 0
11691   layout:
11692     title: ""  # No title
11693     layout: "plot-latency"
11694
11695 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11696 -
11697   type: "plot"
11698   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11699   algorithm: "plot_latency_box"
11700   output-file-type: ".html"
11701   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11702   data: "plot-dpdk-throughput-latency-2n-skx"
11703   filter: "'NIC_Intel-XXV710' and
11704            '64B' and
11705            'BASE' and
11706            'NDRPDR' and
11707            '2T1C' and
11708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11709   parameters:
11710   - "latency"
11711   - "parent"
11712   traces:
11713     hoverinfo: "x+y"
11714     boxpoints: "outliers"
11715     whiskerwidth: 0
11716   layout:
11717     title: ""  # No title
11718     layout: "plot-latency"
11719
11720 -
11721   type: "plot"
11722   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11723   algorithm: "plot_latency_box"
11724   output-file-type: ".html"
11725   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11726   data: "plot-dpdk-throughput-latency-2n-skx"
11727   filter: "'NIC_Intel-XXV710' and
11728            '64B' and
11729            'BASE' and
11730            'NDRPDR' and
11731            '4T2C' and
11732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11733   parameters:
11734   - "latency"
11735   - "parent"
11736   traces:
11737     hoverinfo: "x+y"
11738     boxpoints: "outliers"
11739     whiskerwidth: 0
11740   layout:
11741     title: ""  # No title
11742     layout: "plot-latency"
11743
11744 ################################################################################
11745
11746 # Speedup - VPP Container Memif 3n-hsw-x520
11747 -
11748   type: "plot"
11749   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11750   algorithm: "plot_throughput_speedup_analysis"
11751   output-file-type: ".html"
11752   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11753   data: "plot-throughput-speedup-analysis-3n-hsw"
11754   filter: "'NIC_Intel-X520-DA2' and
11755            '64B' and
11756            ('BASE' or 'SCALE') and
11757            'NDRPDR' and
11758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11759            not 'VHOST' and
11760            'MEMIF'"
11761   parameters:
11762   - "throughput"
11763   - "parent"
11764   - "tags"
11765   layout:
11766     title: ""  # No title
11767     layout: "plot-throughput-speedup-analysis"
11768
11769 -
11770   type: "plot"
11771   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11772   algorithm: "plot_throughput_speedup_analysis"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11775   data: "plot-throughput-speedup-analysis-3n-hsw"
11776   filter: "'NIC_Intel-X520-DA2' and
11777            '64B' and
11778            ('BASE' or 'SCALE') and
11779            'NDRPDR' and
11780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11781            not 'VHOST' and
11782            'MEMIF'"
11783   parameters:
11784   - "throughput"
11785   - "parent"
11786   - "tags"
11787   layout:
11788     title: ""  # No title
11789     layout: "plot-throughput-speedup-analysis"
11790
11791 # Speedup - VPP Container Memif 3n-hsw-x710
11792 -
11793   type: "plot"
11794   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11795   algorithm: "plot_throughput_speedup_analysis"
11796   output-file-type: ".html"
11797   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11798   data: "plot-throughput-speedup-analysis-3n-hsw"
11799   filter: "'NIC_Intel-X710' and
11800            '64B' and
11801            ('BASE' or 'SCALE') and
11802            'NDRPDR' and
11803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11804            not 'VHOST' and
11805            'MEMIF'"
11806   parameters:
11807   - "throughput"
11808   - "parent"
11809   - "tags"
11810   layout:
11811     title: ""  # No title
11812     layout: "plot-throughput-speedup-analysis"
11813
11814 -
11815   type: "plot"
11816   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11817   algorithm: "plot_throughput_speedup_analysis"
11818   output-file-type: ".html"
11819   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11820   data: "plot-throughput-speedup-analysis-3n-hsw"
11821   filter: "'NIC_Intel-X710' and
11822            '64B' and
11823            ('BASE' or 'SCALE') and
11824            'NDRPDR' and
11825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11826            not 'VHOST' and
11827            'MEMIF'"
11828   parameters:
11829   - "throughput"
11830   - "parent"
11831   - "tags"
11832   layout:
11833     title: ""  # No title
11834     layout: "plot-throughput-speedup-analysis"
11835
11836 # Speedup - VPP Container Memif 3n-hsw-xl710
11837 -
11838   type: "plot"
11839   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11840   algorithm: "plot_throughput_speedup_analysis"
11841   output-file-type: ".html"
11842   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11843   data: "plot-throughput-speedup-analysis-3n-hsw"
11844   filter: "'NIC_Intel-XL710' and
11845            '64B' and
11846            ('BASE' or 'SCALE') and
11847            'NDRPDR' and
11848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11849            not 'VHOST' and
11850            'MEMIF'"
11851   parameters:
11852   - "throughput"
11853   - "parent"
11854   - "tags"
11855   layout:
11856     title: ""  # No title
11857     layout: "plot-throughput-speedup-analysis"
11858
11859 -
11860   type: "plot"
11861   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11862   algorithm: "plot_throughput_speedup_analysis"
11863   output-file-type: ".html"
11864   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11865   data: "plot-throughput-speedup-analysis-3n-hsw"
11866   filter: "'NIC_Intel-XL710' and
11867            '64B' and
11868            ('BASE' or 'SCALE') and
11869            'NDRPDR' and
11870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11871            not 'VHOST' and
11872            'MEMIF'"
11873   parameters:
11874   - "throughput"
11875   - "parent"
11876   - "tags"
11877   layout:
11878     title: ""  # No title
11879     layout: "plot-throughput-speedup-analysis"
11880
11881 # Speedup - VPP Container Memif 3n-skx-x710
11882 -
11883   type: "plot"
11884   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11885   algorithm: "plot_throughput_speedup_analysis"
11886   output-file-type: ".html"
11887   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11888   data: "plot-throughput-speedup-analysis-3n-skx"
11889   filter: "'NIC_Intel-X710' and
11890            '64B' and
11891            ('BASE' or 'SCALE') and
11892            'NDRPDR' and
11893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11894            not 'VHOST' and
11895            'MEMIF'"
11896   parameters:
11897   - "throughput"
11898   - "parent"
11899   - "tags"
11900   layout:
11901     title: ""  # No title
11902     layout: "plot-throughput-speedup-analysis"
11903
11904 -
11905   type: "plot"
11906   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11907   algorithm: "plot_throughput_speedup_analysis"
11908   output-file-type: ".html"
11909   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11910   data: "plot-throughput-speedup-analysis-3n-skx"
11911   filter: "'NIC_Intel-X710' and
11912            '64B' and
11913            ('BASE' or 'SCALE') and
11914            'NDRPDR' and
11915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11916            not 'VHOST' and
11917             'MEMIF'"
11918   parameters:
11919   - "throughput"
11920   - "parent"
11921   - "tags"
11922   layout:
11923     title: ""  # No title
11924     layout: "plot-throughput-speedup-analysis"
11925
11926 ################################################################################
11927
11928 # Speedup - VPP Container k8s memif 3n-hsw-x520
11929 -
11930   type: "plot"
11931   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11932   algorithm: "plot_throughput_speedup_analysis"
11933   output-file-type: ".html"
11934   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11935   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11936   filter: "'NIC_Intel-X520-DA2' and
11937            '64B' and
11938            ('BASE' or 'SCALE') and
11939            'NDRPDR' and
11940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11941            not 'VHOST' and
11942            'MEMIF'"
11943   parameters:
11944   - "throughput"
11945   - "parent"
11946   - "tags"
11947   layout:
11948     title: ""  # No title
11949     layout: "plot-throughput-speedup-analysis"
11950
11951 -
11952   type: "plot"
11953   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11954   algorithm: "plot_throughput_speedup_analysis"
11955   output-file-type: ".html"
11956   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11957   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11958   filter: "'NIC_Intel-X520-DA2' and
11959            '64B' and
11960            ('BASE' or 'SCALE') and
11961            'NDRPDR' and
11962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11963            not 'VHOST' and
11964            'MEMIF'"
11965   parameters:
11966   - "throughput"
11967   - "parent"
11968   - "tags"
11969   layout:
11970     title: ""  # No title
11971     layout: "plot-throughput-speedup-analysis"
11972
11973 # Speedup - VPP Container Memif 3n-hsw-x710
11974 -
11975   type: "plot"
11976   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11977   algorithm: "plot_throughput_speedup_analysis"
11978   output-file-type: ".html"
11979   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11980   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11981   filter: "'NIC_Intel-X710' and
11982            '64B' and
11983            ('BASE' or 'SCALE') and
11984            'NDRPDR' and
11985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11986            not 'VHOST' and
11987            'MEMIF'"
11988   parameters:
11989   - "throughput"
11990   - "parent"
11991   - "tags"
11992   layout:
11993     title: ""  # No title
11994     layout: "plot-throughput-speedup-analysis"
11995
11996 -
11997   type: "plot"
11998   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11999   algorithm: "plot_throughput_speedup_analysis"
12000   output-file-type: ".html"
12001   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12002   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
12003   filter: "'NIC_Intel-X710' and
12004            '64B' and
12005            ('BASE' or 'SCALE') and
12006            'NDRPDR' and
12007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12008            not 'VHOST' and
12009            'MEMIF'"
12010   parameters:
12011   - "throughput"
12012   - "parent"
12013   - "tags"
12014   layout:
12015     title: ""  # No title
12016     layout: "plot-throughput-speedup-analysis"
12017
12018 ################################################################################
12019
12020 # Speedup - VPP IPv4 3n-hsw-x520
12021 -
12022   type: "plot"
12023   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12024   algorithm: "plot_throughput_speedup_analysis"
12025   output-file-type: ".html"
12026   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12027   data: "plot-throughput-speedup-analysis-3n-hsw"
12028   filter: "'NIC_Intel-X520-DA2' and
12029            '64B' and
12030            ('BASE' or 'SCALE') and
12031            'NDRPDR' and
12032            'IP4FWD' and
12033            not 'IPSEC' and
12034            not 'VHOST'"
12035   parameters:
12036   - "throughput"
12037   - "parent"
12038   - "tags"
12039   layout:
12040     title: ""  # No title
12041     layout: "plot-throughput-speedup-analysis"
12042
12043 -
12044   type: "plot"
12045   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12046   algorithm: "plot_throughput_speedup_analysis"
12047   output-file-type: ".html"
12048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12049   data: "plot-throughput-speedup-analysis-3n-hsw"
12050   filter: "'NIC_Intel-X520-DA2' and
12051            '64B' and
12052            ('BASE' or 'SCALE') and
12053            'NDRPDR' and
12054            'IP4FWD' and
12055            not 'IPSEC' and
12056            not 'VHOST'"
12057   parameters:
12058   - "throughput"
12059   - "parent"
12060   - "tags"
12061   layout:
12062     title: ""  # No title
12063     layout: "plot-throughput-speedup-analysis"
12064
12065 -
12066   type: "plot"
12067   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
12068   algorithm: "plot_throughput_speedup_analysis"
12069   output-file-type: ".html"
12070   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
12071   data: "plot-throughput-speedup-analysis-3n-hsw"
12072   filter: "'NIC_Intel-X520-DA2' and
12073            '64B' and
12074            'FEATURE' and
12075            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12076            'NDRPDR' and
12077            'IP4FWD' and
12078            not 'IPSEC' and
12079            not 'VHOST'"
12080   parameters:
12081   - "throughput"
12082   - "parent"
12083   - "tags"
12084   layout:
12085     title: ""  # No title
12086     layout: "plot-throughput-speedup-analysis"
12087
12088 -
12089   type: "plot"
12090   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
12091   algorithm: "plot_throughput_speedup_analysis"
12092   output-file-type: ".html"
12093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
12094   data: "plot-throughput-speedup-analysis-3n-hsw"
12095   filter: "'NIC_Intel-X520-DA2' and
12096            '64B' and
12097            'FEATURE' and
12098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12099            'NDRPDR' and
12100            'IP4FWD' and
12101            not 'IPSEC' and
12102            not 'VHOST'"
12103   parameters:
12104   - "throughput"
12105   - "parent"
12106   - "tags"
12107   layout:
12108     title: ""  # No title
12109     layout: "plot-throughput-speedup-analysis"
12110
12111 # Speedup - VPP IPv4 3n-hsw-x710
12112 -
12113   type: "plot"
12114   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12115   algorithm: "plot_throughput_speedup_analysis"
12116   output-file-type: ".html"
12117   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12118   data: "plot-throughput-speedup-analysis-3n-hsw"
12119   filter: "'NIC_Intel-X710' and
12120            '64B' and
12121            ('BASE' or 'SCALE') and
12122            'NDRPDR' and
12123            'IP4FWD' and
12124            not 'IPSEC' and
12125            not 'VHOST'"
12126   parameters:
12127   - "throughput"
12128   - "parent"
12129   - "tags"
12130   layout:
12131     title: ""  # No title
12132     layout: "plot-throughput-speedup-analysis"
12133
12134 -
12135   type: "plot"
12136   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12137   algorithm: "plot_throughput_speedup_analysis"
12138   output-file-type: ".html"
12139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12140   data: "plot-throughput-speedup-analysis-3n-hsw"
12141   filter: "'NIC_Intel-X710' and
12142            '64B' and
12143            ('BASE' or 'SCALE') and
12144            'NDRPDR' and
12145            'IP4FWD' and
12146            not 'IPSEC' and
12147            not 'VHOST'"
12148   parameters:
12149   - "throughput"
12150   - "parent"
12151   - "tags"
12152   layout:
12153     title: ""  # No title
12154     layout: "plot-throughput-speedup-analysis"
12155
12156 -
12157   type: "plot"
12158   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
12159   algorithm: "plot_throughput_speedup_analysis"
12160   output-file-type: ".html"
12161   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
12162   data: "plot-throughput-speedup-analysis-3n-hsw"
12163   filter: "'NIC_Intel-X710' and
12164            '64B' and
12165            'FEATURE' and
12166            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12167            'NDRPDR' and
12168            'IP4FWD' and
12169            not 'IPSEC' and
12170            not 'VHOST'"
12171   parameters:
12172   - "throughput"
12173   - "parent"
12174   - "tags"
12175   layout:
12176     title: ""  # No title
12177     layout: "plot-throughput-speedup-analysis"
12178
12179 -
12180   type: "plot"
12181   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12182   algorithm: "plot_throughput_speedup_analysis"
12183   output-file-type: ".html"
12184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12185   data: "plot-throughput-speedup-analysis-3n-hsw"
12186   filter: "'NIC_Intel-X710' and
12187            '64B' and
12188            'FEATURE' and
12189            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12190            'NDRPDR' and
12191            'IP4FWD' and
12192            not 'IPSEC' and
12193            not 'VHOST'"
12194   parameters:
12195   - "throughput"
12196   - "parent"
12197   - "tags"
12198   layout:
12199     title: ""  # No title
12200     layout: "plot-throughput-speedup-analysis"
12201
12202 # Speedup - VPP IPv4 3n-hsw-xl710
12203 -
12204   type: "plot"
12205   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12206   algorithm: "plot_throughput_speedup_analysis"
12207   output-file-type: ".html"
12208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12209   data: "plot-throughput-speedup-analysis-3n-hsw"
12210   filter: "'NIC_Intel-XL710' and
12211            '64B' and
12212            ('BASE' or 'SCALE') and
12213            'NDRPDR' and
12214            'IP4FWD' and
12215            not 'IPSEC' and
12216            not 'VHOST'"
12217   parameters:
12218   - "throughput"
12219   - "parent"
12220   - "tags"
12221   layout:
12222     title: ""  # No title
12223     layout: "plot-throughput-speedup-analysis"
12224
12225 -
12226   type: "plot"
12227   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12228   algorithm: "plot_throughput_speedup_analysis"
12229   output-file-type: ".html"
12230   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12231   data: "plot-throughput-speedup-analysis-3n-hsw"
12232   filter: "'NIC_Intel-XL710' and
12233            '64B' and
12234            ('BASE' or 'SCALE') and
12235            'NDRPDR' and
12236            'IP4FWD' and
12237            not 'IPSEC' and
12238            not 'VHOST'"
12239   parameters:
12240   - "throughput"
12241   - "parent"
12242   - "tags"
12243   layout:
12244     title: ""  # No title
12245     layout: "plot-throughput-speedup-analysis"
12246
12247 # Speedup - VPP IPv4 3n-skx-x710
12248 -
12249   type: "plot"
12250   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12251   algorithm: "plot_throughput_speedup_analysis"
12252   output-file-type: ".html"
12253   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12254   data: "plot-throughput-speedup-analysis-3n-skx"
12255   filter: "'NIC_Intel-X710' and
12256            '64B' and
12257            ('BASE' or 'SCALE') and
12258            'NDRPDR' and
12259            'IP4FWD' and
12260            not 'IPSEC' and
12261            not 'VHOST'"
12262   parameters:
12263   - "throughput"
12264   - "parent"
12265   - "tags"
12266   layout:
12267     title: ""  # No title
12268     layout: "plot-throughput-speedup-analysis"
12269
12270 -
12271   type: "plot"
12272   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12273   algorithm: "plot_throughput_speedup_analysis"
12274   output-file-type: ".html"
12275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12276   data: "plot-throughput-speedup-analysis-3n-skx"
12277   filter: "'NIC_Intel-X710' and
12278            '64B' and
12279            ('BASE' or 'SCALE') and
12280            'NDRPDR' and
12281            'IP4FWD' and
12282            not 'IPSEC' and
12283            not 'VHOST'"
12284   parameters:
12285   - "throughput"
12286   - "parent"
12287   - "tags"
12288   layout:
12289     title: ""  # No title
12290     layout: "plot-throughput-speedup-analysis"
12291
12292 -
12293   type: "plot"
12294   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12295   algorithm: "plot_throughput_speedup_analysis"
12296   output-file-type: ".html"
12297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12298   data: "plot-throughput-speedup-analysis-3n-skx"
12299   filter: "'NIC_Intel-X710' and
12300            '64B' and
12301            'FEATURE' and
12302            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12303            'NDRPDR' and
12304            'IP4FWD' and
12305            not 'IPSEC' and
12306            not 'VHOST'"
12307   parameters:
12308   - "throughput"
12309   - "parent"
12310   - "tags"
12311   layout:
12312     title: ""  # No title
12313     layout: "plot-throughput-speedup-analysis"
12314
12315 -
12316   type: "plot"
12317   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12318   algorithm: "plot_throughput_speedup_analysis"
12319   output-file-type: ".html"
12320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12321   data: "plot-throughput-speedup-analysis-3n-skx"
12322   filter: "'NIC_Intel-X710' and
12323            '64B' and
12324            'FEATURE' and
12325            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12326            'NDRPDR' and
12327            'IP4FWD' and
12328            not 'IPSEC' and
12329            not 'VHOST'"
12330   parameters:
12331   - "throughput"
12332   - "parent"
12333   - "tags"
12334   layout:
12335     title: ""  # No title
12336     layout: "plot-throughput-speedup-analysis"
12337
12338 # Speedup - VPP IPv4 2n-skx-x710
12339 -
12340   type: "plot"
12341   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12342   algorithm: "plot_throughput_speedup_analysis"
12343   output-file-type: ".html"
12344   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12345   data: "plot-throughput-speedup-analysis-2n-skx"
12346   filter: "'NIC_Intel-X710' and
12347            '64B' and
12348            ('BASE' or 'SCALE') and
12349            'NDRPDR' and
12350            'IP4FWD' and
12351            not 'IPSEC' and
12352            not 'VHOST'"
12353   parameters:
12354   - "throughput"
12355   - "parent"
12356   - "tags"
12357   layout:
12358     title: ""  # No title
12359     layout: "plot-throughput-speedup-analysis"
12360
12361 -
12362   type: "plot"
12363   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12364   algorithm: "plot_throughput_speedup_analysis"
12365   output-file-type: ".html"
12366   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12367   data: "plot-throughput-speedup-analysis-2n-skx"
12368   filter: "'NIC_Intel-X710' and
12369            '64B' and
12370            ('BASE' or 'SCALE') and
12371            'NDRPDR' and
12372            'IP4FWD' and
12373            not 'IPSEC' and
12374            not 'VHOST'"
12375   parameters:
12376   - "throughput"
12377   - "parent"
12378   - "tags"
12379   layout:
12380     title: ""  # No title
12381     layout: "plot-throughput-speedup-analysis"
12382
12383 # Speedup - VPP IPv4 2n-skx-xxv710
12384 -
12385   type: "plot"
12386   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12387   algorithm: "plot_throughput_speedup_analysis"
12388   output-file-type: ".html"
12389   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12390   data: "plot-throughput-speedup-analysis-2n-skx"
12391   filter: "'NIC_Intel-XXV710' and
12392            '64B' and
12393            ('BASE' or 'SCALE') and
12394            'NDRPDR' and
12395            'IP4FWD' and
12396            not 'IPSEC' and
12397            not 'VHOST'"
12398   parameters:
12399   - "throughput"
12400   - "parent"
12401   - "tags"
12402   layout:
12403     title: ""  # No title
12404     layout: "plot-throughput-speedup-analysis"
12405
12406 -
12407   type: "plot"
12408   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12409   algorithm: "plot_throughput_speedup_analysis"
12410   output-file-type: ".html"
12411   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12412   data: "plot-throughput-speedup-analysis-2n-skx"
12413   filter: "'NIC_Intel-XXV710' and
12414            '64B' and
12415            ('BASE' or 'SCALE') and
12416            'NDRPDR' and
12417            'IP4FWD' and
12418            not 'IPSEC' and
12419            not 'VHOST'"
12420   parameters:
12421   - "throughput"
12422   - "parent"
12423   - "tags"
12424   layout:
12425     title: ""  # No title
12426     layout: "plot-throughput-speedup-analysis"
12427
12428 ################################################################################
12429
12430 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12431 -
12432   type: "plot"
12433   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12434   algorithm: "plot_throughput_speedup_analysis"
12435   output-file-type: ".html"
12436   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12437   data: "plot-throughput-speedup-analysis-3n-hsw"
12438   filter: "'NIC_Intel-X520-DA2' and
12439            '64B' and
12440            'ENCAP' and
12441            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12442            'NDRPDR' and
12443            'IP4FWD' and
12444            not 'IPSEC' and
12445            not 'VHOST'"
12446   parameters:
12447   - "throughput"
12448   - "parent"
12449   - "tags"
12450   layout:
12451     title: ""  # No title
12452     layout: "plot-throughput-speedup-analysis"
12453
12454 -
12455   type: "plot"
12456   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12457   algorithm: "plot_throughput_speedup_analysis"
12458   output-file-type: ".html"
12459   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12460   data: "plot-throughput-speedup-analysis-3n-hsw"
12461   filter: "'NIC_Intel-X520-DA2' and
12462            '64B' and
12463            'ENCAP' and
12464            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12465            'NDRPDR' and
12466            'IP4FWD' and
12467            not 'IPSEC' and
12468            not 'VHOST'"
12469   parameters:
12470   - "throughput"
12471   - "parent"
12472   - "tags"
12473   layout:
12474     title: ""  # No title
12475     layout: "plot-throughput-speedup-analysis"
12476
12477 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12478 -
12479   type: "plot"
12480   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12481   algorithm: "plot_throughput_speedup_analysis"
12482   output-file-type: ".html"
12483   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12484   data: "plot-throughput-speedup-analysis-3n-hsw"
12485   filter: "'NIC_Intel-X710' and
12486            '64B' and
12487            'ENCAP' and
12488            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12489            'NDRPDR' and
12490            'IP4FWD' and
12491            not 'IPSEC' and
12492            not 'VHOST'"
12493   parameters:
12494   - "throughput"
12495   - "parent"
12496   - "tags"
12497   layout:
12498     title: ""  # No title
12499     layout: "plot-throughput-speedup-analysis"
12500
12501 -
12502   type: "plot"
12503   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12504   algorithm: "plot_throughput_speedup_analysis"
12505   output-file-type: ".html"
12506   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12507   data: "plot-throughput-speedup-analysis-3n-hsw"
12508   filter: "'NIC_Intel-X710' and
12509            '64B' and
12510            'ENCAP' and
12511            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12512            'NDRPDR' and
12513            'IP4FWD' and
12514            not 'IPSEC' and
12515            not 'VHOST'"
12516   parameters:
12517   - "throughput"
12518   - "parent"
12519   - "tags"
12520   layout:
12521     title: ""  # No title
12522     layout: "plot-throughput-speedup-analysis"
12523
12524 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12525 -
12526   type: "plot"
12527   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12528   algorithm: "plot_throughput_speedup_analysis"
12529   output-file-type: ".html"
12530   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12531   data: "plot-throughput-speedup-analysis-3n-skx"
12532   filter: "'NIC_Intel-X710' and
12533            '64B' and
12534            'ENCAP' and
12535            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12536            'NDRPDR' and
12537            'IP4FWD' and
12538            not 'IPSEC' and
12539            not 'VHOST'"
12540   parameters:
12541   - "throughput"
12542   - "parent"
12543   - "tags"
12544   layout:
12545     title: ""  # No title
12546     layout: "plot-throughput-speedup-analysis"
12547
12548 -
12549   type: "plot"
12550   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12551   algorithm: "plot_throughput_speedup_analysis"
12552   output-file-type: ".html"
12553   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12554   data: "plot-throughput-speedup-analysis-3n-skx"
12555   filter: "'NIC_Intel-X710' and
12556            '64B' and
12557            'ENCAP' and
12558            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12559            'NDRPDR' and
12560            'IP4FWD' and
12561            not 'IPSEC' and
12562            not 'VHOST'"
12563   parameters:
12564   - "throughput"
12565   - "parent"
12566   - "tags"
12567   layout:
12568     title: ""  # No title
12569     layout: "plot-throughput-speedup-analysis"
12570
12571 ################################################################################
12572
12573 # Speedup - VPP IPv6 3n-hsw-x520
12574 -
12575   type: "plot"
12576   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12577   algorithm: "plot_throughput_speedup_analysis"
12578   output-file-type: ".html"
12579   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12580   data: "plot-throughput-speedup-analysis-3n-hsw"
12581   filter: "'NIC_Intel-X520-DA2' and
12582            '78B' and
12583            ('BASE' or 'SCALE') and
12584            'NDRPDR' and
12585            'IP6FWD' and
12586            not 'SRv6' and
12587            not 'IPSEC' and
12588            not 'VHOST'"
12589   parameters:
12590   - "throughput"
12591   - "parent"
12592   - "tags"
12593   layout:
12594     title: ""  # No title
12595     layout: "plot-throughput-speedup-analysis"
12596
12597 -
12598   type: "plot"
12599   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12600   algorithm: "plot_throughput_speedup_analysis"
12601   output-file-type: ".html"
12602   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12603   data: "plot-throughput-speedup-analysis-3n-hsw"
12604   filter: "'NIC_Intel-X520-DA2' and
12605            '78B' and
12606            ('BASE' or 'SCALE') and
12607            'NDRPDR' and
12608            'IP6FWD' and
12609            not 'SRv6' and
12610            not 'IPSEC' and
12611            not 'VHOST'"
12612   parameters:
12613   - "throughput"
12614   - "parent"
12615   - "tags"
12616   layout:
12617     title: ""  # No title
12618     layout: "plot-throughput-speedup-analysis"
12619
12620 # Speedup - VPP IPv6 3n-hsw-x710
12621 -
12622   type: "plot"
12623   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12624   algorithm: "plot_throughput_speedup_analysis"
12625   output-file-type: ".html"
12626   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12627   data: "plot-throughput-speedup-analysis-3n-hsw"
12628   filter: "'NIC_Intel-X710' and
12629            '78B' and
12630            ('BASE' or 'SCALE') and
12631            'NDRPDR' and
12632            'IP6FWD' and
12633            not 'SRv6' and
12634            not 'IPSEC' and
12635            not 'VHOST'"
12636   parameters:
12637   - "throughput"
12638   - "parent"
12639   - "tags"
12640   layout:
12641     title: ""  # No title
12642     layout: "plot-throughput-speedup-analysis"
12643
12644 -
12645   type: "plot"
12646   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12647   algorithm: "plot_throughput_speedup_analysis"
12648   output-file-type: ".html"
12649   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12650   data: "plot-throughput-speedup-analysis-3n-hsw"
12651   filter: "'NIC_Intel-X710' and
12652            '78B' and
12653            ('BASE' or 'SCALE') and
12654            'NDRPDR' and
12655            'IP6FWD' and
12656            not 'SRv6' and
12657            not 'IPSEC' and
12658            not 'VHOST'"
12659   parameters:
12660   - "throughput"
12661   - "parent"
12662   - "tags"
12663   layout:
12664     title: ""  # No title
12665     layout: "plot-throughput-speedup-analysis"
12666
12667 # Speedup - VPP IPv6 3n-hsw-xl710
12668 -
12669   type: "plot"
12670   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12671   algorithm: "plot_throughput_speedup_analysis"
12672   output-file-type: ".html"
12673   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12674   data: "plot-throughput-speedup-analysis-3n-hsw"
12675   filter: "'NIC_Intel-XL710' and
12676            '78B' and
12677            ('BASE' or 'SCALE') and
12678            'NDRPDR' and
12679            'IP6FWD' and
12680            not 'SRv6' and
12681            not 'IPSEC' and
12682            not 'VHOST'"
12683   parameters:
12684   - "throughput"
12685   - "parent"
12686   - "tags"
12687   layout:
12688     title: ""  # No title
12689     layout: "plot-throughput-speedup-analysis"
12690
12691 -
12692   type: "plot"
12693   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12694   algorithm: "plot_throughput_speedup_analysis"
12695   output-file-type: ".html"
12696   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12697   data: "plot-throughput-speedup-analysis-3n-hsw"
12698   filter: "'NIC_Intel-XL710' and
12699            '78B' and
12700            ('BASE' or 'SCALE') and
12701            'NDRPDR' and
12702            'IP6FWD' and
12703            not 'SRv6' and
12704            not 'IPSEC' and
12705            not 'VHOST'"
12706   parameters:
12707   - "throughput"
12708   - "parent"
12709   - "tags"
12710   layout:
12711     title: ""  # No title
12712     layout: "plot-throughput-speedup-analysis"
12713
12714 # Speedup - VPP IPv6 3n-skx-x710
12715 -
12716   type: "plot"
12717   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12718   algorithm: "plot_throughput_speedup_analysis"
12719   output-file-type: ".html"
12720   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12721   data: "plot-throughput-speedup-analysis-3n-skx"
12722   filter: "'NIC_Intel-X710' and
12723            '78B' and
12724            ('BASE' or 'SCALE') and
12725            'NDRPDR' and
12726            'IP6FWD' and
12727            not 'SRv6' and
12728            not 'IPSEC' and
12729            not 'VHOST'"
12730   parameters:
12731   - "throughput"
12732   - "parent"
12733   - "tags"
12734   layout:
12735     title: ""  # No title
12736     layout: "plot-throughput-speedup-analysis"
12737
12738 -
12739   type: "plot"
12740   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12741   algorithm: "plot_throughput_speedup_analysis"
12742   output-file-type: ".html"
12743   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12744   data: "plot-throughput-speedup-analysis-3n-skx"
12745   filter: "'NIC_Intel-X710' and
12746            '78B' and
12747            ('BASE' or 'SCALE') and
12748            'NDRPDR' and
12749            'IP6FWD' and
12750            not 'SRv6' and
12751            not 'IPSEC' and
12752            not 'VHOST'"
12753   parameters:
12754   - "throughput"
12755   - "parent"
12756   - "tags"
12757   layout:
12758     title: ""  # No title
12759     layout: "plot-throughput-speedup-analysis"
12760
12761 # Speedup - VPP IPv6 2n-skx-x710
12762 -
12763   type: "plot"
12764   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12765   algorithm: "plot_throughput_speedup_analysis"
12766   output-file-type: ".html"
12767   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12768   data: "plot-throughput-speedup-analysis-2n-skx"
12769   filter: "'NIC_Intel-X710' and
12770            '78B' and
12771            ('BASE' or 'SCALE') and
12772            'NDRPDR' and
12773            'IP6FWD' and
12774            not 'SRv6' and
12775            not 'IPSEC' and
12776            not 'VHOST'"
12777   parameters:
12778   - "throughput"
12779   - "parent"
12780   - "tags"
12781   layout:
12782     title: ""  # No title
12783     layout: "plot-throughput-speedup-analysis"
12784
12785 -
12786   type: "plot"
12787   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12788   algorithm: "plot_throughput_speedup_analysis"
12789   output-file-type: ".html"
12790   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12791   data: "plot-throughput-speedup-analysis-2n-skx"
12792   filter: "'NIC_Intel-X710' and
12793            '78B' and
12794            ('BASE' or 'SCALE') and
12795            'NDRPDR' and
12796            'IP6FWD' and
12797            not 'IPSEC' and
12798            not 'VHOST'"
12799   parameters:
12800   - "throughput"
12801   - "parent"
12802   - "tags"
12803   layout:
12804     title: ""  # No title
12805     layout: "plot-throughput-speedup-analysis"
12806
12807 # Speedup - VPP IPv6 2n-skx-xxv710
12808 -
12809   type: "plot"
12810   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12811   algorithm: "plot_throughput_speedup_analysis"
12812   output-file-type: ".html"
12813   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12814   data: "plot-throughput-speedup-analysis-2n-skx"
12815   filter: "'NIC_Intel-XXV710' and
12816            '78B' and
12817            ('BASE' or 'SCALE') and
12818            'NDRPDR' and
12819            'IP6FWD' and
12820            not 'SRv6' and
12821            not 'IPSEC' and
12822            not 'VHOST'"
12823   parameters:
12824   - "throughput"
12825   - "parent"
12826   - "tags"
12827   layout:
12828     title: ""  # No title
12829     layout: "plot-throughput-speedup-analysis"
12830
12831 -
12832   type: "plot"
12833   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12834   algorithm: "plot_throughput_speedup_analysis"
12835   output-file-type: ".html"
12836   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12837   data: "plot-throughput-speedup-analysis-2n-skx"
12838   filter: "'NIC_Intel-XXV710' and
12839            '78B' and
12840            ('BASE' or 'SCALE') and
12841            'NDRPDR' and
12842            'IP6FWD' and
12843            not 'SRv6' and
12844            not 'IPSEC' and
12845            not 'VHOST'"
12846   parameters:
12847   - "throughput"
12848   - "parent"
12849   - "tags"
12850   layout:
12851     title: ""  # No title
12852     layout: "plot-throughput-speedup-analysis"
12853
12854 ################################################################################
12855
12856 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12857 -
12858   type: "plot"
12859   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12860   algorithm: "plot_throughput_speedup_analysis"
12861   output-file-type: ".html"
12862   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12863   data: "plot-throughput-speedup-analysis-3n-hsw"
12864   filter: "'NIC_Intel-X520-DA2' and
12865            '78B' and
12866            'ENCAP' and
12867            'NDRPDR' and
12868            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12869            not 'VHOST'"
12870   parameters:
12871   - "throughput"
12872   - "parent"
12873   - "tags"
12874   layout:
12875     title: ""  # No title
12876     layout: "plot-throughput-speedup-analysis"
12877
12878 -
12879   type: "plot"
12880   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12881   algorithm: "plot_throughput_speedup_analysis"
12882   output-file-type: ".html"
12883   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12884   data: "plot-throughput-speedup-analysis-3n-hsw"
12885   filter: "'NIC_Intel-X520-DA2' and
12886            '78B' and
12887            'ENCAP' and
12888            'NDRPDR' and
12889            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12890            not 'VHOST'"
12891   parameters:
12892   - "throughput"
12893   - "parent"
12894   - "tags"
12895   layout:
12896     title: ""  # No title
12897     layout: "plot-throughput-speedup-analysis"
12898
12899 ################################################################################
12900
12901 # Speedup - VPP IPSec 3n-hsw-xl710
12902 -
12903   type: "plot"
12904   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12905   algorithm: "plot_throughput_speedup_analysis"
12906   output-file-type: ".html"
12907   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12908   data: "plot-throughput-speedup-analysis-3n-hsw"
12909   filter: "'NIC_Intel-XL710' and
12910            '64B' and
12911            'IP4FWD' and
12912            'NDRPDR' and
12913            'IPSECHW' and
12914            ('IPSECTRAN' or 'IPSECTUN') and
12915            not 'VHOST'"
12916   parameters:
12917   - "throughput"
12918   - "parent"
12919   - "tags"
12920   layout:
12921     title: ""  # No title
12922     layout: "plot-throughput-speedup-analysis"
12923
12924 -
12925   type: "plot"
12926   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12927   algorithm: "plot_throughput_speedup_analysis"
12928   output-file-type: ".html"
12929   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12930   data: "plot-throughput-speedup-analysis-3n-hsw"
12931   filter: "'NIC_Intel-XL710' and
12932            '64B' and
12933            'IP4FWD' and
12934            'NDRPDR' and
12935            'IPSECHW' and
12936            ('IPSECTRAN' or 'IPSECTUN') and
12937            not 'VHOST'"
12938   parameters:
12939   - "throughput"
12940   - "parent"
12941   - "tags"
12942   layout:
12943     title: ""  # No title
12944     layout: "plot-throughput-speedup-analysis"
12945
12946 ################################################################################
12947
12948 # Speedup - VPP SRv6 3n-hsw-x520
12949 -
12950   type: "plot"
12951   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12952   algorithm: "plot_throughput_speedup_analysis"
12953   output-file-type: ".html"
12954   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12955   data: "plot-throughput-speedup-analysis-3n-hsw"
12956   filter: "'NIC_Intel-X520-DA2' and
12957            '78B' and
12958            'FEATURE' and
12959            'NDRPDR' and
12960            'IP6FWD' and
12961            'SRv6'"
12962   parameters:
12963   - "throughput"
12964   - "parent"
12965   - "tags"
12966   layout:
12967     title: ""  # No title
12968     layout: "plot-throughput-speedup-analysis"
12969
12970 -
12971   type: "plot"
12972   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12973   algorithm: "plot_throughput_speedup_analysis"
12974   output-file-type: ".html"
12975   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12976   data: "plot-throughput-speedup-analysis-3n-hsw"
12977   filter: "'NIC_Intel-X520-DA2' and
12978            '78B' and
12979            'FEATURE' and
12980            'NDRPDR' and
12981            'IP6FWD' and
12982            'SRv6'"
12983   parameters:
12984   - "throughput"
12985   - "parent"
12986   - "tags"
12987   layout:
12988     title: ""  # No title
12989     layout: "plot-throughput-speedup-analysis"
12990
12991 ################################################################################
12992
12993 # Speedup - VPP L2 3n-hsw-x520
12994 -
12995   type: "plot"
12996   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12997   algorithm: "plot_throughput_speedup_analysis"
12998   output-file-type: ".html"
12999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13000   data: "plot-throughput-speedup-analysis-3n-hsw"
13001   filter: "'NIC_Intel-X520-DA2' and
13002            '64B' and
13003            ('BASE' or 'SCALE') and
13004            'NDRPDR' and
13005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13006            not 'VHOST' and
13007            not 'MEMIF'"
13008   parameters:
13009   - "throughput"
13010   - "parent"
13011   - "tags"
13012   layout:
13013     title: ""  # No title
13014     layout: "plot-throughput-speedup-analysis"
13015
13016 -
13017   type: "plot"
13018   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13019   algorithm: "plot_throughput_speedup_analysis"
13020   output-file-type: ".html"
13021   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13022   data: "plot-throughput-speedup-analysis-3n-hsw"
13023   filter: "'NIC_Intel-X520-DA2' and
13024            '64B' and
13025            ('BASE' or 'SCALE') and
13026            'NDRPDR' and
13027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13028            not 'VHOST' and
13029            not 'MEMIF'"
13030   parameters:
13031   - "throughput"
13032   - "parent"
13033   - "tags"
13034   layout:
13035     title: ""  # No title
13036     layout: "plot-throughput-speedup-analysis"
13037
13038 -
13039   type: "plot"
13040   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13041   algorithm: "plot_throughput_speedup_analysis"
13042   output-file-type: ".html"
13043   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13044   data: "plot-throughput-speedup-analysis-3n-hsw"
13045   filter: "'NIC_Intel-X520-DA2' and
13046            '64B' and
13047            'FEATURE' and
13048            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13049            'NDRPDR' and
13050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13051            not 'VHOST' and
13052            not 'MEMIF'"
13053   parameters:
13054   - "throughput"
13055   - "parent"
13056   - "tags"
13057   layout:
13058     title: ""  # No title
13059     layout: "plot-throughput-speedup-analysis"
13060
13061 -
13062   type: "plot"
13063   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13064   algorithm: "plot_throughput_speedup_analysis"
13065   output-file-type: ".html"
13066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13067   data: "plot-throughput-speedup-analysis-3n-hsw"
13068   filter: "'NIC_Intel-X520-DA2' and
13069            '64B' and
13070            'FEATURE' and
13071            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13072            'NDRPDR' and
13073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13074            not 'VHOST' and
13075            not 'MEMIF'"
13076   parameters:
13077   - "throughput"
13078   - "parent"
13079   - "tags"
13080   layout:
13081     title: ""  # No title
13082     layout: "plot-throughput-speedup-analysis"
13083
13084 # Speedup - VPP L2 3n-hsw-x710
13085 -
13086   type: "plot"
13087   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13088   algorithm: "plot_throughput_speedup_analysis"
13089   output-file-type: ".html"
13090   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13091   data: "plot-throughput-speedup-analysis-3n-hsw"
13092   filter: "'NIC_Intel-X710' and
13093            '64B' and
13094            ('BASE' or 'SCALE') and
13095            'NDRPDR' and
13096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13097            not 'VHOST' and
13098            not 'MEMIF'"
13099   parameters:
13100   - "throughput"
13101   - "parent"
13102   - "tags"
13103   layout:
13104     title: ""  # No title
13105     layout: "plot-throughput-speedup-analysis"
13106
13107 -
13108   type: "plot"
13109   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13110   algorithm: "plot_throughput_speedup_analysis"
13111   output-file-type: ".html"
13112   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13113   data: "plot-throughput-speedup-analysis-3n-hsw"
13114   filter: "'NIC_Intel-X710' and
13115            '64B' and
13116            ('BASE' or 'SCALE') and
13117            'NDRPDR' and
13118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13119            not 'VHOST' and
13120            not 'MEMIF'"
13121   parameters:
13122   - "throughput"
13123   - "parent"
13124   - "tags"
13125   layout:
13126     title: ""  # No title
13127     layout: "plot-throughput-speedup-analysis"
13128
13129 -
13130   type: "plot"
13131   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13132   algorithm: "plot_throughput_speedup_analysis"
13133   output-file-type: ".html"
13134   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13135   data: "plot-throughput-speedup-analysis-3n-hsw"
13136   filter: "'NIC_Intel-X710' and
13137            '64B' and
13138            'FEATURE' and
13139            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13140            'NDRPDR' and
13141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13142            not 'VHOST' and
13143            not 'MEMIF'"
13144   parameters:
13145   - "throughput"
13146   - "parent"
13147   - "tags"
13148   layout:
13149     title: ""  # No title
13150     layout: "plot-throughput-speedup-analysis"
13151
13152 -
13153   type: "plot"
13154   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13155   algorithm: "plot_throughput_speedup_analysis"
13156   output-file-type: ".html"
13157   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13158   data: "plot-throughput-speedup-analysis-3n-hsw"
13159   filter: "'NIC_Intel-X710' and
13160            '64B' and
13161            'FEATURE' and
13162            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13163            'NDRPDR' and
13164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13165            not 'VHOST' and
13166            not 'MEMIF'"
13167   parameters:
13168   - "throughput"
13169   - "parent"
13170   - "tags"
13171   layout:
13172     title: ""  # No title
13173     layout: "plot-throughput-speedup-analysis"
13174
13175 # Speedup - VPP L2 3n-hsw-xl710
13176 -
13177   type: "plot"
13178   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13179   algorithm: "plot_throughput_speedup_analysis"
13180   output-file-type: ".html"
13181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13182   data: "plot-throughput-speedup-analysis-3n-hsw"
13183   filter: "'NIC_Intel-XL710' and
13184            '64B' and
13185            ('BASE' or 'SCALE') and
13186            'NDRPDR' and
13187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13188            not 'VHOST' and
13189            not 'MEMIF'"
13190   parameters:
13191   - "throughput"
13192   - "parent"
13193   - "tags"
13194   layout:
13195     title: ""  # No title
13196     layout: "plot-throughput-speedup-analysis"
13197
13198 -
13199   type: "plot"
13200   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13201   algorithm: "plot_throughput_speedup_analysis"
13202   output-file-type: ".html"
13203   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13204   data: "plot-throughput-speedup-analysis-3n-hsw"
13205   filter: "'NIC_Intel-XL710' and
13206            '64B' and
13207            ('BASE' or 'SCALE') and
13208            'NDRPDR' and
13209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13210            not 'VHOST' and
13211            not 'MEMIF'"
13212   parameters:
13213   - "throughput"
13214   - "parent"
13215   - "tags"
13216   layout:
13217     title: ""  # No title
13218     layout: "plot-throughput-speedup-analysis"
13219
13220 # Speedup - VPP L2 3n-skx-x710
13221 -
13222   type: "plot"
13223   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13224   algorithm: "plot_throughput_speedup_analysis"
13225   output-file-type: ".html"
13226   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13227   data: "plot-throughput-speedup-analysis-3n-skx"
13228   filter: "'NIC_Intel-X710' and
13229            '64B' and
13230            ('BASE' or 'SCALE') and
13231            'NDRPDR' and
13232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13233            not 'VHOST' and
13234            not 'MEMIF'"
13235   parameters:
13236   - "throughput"
13237   - "parent"
13238   - "tags"
13239   layout:
13240     title: ""  # No title
13241     layout: "plot-throughput-speedup-analysis"
13242
13243 -
13244   type: "plot"
13245   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13246   algorithm: "plot_throughput_speedup_analysis"
13247   output-file-type: ".html"
13248   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13249   data: "plot-throughput-speedup-analysis-3n-skx"
13250   filter: "'NIC_Intel-X710' and
13251            '64B' and
13252            ('BASE' or 'SCALE') and
13253            'NDRPDR' and
13254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13255            not 'VHOST' and
13256            not 'MEMIF'"
13257   parameters:
13258   - "throughput"
13259   - "parent"
13260   - "tags"
13261   layout:
13262     title: ""  # No title
13263     layout: "plot-throughput-speedup-analysis"
13264
13265 -
13266   type: "plot"
13267   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13268   algorithm: "plot_throughput_speedup_analysis"
13269   output-file-type: ".html"
13270   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13271   data: "plot-throughput-speedup-analysis-3n-skx"
13272   filter: "'NIC_Intel-X710' and
13273            '64B' and
13274            'FEATURE' and
13275            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13276            'NDRPDR' and
13277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13278            not 'VHOST' and
13279            not 'MEMIF'"
13280   parameters:
13281   - "throughput"
13282   - "parent"
13283   - "tags"
13284   layout:
13285     title: ""  # No title
13286     layout: "plot-throughput-speedup-analysis"
13287
13288 -
13289   type: "plot"
13290   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13291   algorithm: "plot_throughput_speedup_analysis"
13292   output-file-type: ".html"
13293   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13294   data: "plot-throughput-speedup-analysis-3n-skx"
13295   filter: "'NIC_Intel-X710' and
13296            '64B' and
13297            'FEATURE' and
13298            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13299            'NDRPDR' and
13300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13301            not 'VHOST' and
13302            not 'MEMIF'"
13303   parameters:
13304   - "throughput"
13305   - "parent"
13306   - "tags"
13307   layout:
13308     title: ""  # No title
13309     layout: "plot-throughput-speedup-analysis"
13310
13311 # Speedup - VPP L2 3n-skx-xxv710
13312 -
13313   type: "plot"
13314   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13315   algorithm: "plot_throughput_speedup_analysis"
13316   output-file-type: ".html"
13317   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13318   data: "plot-throughput-speedup-analysis-3n-skx"
13319   filter: "'NIC_Intel-XXV710' and
13320            '64B' and
13321            ('BASE' or 'SCALE') and
13322            'NDRPDR' and
13323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13324            not 'VHOST' and
13325            not 'MEMIF'"
13326   parameters:
13327   - "throughput"
13328   - "parent"
13329   - "tags"
13330   layout:
13331     title: ""  # No title
13332     layout: "plot-throughput-speedup-analysis"
13333
13334 -
13335   type: "plot"
13336   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13337   algorithm: "plot_throughput_speedup_analysis"
13338   output-file-type: ".html"
13339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13340   data: "plot-throughput-speedup-analysis-3n-skx"
13341   filter: "'NIC_Intel-XXV710' and
13342            '64B' and
13343            ('BASE' or 'SCALE') and
13344            'NDRPDR' and
13345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13346            not 'VHOST' and
13347            not 'MEMIF'"
13348   parameters:
13349   - "throughput"
13350   - "parent"
13351   - "tags"
13352   layout:
13353     title: ""  # No title
13354     layout: "plot-throughput-speedup-analysis"
13355
13356 # Speedup - VPP L2 2n-skx-x710
13357 -
13358   type: "plot"
13359   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13360   algorithm: "plot_throughput_speedup_analysis"
13361   output-file-type: ".html"
13362   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13363   data: "plot-throughput-speedup-analysis-2n-skx"
13364   filter: "'NIC_Intel-X710' and
13365            '64B' and
13366            ('BASE' or 'SCALE') and
13367            'NDRPDR' and
13368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13369            not 'VHOST' and
13370            not 'MEMIF'"
13371   parameters:
13372   - "throughput"
13373   - "parent"
13374   - "tags"
13375   layout:
13376     title: ""  # No title
13377     layout: "plot-throughput-speedup-analysis"
13378
13379 -
13380   type: "plot"
13381   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13382   algorithm: "plot_throughput_speedup_analysis"
13383   output-file-type: ".html"
13384   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13385   data: "plot-throughput-speedup-analysis-2n-skx"
13386   filter: "'NIC_Intel-X710' and
13387            '64B' and
13388            ('BASE' or 'SCALE') and
13389            'NDRPDR' and
13390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13391            not 'VHOST' and
13392            not 'MEMIF'"
13393   parameters:
13394   - "throughput"
13395   - "parent"
13396   - "tags"
13397   layout:
13398     title: ""  # No title
13399     layout: "plot-throughput-speedup-analysis"
13400
13401 # Speedup - VPP L2 2n-skx-xxv710
13402 -
13403   type: "plot"
13404   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13405   algorithm: "plot_throughput_speedup_analysis"
13406   output-file-type: ".html"
13407   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13408   data: "plot-throughput-speedup-analysis-2n-skx"
13409   filter: "'NIC_Intel-XXV710' and
13410            '64B' and
13411            ('BASE' or 'SCALE') and
13412            'NDRPDR' and
13413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13414            not 'VHOST' and
13415            not 'MEMIF'"
13416   parameters:
13417   - "throughput"
13418   - "parent"
13419   - "tags"
13420   layout:
13421     title: ""  # No title
13422     layout: "plot-throughput-speedup-analysis"
13423
13424 -
13425   type: "plot"
13426   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13427   algorithm: "plot_throughput_speedup_analysis"
13428   output-file-type: ".html"
13429   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13430   data: "plot-throughput-speedup-analysis-2n-skx"
13431   filter: "'NIC_Intel-XXV710' and
13432            '64B' and
13433            ('BASE' or 'SCALE') and
13434            'NDRPDR' and
13435            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13436            not 'VHOST' and
13437            not 'MEMIF'"
13438   parameters:
13439   - "throughput"
13440   - "parent"
13441   - "tags"
13442   layout:
13443     title: ""  # No title
13444     layout: "plot-throughput-speedup-analysis"
13445
13446 ################################################################################
13447
13448 # Speedup - VPP vhost ip4 3n-hsw-x520
13449 -
13450   type: "plot"
13451   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13452   algorithm: "plot_throughput_speedup_analysis"
13453   output-file-type: ".html"
13454   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13455   data: "plot-throughput-speedup-analysis-3n-hsw"
13456   filter: "'NIC_Intel-X520-DA2' and
13457            '64B' and
13458            'NDRPDR' and
13459            'VHOST' and
13460            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13461   parameters:
13462   - "throughput"
13463   - "parent"
13464   - "tags"
13465   layout:
13466     title: ""  # No title
13467     layout: "plot-throughput-speedup-analysis"
13468
13469 -
13470   type: "plot"
13471   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13472   algorithm: "plot_throughput_speedup_analysis"
13473   output-file-type: ".html"
13474   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13475   data: "plot-throughput-speedup-analysis-3n-hsw"
13476   filter: "'NIC_Intel-X520-DA2' and
13477            '64B' and
13478            'NDRPDR' and
13479            'VHOST' and
13480            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13481   parameters:
13482   - "throughput"
13483   - "parent"
13484   - "tags"
13485   layout:
13486     title: ""  # No title
13487     layout: "plot-throughput-speedup-analysis"
13488
13489 # Speedup - VPP vhost l2sw 3n-hsw-x520
13490 -
13491   type: "plot"
13492   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13493   algorithm: "plot_throughput_speedup_analysis"
13494   output-file-type: ".html"
13495   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13496   data: "plot-throughput-speedup-analysis-3n-hsw"
13497   filter: "'NIC_Intel-X520-DA2' and
13498            '64B' and
13499            'NDRPDR' and
13500            'VHOST' and
13501            not 'VXLAN' and
13502            not 'IP4FWD' and
13503            not 'DOT1Q' and
13504            not '2VM'"
13505   parameters:
13506   - "throughput"
13507   - "parent"
13508   - "tags"
13509   layout:
13510     title: ""  # No title
13511     layout: "plot-throughput-speedup-analysis"
13512
13513 -
13514   type: "plot"
13515   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13516   algorithm: "plot_throughput_speedup_analysis"
13517   output-file-type: ".html"
13518   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13519   data: "plot-throughput-speedup-analysis-3n-hsw"
13520   filter: "'NIC_Intel-X520-DA2' and
13521            '64B' and
13522            'NDRPDR' and
13523            'VHOST' and
13524            not 'VXLAN' and
13525            not 'IP4FWD' and
13526            not 'DOT1Q' and
13527            not '2VM'"
13528   parameters:
13529   - "throughput"
13530   - "parent"
13531   - "tags"
13532   layout:
13533     title: ""  # No title
13534     layout: "plot-throughput-speedup-analysis"
13535
13536 # Speedup - VPP vhost ip4 3n-hsw-x710
13537 -
13538   type: "plot"
13539   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13540   algorithm: "plot_throughput_speedup_analysis"
13541   output-file-type: ".html"
13542   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13543   data: "plot-throughput-speedup-analysis-3n-hsw"
13544   filter: "'NIC_Intel-X710' and
13545            '64B' and
13546            'NDRPDR' and
13547            'VHOST' and
13548            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13549   parameters:
13550   - "throughput"
13551   - "parent"
13552   - "tags"
13553   layout:
13554     title: ""  # No title
13555     layout: "plot-throughput-speedup-analysis"
13556
13557 -
13558   type: "plot"
13559   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13560   algorithm: "plot_throughput_speedup_analysis"
13561   output-file-type: ".html"
13562   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13563   data: "plot-throughput-speedup-analysis-3n-hsw"
13564   filter: "'NIC_Intel-X710' and
13565            '64B' and
13566            'NDRPDR' and
13567            'VHOST' and
13568            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13569   parameters:
13570   - "throughput"
13571   - "parent"
13572   - "tags"
13573   layout:
13574     title: ""  # No title
13575     layout: "plot-throughput-speedup-analysis"
13576
13577 # Speedup - VPP vhost l2sw 3n-hsw-x710
13578 -
13579   type: "plot"
13580   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13581   algorithm: "plot_throughput_speedup_analysis"
13582   output-file-type: ".html"
13583   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13584   data: "plot-throughput-speedup-analysis-3n-hsw"
13585   filter: "'NIC_Intel-X710' and
13586            '64B' and
13587            'NDRPDR' and
13588            'VHOST' and
13589            not 'VXLAN' and
13590            not 'IP4FWD' and
13591            not 'DOT1Q' and
13592            not '2VM'"
13593   parameters:
13594   - "throughput"
13595   - "parent"
13596   - "tags"
13597   layout:
13598     title: ""  # No title
13599     layout: "plot-throughput-speedup-analysis"
13600
13601 -
13602   type: "plot"
13603   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13604   algorithm: "plot_throughput_speedup_analysis"
13605   output-file-type: ".html"
13606   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13607   data: "plot-throughput-speedup-analysis-3n-hsw"
13608   filter: "'NIC_Intel-X710' and
13609            '64B' and
13610            'NDRPDR' and
13611            'VHOST' and
13612            not 'VXLAN' and
13613            not 'IP4FWD' and
13614            not 'DOT1Q' and
13615            not '2VM'"
13616   parameters:
13617   - "throughput"
13618   - "parent"
13619   - "tags"
13620   layout:
13621     title: ""  # No title
13622     layout: "plot-throughput-speedup-analysis"
13623
13624 # Speedup - VPP vhost ip4 3n-hsw-xl710
13625 -
13626   type: "plot"
13627   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13628   algorithm: "plot_throughput_speedup_analysis"
13629   output-file-type: ".html"
13630   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13631   data: "plot-throughput-speedup-analysis-3n-hsw"
13632   filter: "'NIC_Intel-XL710' and
13633            '64B' and
13634            'NDRPDR' and
13635            'VHOST' and
13636            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13637   parameters:
13638   - "throughput"
13639   - "parent"
13640   - "tags"
13641   layout:
13642     title: ""  # No title
13643     layout: "plot-throughput-speedup-analysis"
13644
13645 -
13646   type: "plot"
13647   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13648   algorithm: "plot_throughput_speedup_analysis"
13649   output-file-type: ".html"
13650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13651   data: "plot-throughput-speedup-analysis-3n-hsw"
13652   filter: "'NIC_Intel-XL710' and
13653            '64B' and
13654            'NDRPDR' and
13655            'VHOST' and
13656            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13657   parameters:
13658   - "throughput"
13659   - "parent"
13660   - "tags"
13661   layout:
13662     title: ""  # No title
13663     layout: "plot-throughput-speedup-analysis"
13664
13665 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13666 -
13667   type: "plot"
13668   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13669   algorithm: "plot_throughput_speedup_analysis"
13670   output-file-type: ".html"
13671   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13672   data: "plot-throughput-speedup-analysis-3n-hsw"
13673   filter: "'NIC_Intel-XL710' and
13674            '64B' and
13675            'NDRPDR' and
13676            'VHOST' and
13677            not 'VXLAN' and
13678            not 'IP4FWD' and
13679            not 'DOT1Q' and
13680            not '2VM'"
13681   parameters:
13682   - "throughput"
13683   - "parent"
13684   - "tags"
13685   layout:
13686     title: ""  # No title
13687     layout: "plot-throughput-speedup-analysis"
13688
13689 -
13690   type: "plot"
13691   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13692   algorithm: "plot_throughput_speedup_analysis"
13693   output-file-type: ".html"
13694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13695   data: "plot-throughput-speedup-analysis-3n-hsw"
13696   filter: "'NIC_Intel-XL710' and
13697            '64B' and
13698            'NDRPDR' and
13699            'VHOST' and
13700            not 'VXLAN' and
13701            not 'IP4FWD' and
13702            not 'DOT1Q' and
13703            not '2VM'"
13704   parameters:
13705   - "throughput"
13706   - "parent"
13707   - "tags"
13708   layout:
13709     title: ""  # No title
13710     layout: "plot-throughput-speedup-analysis"
13711
13712 # Speedup - VPP vhost l2sw 3n-hsw-x520
13713 -
13714   type: "plot"
13715   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13716   algorithm: "plot_throughput_speedup_analysis"
13717   output-file-type: ".html"
13718   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13719   data: "plot-throughput-speedup-analysis-3n-hsw"
13720   filter: "'NIC_Intel-X520-DA2' and
13721            '114B' and
13722            'NDRPDR' and
13723            'VTS'"
13724   parameters:
13725   - "throughput"
13726   - "parent"
13727   - "tags"
13728   layout:
13729     title: ""  # No title
13730     layout: "plot-throughput-speedup-analysis"
13731
13732 -
13733   type: "plot"
13734   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13735   algorithm: "plot_throughput_speedup_analysis"
13736   output-file-type: ".html"
13737   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13738   data: "plot-throughput-speedup-analysis-3n-hsw"
13739   filter: "'NIC_Intel-X520-DA2' and
13740            '114B' and
13741            'NDRPDR' and
13742            'VTS'"
13743   parameters:
13744   - "throughput"
13745   - "parent"
13746   - "tags"
13747   layout:
13748     title: ""  # No title
13749     layout: "plot-throughput-speedup-analysis"