9e20295242413971f25dd0e48b1605b21dd1ebb4
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
45     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
46
47     # Detailed test configurations
48     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
49     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
50     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
51     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
52     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
53     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
54     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
55     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
56     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
57
58     # Detailed tests operational data
59     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
60     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
61     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
62     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
63
64     # .css patch file to fix tables generated by Sphinx
65     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
66     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
67
68   urls:
69     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
70     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
71     URL[NEXUS]: "https://docs.fd.io/csit"
72     DIR[NEXUS]: "report/_static/archive"
73
74   make-dirs:
75   # List the directories which are created while preparing the environment.
76   # All directories MUST be defined in "paths" section.
77   - "DIR[WORKING,DATA]"
78   - "DIR[STATIC,VPP]"
79   - "DIR[STATIC,DPDK]"
80   - "DIR[STATIC,ARCH]"
81   - "DIR[BUILD,LATEX]"
82   - "DIR[WORKING,SRC]"
83   - "DIR[WORKING,SRC,STATIC]"
84
85   remove-dirs:
86   # List the directories which are deleted while cleaning the environment.
87   # All directories MUST be defined in "paths" section.
88   #- "DIR[BUILD,HTML]"
89   - "DIR[WORKING,DATA]"
90
91   build-dirs:
92   # List the directories where the results (build) is stored.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[BUILD,HTML]"
95   - "DIR[BUILD,LATEX]"
96
97 -
98   type: "configuration"
99
100   data-sets:
101
102     # VPP Performance
103     vpp-performance-changes:
104       csit-vpp-perf-1801-all:
105       - 124  # sel
106       - 127  # sel
107       - 128  # sel
108       - 141  # sel
109       - 142  # sel
110       - 143  # sel
111       - 145  # sel
112       - 146  # sel
113       - 162  # sel
114       - 163  # sel
115       - 167  # sel
116       - 172  # sel acl only
117       csit-vpp-perf-1804-all:
118       - 21  # sel
119       - 22  # sel
120       - 23  # sel
121       - 24  # sel
122       - 27  # sel
123       - 28  # sel
124       - 29  # sel
125       - 30  # sel
126       - 31  # sel
127       - 35  # sel
128       # TODO: Add Data sources
129       csit-vpp-perf-verify-1807-3n-hsw:
130       - 11  # NDRPDR full 1
131       - 22  # NDRPDR full 2
132       - 15  # NDRPDR sel
133       - 16  # NDRPDR sel
134       - 19  # NDRPDR sel
135       - 18  # NDRPDR sel
136       - 20  # NDRPDR sel
137       - 38  # NDRPDR sel
138       #- 40  # NDRPDR sel
139       - 44  # NDRPDR sel
140
141     vpp-compare-testbeds:
142       # TODO: Add Data sources
143       csit-vpp-perf-verify-1807-3n-hsw:
144       - 11  # NDRPDR full 1
145       - 22  # NDRPDR full 2
146       - 15  # NDRPDR sel
147       - 16  # NDRPDR sel
148       - 19  # NDRPDR sel
149       - 18  # NDRPDR sel
150       - 20  # NDRPDR sel
151       - 38  # NDRPDR sel
152       #- 40  # NDRPDR sel
153       - 44  # NDRPDR sel
154       csit-vpp-perf-verify-1807-3n-skx:
155       - 33  # NDRPDR sel
156       - 35  # NDRPDR sel
157       - 37  # NDRPDR sel
158       - 38  # NDRPDR sel
159       - 39  # NDRPDR sel
160       - 43  # NDRPDR sel
161       - 44  # NDRPDR sel
162       - 49  # NDRPDR sel
163       - 50  # NDRPDR sel
164       - 56  # NDRPDR sel
165
166     vpp-compare-testbeds-mrr:
167       # TODO: Add Data sources
168       csit-vpp-perf-verify-1807-3n-hsw:
169       - 8   # MRR full
170       - 9   # MRR sel
171       - 21  # MRR sel
172       - 31  # MRR sel
173       - 33  # MRR sel
174       - 36  # MRR sel
175       - 41  # MRR sel
176       - 42  # MRR sel
177       #- 43  # MRR sel
178       csit-vpp-perf-verify-1807-3n-skx:
179       - 28  # MRR sel
180       - 32  # MRR sel
181       - 36  # MRR sel
182       - 42  # MRR sel
183       - 47  # MRR sel
184       - 48  # MRR sel
185       - 51  # MRR sel
186       - 52  # MRR sel
187       - 53  # MRR sel
188       - 54  # MRR sel
189
190     vpp-performance-changes-mrr:
191       csit-vpp-perf-check-1801:
192       - 3
193       - 4
194       - 5
195       - 6
196       - 7
197       - 8
198       - 9
199       - 11
200       - 12
201       - 13
202       csit-vpp-perf-check-1804:
203       - 6   # mrr - sel
204       - 13  # mrr - sel
205       - 14  # mrr - sel
206       - 15  # mrr - sel
207       - 16  # mrr - sel
208       - 17  # mrr - sel
209       - 19  # mrr - sel
210       - 20  # mrr - sel
211       - 21  # mrr - sel
212       - 22  # mrr - sel
213       # TODO: Add Data sources
214       csit-vpp-perf-verify-1807-3n-hsw:
215       - 8   # MRR full
216       - 9   # MRR sel
217       - 21  # MRR sel
218       - 31  # MRR sel
219       - 33  # MRR sel
220       - 36  # MRR sel
221
222     vpp-perf-results-3n-hsw:
223       # TODO: Add Data sources
224       csit-vpp-perf-verify-1807-3n-hsw:
225       - 11  # NDRPDR full 1
226       - 22  # NDRPDR full 2
227
228     vpp-perf-results-3n-skx:
229       csit-vpp-perf-verify-1807-3n-skx:
230       - 40  # NDRPDR full 1
231       - 41  # NDRPDR full 2
232
233     vpp-perf-results-2n-skx:
234       csit-vpp-perf-verify-1807-2n-skx:
235       - 32  # NDRPDR full
236
237     vpp-mrr-results-3n-hsw:
238       csit-vpp-perf-verify-1807-3n-hsw:
239       - 8   # MRR full
240
241     vpp-mrr-results-3n-skx:
242       # TODO: Replace with better results
243       csit-vpp-perf-verify-1807-3n-skx:
244       - 31  # MRR full
245
246     vpp-mrr-results-2n-skx:
247       csit-vpp-perf-verify-1807-2n-skx:
248       - 27  # MRR full
249
250     plot-throughput-speedup-analysis-3n-hsw:
251       # TODO: Add Data sources
252       csit-vpp-perf-verify-1807-3n-hsw:
253       - 11  # NDRPDR full 1
254       - 22  # NDRPDR full 2
255       - 15  # NDRPDR sel
256       - 16  # NDRPDR sel
257       - 19  # NDRPDR sel
258       - 18  # NDRPDR sel
259       - 20  # NDRPDR sel
260       - 38  # NDRPDR sel
261       #- 40  # NDRPDR sel
262       - 44  # NDRPDR sel
263
264     plot-throughput-speedup-analysis-3n-skx:
265       csit-vpp-perf-verify-1807-3n-skx:
266       - 33  # NDRPDR sel
267       - 35  # NDRPDR sel
268       - 37  # NDRPDR sel
269       - 38  # NDRPDR sel
270       - 39  # NDRPDR sel
271       - 43  # NDRPDR sel
272       - 44  # NDRPDR sel
273       - 49  # NDRPDR sel
274       - 50  # NDRPDR sel
275       - 56  # NDRPDR sel
276
277     plot-throughput-speedup-analysis-2n-skx:
278       csit-vpp-perf-verify-1807-2n-skx:
279       - 26  # NDRPDR sel
280       - 28  # NDRPDR sel
281       - 29  # NDRPDR sel
282       - 30  # NDRPDR sel
283       - 34  # NDRPDR sel
284       - 35  # NDRPDR sel
285       - 36  # NDRPDR sel
286       - 39  # NDRPDR sel
287       - 40  # NDRPDR sel
288       - 42  # NDRPDR sel
289
290     plot-vpp-throughput-latency-3n-hsw:
291       # TODO: Add Data sources
292       csit-vpp-perf-verify-1807-3n-hsw:
293       - 11  # NDRPDR full 1
294       - 22  # NDRPDR full 2
295       - 15  # NDRPDR sel
296       - 16  # NDRPDR sel
297       - 19  # NDRPDR sel
298       - 18  # NDRPDR sel
299       - 20  # NDRPDR sel
300
301     plot-vpp-throughput-latency-3n-skx:
302       csit-vpp-perf-verify-1807-3n-skx:
303       - 33  # NDRPDR sel
304       - 35  # NDRPDR sel
305       - 37  # NDRPDR sel
306       - 38  # NDRPDR sel
307       - 39  # NDRPDR sel
308       - 43  # NDRPDR sel
309       - 44  # NDRPDR sel
310       - 49  # NDRPDR sel
311       - 50  # NDRPDR sel
312       - 56  # NDRPDR sel
313
314     plot-vpp-throughput-latency-2n-skx:
315       csit-vpp-perf-verify-1807-2n-skx:
316       - 26  # NDRPDR sel
317       - 28  # NDRPDR sel
318       - 29  # NDRPDR sel
319       - 30  # NDRPDR sel
320       - 34  # NDRPDR sel
321       - 35  # NDRPDR sel
322       - 36  # NDRPDR sel
323       - 39  # NDRPDR sel
324       - 40  # NDRPDR sel
325       - 42  # NDRPDR sel
326
327     plot-vpp-http-server-performance:
328       csit-vpp-perf-verify-1807-3n-hsw:
329       - 24  # WRK
330       - 25  # WRK
331       - 23  # WRK
332       - 26  # WRK
333       - 27  # WRK
334       - 28  # WRK
335       - 29  # WRK
336       - 30  # WRK
337       - 32  # WRK
338       - 35  # WRK
339
340     # VPP Functional
341     vpp-func-results-ubuntu:
342       csit-vpp-functional-1807-ubuntu1604-virl:
343       - 278
344
345     vpp-func-results-centos:
346       csit-vpp-functional-1807-centos7-virl:
347       - 278
348
349     # VPP Ligato
350     ligato-perf-results-3n-hsw:
351       # TODO: Replace with better results
352       csit-ligato-perf-1807-all:
353       - 3   # full ?
354
355     plot-ligato-throughput-speedup-analysis-3n-hsw:
356       # TODO: Add Data sources
357       csit-ligato-perf-1807-all:
358       - 3   # full ?
359       - 4   # sel
360
361     plot-ligato-throughput-latency-3n-hsw:
362       # TODO: Add Data sources
363       csit-ligato-perf-1807-all:
364       - 3   # full ?
365       - 4   # sel
366
367     # DPDK Performance
368     dpdk-performance-changes:
369       csit-dpdk-perf-1804-all:
370       - 4
371       - 5
372       - 6
373       - 7
374       - 8
375       - 9
376       - 10
377       - 11
378       - 12
379       - 13
380       csit-dpdk-perf-verify-1807-3n-hsw:
381       - 11
382       - 12  # full
383       - 14
384       - 15
385       - 16
386       - 17
387       - 20
388       - 21
389       - 22
390       - 23
391
392     dpdk-compare-testbeds:
393       csit-dpdk-perf-verify-1807-3n-skx:
394       - 1
395       - 2
396       - 3
397       - 6
398       - 7
399       - 8
400       - 9
401       - 10
402       - 11
403       - 12
404       csit-dpdk-perf-verify-1807-3n-hsw:
405       - 11
406       - 12  # full
407       - 14
408       - 15
409       - 16
410       - 17
411       - 20
412       - 21
413       - 22
414       - 23
415
416     dpdk-perf-results-3n-hsw:
417       csit-dpdk-perf-verify-1807-3n-hsw:
418       - 12
419
420     dpdk-perf-results-3n-skx:
421       csit-dpdk-perf-verify-1807-3n-skx:
422       - 12
423
424     dpdk-perf-results-2n-skx:
425       csit-dpdk-perf-verify-1807-2n-skx:
426       - 10
427
428     plot-dpdk-throughput-latency-3n-hsw:
429       csit-dpdk-perf-verify-1807-3n-hsw:
430       - 11
431       - 12  # full
432       - 14
433       - 15
434       - 16
435       - 17
436       - 20
437       - 21
438       - 22
439       - 23
440
441     plot-dpdk-throughput-latency-3n-skx:
442       csit-dpdk-perf-verify-1807-3n-skx:
443       - 1
444       - 2
445       - 3
446       - 6
447       - 7
448       - 8
449       - 9
450       - 10
451       - 11
452       - 12
453
454     plot-dpdk-throughput-latency-2n-skx:
455       csit-dpdk-perf-verify-1807-2n-skx:
456       - 1
457       - 2
458       - 3
459       - 4
460       - 5
461       - 6
462       - 7
463       - 8
464       - 9
465       - 10
466
467     # HoneyComb Functional
468     hc-func-results:
469       csit-hc2vpp-verify-func-1807-ubuntu1604:
470       - 6
471
472     # NSH SFC Functional
473     nsh-func-results:
474       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
475       - 2
476
477     # DMM Functional
478     dmm-func-results:
479       # TODO: Replace with 1807 job:
480       csit-dmm-functional-master-ubuntu1604-virl:
481       - 95
482
483   plot-layouts:
484
485     plot-cps:
486       xaxis:
487         autorange: True
488         fixedrange: False
489         gridcolor: "rgb(238, 238, 238)"
490         linecolor: "rgb(238, 238, 238)"
491         linewidth: 1
492         showgrid: True
493         showline: True
494         showticklabels: True
495         tickcolor: "rgb(238, 238, 238)"
496         tickmode: "linear"
497         title: "Indexed Test Cases"
498         zeroline: False
499       yaxis:
500         gridcolor: "rgb(238, 238, 238)"
501         hoverformat: ".4s"
502         linecolor: "rgb(238, 238, 238)"
503         linewidth: 1
504         rangemode: "tozero"
505         showgrid: True
506         showline: True
507         showticklabels: True
508         tickcolor: "rgb(238, 238, 238)"
509         title: "Connections Per Second [cps]"
510         zeroline: False
511       boxmode: "group"
512       boxgroupgap: 0.5
513       autosize: False
514       margin:
515         t: 50
516         b: 20
517         l: 80
518         r: 20
519       showlegend: True
520       legend:
521         orientation: "h"
522       width: 700
523       height: 1000
524
525     plot-rps:
526       xaxis:
527         autorange: True
528         fixedrange: False
529         gridcolor: "rgb(238, 238, 238)"
530         linecolor: "rgb(238, 238, 238)"
531         linewidth: 1
532         showgrid: True
533         showline: True
534         showticklabels: True
535         tickcolor: "rgb(238, 238, 238)"
536         tickmode: "linear"
537         title: "Indexed Test Cases"
538         zeroline: False
539       yaxis:
540         gridcolor: "rgb(238, 238, 238)"
541         hoverformat: ".4s"
542         linecolor: "rgb(238, 238, 238)"
543         linewidth: 1
544         rangemode: "tozero"
545         showgrid: True
546         showline: True
547         showticklabels: True
548         tickcolor: "rgb(238, 238, 238)"
549         title: "Requests Per Second [rps]"
550         zeroline: False
551       boxmode: "group"
552       boxgroupgap: 0.5
553       autosize: False
554       margin:
555         t: 50
556         b: 20
557         l: 80
558         r: 20
559       showlegend: True
560       legend:
561         orientation: "h"
562       width: 700
563       height: 1000
564
565     plot-throughput:
566       xaxis:
567         autorange: True
568         fixedrange: False
569         gridcolor: "rgb(238, 238, 238)"
570         linecolor: "rgb(238, 238, 238)"
571         linewidth: 1
572         showgrid: True
573         showline: True
574         showticklabels: True
575         tickcolor: "rgb(238, 238, 238)"
576         tickmode: "linear"
577         title: "Indexed Test Cases"
578         zeroline: False
579       yaxis:
580         gridcolor: "rgb(238, 238, 238)"
581         hoverformat: ".4s"
582         tickformat: ".3s"
583         linecolor: "rgb(238, 238, 238)"
584         linewidth: 1
585         showgrid: True
586         showline: True
587         showticklabels: True
588         tickcolor: "rgb(238, 238, 238)"
589         title: "Packets Per Second [pps]"
590         zeroline: False
591       boxmode: "group"
592       boxgroupgap: 0.5
593       autosize: False
594       margin:
595         t: 50
596         b: 20
597         l: 80
598         r: 20
599       showlegend: True
600       legend:
601         orientation: "h"
602       width: 700
603       height: 1000
604
605     plot-latency:
606       xaxis:
607         autorange: True
608         fixedrange: False
609         gridcolor: "rgb(238, 238, 238)"
610         linecolor: "rgb(238, 238, 238)"
611         linewidth: 1
612         showgrid: True
613         showline: True
614         showticklabels: True
615         tickcolor: "rgb(238, 238, 238)"
616         tickmode: "linear"
617         title: "Indexed Test Cases"
618         zeroline: False
619       yaxis:
620         gridcolor: "rgb(238, 238, 238)"
621         hoverformat: ""
622         linecolor: "rgb(238, 238, 238)"
623         linewidth: 1
624         showgrid: True
625         showline: True
626         showticklabels: True
627         tickcolor: "rgb(238, 238, 238)"
628         title: "Latency min/avg/max [uSec]"
629         zeroline: False
630       boxmode: "group"
631       boxgroupgap: 0.5
632       autosize: False
633       margin:
634         t: 50
635         b: 20
636         l: 80
637         r: 20
638       showlegend: True
639       legend:
640         orientation: "h"
641       width: 700
642       height: 1000
643
644     plot-throughput-speedup-analysis:
645       xaxis:
646         autorange: True
647         fixedrange: False
648         gridcolor: "rgb(238, 238, 238)"
649         linecolor: "rgb(238, 238, 238)"
650         linewidth: 1
651         showgrid: True
652         showline: True
653         showticklabels: True
654         tickcolor: "rgb(238, 238, 238)"
655         tickmode: "linear"
656         tickangle: 270
657         zeroline: False
658       yaxis:
659         title: "Throughput speedup factor"
660         gridcolor: "rgb(238, 238, 238)"
661         hoverformat: ".4s"
662         linecolor: "rgb(238, 238, 238)"
663         linewidth: 1
664         showgrid: True
665         showline: True
666         showticklabels: True
667         tickcolor: "rgb(238, 238, 238)"
668         zeroline: False
669       legend:
670         orientation: "h"
671         xanchor: "center"
672         yanchor: "top"
673         x: 0.5
674         y: 1
675         bgcolor: "rgba(255, 255, 255, 0)"
676         bordercolor: "rgba(255, 255, 255, 0)"
677       barmode: "group"
678       bargap: 0.15
679       bargroupgap: 0.1
680       autosize: False
681       margin:
682           't': 50
683           'b': 300
684           'l': 50
685           'r': 20
686       showlegend: True
687       width: 700
688       height: 1000
689
690 -
691   type: "static"
692   src-path: "{DIR[RST]}"
693   dst-path: "{DIR[WORKING,SRC]}"
694
695 -
696   type: "input"
697   general:
698     file-name: "robot-plugin.zip"
699     file-format: ".zip"
700     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
701     extract: "robot-plugin/output.xml"
702
703   builds:
704
705     csit-vpp-perf-1801-all:
706     - 124  # sel
707     - 127  # sel
708     - 128  # sel
709     - 141  # sel
710     - 142  # sel
711     - 143  # sel
712     - 145  # sel
713     - 146  # sel
714     - 162  # sel
715     - 163  # sel
716     - 167  # sel
717     - 172  # sel acl only
718     csit-vpp-perf-1804-all:
719     - 21  # sel
720     - 22  # sel
721     - 23  # sel
722     - 24  # sel
723     - 27  # sel
724     - 28  # sel
725     - 29  # sel
726     - 30  # sel
727     - 31  # sel
728     - 35  # sel
729     # TODO: Add Data sources
730     csit-vpp-perf-verify-1807-3n-hsw:
731     - 8   # MRR full
732     - 9   # MRR sel
733     - 21  # MRR sel
734     - 31  # MRR sel
735     - 33  # MRR sel
736     - 36  # MRR sel
737     - 41  # MRR sel
738     - 42  # MRR sel
739     #- 43  # MRR sel
740     - 11  # NDRPDR full 1
741     - 22  # NDRPDR full 2
742     - 15  # NDRPDR sel
743     - 16  # NDRPDR sel
744     - 19  # NDRPDR sel
745     - 18  # NDRPDR sel
746     - 20  # NDRPDR sel
747     - 38  # NDRPDR sel
748     #- 40  # NDRPDR sel
749     - 44  # NDRPDR sel
750     - 24  # WRK
751     - 25  # WRK
752     - 23  # WRK
753     - 26  # WRK
754     - 27  # WRK
755     - 28  # WRK
756     - 29  # WRK
757     - 30  # WRK
758     - 32  # WRK
759     - 35  # WRK
760     csit-vpp-perf-verify-1807-3n-skx:
761     - 31  # MRR full
762     - 28  # MRR sel
763     - 32  # MRR sel
764     - 36  # MRR sel
765     - 42  # MRR sel
766     - 47  # MRR sel
767     - 48  # MRR sel
768     - 51  # MRR sel
769     - 52  # MRR sel
770     - 53  # MRR sel
771     - 54  # MRR sel
772     - 40  # NDRPDR full 1
773     - 41  # NDRPDR full 2
774     - 33  # NDRPDR sel
775     - 35  # NDRPDR sel
776     - 37  # NDRPDR sel
777     - 38  # NDRPDR sel
778     - 39  # NDRPDR sel
779     - 43  # NDRPDR sel
780     - 44  # NDRPDR sel
781     - 49  # NDRPDR sel
782     - 50  # NDRPDR sel
783     - 56  # NDRPDR sel
784     csit-vpp-perf-verify-1807-2n-skx:
785     - 27  # MRR full
786     - 31  # MRR sel
787     - 33  # MRR sel
788     - 37  # MRR sel
789     - 38  # MRR sel
790     - 41  # MRR sel
791     - 43  # MRR sel
792     - 44  # MRR sel
793     - 45  # MRR sel
794     - 46  # MRR sel
795     - 47  # MRR sel
796     - 32  # NDRPDR full
797     - 26  # NDRPDR sel
798     - 28  # NDRPDR sel
799     - 29  # NDRPDR sel
800     - 30  # NDRPDR sel
801     - 34  # NDRPDR sel
802     - 35  # NDRPDR sel
803     - 36  # NDRPDR sel
804     - 39  # NDRPDR sel
805     - 40  # NDRPDR sel
806     - 42  # NDRPDR sel
807     csit-vpp-perf-check-1801:
808     - 3   # mrr
809     - 4   # mrr
810     - 5   # mrr
811     - 6   # mrr
812     - 7   # mrr
813     - 8   # mrr
814     - 9   # mrr
815     - 11  # mrr
816     - 12  # mrr
817     - 13  # mrr
818     csit-vpp-perf-check-1804:
819     - 5   # mrr - full
820     - 6   # mrr - sel
821     - 13  # mrr - sel
822     - 14  # mrr - sel
823     - 15  # mrr - sel
824     - 16  # mrr - sel
825     - 17  # mrr - sel
826     - 19  # mrr - sel
827     - 20  # mrr - sel
828     - 21  # mrr - sel
829     - 22  # mrr - sel
830     csit-ligato-perf-1804-all:
831     - 4   # full
832     - 5   # sel
833     - 6   # sel
834     - 7   # sel
835     - 8   # sel
836     - 9   # sel
837     - 10  # sel
838     - 11  # sel
839     - 12  # sel
840     - 13  # sel
841     - 14  # sel
842     # TODO: Add Data sources
843     csit-ligato-perf-1807-all:
844     - 3   # full ?
845     - 4   # sel
846     csit-dpdk-perf-1804-all:
847     - 4
848     - 5
849     - 6
850     - 7
851     - 8
852     - 9
853     - 10
854     - 11
855     - 12
856     - 13
857     csit-dpdk-perf-verify-1807-3n-hsw:
858     - 11
859     - 12  # full
860     - 14
861     - 15
862     - 16
863     - 17
864     - 20
865     - 21
866     - 22
867     - 23
868     csit-dpdk-perf-verify-1807-3n-skx:
869     - 1
870     - 2
871     - 3
872     - 6
873     - 7
874     - 8
875     - 9
876     - 10
877     - 11
878     - 12
879     csit-dpdk-perf-verify-1807-2n-skx:
880     - 1
881     - 2
882     - 3
883     - 4
884     - 5
885     - 6
886     - 7
887     - 8
888     - 9
889     - 10
890     csit-vpp-functional-1807-ubuntu1604-virl:
891     - 278
892     csit-vpp-functional-1807-centos7-virl:
893     - 278
894     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
895     - 2
896     # TODO: Replace with 1807 job:
897     csit-dmm-functional-master-ubuntu1604-virl:
898     - 95
899     csit-hc2vpp-verify-func-1807-ubuntu1604:
900     - 6
901
902 -
903   type: "output"
904   output: "report"
905   format:
906     html:
907     - full
908     pdf:
909     - minimal
910
911 ################################################################################
912 ###                               T A B L E S                                ###
913 ################################################################################
914
915 ################################################################################
916 # VPP
917 -
918   type: "table"
919   title: "VPP Performance Changes 1t1c pdr"
920   algorithm: "table_performance_comparison"
921   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
922   history:
923     -
924       title: "rls1801"
925       data:
926         csit-vpp-perf-1801-all:
927         - 124  # sel
928         - 127  # sel
929         - 128  # sel
930         - 141  # sel
931         - 142  # sel
932         - 143  # sel
933         - 145  # sel
934         - 146  # sel
935         - 162  # sel
936         - 163  # sel
937         - 167  # sel
938         - 172  # sel acl only
939   reference:
940     title: "rls1804"
941     data:
942       csit-vpp-perf-1804-all:
943       - 21  # sel
944       - 22  # sel
945       - 23  # sel
946       - 24  # sel
947       - 27  # sel
948       - 28  # sel
949       - 29  # sel
950       - 30  # sel
951       - 31  # sel
952       - 35  # sel
953   compare:
954     title: "rls1807"
955     data:
956       # TODO: Add Data sources
957       csit-vpp-perf-verify-1807-3n-hsw:
958       - 11  # NDRPDR full 1
959       - 22  # NDRPDR full 2
960       - 15  # NDRPDR sel
961       - 16  # NDRPDR sel
962       - 19  # NDRPDR sel
963       - 18  # NDRPDR sel
964       - 20  # NDRPDR sel
965       - 38  # NDRPDR sel
966       #- 40  # NDRPDR sel
967       - 44  # NDRPDR sel
968   data: "vpp-performance-changes"
969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
970   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
971   parameters:
972   - "name"
973   - "parent"
974   - "throughput"
975
976 -
977   type: "table"
978   title: "VPP Performance Changes 2t2c pdr"
979   algorithm: "table_performance_comparison"
980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
981   history:
982     -
983       title: "rls1801"
984       data:
985         csit-vpp-perf-1801-all:
986         - 124  # sel
987         - 127  # sel
988         - 128  # sel
989         - 141  # sel
990         - 142  # sel
991         - 143  # sel
992         - 145  # sel
993         - 146  # sel
994         - 162  # sel
995         - 163  # sel
996         - 167  # sel
997         - 172  # sel acl only
998   reference:
999     title: "rls1804"
1000     data:
1001       csit-vpp-perf-1804-all:
1002       - 21  # sel
1003       - 22  # sel
1004       - 23  # sel
1005       - 24  # sel
1006       - 27  # sel
1007       - 28  # sel
1008       - 29  # sel
1009       - 30  # sel
1010       - 31  # sel
1011       - 35  # sel
1012   compare:
1013     title: "rls1807"
1014     data:
1015       # TODO: Add Data sources
1016       csit-vpp-perf-verify-1807-3n-hsw:
1017       - 11  # NDRPDR full 1
1018       - 22  # NDRPDR full 2
1019       - 15  # NDRPDR sel
1020       - 16  # NDRPDR sel
1021       - 19  # NDRPDR sel
1022       - 18  # NDRPDR sel
1023       - 20  # NDRPDR sel
1024       - 38  # NDRPDR sel
1025       #- 40  # NDRPDR sel
1026       - 44  # NDRPDR sel
1027   data: "vpp-performance-changes"
1028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1029   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1030   parameters:
1031   - "name"
1032   - "parent"
1033   - "throughput"
1034
1035 -
1036   type: "table"
1037   title: "VPP Performance Changes 1t1c ndr"
1038   algorithm: "table_performance_comparison"
1039   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1040   history:
1041     -
1042       title: "rls1801"
1043       data:
1044         csit-vpp-perf-1801-all:
1045         - 124  # sel
1046         - 127  # sel
1047         - 128  # sel
1048         - 141  # sel
1049         - 142  # sel
1050         - 143  # sel
1051         - 145  # sel
1052         - 146  # sel
1053         - 162  # sel
1054         - 163  # sel
1055         - 167  # sel
1056         - 172  # sel acl only
1057   reference:
1058     title: "rls1804"
1059     data:
1060       csit-vpp-perf-1804-all:
1061       - 21  # sel
1062       - 22  # sel
1063       - 23  # sel
1064       - 24  # sel
1065       - 27  # sel
1066       - 28  # sel
1067       - 29  # sel
1068       - 30  # sel
1069       - 31  # sel
1070       - 35  # sel
1071   compare:
1072     title: "rls1807"
1073     data:
1074       # TODO: Add Data sources
1075       csit-vpp-perf-verify-1807-3n-hsw:
1076       - 11  # NDRPDR full 1
1077       - 22  # NDRPDR full 2
1078       - 15  # NDRPDR sel
1079       - 16  # NDRPDR sel
1080       - 19  # NDRPDR sel
1081       - 18  # NDRPDR sel
1082       - 20  # NDRPDR sel
1083       - 38  # NDRPDR sel
1084       #- 40  # NDRPDR sel
1085       - 44  # NDRPDR sel
1086   data: "vpp-performance-changes"
1087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1088   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1089   parameters:
1090   - "name"
1091   - "parent"
1092   - "throughput"
1093
1094 -
1095   type: "table"
1096   title: "VPP Performance Changes 2t2c ndr"
1097   algorithm: "table_performance_comparison"
1098   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1099   history:
1100     -
1101       title: "rls1801"
1102       data:
1103         csit-vpp-perf-1801-all:
1104         - 124  # sel
1105         - 127  # sel
1106         - 128  # sel
1107         - 141  # sel
1108         - 142  # sel
1109         - 143  # sel
1110         - 145  # sel
1111         - 146  # sel
1112         - 162  # sel
1113         - 163  # sel
1114         - 167  # sel
1115         - 172  # sel acl only
1116   reference:
1117     title: "rls1804"
1118     data:
1119       csit-vpp-perf-1804-all:
1120       - 21  # sel
1121       - 22  # sel
1122       - 23  # sel
1123       - 24  # sel
1124       - 27  # sel
1125       - 28  # sel
1126       - 29  # sel
1127       - 30  # sel
1128       - 31  # sel
1129       - 35  # sel
1130   compare:
1131     title: "rls1807"
1132     data:
1133       # TODO: Add Data sources
1134       csit-vpp-perf-verify-1807-3n-hsw:
1135       - 11  # NDRPDR full 1
1136       - 22  # NDRPDR full 2
1137       - 15  # NDRPDR sel
1138       - 16  # NDRPDR sel
1139       - 19  # NDRPDR sel
1140       - 18  # NDRPDR sel
1141       - 20  # NDRPDR sel
1142       - 38  # NDRPDR sel
1143       #- 40  # NDRPDR sel
1144       - 44  # NDRPDR sel
1145   data: "vpp-performance-changes"
1146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1147   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1148   parameters:
1149   - "name"
1150   - "parent"
1151   - "throughput"
1152
1153 -
1154   type: "table"
1155   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1156   algorithm: "table_performance_comparison"
1157   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1158   reference:
1159     title: "3-Node Hsw"
1160     data:
1161       # TODO: Add Data sources
1162       csit-vpp-perf-verify-1807-3n-hsw:
1163       - 11  # NDRPDR full 1
1164       - 22  # NDRPDR full 2
1165       - 15  # NDRPDR sel
1166       - 16  # NDRPDR sel
1167       - 19  # NDRPDR sel
1168       - 18  # NDRPDR sel
1169       - 20  # NDRPDR sel
1170       - 38  # NDRPDR sel
1171       #- 40  # NDRPDR sel
1172       - 44  # NDRPDR sel
1173   compare:
1174     title: "3-Node Skx"
1175     data:
1176       csit-vpp-perf-verify-1807-3n-skx:
1177       - 33  # NDRPDR sel
1178       - 35  # NDRPDR sel
1179       - 37  # NDRPDR sel
1180       - 38  # NDRPDR sel
1181       - 39  # NDRPDR sel
1182       - 43  # NDRPDR sel
1183       - 44  # NDRPDR sel
1184       - 49  # NDRPDR sel
1185       - 50  # NDRPDR sel
1186       - 56  # NDRPDR sel
1187   data: "vpp-compare-testbeds"
1188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1189   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1190   parameters:
1191   - "name"
1192   - "parent"
1193   - "throughput"
1194
1195 -
1196   type: "table"
1197   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1198   algorithm: "table_performance_comparison"
1199   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1200   reference:
1201     title: "3-Node Hsw"
1202     data:
1203       # TODO: Add Data sources
1204       csit-vpp-perf-verify-1807-3n-hsw:
1205       - 11  # NDRPDR full 1
1206       - 22  # NDRPDR full 2
1207       - 15  # NDRPDR sel
1208       - 16  # NDRPDR sel
1209       - 19  # NDRPDR sel
1210       - 18  # NDRPDR sel
1211       - 20  # NDRPDR sel
1212       - 38  # NDRPDR sel
1213       #- 40  # NDRPDR sel
1214       - 44  # NDRPDR sel
1215   compare:
1216     title: "3-Node Skx"
1217     data:
1218       csit-vpp-perf-verify-1807-3n-skx:
1219       - 33  # NDRPDR sel
1220       - 35  # NDRPDR sel
1221       - 37  # NDRPDR sel
1222       - 38  # NDRPDR sel
1223       - 39  # NDRPDR sel
1224       - 43  # NDRPDR sel
1225       - 44  # NDRPDR sel
1226       - 49  # NDRPDR sel
1227       - 50  # NDRPDR sel
1228       - 56  # NDRPDR sel
1229   data: "vpp-compare-testbeds"
1230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1231   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1232   parameters:
1233   - "name"
1234   - "parent"
1235   - "throughput"
1236
1237 -
1238   type: "table"
1239   title: "VPP Performance Changes - 1t1c MRR"
1240   algorithm: "table_performance_comparison"
1241   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1242   history:
1243     -
1244       title: "rls1801"
1245       data:
1246         csit-vpp-perf-check-1801:
1247         - 3
1248         - 4
1249         - 5
1250         - 6
1251         - 7
1252         - 8
1253         - 9
1254         - 11
1255         - 12
1256         - 13
1257   reference:
1258     title: "rls1804"
1259     data:
1260       csit-vpp-perf-check-1804:
1261       - 6   # mrr - sel
1262       - 13  # mrr - sel
1263       - 14  # mrr - sel
1264       - 15  # mrr - sel
1265       - 16  # mrr - sel
1266       - 17  # mrr - sel
1267       - 19  # mrr - sel
1268       - 20  # mrr - sel
1269       - 21  # mrr - sel
1270       - 22  # mrr - sel
1271   compare:
1272     title: "rls1807"
1273     data:
1274       # TODO: Add Data sources
1275       csit-vpp-perf-verify-1807-3n-hsw:
1276       - 8   # MRR full
1277       - 9   # MRR sel
1278       - 21  # MRR sel
1279       - 31  # MRR sel
1280       - 33  # MRR sel
1281       - 36  # MRR sel
1282       - 41  # MRR sel
1283       - 42  # MRR sel
1284       #- 43  # MRR sel
1285   data: "vpp-performance-changes-mrr"
1286   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1287   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1288   parameters:
1289   - "name"
1290   - "parent"
1291   - "result"
1292
1293 -
1294   type: "table"
1295   title: "VPP Performance Changes - 2t2c MRR"
1296   algorithm: "table_performance_comparison"
1297   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1298   history:
1299     -
1300       title: "rls1801"
1301       data:
1302         csit-vpp-perf-check-1801:
1303         - 3
1304         - 4
1305         - 5
1306         - 6
1307         - 7
1308         - 8
1309         - 9
1310         - 11
1311         - 12
1312         - 13
1313   reference:
1314     title: "rls1804"
1315     data:
1316       csit-vpp-perf-check-1804:
1317       - 6   # mrr - sel
1318       - 13  # mrr - sel
1319       - 14  # mrr - sel
1320       - 15  # mrr - sel
1321       - 16  # mrr - sel
1322       - 17  # mrr - sel
1323       - 19  # mrr - sel
1324       - 20  # mrr - sel
1325       - 21  # mrr - sel
1326       - 22  # mrr - sel
1327   compare:
1328     title: "rls1807"
1329     data:
1330       # TODO: Add Data sources
1331       csit-vpp-perf-verify-1807-3n-hsw:
1332       - 8   # MRR full
1333       - 9   # MRR sel
1334       - 21  # MRR sel
1335       - 31  # MRR sel
1336       - 33  # MRR sel
1337       - 36  # MRR sel
1338       - 41  # MRR sel
1339       - 42  # MRR sel
1340       #- 43  # MRR sel
1341   data: "vpp-performance-changes-mrr"
1342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1343   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1344   parameters:
1345   - "name"
1346   - "parent"
1347   - "result"
1348
1349 -
1350   type: "table"
1351   title: "VPP Performance Changes - 4t4c MRR"
1352   algorithm: "table_performance_comparison"
1353   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1354   history:
1355     -
1356       title: "rls1801"
1357       data:
1358         csit-vpp-perf-check-1801:
1359         - 3
1360         - 4
1361         - 5
1362         - 6
1363         - 7
1364         - 8
1365         - 9
1366         - 11
1367         - 12
1368         - 13
1369   reference:
1370     title: "rls1804"
1371     data:
1372       csit-vpp-perf-check-1804:
1373       - 6   # mrr - sel
1374       - 13  # mrr - sel
1375       - 14  # mrr - sel
1376       - 15  # mrr - sel
1377       - 16  # mrr - sel
1378       - 17  # mrr - sel
1379       - 19  # mrr - sel
1380       - 20  # mrr - sel
1381       - 21  # mrr - sel
1382       - 22  # mrr - sel
1383   compare:
1384     title: "rls1807"
1385     data:
1386       # TODO: Add Data sources
1387       csit-vpp-perf-verify-1807-3n-hsw:
1388       - 8   # MRR full
1389       - 9   # MRR sel
1390       - 21  # MRR sel
1391       - 31  # MRR sel
1392       - 33  # MRR sel
1393       - 36  # MRR sel
1394       - 41  # MRR sel
1395       - 42  # MRR sel
1396       #- 43  # MRR sel
1397   data: "vpp-performance-changes-mrr"
1398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1399   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1400   parameters:
1401   - "name"
1402   - "parent"
1403   - "result"
1404
1405 -
1406   type: "table"
1407   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1408   algorithm: "table_performance_comparison"
1409   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1410   reference:
1411     title: "3-Node Hsw"
1412     data:
1413       # TODO: Add Data sources
1414       csit-vpp-perf-verify-1807-3n-hsw:
1415       - 8   # MRR full
1416       - 9   # MRR sel
1417       - 21  # MRR sel
1418       - 31  # MRR sel
1419       - 33  # MRR sel
1420       - 36  # MRR sel
1421       - 41  # MRR sel
1422       - 42  # MRR sel
1423       #- 43  # MRR sel
1424   compare:
1425     title: "3-Node Skx"
1426     data:
1427       csit-vpp-perf-verify-1807-3n-skx:
1428       - 28  # MRR sel
1429       - 32  # MRR sel
1430       - 36  # MRR sel
1431       - 42  # MRR sel
1432       - 47  # MRR sel
1433       - 48  # MRR sel
1434       - 51  # MRR sel
1435       - 52  # MRR sel
1436       - 53  # MRR sel
1437       - 54  # MRR sel
1438   data: "vpp-compare-testbeds-mrr"
1439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1440   filter: "'NIC_Intel-X710' and 'MRR'"
1441   parameters:
1442   - "name"
1443   - "parent"
1444   - "result"
1445
1446 -
1447   type: "table"
1448   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1449   algorithm: "table_merged_details"
1450   output-file-ext: ".csv"
1451   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1452   columns:
1453   -
1454     title: "Name"
1455     data: "data name"
1456   -
1457     title: "Status"
1458     data: "data msg"
1459   rows: "generated"
1460   data: "vpp-perf-results-3n-hsw"
1461   filter: "not 'NDRCHK' and not 'PDRCHK'"
1462   parameters:
1463   - "name"
1464   - "parent"
1465   - "msg"
1466
1467 -
1468   type: "table"
1469   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1470   algorithm: "table_merged_details"
1471   output-file-ext: ".csv"
1472   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1473   columns:
1474   -
1475     title: "Name"
1476     data: "data name"
1477   -
1478     title: "Status"
1479     data: "data msg"
1480   rows: "generated"
1481   data: "vpp-perf-results-3n-skx"
1482   filter: "not 'NDRCHK' and not 'PDRCHK'"
1483   parameters:
1484   - "name"
1485   - "parent"
1486   - "msg"
1487
1488 -
1489   type: "table"
1490   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1491   algorithm: "table_merged_details"
1492   output-file-ext: ".csv"
1493   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1494   columns:
1495   -
1496     title: "Name"
1497     data: "data name"
1498   -
1499     title: "Status"
1500     data: "data msg"
1501   rows: "generated"
1502   data: "vpp-perf-results-2n-skx"
1503   filter: "not 'NDRCHK' and not 'PDRCHK'"
1504   parameters:
1505   - "name"
1506   - "parent"
1507   - "msg"
1508
1509 -
1510   type: "table"
1511   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1512   algorithm: "table_merged_details"
1513   output-file-ext: ".csv"
1514   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1515   columns:
1516   -
1517     title: "Name"
1518     data: "data name"
1519   -
1520     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1521     data: "data vat-history"
1522   rows: "generated"
1523   data: "vpp-perf-results-3n-hsw"
1524   filter: "not 'NDRCHK' and not 'PDRCHK'"
1525   parameters:
1526   - "parent"
1527   - "name"
1528   - "vat-history"
1529
1530 -
1531   type: "table"
1532   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1533   algorithm: "table_merged_details"
1534   output-file-ext: ".csv"
1535   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1536   columns:
1537   -
1538     title: "Name"
1539     data: "data name"
1540   -
1541     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1542     data: "data vat-history"
1543   rows: "generated"
1544   data: "vpp-perf-results-3n-skx"
1545   filter: "not 'NDRCHK' and not 'PDRCHK'"
1546   parameters:
1547   - "parent"
1548   - "name"
1549   - "vat-history"
1550
1551 -
1552   type: "table"
1553   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1554   algorithm: "table_merged_details"
1555   output-file-ext: ".csv"
1556   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1557   columns:
1558   -
1559     title: "Name"
1560     data: "data name"
1561   -
1562     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1563     data: "data vat-history"
1564   rows: "generated"
1565   data: "vpp-perf-results-2n-skx"
1566   filter: "not 'NDRCHK' and not 'PDRCHK'"
1567   parameters:
1568   - "parent"
1569   - "name"
1570   - "vat-history"
1571
1572 -
1573   type: "table"
1574   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1575   algorithm: "table_merged_details"
1576   output-file-ext: ".csv"
1577   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1578   columns:
1579   -
1580     title: "Name"
1581     data: "data name"
1582   -
1583     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1584     data: "data show-run"
1585   rows: "generated"
1586   data: "vpp-perf-results-3n-hsw"
1587   filter: "not 'NDRCHK' and not 'PDRCHK'"
1588   parameters:
1589   - "parent"
1590   - "name"
1591   - "show-run"
1592
1593 -
1594   type: "table"
1595   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1596   algorithm: "table_merged_details"
1597   output-file-ext: ".csv"
1598   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1599   columns:
1600   -
1601     title: "Name"
1602     data: "data name"
1603   -
1604     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1605     data: "data show-run"
1606   rows: "generated"
1607   data: "vpp-perf-results-3n-skx"
1608   filter: "not 'NDRCHK' and not 'PDRCHK'"
1609   parameters:
1610   - "parent"
1611   - "name"
1612   - "show-run"
1613
1614 -
1615   type: "table"
1616   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1617   algorithm: "table_merged_details"
1618   output-file-ext: ".csv"
1619   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1620   columns:
1621   -
1622     title: "Name"
1623     data: "data name"
1624   -
1625     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1626     data: "data show-run"
1627   rows: "generated"
1628   data: "vpp-perf-results-2n-skx"
1629   filter: "not 'NDRCHK' and not 'PDRCHK'"
1630   parameters:
1631   - "parent"
1632   - "name"
1633   - "show-run"
1634
1635 -
1636   type: "table"
1637   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1638   algorithm: "table_details"
1639   output-file-ext: ".csv"
1640   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1641   columns:
1642   -
1643     title: "Name"
1644     data: "data name"
1645   -
1646     title: "Status"
1647     data: "data msg"
1648   rows: "generated"
1649   data: "vpp-mrr-results-3n-hsw"
1650   filter: "'MRR'"
1651   parameters:
1652   - "name"
1653   - "parent"
1654   - "msg"
1655
1656 -
1657   type: "table"
1658   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1659   algorithm: "table_details"
1660   output-file-ext: ".csv"
1661   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1662   columns:
1663   -
1664     title: "Name"
1665     data: "data name"
1666   -
1667     title: "Status"
1668     data: "data msg"
1669   rows: "generated"
1670   data: "vpp-mrr-results-3n-skx"
1671   filter: "'MRR'"
1672   parameters:
1673   - "name"
1674   - "parent"
1675   - "msg"
1676
1677 -
1678   type: "table"
1679   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1680   algorithm: "table_details"
1681   output-file-ext: ".csv"
1682   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1683   columns:
1684   -
1685     title: "Name"
1686     data: "data name"
1687   -
1688     title: "Status"
1689     data: "data msg"
1690   rows: "generated"
1691   data: "vpp-mrr-results-2n-skx"
1692   filter: "'MRR'"
1693   parameters:
1694   - "name"
1695   - "parent"
1696   - "msg"
1697
1698 -
1699   type: "table"
1700   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1701   algorithm: "table_details"
1702   output-file-ext: ".csv"
1703   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1704   columns:
1705   -
1706     title: "Name"
1707     data: "data name"
1708   -
1709     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1710     data: "data vat-history"
1711   rows: "generated"
1712   data: "vpp-mrr-results-3n-hsw"
1713   filter: "'MRR'"
1714   parameters:
1715   - "parent"
1716   - "name"
1717   - "vat-history"
1718
1719 -
1720   type: "table"
1721   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1722   algorithm: "table_details"
1723   output-file-ext: ".csv"
1724   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1725   columns:
1726   -
1727     title: "Name"
1728     data: "data name"
1729   -
1730     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1731     data: "data vat-history"
1732   rows: "generated"
1733   data: "vpp-mrr-results-3n-skx"
1734   filter: "'MRR'"
1735   parameters:
1736   - "parent"
1737   - "name"
1738   - "vat-history"
1739
1740 -
1741   type: "table"
1742   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1743   algorithm: "table_details"
1744   output-file-ext: ".csv"
1745   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1746   columns:
1747   -
1748     title: "Name"
1749     data: "data name"
1750   -
1751     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1752     data: "data vat-history"
1753   rows: "generated"
1754   data: "vpp-mrr-results-2n-skx"
1755   filter: "'MRR'"
1756   parameters:
1757   - "parent"
1758   - "name"
1759   - "vat-history"
1760
1761 -
1762   type: "table"
1763   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1764   algorithm: "table_details"
1765   output-file-ext: ".csv"
1766   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1767   columns:
1768   -
1769     title: "Name"
1770     data: "data name"
1771   -
1772     title: "Documentation"
1773     data: "data doc"
1774   -
1775     title: "Status"
1776     data: "data status"
1777   rows: "generated"
1778   data: "vpp-func-results-ubuntu"
1779   filter: "all"
1780   parameters:
1781   - "name"
1782   - "parent"
1783   - "doc"
1784   - "status"
1785
1786 -
1787   type: "table"
1788   title: "Detailed Test Results - VPP Functional Results - CentOS"
1789   algorithm: "table_details"
1790   output-file-ext: ".csv"
1791   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1792   columns:
1793   -
1794     title: "Name"
1795     data: "data name"
1796   -
1797     title: "Documentation"
1798     data: "data doc"
1799   -
1800     title: "Status"
1801     data: "data status"
1802   rows: "generated"
1803   data:
1804     "vpp-func-results-centos"
1805   filter: "all"
1806   parameters:
1807   - "name"
1808   - "parent"
1809   - "doc"
1810   - "status"
1811
1812 -
1813   type: "table"
1814   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1815   algorithm: "table_details"
1816   output-file-ext: ".csv"
1817   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1818   columns:
1819   -
1820     title: "Name"
1821     data: "data name"
1822   -
1823     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1824     data: "data vat-history"
1825   rows: "generated"
1826   data: "vpp-func-results-ubuntu"
1827   filter: "all"
1828   parameters:
1829   - "parent"
1830   - "name"
1831   - "vat-history"
1832
1833 -
1834   type: "table"
1835   title: "Test configuration - VPP Functional Test Configs - CentOS"
1836   algorithm: "table_details"
1837   output-file-ext: ".csv"
1838   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1839   columns:
1840   -
1841     title: "Name"
1842     data: "data name"
1843   -
1844     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1845     data: "data vat-history"
1846   rows: "generated"
1847   data: "vpp-func-results-centos"
1848   filter: "all"
1849   parameters:
1850   - "parent"
1851   - "name"
1852   - "vat-history"
1853
1854 -
1855   type: "table"
1856   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1857   algorithm: "table_details"
1858   output-file-ext: ".csv"
1859   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1860   columns:
1861   -
1862     title: "Name"
1863     data: "data name"
1864   -
1865     title: "Status"
1866     data: "data msg"
1867   rows: "generated"
1868   data: "ligato-perf-results-3n-hsw"
1869   filter: "all"
1870   parameters:
1871   - "name"
1872   - "parent"
1873   - "msg"
1874
1875 ################################################################################
1876 # DPDK
1877 -
1878   type: "table"
1879   title: "DPDK Performance Changes 1t1c pdr"
1880   algorithm: "table_performance_comparison"
1881   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1882   reference:
1883     title: "rls1804"
1884     data:
1885       csit-dpdk-perf-1804-all:
1886       - 4
1887       - 5
1888       - 6
1889       - 7
1890       - 8
1891       - 9
1892       - 10
1893       - 11
1894       - 12
1895       - 13
1896   compare:
1897     title: "rls1807"
1898     data:
1899       csit-dpdk-perf-verify-1807-3n-hsw:
1900       - 11
1901       - 12  # full
1902       - 14
1903       - 15
1904       - 16
1905       - 17
1906       - 20
1907       - 21
1908       - 22
1909       - 23
1910   data: "dpdk-performance-changes"
1911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1912   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1913   parameters:
1914   - "name"
1915   - "parent"
1916   - "throughput"
1917
1918 -
1919   type: "table"
1920   title: "DPDK Performance Changes 2t2c pdr"
1921   algorithm: "table_performance_comparison"
1922   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-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: "'2T2C' 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 1t1c ndr"
1962   algorithm: "table_performance_comparison"
1963   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
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: "NDR" # "PDR" | "NDR" | "MRR"
1994   filter: "'1T1C' 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 2t2c ndr"
2003   algorithm: "table_performance_comparison"
2004   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-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: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2036   parameters:
2037   - "name"
2038   - "parent"
2039   - "throughput"
2040
2041 -
2042   type: "table"
2043   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2044   algorithm: "table_performance_comparison"
2045   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2046   reference:
2047     title: "3-Node Hsw"
2048     data:
2049       csit-dpdk-perf-verify-1807-3n-hsw:
2050       - 11
2051       - 12  # full
2052       - 14
2053       - 15
2054       - 16
2055       - 17
2056       - 20
2057       - 21
2058       - 22
2059       - 23
2060   compare:
2061     title: "3-Node Skx"
2062     data:
2063       csit-dpdk-perf-verify-1807-3n-skx:
2064       - 1
2065       - 2
2066       - 3
2067       - 6
2068       - 7
2069       - 8
2070       - 9
2071       - 10
2072       - 11
2073       - 12
2074   data: "dpdk-compare-testbeds"
2075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2076   filter: "'NIC_Intel-X710' 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 pdr"
2085   algorithm: "table_performance_comparison"
2086   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
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: "PDR" # "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 mrr"
2126   algorithm: "table_performance_comparison"
2127   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
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: "MRR" # "PDR" | "NDR" | "MRR"
2158   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2159   parameters:
2160   - "name"
2161   - "parent"
2162   - "throughput"
2163
2164 -
2165   type: "table"
2166   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2167   algorithm: "table_details"
2168   output-file-ext: ".csv"
2169   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2170   columns:
2171   -
2172     title: "Name"
2173     data: "data name"
2174   -
2175     title: "Status"
2176     data: "data msg"
2177   rows: "generated"
2178   data: "dpdk-perf-results-3n-hsw"
2179   filter: "all"
2180   parameters:
2181   - "name"
2182   - "parent"
2183   - "msg"
2184
2185 -
2186   type: "table"
2187   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2188   algorithm: "table_details"
2189   output-file-ext: ".csv"
2190   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2191   columns:
2192   -
2193     title: "Name"
2194     data: "data name"
2195   -
2196     title: "Status"
2197     data: "data msg"
2198   rows: "generated"
2199   data: "dpdk-perf-results-3n-skx"
2200   filter: "all"
2201   parameters:
2202   - "name"
2203   - "parent"
2204   - "msg"
2205
2206 -
2207   type: "table"
2208   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2209   algorithm: "table_details"
2210   output-file-ext: ".csv"
2211   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2212   columns:
2213   -
2214     title: "Name"
2215     data: "data name"
2216   -
2217     title: "Status"
2218     data: "data msg"
2219   rows: "generated"
2220   data: "dpdk-perf-results-2n-skx"
2221   filter: "all"
2222   parameters:
2223   - "name"
2224   - "parent"
2225   - "msg"
2226
2227
2228 ################################################################################
2229 # HoneyComb
2230 -
2231   type: "table"
2232   title: "Detailed Test Results - Honeycomb Functional Results"
2233   algorithm: "table_details"
2234   output-file-ext: ".csv"
2235   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2236   columns:
2237   -
2238     title: "Name"
2239     data: "data name"
2240   -
2241     title: "Documentation"
2242     data: "data doc"
2243   -
2244     title: "Status"
2245     data: "data status"
2246   rows: "generated"
2247   data:
2248     "hc-func-results"
2249   filter: "all"
2250   parameters:
2251   - "name"
2252   - "parent"
2253   - "doc"
2254   - "status"
2255
2256 ################################################################################
2257 # NSH SFC
2258 -
2259   type: "table"
2260   title: "Detailed Test Results - NSH SFC Functional Results"
2261   algorithm: "table_details"
2262   output-file-ext: ".csv"
2263   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2264   columns:
2265   -
2266     title: "Name"
2267     data: "data name"
2268   -
2269     title: "Documentation"
2270     data: "data doc"
2271   -
2272     title: "Status"
2273     data: "data status"
2274   rows: "generated"
2275   data:
2276     "nsh-func-results"
2277   filter: "all"
2278   parameters:
2279   - "name"
2280   - "parent"
2281   - "doc"
2282   - "status"
2283
2284 ################################################################################
2285 # DMM
2286 -
2287   type: "table"
2288   title: "Detailed Test Results - DMM Functional Results"
2289   algorithm: "table_details"
2290   output-file-ext: ".csv"
2291   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2292   columns:
2293   -
2294     title: "Name"
2295     data: "data name"
2296   -
2297     title: "Documentation"
2298     data: "data doc"
2299   -
2300     title: "Status"
2301     data: "data status"
2302   rows: "generated"
2303   data:
2304     "dmm-func-results"
2305   filter: "all"
2306   parameters:
2307   - "name"
2308   - "parent"
2309   - "doc"
2310   - "status"
2311
2312 ################################################################################
2313 ###                                F I L E S                                 ###
2314 ################################################################################
2315
2316 -
2317   type: "file"
2318   title: "VPP Performance Results 3n-hsw"
2319   algorithm: "file_test_results"
2320   output-file-ext: ".rst"
2321   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2322   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"
2323   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2324   data: "vpp-perf-results-3n-hsw"
2325   filter: "not 'NDRCHK' and not 'PDRCHK'"
2326   parameters:
2327   - "name"
2328   - "doc"
2329   - "level"
2330   - "parent"
2331   data-start-level: 3
2332
2333 -
2334   type: "file"
2335   title: "VPP Performance Results 3n-skx"
2336   algorithm: "file_test_results"
2337   output-file-ext: ".rst"
2338   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2339   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"
2340   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2341   data: "vpp-perf-results-3n-skx"
2342   filter: "not 'NDRCHK' and not 'PDRCHK'"
2343   parameters:
2344   - "name"
2345   - "doc"
2346   - "level"
2347   - "parent"
2348   data-start-level: 3
2349
2350 -
2351   type: "file"
2352   title: "VPP Performance Results 2n-skx"
2353   algorithm: "file_test_results"
2354   output-file-ext: ".rst"
2355   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2356   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"
2357   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2358   data: "vpp-perf-results-2n-skx"
2359   filter: "not 'NDRCHK' and not 'PDRCHK'"
2360   parameters:
2361   - "name"
2362   - "doc"
2363   - "level"
2364   - "parent"
2365   data-start-level: 3
2366
2367 -
2368   type: "file"
2369   title: "VPP Performance Configuration 3n-hsw"
2370   algorithm: "file_test_results"
2371   output-file-ext: ".rst"
2372   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2373   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"
2374   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2375   data: "vpp-perf-results-3n-hsw"
2376   filter: "not 'NDRCHK' and not 'PDRCHK'"
2377   parameters:
2378   - "name"
2379   - "doc"
2380   - "level"
2381   - "parent"
2382   data-start-level: 3
2383
2384 -
2385   type: "file"
2386   title: "VPP Performance Configuration 3n-skx"
2387   algorithm: "file_test_results"
2388   output-file-ext: ".rst"
2389   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2390   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"
2391   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2392   data: "vpp-perf-results-3n-skx"
2393   filter: "not 'NDRCHK' and not 'PDRCHK'"
2394   parameters:
2395   - "name"
2396   - "doc"
2397   - "level"
2398   - "parent"
2399   data-start-level: 3
2400
2401 -
2402   type: "file"
2403   title: "VPP Performance Configuration 2n-skx"
2404   algorithm: "file_test_results"
2405   output-file-ext: ".rst"
2406   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2407   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"
2408   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2409   data: "vpp-perf-results-2n-skx"
2410   filter: "not 'NDRCHK' and not 'PDRCHK'"
2411   parameters:
2412   - "name"
2413   - "doc"
2414   - "level"
2415   - "parent"
2416   data-start-level: 3
2417
2418 -
2419   type: "file"
2420   title: "VPP Performance Operational Data 3n-hsw"
2421   algorithm: "file_test_results"
2422   output-file-ext: ".rst"
2423   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2424   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"
2425   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2426   data: "vpp-perf-results-3n-hsw"
2427   filter: "not 'NDRCHK' and not 'PDRCHK'"
2428   parameters:
2429   - "name"
2430   - "doc"
2431   - "level"
2432   - "parent"
2433   data-start-level: 3
2434
2435 -
2436   type: "file"
2437   title: "VPP Performance Operational Data 3n-skx"
2438   algorithm: "file_test_results"
2439   output-file-ext: ".rst"
2440   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2441   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"
2442   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2443   data: "vpp-perf-results-3n-skx"
2444   filter: "not 'NDRCHK' and not 'PDRCHK'"
2445   parameters:
2446   - "name"
2447   - "doc"
2448   - "level"
2449   - "parent"
2450   data-start-level: 3
2451
2452 -
2453   type: "file"
2454   title: "VPP Performance Operational Data 2n-skx"
2455   algorithm: "file_test_results"
2456   output-file-ext: ".rst"
2457   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2458   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"
2459   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2460   data: "vpp-perf-results-2n-skx"
2461   filter: "not 'NDRCHK' and not 'PDRCHK'"
2462   parameters:
2463   - "name"
2464   - "doc"
2465   - "level"
2466   - "parent"
2467   data-start-level: 3
2468
2469 -
2470   type: "file"
2471   title: "VPP MRR Results 3n-hsw"
2472   algorithm: "file_test_results"
2473   output-file-ext: ".rst"
2474   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2475   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"
2476   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2477   data: "vpp-mrr-results-3n-hsw"
2478   filter: "'MRR'"
2479   parameters:
2480   - "name"
2481   - "doc"
2482   - "level"
2483   - "parent"
2484   data-start-level: 3
2485
2486 -
2487   type: "file"
2488   title: "VPP MRR Results 3n-skx"
2489   algorithm: "file_test_results"
2490   output-file-ext: ".rst"
2491   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2492   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"
2493   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2494   data: "vpp-mrr-results-3n-skx"
2495   filter: "'MRR'"
2496   parameters:
2497   - "name"
2498   - "doc"
2499   - "level"
2500   - "parent"
2501   data-start-level: 3
2502
2503 -
2504   type: "file"
2505   title: "VPP MRR Results 2n-skx"
2506   algorithm: "file_test_results"
2507   output-file-ext: ".rst"
2508   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2509   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"
2510   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2511   data: "vpp-mrr-results-2n-skx"
2512   filter: "all"
2513   parameters:
2514   - "name"
2515   - "doc"
2516   - "level"
2517   - "parent"
2518   data-start-level: 3
2519
2520 -
2521   type: "file"
2522   title: "VPP MRR Configuration 3n-hsw"
2523   algorithm: "file_test_results"
2524   output-file-ext: ".rst"
2525   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2526   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"
2527   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2528   data: "vpp-mrr-results-3n-hsw"
2529   filter: "'MRR'"
2530   parameters:
2531   - "name"
2532   - "doc"
2533   - "level"
2534   - "parent"
2535   data-start-level: 3
2536
2537 -
2538   type: "file"
2539   title: "VPP MRR Configuration 3n-skx"
2540   algorithm: "file_test_results"
2541   output-file-ext: ".rst"
2542   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2543   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"
2544   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2545   data: "vpp-mrr-results-3n-skx"
2546   filter: "'MRR'"
2547   parameters:
2548   - "name"
2549   - "doc"
2550   - "level"
2551   - "parent"
2552   data-start-level: 3
2553
2554 -
2555   type: "file"
2556   title: "VPP MRR Configuration 2n-skx"
2557   algorithm: "file_test_results"
2558   output-file-ext: ".rst"
2559   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2560   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"
2561   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2562   data: "vpp-mrr-results-2n-skx"
2563   filter: "'MRR'"
2564   parameters:
2565   - "name"
2566   - "doc"
2567   - "level"
2568   - "parent"
2569   data-start-level: 3
2570
2571 -
2572   type: "file"
2573   title: "VPP Functional Results - Ubuntu"
2574   algorithm: "file_test_results"
2575   output-file-ext: ".rst"
2576   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2577   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"
2578   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2579   data: "vpp-func-results-ubuntu"
2580   filter: "all"
2581   parameters:
2582   - "name"
2583   - "doc"
2584   - "level"
2585   - "parent"
2586   data-start-level: 4
2587
2588 -
2589   type: "file"
2590   title: "VPP Functional Results - CentOS"
2591   algorithm: "file_test_results"
2592   output-file-ext: ".rst"
2593   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2594   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"
2595   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2596   data:
2597     "vpp-func-results-centos"
2598   filter: "all"
2599   parameters:
2600   - "name"
2601   - "doc"
2602   - "level"
2603   - "parent"
2604   data-start-level: 4
2605
2606 -
2607   type: "file"
2608   title: "VPP Functional Configuration - Ubuntu"
2609   algorithm: "file_test_results"
2610   output-file-ext: ".rst"
2611   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2612   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"
2613   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2614   data: "vpp-func-results-ubuntu"
2615   filter: "all"
2616   parameters:
2617   - "name"
2618   - "doc"
2619   - "level"
2620   - "parent"
2621   data-start-level: 4
2622
2623 -
2624   type: "file"
2625   title: "VPP Functional Configuration - CentOS"
2626   algorithm: "file_test_results"
2627   output-file-ext: ".rst"
2628   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2629   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"
2630   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2631   data:
2632     "vpp-func-results-centos"
2633   filter: "all"
2634   parameters:
2635   - "name"
2636   - "doc"
2637   - "level"
2638   - "parent"
2639   data-start-level: 4
2640
2641 -
2642   type: "file"
2643   title: "Container Orchestrated Performance Results 3n-hsw"
2644   algorithm: "file_test_results"
2645   output-file-ext: ".rst"
2646   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2647   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"
2648   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2649   data: "ligato-perf-results-3n-hsw"
2650   filter: "all"
2651   parameters:
2652   - "name"
2653   - "doc"
2654   - "level"
2655   - "parent"
2656   data-start-level: 3
2657
2658 -
2659   type: "file"
2660   title: "DPDK Performance Results 3n-hsw"
2661   algorithm: "file_test_results"
2662   output-file-ext: ".rst"
2663   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2664   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"
2665   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2666   data: "dpdk-perf-results-3n-hsw"
2667   filter: "all"
2668   parameters:
2669   - "name"
2670   - "doc"
2671   - "level"
2672   - "parent"
2673   data-start-level: 3
2674
2675 -
2676   type: "file"
2677   title: "DPDK Performance Results 3n-skx"
2678   algorithm: "file_test_results"
2679   output-file-ext: ".rst"
2680   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2681   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"
2682   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2683   data: "dpdk-perf-results-3n-skx"
2684   filter: "all"
2685   parameters:
2686   - "name"
2687   - "doc"
2688   - "level"
2689   - "parent"
2690   data-start-level: 3
2691
2692 -
2693   type: "file"
2694   title: "DPDK Performance Results 2n-skx"
2695   algorithm: "file_test_results"
2696   output-file-ext: ".rst"
2697   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2698   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"
2699   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2700   data: "dpdk-perf-results-2n-skx"
2701   filter: "all"
2702   parameters:
2703   - "name"
2704   - "doc"
2705   - "level"
2706   - "parent"
2707   data-start-level: 3
2708
2709 -
2710   type: "file"
2711   title: "Honeycomb Functional Results"
2712   algorithm: "file_test_results"
2713   output-file-ext: ".rst"
2714   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2715   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"
2716   dir-tables: "{DIR[DTR,FUNC,HC]}"
2717   data:
2718     "hc-func-results"
2719   filter: "all"
2720   parameters:
2721   - "name"
2722   - "doc"
2723   - "level"
2724   - "parent"
2725   data-start-level: 3
2726
2727 -
2728   type: "file"
2729   title: "NSH SFC Functional Results"
2730   algorithm: "file_test_results"
2731   output-file-ext: ".rst"
2732   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2733   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"
2734   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2735   data:
2736     "nsh-func-results"
2737   filter: "all"
2738   parameters:
2739   - "name"
2740   - "doc"
2741   - "level"
2742   - "parent"
2743   data-start-level: 3
2744
2745 -
2746   type: "file"
2747   title: "DMM Functional Results"
2748   algorithm: "file_test_results"
2749   output-file-ext: ".rst"
2750   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2751   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"
2752   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2753   data:
2754     "dmm-func-results"
2755   filter: "all"
2756   parameters:
2757   - "name"
2758   - "doc"
2759   - "level"
2760   - "parent"
2761   data-start-level: 3
2762
2763 ################################################################################
2764 ###                                P L O T S                                 ###
2765 ################################################################################
2766
2767 ################################################################################
2768 # Plots VPP HTTP Server Performance
2769 -
2770   type: "plot"
2771   title: "VPP HTTP Server Performance"
2772   algorithm: "plot_http_server_performance_box"
2773   output-file-type: ".html"
2774   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2775   data:
2776     "plot-vpp-http-server-performance"
2777   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2778   # each tag is enclosed with ' (apostrophe).
2779   filter: "'HTTP' and 'TCP_CPS'"
2780   parameters:
2781   - "result"
2782   - "name"
2783   traces:
2784     hoverinfo: "x+y"
2785     boxpoints: "outliers"
2786     whiskerwidth: 0
2787   layout:
2788     title: "VPP HTTP Server Performance"
2789     layout:
2790       "plot-cps"
2791
2792 -
2793   type: "plot"
2794   title: "VPP HTTP Server Performance"
2795   algorithm: "plot_http_server_performance_box"
2796   output-file-type: ".html"
2797   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2798   data:
2799     "plot-vpp-http-server-performance"
2800   filter: "'HTTP' and 'TCP_RPS'"
2801   parameters:
2802   - "result"
2803   - "name"
2804   traces:
2805     hoverinfo: "x+y"
2806     boxpoints: "outliers"
2807     whiskerwidth: 0
2808   layout:
2809     title: "VPP HTTP Server Performance"
2810     layout:
2811       "plot-rps"
2812
2813 ################################################################################
2814
2815 # Packet Throughput - VPP L2 3n-hsw-x520
2816 -
2817   type: "plot"
2818   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2819   algorithm: "plot_performance_box"
2820   output-file-type: ".html"
2821   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2822   data: "plot-vpp-throughput-latency-3n-hsw"
2823   filter: "'NIC_Intel-X520-DA2' and
2824            '64B' and
2825            ('BASE' or 'SCALE') and
2826            'NDRPDR' and
2827            '1T1C' and
2828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2829            not 'VHOST' and
2830            not 'MEMIF'"
2831   parameters:
2832   - "throughput"
2833   - "parent"
2834   traces:
2835     hoverinfo: "x+y"
2836     boxpoints: "outliers"
2837     whiskerwidth: 0
2838   layout:
2839     title: ""  # No title
2840     layout: "plot-throughput"
2841
2842 -
2843   type: "plot"
2844   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2845   algorithm: "plot_performance_box"
2846   output-file-type: ".html"
2847   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2848   data: "plot-vpp-throughput-latency-3n-hsw"
2849   filter: "'NIC_Intel-X520-DA2' and
2850            '64B' and
2851            ('BASE' or 'SCALE') and
2852            'NDRPDR' and
2853            '1T1C' and
2854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2855            not 'VHOST' and
2856            not 'MEMIF'"
2857   parameters:
2858   - "throughput"
2859   - "parent"
2860   traces:
2861     hoverinfo: "x+y"
2862     boxpoints: "outliers"
2863     whiskerwidth: 0
2864   layout:
2865     title: ""  # No title
2866     layout: "plot-throughput"
2867
2868 -
2869   type: "plot"
2870   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2871   algorithm: "plot_performance_box"
2872   output-file-type: ".html"
2873   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2874   data: "plot-vpp-throughput-latency-3n-hsw"
2875   filter: "'NIC_Intel-X520-DA2' and
2876            '64B' and
2877            ('BASE' or 'SCALE') and
2878            'NDRPDR' and
2879            '2T2C' and
2880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2881            not 'VHOST' and
2882            not 'MEMIF'"
2883   parameters:
2884   - "throughput"
2885   - "parent"
2886   traces:
2887     hoverinfo: "x+y"
2888     boxpoints: "outliers"
2889     whiskerwidth: 0
2890   layout:
2891     title: ""  # No title
2892     layout: "plot-throughput"
2893
2894 -
2895   type: "plot"
2896   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2897   algorithm: "plot_performance_box"
2898   output-file-type: ".html"
2899   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2900   data: "plot-vpp-throughput-latency-3n-hsw"
2901   filter: "'NIC_Intel-X520-DA2' and
2902            '64B' and
2903            ('BASE' or 'SCALE') and
2904            'NDRPDR' and
2905            '2T2C' and
2906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2907            not 'VHOST' and
2908            not 'MEMIF'"
2909   parameters:
2910   - "throughput"
2911   - "parent"
2912   traces:
2913     hoverinfo: "x+y"
2914     boxpoints: "outliers"
2915     whiskerwidth: 0
2916   layout:
2917     title: ""  # No title
2918     layout: "plot-throughput"
2919
2920 -
2921   type: "plot"
2922   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2923   algorithm: "plot_performance_box"
2924   output-file-type: ".html"
2925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2926   data: "plot-vpp-throughput-latency-3n-hsw"
2927   filter: "'NIC_Intel-X520-DA2' and
2928            '64B' and
2929            'FEATURE' and
2930            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2931            'NDRPDR' and
2932            '1T1C' and
2933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2934            not 'VHOST' and
2935            not 'MEMIF'"
2936   parameters:
2937   - "throughput"
2938   - "parent"
2939   traces:
2940     hoverinfo: "x+y"
2941     boxpoints: "outliers"
2942     whiskerwidth: 0
2943   layout:
2944     title: ""  # No title
2945     layout: "plot-throughput"
2946
2947 -
2948   type: "plot"
2949   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2950   algorithm: "plot_performance_box"
2951   output-file-type: ".html"
2952   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2953   data: "plot-vpp-throughput-latency-3n-hsw"
2954   filter: "'NIC_Intel-X520-DA2' and
2955            '64B' and
2956            'FEATURE' and
2957            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2958            'NDRPDR' and
2959            '1T1C' and
2960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2961            not 'VHOST' and
2962            not 'MEMIF'"
2963   parameters:
2964   - "throughput"
2965   - "parent"
2966   traces:
2967     hoverinfo: "x+y"
2968     boxpoints: "outliers"
2969     whiskerwidth: 0
2970   layout:
2971     title: ""  # No title
2972     layout: "plot-throughput"
2973
2974 -
2975   type: "plot"
2976   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2977   algorithm: "plot_performance_box"
2978   output-file-type: ".html"
2979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2980   data: "plot-vpp-throughput-latency-3n-hsw"
2981   filter: "'NIC_Intel-X520-DA2' and
2982            '64B' and
2983            'FEATURE' and
2984            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2985            'NDRPDR' and
2986            '2T2C' and
2987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2988            not 'VHOST' and
2989            not 'MEMIF'"
2990   parameters:
2991   - "throughput"
2992   - "parent"
2993   traces:
2994     hoverinfo: "x+y"
2995     boxpoints: "outliers"
2996     whiskerwidth: 0
2997   layout:
2998     title: ""  # No title
2999     layout: "plot-throughput"
3000
3001 -
3002   type: "plot"
3003   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3004   algorithm: "plot_performance_box"
3005   output-file-type: ".html"
3006   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3007   data: "plot-vpp-throughput-latency-3n-hsw"
3008   filter: "'NIC_Intel-X520-DA2' and
3009            '64B' and
3010            'FEATURE' and
3011            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3012            'NDRPDR' and
3013            '2T2C' and
3014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3015            not 'VHOST' and
3016            not 'MEMIF'"
3017   parameters:
3018   - "throughput"
3019   - "parent"
3020   traces:
3021     hoverinfo: "x+y"
3022     boxpoints: "outliers"
3023     whiskerwidth: 0
3024   layout:
3025     title: ""  # No title
3026     layout: "plot-throughput"
3027
3028 # Packet Throughput - VPP L2 3n-hsw-x710
3029 -
3030   type: "plot"
3031   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3032   algorithm: "plot_performance_box"
3033   output-file-type: ".html"
3034   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3035   data: "plot-vpp-throughput-latency-3n-hsw"
3036   filter: "'NIC_Intel-X710' and
3037            '64B' and
3038            ('BASE' or 'SCALE') and
3039            'NDRPDR' and
3040            '1T1C' and
3041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3042            not 'VHOST' and
3043            not 'MEMIF'"
3044   parameters:
3045   - "throughput"
3046   - "parent"
3047   traces:
3048     hoverinfo: "x+y"
3049     boxpoints: "outliers"
3050     whiskerwidth: 0
3051   layout:
3052     title: ""  # No title
3053     layout: "plot-throughput"
3054
3055 -
3056   type: "plot"
3057   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3058   algorithm: "plot_performance_box"
3059   output-file-type: ".html"
3060   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3061   data: "plot-vpp-throughput-latency-3n-hsw"
3062   filter: "'NIC_Intel-X710' and
3063            '64B' and
3064            ('BASE' or 'SCALE') and
3065            'NDRPDR' and
3066            '1T1C' and
3067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3068            not 'VHOST' and
3069            not 'MEMIF'"
3070   parameters:
3071   - "throughput"
3072   - "parent"
3073   traces:
3074     hoverinfo: "x+y"
3075     boxpoints: "outliers"
3076     whiskerwidth: 0
3077   layout:
3078     title: ""  # No title
3079     layout: "plot-throughput"
3080
3081 -
3082   type: "plot"
3083   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3084   algorithm: "plot_performance_box"
3085   output-file-type: ".html"
3086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3087   data: "plot-vpp-throughput-latency-3n-hsw"
3088   filter: "'NIC_Intel-X710' and
3089            '64B' and
3090            ('BASE' or 'SCALE') and
3091            'NDRPDR' and
3092            '2T2C' and
3093            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3094            not 'VHOST' and
3095            not 'MEMIF'"
3096   parameters:
3097   - "throughput"
3098   - "parent"
3099   traces:
3100     hoverinfo: "x+y"
3101     boxpoints: "outliers"
3102     whiskerwidth: 0
3103   layout:
3104     title: ""  # No title
3105     layout: "plot-throughput"
3106
3107 -
3108   type: "plot"
3109   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3110   algorithm: "plot_performance_box"
3111   output-file-type: ".html"
3112   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3113   data: "plot-vpp-throughput-latency-3n-hsw"
3114   filter: "'NIC_Intel-X710' and
3115            '64B' and
3116            ('BASE' or 'SCALE') and
3117            'NDRPDR' and
3118            '2T2C' and
3119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3120            not 'VHOST' and
3121            not 'MEMIF'"
3122   parameters:
3123   - "throughput"
3124   - "parent"
3125   traces:
3126     hoverinfo: "x+y"
3127     boxpoints: "outliers"
3128     whiskerwidth: 0
3129   layout:
3130     title: ""  # No title
3131     layout: "plot-throughput"
3132
3133 -
3134   type: "plot"
3135   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3136   algorithm: "plot_performance_box"
3137   output-file-type: ".html"
3138   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3139   data: "plot-vpp-throughput-latency-3n-hsw"
3140   filter: "'NIC_Intel-X710' and
3141            '64B' and
3142            'FEATURE' and
3143            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3144            'NDRPDR' and
3145            '1T1C' and
3146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3147            not 'VHOST' and
3148            not 'MEMIF'"
3149   parameters:
3150   - "throughput"
3151   - "parent"
3152   traces:
3153     hoverinfo: "x+y"
3154     boxpoints: "outliers"
3155     whiskerwidth: 0
3156   layout:
3157     title: ""  # No title
3158     layout: "plot-throughput"
3159
3160 -
3161   type: "plot"
3162   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3163   algorithm: "plot_performance_box"
3164   output-file-type: ".html"
3165   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3166   data: "plot-vpp-throughput-latency-3n-hsw"
3167   filter: "'NIC_Intel-X710' and
3168            '64B' and
3169            'FEATURE' and
3170            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3171            'NDRPDR' and
3172            '1T1C' and
3173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3174            not 'VHOST' and
3175            not 'MEMIF'"
3176   parameters:
3177   - "throughput"
3178   - "parent"
3179   traces:
3180     hoverinfo: "x+y"
3181     boxpoints: "outliers"
3182     whiskerwidth: 0
3183   layout:
3184     title: ""  # No title
3185     layout: "plot-throughput"
3186
3187 -
3188   type: "plot"
3189   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3190   algorithm: "plot_performance_box"
3191   output-file-type: ".html"
3192   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3193   data: "plot-vpp-throughput-latency-3n-hsw"
3194   filter: "'NIC_Intel-X710' and
3195            '64B' and
3196            'FEATURE' and
3197            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3198            'NDRPDR' and
3199            '2T2C' and
3200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3201            not 'VHOST' and
3202            not 'MEMIF'"
3203   parameters:
3204   - "throughput"
3205   - "parent"
3206   traces:
3207     hoverinfo: "x+y"
3208     boxpoints: "outliers"
3209     whiskerwidth: 0
3210   layout:
3211     title: ""  # No title
3212     layout: "plot-throughput"
3213
3214 -
3215   type: "plot"
3216   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3217   algorithm: "plot_performance_box"
3218   output-file-type: ".html"
3219   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3220   data: "plot-vpp-throughput-latency-3n-hsw"
3221   filter: "'NIC_Intel-X710' and
3222            '64B' and
3223            'FEATURE' and
3224            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3225            'NDRPDR' and
3226            '2T2C' and
3227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3228            not 'VHOST' and
3229            not 'MEMIF'"
3230   parameters:
3231   - "throughput"
3232   - "parent"
3233   traces:
3234     hoverinfo: "x+y"
3235     boxpoints: "outliers"
3236     whiskerwidth: 0
3237   layout:
3238     title: ""  # No title
3239     layout: "plot-throughput"
3240
3241 # Packet Throughput - VPP L2 3n-hsw-xl710
3242 -
3243   type: "plot"
3244   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3245   algorithm: "plot_performance_box"
3246   output-file-type: ".html"
3247   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3248   data: "plot-vpp-throughput-latency-3n-hsw"
3249   filter: "'NIC_Intel-XL710' and
3250            '64B' and
3251            ('BASE' or 'SCALE') and
3252            'NDRPDR' and
3253            '1T1C' and
3254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3255            not 'VHOST' and
3256            not 'MEMIF'"
3257   parameters:
3258   - "throughput"
3259   - "parent"
3260   traces:
3261     hoverinfo: "x+y"
3262     boxpoints: "outliers"
3263     whiskerwidth: 0
3264   layout:
3265     title: ""  # No title
3266     layout: "plot-throughput"
3267
3268 -
3269   type: "plot"
3270   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3271   algorithm: "plot_performance_box"
3272   output-file-type: ".html"
3273   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3274   data: "plot-vpp-throughput-latency-3n-hsw"
3275   filter: "'NIC_Intel-XL710' and
3276            '64B' and
3277            ('BASE' or 'SCALE') and
3278            'NDRPDR' and
3279            '1T1C' and
3280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3281            not 'VHOST' and
3282            not 'MEMIF'"
3283   parameters:
3284   - "throughput"
3285   - "parent"
3286   traces:
3287     hoverinfo: "x+y"
3288     boxpoints: "outliers"
3289     whiskerwidth: 0
3290   layout:
3291     title: ""  # No title
3292     layout: "plot-throughput"
3293
3294 -
3295   type: "plot"
3296   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3297   algorithm: "plot_performance_box"
3298   output-file-type: ".html"
3299   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3300   data: "plot-vpp-throughput-latency-3n-hsw"
3301   filter: "'NIC_Intel-XL710' and
3302            '64B' and
3303            ('BASE' or 'SCALE') and
3304            'NDRPDR' and
3305            '2T2C' and
3306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3307            not 'VHOST' and
3308            not 'MEMIF'"
3309   parameters:
3310   - "throughput"
3311   - "parent"
3312   traces:
3313     hoverinfo: "x+y"
3314     boxpoints: "outliers"
3315     whiskerwidth: 0
3316   layout:
3317     title: ""  # No title
3318     layout: "plot-throughput"
3319
3320 -
3321   type: "plot"
3322   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3323   algorithm: "plot_performance_box"
3324   output-file-type: ".html"
3325   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3326   data: "plot-vpp-throughput-latency-3n-hsw"
3327   filter: "'NIC_Intel-XL710' and
3328            '64B' and
3329            ('BASE' or 'SCALE') and
3330            'NDRPDR' and
3331            '2T2C' and
3332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3333            not 'VHOST' and
3334            not 'MEMIF'"
3335   parameters:
3336   - "throughput"
3337   - "parent"
3338   traces:
3339     hoverinfo: "x+y"
3340     boxpoints: "outliers"
3341     whiskerwidth: 0
3342   layout:
3343     title: ""  # No title
3344     layout: "plot-throughput"
3345
3346 # Packet Throughput - VPP L2 3n-skx-x710
3347 -
3348   type: "plot"
3349   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3350   algorithm: "plot_performance_box"
3351   output-file-type: ".html"
3352   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3353   data: "plot-vpp-throughput-latency-3n-skx"
3354   filter: "'NIC_Intel-X710' and
3355            '64B' and
3356            ('BASE' or 'SCALE') and
3357            'NDRPDR' and
3358            '2T1C' and
3359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3360            not 'VHOST' and
3361            not 'MEMIF'"
3362   parameters:
3363   - "throughput"
3364   - "parent"
3365   traces:
3366     hoverinfo: "x+y"
3367     boxpoints: "outliers"
3368     whiskerwidth: 0
3369   layout:
3370     title: ""  # No title
3371     layout: "plot-throughput"
3372
3373 -
3374   type: "plot"
3375   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3376   algorithm: "plot_performance_box"
3377   output-file-type: ".html"
3378   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3379   data: "plot-vpp-throughput-latency-3n-skx"
3380   filter: "'NIC_Intel-X710' and
3381            '64B' and
3382            ('BASE' or 'SCALE') and
3383            'NDRPDR' and
3384            '2T1C' and
3385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3386            not 'VHOST' and
3387            not 'MEMIF'"
3388   parameters:
3389   - "throughput"
3390   - "parent"
3391   traces:
3392     hoverinfo: "x+y"
3393     boxpoints: "outliers"
3394     whiskerwidth: 0
3395   layout:
3396     title: ""  # No title
3397     layout: "plot-throughput"
3398
3399 -
3400   type: "plot"
3401   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3402   algorithm: "plot_performance_box"
3403   output-file-type: ".html"
3404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3405   data: "plot-vpp-throughput-latency-3n-skx"
3406   filter: "'NIC_Intel-X710' and
3407            '64B' and
3408            ('BASE' or 'SCALE') and
3409            'NDRPDR' and
3410            '4T2C' and
3411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3412            not 'VHOST' and
3413            not 'MEMIF'"
3414   parameters:
3415   - "throughput"
3416   - "parent"
3417   traces:
3418     hoverinfo: "x+y"
3419     boxpoints: "outliers"
3420     whiskerwidth: 0
3421   layout:
3422     title: ""  # No title
3423     layout: "plot-throughput"
3424
3425 -
3426   type: "plot"
3427   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3428   algorithm: "plot_performance_box"
3429   output-file-type: ".html"
3430   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3431   data: "plot-vpp-throughput-latency-3n-skx"
3432   filter: "'NIC_Intel-X710' and
3433            '64B' and
3434            ('BASE' or 'SCALE') and
3435            'NDRPDR' and
3436            '4T2C' and
3437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3438            not 'VHOST' and
3439            not 'MEMIF'"
3440   parameters:
3441   - "throughput"
3442   - "parent"
3443   traces:
3444     hoverinfo: "x+y"
3445     boxpoints: "outliers"
3446     whiskerwidth: 0
3447   layout:
3448     title: ""  # No title
3449     layout: "plot-throughput"
3450
3451 -
3452   type: "plot"
3453   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3454   algorithm: "plot_performance_box"
3455   output-file-type: ".html"
3456   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3457   data: "plot-vpp-throughput-latency-3n-skx"
3458   filter: "'NIC_Intel-X710' and
3459            '64B' and
3460            'FEATURE' and
3461            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3462            'NDRPDR' and
3463            '2T1C' and
3464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3465            not 'VHOST' and
3466            not 'MEMIF'"
3467   parameters:
3468   - "throughput"
3469   - "parent"
3470   traces:
3471     hoverinfo: "x+y"
3472     boxpoints: "outliers"
3473     whiskerwidth: 0
3474   layout:
3475     title: ""  # No title
3476     layout: "plot-throughput"
3477
3478 -
3479   type: "plot"
3480   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3481   algorithm: "plot_performance_box"
3482   output-file-type: ".html"
3483   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3484   data: "plot-vpp-throughput-latency-3n-skx"
3485   filter: "'NIC_Intel-X710' and
3486            '64B' and
3487            'FEATURE' and
3488            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3489            'NDRPDR' and
3490            '2T1C' and
3491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3492            not 'VHOST' and
3493            not 'MEMIF'"
3494   parameters:
3495   - "throughput"
3496   - "parent"
3497   traces:
3498     hoverinfo: "x+y"
3499     boxpoints: "outliers"
3500     whiskerwidth: 0
3501   layout:
3502     title: ""  # No title
3503     layout: "plot-throughput"
3504
3505 -
3506   type: "plot"
3507   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3508   algorithm: "plot_performance_box"
3509   output-file-type: ".html"
3510   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3511   data: "plot-vpp-throughput-latency-3n-skx"
3512   filter: "'NIC_Intel-X710' and
3513            '64B' and
3514            'FEATURE' and
3515            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3516            'NDRPDR' and
3517            '4T2C' and
3518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3519            not 'VHOST' and
3520            not 'MEMIF'"
3521   parameters:
3522   - "throughput"
3523   - "parent"
3524   traces:
3525     hoverinfo: "x+y"
3526     boxpoints: "outliers"
3527     whiskerwidth: 0
3528   layout:
3529     title: ""  # No title
3530     layout: "plot-throughput"
3531
3532 -
3533   type: "plot"
3534   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3535   algorithm: "plot_performance_box"
3536   output-file-type: ".html"
3537   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3538   data: "plot-vpp-throughput-latency-3n-skx"
3539   filter: "'NIC_Intel-X710' and
3540            '64B' and
3541            'FEATURE' and
3542            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3543            'NDRPDR' and
3544            '4T2C' and
3545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3546            not 'VHOST' and
3547            not 'MEMIF'"
3548   parameters:
3549   - "throughput"
3550   - "parent"
3551   traces:
3552     hoverinfo: "x+y"
3553     boxpoints: "outliers"
3554     whiskerwidth: 0
3555   layout:
3556     title: ""  # No title
3557     layout: "plot-throughput"
3558
3559 # Packet Throughput - VPP L2 3n-skx-xxv710
3560 -
3561   type: "plot"
3562   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3563   algorithm: "plot_performance_box"
3564   output-file-type: ".html"
3565   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3566   data: "plot-vpp-throughput-latency-3n-skx"
3567   filter: "'NIC_Intel-XXV710' and
3568            '64B' and
3569            ('BASE' or 'SCALE') and
3570            'NDRPDR' and
3571            '2T1C' and
3572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3573            not 'VHOST' and
3574            not 'MEMIF'"
3575   parameters:
3576   - "throughput"
3577   - "parent"
3578   traces:
3579     hoverinfo: "x+y"
3580     boxpoints: "outliers"
3581     whiskerwidth: 0
3582   layout:
3583     title: ""  # No title
3584     layout: "plot-throughput"
3585
3586 -
3587   type: "plot"
3588   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3589   algorithm: "plot_performance_box"
3590   output-file-type: ".html"
3591   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3592   data: "plot-vpp-throughput-latency-3n-skx"
3593   filter: "'NIC_Intel-XXV710' and
3594            '64B' and
3595            ('BASE' or 'SCALE') and
3596            'NDRPDR' and
3597            '2T1C' and
3598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3599            not 'VHOST' and
3600            not 'MEMIF'"
3601   parameters:
3602   - "throughput"
3603   - "parent"
3604   traces:
3605     hoverinfo: "x+y"
3606     boxpoints: "outliers"
3607     whiskerwidth: 0
3608   layout:
3609     title: ""  # No title
3610     layout: "plot-throughput"
3611
3612 -
3613   type: "plot"
3614   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3615   algorithm: "plot_performance_box"
3616   output-file-type: ".html"
3617   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3618   data: "plot-vpp-throughput-latency-3n-skx"
3619   filter: "'NIC_Intel-XXV710' and
3620            '64B' and
3621            ('BASE' or 'SCALE') and
3622            'NDRPDR' and
3623            '4T2C' and
3624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3625            not 'VHOST' and
3626            not 'MEMIF'"
3627   parameters:
3628   - "throughput"
3629   - "parent"
3630   traces:
3631     hoverinfo: "x+y"
3632     boxpoints: "outliers"
3633     whiskerwidth: 0
3634   layout:
3635     title: ""  # No title
3636     layout: "plot-throughput"
3637
3638 -
3639   type: "plot"
3640   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3641   algorithm: "plot_performance_box"
3642   output-file-type: ".html"
3643   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3644   data: "plot-vpp-throughput-latency-3n-skx"
3645   filter: "'NIC_Intel-XXV710' and
3646            '64B' and
3647            ('BASE' or 'SCALE') and
3648            'NDRPDR' and
3649            '4T2C' and
3650            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3651            not 'VHOST' and
3652            not 'MEMIF'"
3653   parameters:
3654   - "throughput"
3655   - "parent"
3656   traces:
3657     hoverinfo: "x+y"
3658     boxpoints: "outliers"
3659     whiskerwidth: 0
3660   layout:
3661     title: ""  # No title
3662     layout: "plot-throughput"
3663
3664 # Packet Throughput - VPP L2 2n-skx-x710
3665 -
3666   type: "plot"
3667   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3668   algorithm: "plot_performance_box"
3669   output-file-type: ".html"
3670   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3671   data: "plot-vpp-throughput-latency-2n-skx"
3672   filter: "'NIC_Intel-X710' and
3673            '64B' and
3674            ('BASE' or 'SCALE') and
3675            'NDRPDR' and
3676            '2T1C' and
3677            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3678            not 'VHOST' and
3679            not 'MEMIF'"
3680   parameters:
3681   - "throughput"
3682   - "parent"
3683   traces:
3684     hoverinfo: "x+y"
3685     boxpoints: "outliers"
3686     whiskerwidth: 0
3687   layout:
3688     title: ""  # No title
3689     layout: "plot-throughput"
3690
3691 -
3692   type: "plot"
3693   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3694   algorithm: "plot_performance_box"
3695   output-file-type: ".html"
3696   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3697   data: "plot-vpp-throughput-latency-2n-skx"
3698   filter: "'NIC_Intel-X710' and
3699            '64B' and
3700            ('BASE' or 'SCALE') and
3701            'NDRPDR' and
3702            '2T1C' and
3703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3704            not 'VHOST' and
3705            not 'MEMIF'"
3706   parameters:
3707   - "throughput"
3708   - "parent"
3709   traces:
3710     hoverinfo: "x+y"
3711     boxpoints: "outliers"
3712     whiskerwidth: 0
3713   layout:
3714     title: ""  # No title
3715     layout: "plot-throughput"
3716
3717 -
3718   type: "plot"
3719   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3720   algorithm: "plot_performance_box"
3721   output-file-type: ".html"
3722   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3723   data: "plot-vpp-throughput-latency-2n-skx"
3724   filter: "'NIC_Intel-X710' and
3725            '64B' and
3726            ('BASE' or 'SCALE') and
3727            'NDRPDR' and
3728            '4T2C' and
3729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3730            not 'VHOST' and
3731            not 'MEMIF'"
3732   parameters:
3733   - "throughput"
3734   - "parent"
3735   traces:
3736     hoverinfo: "x+y"
3737     boxpoints: "outliers"
3738     whiskerwidth: 0
3739   layout:
3740     title: ""  # No title
3741     layout: "plot-throughput"
3742
3743 -
3744   type: "plot"
3745   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3746   algorithm: "plot_performance_box"
3747   output-file-type: ".html"
3748   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3749   data: "plot-vpp-throughput-latency-2n-skx"
3750   filter: "'NIC_Intel-X710' and
3751            '64B' and
3752            ('BASE' or 'SCALE') and
3753            'NDRPDR' and
3754            '4T2C' and
3755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3756            not 'VHOST' and
3757            not 'MEMIF'"
3758   parameters:
3759   - "throughput"
3760   - "parent"
3761   traces:
3762     hoverinfo: "x+y"
3763     boxpoints: "outliers"
3764     whiskerwidth: 0
3765   layout:
3766     title: ""  # No title
3767     layout: "plot-throughput"
3768
3769 # Packet Throughput - VPP L2 2n-skx-xxv710
3770 -
3771   type: "plot"
3772   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3773   algorithm: "plot_performance_box"
3774   output-file-type: ".html"
3775   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3776   data: "plot-vpp-throughput-latency-2n-skx"
3777   filter: "'NIC_Intel-XXV710' and
3778            '64B' and
3779            ('BASE' or 'SCALE') and
3780            'NDRPDR' and
3781            '2T1C' and
3782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3783            not 'VHOST' and
3784            not 'MEMIF'"
3785   parameters:
3786   - "throughput"
3787   - "parent"
3788   traces:
3789     hoverinfo: "x+y"
3790     boxpoints: "outliers"
3791     whiskerwidth: 0
3792   layout:
3793     title: ""  # No title
3794     layout: "plot-throughput"
3795
3796 -
3797   type: "plot"
3798   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3799   algorithm: "plot_performance_box"
3800   output-file-type: ".html"
3801   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3802   data: "plot-vpp-throughput-latency-2n-skx"
3803   filter: "'NIC_Intel-XXV710' and
3804            '64B' and
3805            ('BASE' or 'SCALE') and
3806            'NDRPDR' and
3807            '2T1C' and
3808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3809            not 'VHOST' and
3810            not 'MEMIF'"
3811   parameters:
3812   - "throughput"
3813   - "parent"
3814   traces:
3815     hoverinfo: "x+y"
3816     boxpoints: "outliers"
3817     whiskerwidth: 0
3818   layout:
3819     title: ""  # No title
3820     layout: "plot-throughput"
3821
3822 -
3823   type: "plot"
3824   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3825   algorithm: "plot_performance_box"
3826   output-file-type: ".html"
3827   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3828   data: "plot-vpp-throughput-latency-2n-skx"
3829   filter: "'NIC_Intel-XXV710' and
3830            '64B' and
3831            ('BASE' or 'SCALE') and
3832            'NDRPDR' and
3833            '4T2C' and
3834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3835            not 'VHOST' and
3836            not 'MEMIF'"
3837   parameters:
3838   - "throughput"
3839   - "parent"
3840   traces:
3841     hoverinfo: "x+y"
3842     boxpoints: "outliers"
3843     whiskerwidth: 0
3844   layout:
3845     title: ""  # No title
3846     layout: "plot-throughput"
3847
3848 -
3849   type: "plot"
3850   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3851   algorithm: "plot_performance_box"
3852   output-file-type: ".html"
3853   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3854   data: "plot-vpp-throughput-latency-2n-skx"
3855   filter: "'NIC_Intel-XXV710' and
3856            '64B' and
3857            ('BASE' or 'SCALE') and
3858            'NDRPDR' and
3859            '4T2C' and
3860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3861            not 'VHOST' and
3862            not 'MEMIF'"
3863   parameters:
3864   - "throughput"
3865   - "parent"
3866   traces:
3867     hoverinfo: "x+y"
3868     boxpoints: "outliers"
3869     whiskerwidth: 0
3870   layout:
3871     title: ""  # No title
3872     layout: "plot-throughput"
3873
3874 ################################################################################
3875
3876 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3877 -
3878   type: "plot"
3879   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3880   algorithm: "plot_performance_box"
3881   output-file-type: ".html"
3882   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3883   data: "plot-vpp-throughput-latency-3n-hsw"
3884   filter: "'NIC_Intel-X520-DA2' and
3885            '64B' and
3886            ('BASE' or 'SCALE') and
3887            'NDRPDR' and
3888            '1T1C' and
3889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3890            not 'VHOST' and
3891            'MEMIF'"
3892   parameters:
3893   - "throughput"
3894   - "parent"
3895   traces:
3896     hoverinfo: "x+y"
3897     boxpoints: "outliers"
3898     whiskerwidth: 0
3899   layout:
3900     title: ""  # No title
3901     layout: "plot-throughput"
3902
3903 -
3904   type: "plot"
3905   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3906   algorithm: "plot_performance_box"
3907   output-file-type: ".html"
3908   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3909   data: "plot-vpp-throughput-latency-3n-hsw"
3910   filter: "'NIC_Intel-X520-DA2' and
3911            '64B' and
3912            ('BASE' or 'SCALE') and
3913            'NDRPDR' and
3914            '1T1C' and
3915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3916            not 'VHOST' and
3917            'MEMIF'"
3918   parameters:
3919   - "throughput"
3920   - "parent"
3921   traces:
3922     hoverinfo: "x+y"
3923     boxpoints: "outliers"
3924     whiskerwidth: 0
3925   layout:
3926     title: ""  # No title
3927     layout: "plot-throughput"
3928
3929 -
3930   type: "plot"
3931   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3932   algorithm: "plot_performance_box"
3933   output-file-type: ".html"
3934   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3935   data: "plot-vpp-throughput-latency-3n-hsw"
3936   filter: "'NIC_Intel-X520-DA2' and
3937            '64B' and
3938            ('BASE' or 'SCALE') and
3939            'NDRPDR' and
3940            '2T2C' and
3941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3942            not 'VHOST' and
3943            'MEMIF'"
3944   parameters:
3945   - "throughput"
3946   - "parent"
3947   traces:
3948     hoverinfo: "x+y"
3949     boxpoints: "outliers"
3950     whiskerwidth: 0
3951   layout:
3952     title: ""  # No title
3953     layout: "plot-throughput"
3954
3955 -
3956   type: "plot"
3957   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3958   algorithm: "plot_performance_box"
3959   output-file-type: ".html"
3960   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3961   data: "plot-vpp-throughput-latency-3n-hsw"
3962   filter: "'NIC_Intel-X520-DA2' and
3963            '64B' and
3964            ('BASE' or 'SCALE') and
3965            'NDRPDR' and
3966            '2T2C' and
3967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3968            not 'VHOST' and
3969            'MEMIF'"
3970   parameters:
3971   - "throughput"
3972   - "parent"
3973   traces:
3974     hoverinfo: "x+y"
3975     boxpoints: "outliers"
3976     whiskerwidth: 0
3977   layout:
3978     title: ""  # No title
3979     layout: "plot-throughput"
3980
3981 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3982 -
3983   type: "plot"
3984   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3985   algorithm: "plot_performance_box"
3986   output-file-type: ".html"
3987   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3988   data: "plot-vpp-throughput-latency-3n-hsw"
3989   filter: "'NIC_Intel-X710' and
3990            '64B' and
3991            ('BASE' or 'SCALE') and
3992            'NDRPDR' and
3993            '1T1C' and
3994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3995            not 'VHOST' and
3996            'MEMIF'"
3997   parameters:
3998   - "throughput"
3999   - "parent"
4000   traces:
4001     hoverinfo: "x+y"
4002     boxpoints: "outliers"
4003     whiskerwidth: 0
4004   layout:
4005     title: ""  # No title
4006     layout: "plot-throughput"
4007
4008 -
4009   type: "plot"
4010   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4011   algorithm: "plot_performance_box"
4012   output-file-type: ".html"
4013   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4014   data: "plot-vpp-throughput-latency-3n-hsw"
4015   filter: "'NIC_Intel-X710' and
4016            '64B' and
4017            ('BASE' or 'SCALE') and
4018            'NDRPDR' and
4019            '1T1C' and
4020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4021            not 'VHOST' and
4022            'MEMIF'"
4023   parameters:
4024   - "throughput"
4025   - "parent"
4026   traces:
4027     hoverinfo: "x+y"
4028     boxpoints: "outliers"
4029     whiskerwidth: 0
4030   layout:
4031     title: ""  # No title
4032     layout: "plot-throughput"
4033
4034 -
4035   type: "plot"
4036   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4037   algorithm: "plot_performance_box"
4038   output-file-type: ".html"
4039   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4040   data: "plot-vpp-throughput-latency-3n-hsw"
4041   filter: "'NIC_Intel-X710' and
4042            '64B' and
4043            ('BASE' or 'SCALE') and
4044            'NDRPDR' and
4045            '2T2C' and
4046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4047            not 'VHOST' and
4048            'MEMIF'"
4049   parameters:
4050   - "throughput"
4051   - "parent"
4052   traces:
4053     hoverinfo: "x+y"
4054     boxpoints: "outliers"
4055     whiskerwidth: 0
4056   layout:
4057     title: ""  # No title
4058     layout: "plot-throughput"
4059
4060 -
4061   type: "plot"
4062   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4063   algorithm: "plot_performance_box"
4064   output-file-type: ".html"
4065   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4066   data: "plot-vpp-throughput-latency-3n-hsw"
4067   filter: "'NIC_Intel-X710' and
4068            '64B' and
4069            ('BASE' or 'SCALE') and
4070            'NDRPDR' and
4071            '2T2C' and
4072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4073            not 'VHOST' and
4074            'MEMIF'"
4075   parameters:
4076   - "throughput"
4077   - "parent"
4078   traces:
4079     hoverinfo: "x+y"
4080     boxpoints: "outliers"
4081     whiskerwidth: 0
4082   layout:
4083     title: ""  # No title
4084     layout: "plot-throughput"
4085
4086 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4087 -
4088   type: "plot"
4089   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4090   algorithm: "plot_performance_box"
4091   output-file-type: ".html"
4092   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4093   data: "plot-vpp-throughput-latency-3n-hsw"
4094   filter: "'NIC_Intel-XL710' and
4095            '64B' and
4096            ('BASE' or 'SCALE') and
4097            'NDRPDR' and
4098            '1T1C' and
4099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4100            not 'VHOST' and
4101            'MEMIF'"
4102   parameters:
4103   - "throughput"
4104   - "parent"
4105   traces:
4106     hoverinfo: "x+y"
4107     boxpoints: "outliers"
4108     whiskerwidth: 0
4109   layout:
4110     title: ""  # No title
4111     layout: "plot-throughput"
4112
4113 -
4114   type: "plot"
4115   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4116   algorithm: "plot_performance_box"
4117   output-file-type: ".html"
4118   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4119   data: "plot-vpp-throughput-latency-3n-hsw"
4120   filter: "'NIC_Intel-XL710' and
4121            '64B' and
4122            ('BASE' or 'SCALE') and
4123            'NDRPDR' and
4124            '1T1C' and
4125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4126            not 'VHOST' and
4127            'MEMIF'"
4128   parameters:
4129   - "throughput"
4130   - "parent"
4131   traces:
4132     hoverinfo: "x+y"
4133     boxpoints: "outliers"
4134     whiskerwidth: 0
4135   layout:
4136     title: ""  # No title
4137     layout: "plot-throughput"
4138
4139 -
4140   type: "plot"
4141   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4142   algorithm: "plot_performance_box"
4143   output-file-type: ".html"
4144   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4145   data: "plot-vpp-throughput-latency-3n-hsw"
4146   filter: "'NIC_Intel-XL710' and
4147            '64B' and
4148            ('BASE' or 'SCALE') and
4149            'NDRPDR' and
4150            '2T2C' and
4151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4152            not 'VHOST' and
4153            'MEMIF'"
4154   parameters:
4155   - "throughput"
4156   - "parent"
4157   traces:
4158     hoverinfo: "x+y"
4159     boxpoints: "outliers"
4160     whiskerwidth: 0
4161   layout:
4162     title: ""  # No title
4163     layout: "plot-throughput"
4164
4165 -
4166   type: "plot"
4167   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4168   algorithm: "plot_performance_box"
4169   output-file-type: ".html"
4170   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4171   data: "plot-vpp-throughput-latency-3n-hsw"
4172   filter: "'NIC_Intel-XL710' and
4173            '64B' and
4174            ('BASE' or 'SCALE') and
4175            'NDRPDR' and
4176            '2T2C' and
4177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4178            not 'VHOST' and
4179            'MEMIF'"
4180   parameters:
4181   - "throughput"
4182   - "parent"
4183   traces:
4184     hoverinfo: "x+y"
4185     boxpoints: "outliers"
4186     whiskerwidth: 0
4187   layout:
4188     title: ""  # No title
4189     layout: "plot-throughput"
4190
4191 # Packet Throughput - VPP Container Memif 3n-skx-x710
4192 -
4193   type: "plot"
4194   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4195   algorithm: "plot_performance_box"
4196   output-file-type: ".html"
4197   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4198   data: "plot-vpp-throughput-latency-3n-skx"
4199   filter: "'NIC_Intel-X710' and
4200            '64B' and
4201            ('BASE' or 'SCALE') and
4202            'NDRPDR' and
4203            '2T1C' and
4204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4205            not 'VHOST' and
4206            'MEMIF'"
4207   parameters:
4208   - "throughput"
4209   - "parent"
4210   traces:
4211     hoverinfo: "x+y"
4212     boxpoints: "outliers"
4213     whiskerwidth: 0
4214   layout:
4215     title: ""  # No title
4216     layout: "plot-throughput"
4217
4218 -
4219   type: "plot"
4220   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4221   algorithm: "plot_performance_box"
4222   output-file-type: ".html"
4223   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4224   data: "plot-vpp-throughput-latency-3n-skx"
4225   filter: "'NIC_Intel-X710' and
4226            '64B' and
4227            ('BASE' or 'SCALE') and
4228            'NDRPDR' and
4229            '2T1C' and
4230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4231            not 'VHOST' and
4232             'MEMIF'"
4233   parameters:
4234   - "throughput"
4235   - "parent"
4236   traces:
4237     hoverinfo: "x+y"
4238     boxpoints: "outliers"
4239     whiskerwidth: 0
4240   layout:
4241     title: ""  # No title
4242     layout: "plot-throughput"
4243
4244 -
4245   type: "plot"
4246   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4247   algorithm: "plot_performance_box"
4248   output-file-type: ".html"
4249   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4250   data: "plot-vpp-throughput-latency-3n-skx"
4251   filter: "'NIC_Intel-X710' and
4252            '64B' and
4253            ('BASE' or 'SCALE') and
4254            'NDRPDR' and
4255            '4T2C' and
4256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4257            not 'VHOST' and
4258            'MEMIF'"
4259   parameters:
4260   - "throughput"
4261   - "parent"
4262   traces:
4263     hoverinfo: "x+y"
4264     boxpoints: "outliers"
4265     whiskerwidth: 0
4266   layout:
4267     title: ""  # No title
4268     layout: "plot-throughput"
4269
4270 -
4271   type: "plot"
4272   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4273   algorithm: "plot_performance_box"
4274   output-file-type: ".html"
4275   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4276   data: "plot-vpp-throughput-latency-3n-skx"
4277   filter: "'NIC_Intel-X710' and
4278            '64B' and
4279            ('BASE' or 'SCALE') and
4280            'NDRPDR' and
4281            '4T2C' and
4282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4283            not 'VHOST' and
4284            'MEMIF'"
4285   parameters:
4286   - "throughput"
4287   - "parent"
4288   traces:
4289     hoverinfo: "x+y"
4290     boxpoints: "outliers"
4291     whiskerwidth: 0
4292   layout:
4293     title: ""  # No title
4294     layout: "plot-throughput"
4295
4296 ################################################################################
4297
4298 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4299 -
4300   type: "plot"
4301   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4302   algorithm: "plot_performance_box"
4303   output-file-type: ".html"
4304   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4305   data: "plot-ligato-throughput-latency-3n-hsw"
4306   filter: "'NIC_Intel-X520-DA2' and
4307            '64B' and
4308            ('BASE' or 'SCALE') and
4309            'NDRPDR' and
4310            '1T1C' and
4311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4312            not 'VHOST' and
4313            'MEMIF'"
4314   parameters:
4315   - "throughput"
4316   - "parent"
4317   traces:
4318     hoverinfo: "x+y"
4319     boxpoints: "outliers"
4320     whiskerwidth: 0
4321   layout:
4322     title: ""  # No title
4323     layout: "plot-throughput"
4324
4325 -
4326   type: "plot"
4327   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4328   algorithm: "plot_performance_box"
4329   output-file-type: ".html"
4330   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4331   data: "plot-ligato-throughput-latency-3n-hsw"
4332   filter: "'NIC_Intel-X520-DA2' and
4333            '64B' and
4334            ('BASE' or 'SCALE') and
4335            'NDRPDR' and
4336            '1T1C' and
4337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4338            not 'VHOST' and
4339            'MEMIF'"
4340   parameters:
4341   - "throughput"
4342   - "parent"
4343   traces:
4344     hoverinfo: "x+y"
4345     boxpoints: "outliers"
4346     whiskerwidth: 0
4347   layout:
4348     title: ""  # No title
4349     layout: "plot-throughput"
4350
4351 -
4352   type: "plot"
4353   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4354   algorithm: "plot_performance_box"
4355   output-file-type: ".html"
4356   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4357   data: "plot-ligato-throughput-latency-3n-hsw"
4358   filter: "'NIC_Intel-X520-DA2' and
4359            '64B' and
4360            ('BASE' or 'SCALE') and
4361            'NDRPDR' and
4362            '2T2C' and
4363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4364            not 'VHOST' and
4365            'MEMIF'"
4366   parameters:
4367   - "throughput"
4368   - "parent"
4369   traces:
4370     hoverinfo: "x+y"
4371     boxpoints: "outliers"
4372     whiskerwidth: 0
4373   layout:
4374     title: ""  # No title
4375     layout: "plot-throughput"
4376
4377 -
4378   type: "plot"
4379   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4380   algorithm: "plot_performance_box"
4381   output-file-type: ".html"
4382   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4383   data: "plot-ligato-throughput-latency-3n-hsw"
4384   filter: "'NIC_Intel-X520-DA2' and
4385            '64B' and
4386            ('BASE' or 'SCALE') and
4387            'NDRPDR' and
4388            '2T2C' and
4389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4390            not 'VHOST' and
4391            'MEMIF'"
4392   parameters:
4393   - "throughput"
4394   - "parent"
4395   traces:
4396     hoverinfo: "x+y"
4397     boxpoints: "outliers"
4398     whiskerwidth: 0
4399   layout:
4400     title: ""  # No title
4401     layout: "plot-throughput"
4402
4403 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4404 -
4405   type: "plot"
4406   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4407   algorithm: "plot_performance_box"
4408   output-file-type: ".html"
4409   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4410   data: "plot-ligato-throughput-latency-3n-hsw"
4411   filter: "'NIC_Intel-X710' and
4412            '64B' and
4413            ('BASE' or 'SCALE') and
4414            'NDRPDR' and
4415            '1T1C' and
4416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4417            not 'VHOST' and
4418            'MEMIF'"
4419   parameters:
4420   - "throughput"
4421   - "parent"
4422   traces:
4423     hoverinfo: "x+y"
4424     boxpoints: "outliers"
4425     whiskerwidth: 0
4426   layout:
4427     title: ""  # No title
4428     layout: "plot-throughput"
4429
4430 -
4431   type: "plot"
4432   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4433   algorithm: "plot_performance_box"
4434   output-file-type: ".html"
4435   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4436   data: "plot-ligato-throughput-latency-3n-hsw"
4437   filter: "'NIC_Intel-X710' and
4438            '64B' and
4439            ('BASE' or 'SCALE') and
4440            'NDRPDR' and
4441            '1T1C' and
4442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4443            not 'VHOST' and
4444            'MEMIF'"
4445   parameters:
4446   - "throughput"
4447   - "parent"
4448   traces:
4449     hoverinfo: "x+y"
4450     boxpoints: "outliers"
4451     whiskerwidth: 0
4452   layout:
4453     title: ""  # No title
4454     layout: "plot-throughput"
4455
4456 -
4457   type: "plot"
4458   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4459   algorithm: "plot_performance_box"
4460   output-file-type: ".html"
4461   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4462   data: "plot-ligato-throughput-latency-3n-hsw"
4463   filter: "'NIC_Intel-X710' and
4464            '64B' and
4465            ('BASE' or 'SCALE') and
4466            'NDRPDR' and
4467            '2T2C' and
4468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4469            not 'VHOST' and
4470            'MEMIF'"
4471   parameters:
4472   - "throughput"
4473   - "parent"
4474   traces:
4475     hoverinfo: "x+y"
4476     boxpoints: "outliers"
4477     whiskerwidth: 0
4478   layout:
4479     title: ""  # No title
4480     layout: "plot-throughput"
4481
4482 -
4483   type: "plot"
4484   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4485   algorithm: "plot_performance_box"
4486   output-file-type: ".html"
4487   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4488   data: "plot-ligato-throughput-latency-3n-hsw"
4489   filter: "'NIC_Intel-X710' and
4490            '64B' and
4491            ('BASE' or 'SCALE') and
4492            'NDRPDR' and
4493            '2T2C' and
4494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4495            not 'VHOST' and
4496            'MEMIF'"
4497   parameters:
4498   - "throughput"
4499   - "parent"
4500   traces:
4501     hoverinfo: "x+y"
4502     boxpoints: "outliers"
4503     whiskerwidth: 0
4504   layout:
4505     title: ""  # No title
4506     layout: "plot-throughput"
4507
4508 ################################################################################
4509
4510 # Packet Throughput - VPP IPv4 3n-hsw-x520
4511 -
4512   type: "plot"
4513   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4514   algorithm: "plot_performance_box"
4515   output-file-type: ".html"
4516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4517   data: "plot-vpp-throughput-latency-3n-hsw"
4518   filter: "'NIC_Intel-X520-DA2' and
4519            '64B' and
4520            ('BASE' or 'SCALE') and
4521            'NDRPDR' and
4522            '1T1C' and
4523            'IP4FWD' and
4524            not 'IPSEC' and
4525            not 'VHOST'"
4526   parameters:
4527   - "throughput"
4528   - "parent"
4529   traces:
4530     hoverinfo: "x+y"
4531     boxpoints: "outliers"
4532     whiskerwidth: 0
4533   layout:
4534     title: ""  # No title
4535     layout: "plot-throughput"
4536
4537 -
4538   type: "plot"
4539   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4540   algorithm: "plot_performance_box"
4541   output-file-type: ".html"
4542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4543   data: "plot-vpp-throughput-latency-3n-hsw"
4544   filter: "'NIC_Intel-X520-DA2' and
4545            '64B' and
4546            ('BASE' or 'SCALE') and
4547            'NDRPDR' and
4548            '1T1C' and
4549            'IP4FWD' and
4550            not 'IPSEC' and
4551            not 'VHOST'"
4552   parameters:
4553   - "throughput"
4554   - "parent"
4555   traces:
4556     hoverinfo: "x+y"
4557     boxpoints: "outliers"
4558     whiskerwidth: 0
4559   layout:
4560     title: ""  # No title
4561     layout: "plot-throughput"
4562
4563 -
4564   type: "plot"
4565   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4566   algorithm: "plot_performance_box"
4567   output-file-type: ".html"
4568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4569   data: "plot-vpp-throughput-latency-3n-hsw"
4570   filter: "'NIC_Intel-X520-DA2' and
4571            '64B' and
4572            ('BASE' or 'SCALE') and
4573            'NDRPDR' and
4574            '2T2C' and
4575            'IP4FWD' and
4576            not 'IPSEC' and
4577            not 'VHOST'"
4578   parameters:
4579   - "throughput"
4580   - "parent"
4581   traces:
4582     hoverinfo: "x+y"
4583     boxpoints: "outliers"
4584     whiskerwidth: 0
4585   layout:
4586     title: ""  # No title
4587     layout: "plot-throughput"
4588
4589 -
4590   type: "plot"
4591   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4592   algorithm: "plot_performance_box"
4593   output-file-type: ".html"
4594   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4595   data: "plot-vpp-throughput-latency-3n-hsw"
4596   filter: "'NIC_Intel-X520-DA2' and
4597            '64B' and
4598            ('BASE' or 'SCALE') and
4599            'NDRPDR' and
4600            '2T2C' and
4601            'IP4FWD' and
4602            not 'IPSEC' and
4603            not 'VHOST'"
4604   parameters:
4605   - "throughput"
4606   - "parent"
4607   traces:
4608     hoverinfo: "x+y"
4609     boxpoints: "outliers"
4610     whiskerwidth: 0
4611   layout:
4612     title: ""  # No title
4613     layout: "plot-throughput"
4614
4615 -
4616   type: "plot"
4617   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4618   algorithm: "plot_performance_box"
4619   output-file-type: ".html"
4620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4621   data: "plot-vpp-throughput-latency-3n-hsw"
4622   filter: "'NIC_Intel-X520-DA2' and
4623            '64B' and
4624            'FEATURE' and
4625            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4626            'NDRPDR' and
4627            '1T1C' and
4628            'IP4FWD' and
4629            not 'IPSEC' and
4630            not 'VHOST'"
4631   parameters:
4632   - "throughput"
4633   - "parent"
4634   traces:
4635     hoverinfo: "x+y"
4636     boxpoints: "outliers"
4637     whiskerwidth: 0
4638   layout:
4639     title: ""  # No title
4640     layout: "plot-throughput"
4641
4642 -
4643   type: "plot"
4644   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4645   algorithm: "plot_performance_box"
4646   output-file-type: ".html"
4647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4648   data: "plot-vpp-throughput-latency-3n-hsw"
4649   filter: "'NIC_Intel-X520-DA2' and
4650            '64B' and
4651            'FEATURE' and
4652            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4653            'NDRPDR' and
4654            '1T1C' and
4655            'IP4FWD' and
4656            not 'IPSEC' and
4657            not 'VHOST'"
4658   parameters:
4659   - "throughput"
4660   - "parent"
4661   traces:
4662     hoverinfo: "x+y"
4663     boxpoints: "outliers"
4664     whiskerwidth: 0
4665   layout:
4666     title: ""  # No title
4667     layout: "plot-throughput"
4668
4669 -
4670   type: "plot"
4671   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4672   algorithm: "plot_performance_box"
4673   output-file-type: ".html"
4674   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4675   data: "plot-vpp-throughput-latency-3n-hsw"
4676   filter: "'NIC_Intel-X520-DA2' and
4677            '64B' and
4678            'FEATURE' and
4679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4680            'NDRPDR' and
4681            '2T2C' and
4682            'IP4FWD' and
4683            not 'IPSEC' and
4684            not 'VHOST'"
4685   parameters:
4686   - "throughput"
4687   - "parent"
4688   traces:
4689     hoverinfo: "x+y"
4690     boxpoints: "outliers"
4691     whiskerwidth: 0
4692   layout:
4693     title: ""  # No title
4694     layout: "plot-throughput"
4695
4696 -
4697   type: "plot"
4698   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4699   algorithm: "plot_performance_box"
4700   output-file-type: ".html"
4701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4702   data: "plot-vpp-throughput-latency-3n-hsw"
4703   filter: "'NIC_Intel-X520-DA2' and
4704            '64B' and
4705            'FEATURE' and
4706            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4707            'NDRPDR' and
4708            '2T2C' and
4709            'IP4FWD' and
4710            not 'IPSEC' and
4711            not 'VHOST'"
4712   parameters:
4713   - "throughput"
4714   - "parent"
4715   traces:
4716     hoverinfo: "x+y"
4717     boxpoints: "outliers"
4718     whiskerwidth: 0
4719   layout:
4720     title: ""  # No title
4721     layout: "plot-throughput"
4722
4723 # Packet Throughput - VPP IPv4 3n-hsw-x710
4724 -
4725   type: "plot"
4726   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4727   algorithm: "plot_performance_box"
4728   output-file-type: ".html"
4729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4730   data: "plot-vpp-throughput-latency-3n-hsw"
4731   filter: "'NIC_Intel-X710' and
4732            '64B' and
4733            ('BASE' or 'SCALE') and
4734            'NDRPDR' and
4735            '1T1C' and
4736            'IP4FWD' and
4737            not 'IPSEC' and
4738            not 'VHOST'"
4739   parameters:
4740   - "throughput"
4741   - "parent"
4742   traces:
4743     hoverinfo: "x+y"
4744     boxpoints: "outliers"
4745     whiskerwidth: 0
4746   layout:
4747     title: ""  # No title
4748     layout: "plot-throughput"
4749
4750 -
4751   type: "plot"
4752   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4753   algorithm: "plot_performance_box"
4754   output-file-type: ".html"
4755   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4756   data: "plot-vpp-throughput-latency-3n-hsw"
4757   filter: "'NIC_Intel-X710' and
4758            '64B' and
4759            ('BASE' or 'SCALE') and
4760            'NDRPDR' and
4761            '1T1C' and
4762            'IP4FWD' and
4763            not 'IPSEC' and
4764            not 'VHOST'"
4765   parameters:
4766   - "throughput"
4767   - "parent"
4768   traces:
4769     hoverinfo: "x+y"
4770     boxpoints: "outliers"
4771     whiskerwidth: 0
4772   layout:
4773     title: ""  # No title
4774     layout: "plot-throughput"
4775
4776 -
4777   type: "plot"
4778   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4779   algorithm: "plot_performance_box"
4780   output-file-type: ".html"
4781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4782   data: "plot-vpp-throughput-latency-3n-hsw"
4783   filter: "'NIC_Intel-X710' and
4784            '64B' and
4785            ('BASE' or 'SCALE') and
4786            'NDRPDR' and
4787            '2T2C' and
4788            'IP4FWD' and
4789            not 'IPSEC' and
4790            not 'VHOST'"
4791   parameters:
4792   - "throughput"
4793   - "parent"
4794   traces:
4795     hoverinfo: "x+y"
4796     boxpoints: "outliers"
4797     whiskerwidth: 0
4798   layout:
4799     title: ""  # No title
4800     layout: "plot-throughput"
4801
4802 -
4803   type: "plot"
4804   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4805   algorithm: "plot_performance_box"
4806   output-file-type: ".html"
4807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4808   data: "plot-vpp-throughput-latency-3n-hsw"
4809   filter: "'NIC_Intel-X710' and
4810            '64B' and
4811            ('BASE' or 'SCALE') and
4812            'NDRPDR' and
4813            '2T2C' and
4814            'IP4FWD' and
4815            not 'IPSEC' and
4816            not 'VHOST'"
4817   parameters:
4818   - "throughput"
4819   - "parent"
4820   traces:
4821     hoverinfo: "x+y"
4822     boxpoints: "outliers"
4823     whiskerwidth: 0
4824   layout:
4825     title: ""  # No title
4826     layout: "plot-throughput"
4827
4828 -
4829   type: "plot"
4830   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4831   algorithm: "plot_performance_box"
4832   output-file-type: ".html"
4833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4834   data: "plot-vpp-throughput-latency-3n-hsw"
4835   filter: "'NIC_Intel-X710' and
4836            '64B' and
4837            'FEATURE' and
4838            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4839            'NDRPDR' and
4840            '1T1C' and
4841            'IP4FWD' and
4842            not 'IPSEC' and
4843            not 'VHOST'"
4844   parameters:
4845   - "throughput"
4846   - "parent"
4847   traces:
4848     hoverinfo: "x+y"
4849     boxpoints: "outliers"
4850     whiskerwidth: 0
4851   layout:
4852     title: ""  # No title
4853     layout: "plot-throughput"
4854
4855 -
4856   type: "plot"
4857   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4858   algorithm: "plot_performance_box"
4859   output-file-type: ".html"
4860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4861   data: "plot-vpp-throughput-latency-3n-hsw"
4862   filter: "'NIC_Intel-X710' and
4863            '64B' and
4864            'FEATURE' and
4865            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4866            'NDRPDR' and
4867            '1T1C' and
4868            'IP4FWD' and
4869            not 'IPSEC' and
4870            not 'VHOST'"
4871   parameters:
4872   - "throughput"
4873   - "parent"
4874   traces:
4875     hoverinfo: "x+y"
4876     boxpoints: "outliers"
4877     whiskerwidth: 0
4878   layout:
4879     title: ""  # No title
4880     layout: "plot-throughput"
4881
4882 -
4883   type: "plot"
4884   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4885   algorithm: "plot_performance_box"
4886   output-file-type: ".html"
4887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4888   data: "plot-vpp-throughput-latency-3n-hsw"
4889   filter: "'NIC_Intel-X710' and
4890            '64B' and
4891            'FEATURE' and
4892            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4893            'NDRPDR' and
4894            '2T2C' and
4895            'IP4FWD' and
4896            not 'IPSEC' and
4897            not 'VHOST'"
4898   parameters:
4899   - "throughput"
4900   - "parent"
4901   traces:
4902     hoverinfo: "x+y"
4903     boxpoints: "outliers"
4904     whiskerwidth: 0
4905   layout:
4906     title: ""  # No title
4907     layout: "plot-throughput"
4908
4909 -
4910   type: "plot"
4911   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4912   algorithm: "plot_performance_box"
4913   output-file-type: ".html"
4914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4915   data: "plot-vpp-throughput-latency-3n-hsw"
4916   filter: "'NIC_Intel-X710' and
4917            '64B' and
4918            'FEATURE' and
4919            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4920            'NDRPDR' and
4921            '2T2C' and
4922            'IP4FWD' and
4923            not 'IPSEC' and
4924            not 'VHOST'"
4925   parameters:
4926   - "throughput"
4927   - "parent"
4928   traces:
4929     hoverinfo: "x+y"
4930     boxpoints: "outliers"
4931     whiskerwidth: 0
4932   layout:
4933     title: ""  # No title
4934     layout: "plot-throughput"
4935
4936 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4937 -
4938   type: "plot"
4939   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4940   algorithm: "plot_performance_box"
4941   output-file-type: ".html"
4942   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4943   data: "plot-vpp-throughput-latency-3n-hsw"
4944   filter: "'NIC_Intel-XL710' and
4945            '64B' and
4946            ('BASE' or 'SCALE') and
4947            'NDRPDR' and
4948            '1T1C' and
4949            'IP4FWD' and
4950            not 'IPSEC' and
4951            not 'VHOST'"
4952   parameters:
4953   - "throughput"
4954   - "parent"
4955   traces:
4956     hoverinfo: "x+y"
4957     boxpoints: "outliers"
4958     whiskerwidth: 0
4959   layout:
4960     title: ""  # No title
4961     layout: "plot-throughput"
4962
4963 -
4964   type: "plot"
4965   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4966   algorithm: "plot_performance_box"
4967   output-file-type: ".html"
4968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4969   data: "plot-vpp-throughput-latency-3n-hsw"
4970   filter: "'NIC_Intel-XL710' and
4971            '64B' and
4972            ('BASE' or 'SCALE') and
4973            'NDRPDR' and
4974            '1T1C' and
4975            'IP4FWD' and
4976            not 'IPSEC' and
4977            not 'VHOST'"
4978   parameters:
4979   - "throughput"
4980   - "parent"
4981   traces:
4982     hoverinfo: "x+y"
4983     boxpoints: "outliers"
4984     whiskerwidth: 0
4985   layout:
4986     title: ""  # No title
4987     layout: "plot-throughput"
4988
4989 -
4990   type: "plot"
4991   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4992   algorithm: "plot_performance_box"
4993   output-file-type: ".html"
4994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4995   data: "plot-vpp-throughput-latency-3n-hsw"
4996   filter: "'NIC_Intel-XL710' and
4997            '64B' and
4998            ('BASE' or 'SCALE') and
4999            'NDRPDR' and
5000            '2T2C' and
5001            'IP4FWD' and
5002            not 'IPSEC' and
5003            not 'VHOST'"
5004   parameters:
5005   - "throughput"
5006   - "parent"
5007   traces:
5008     hoverinfo: "x+y"
5009     boxpoints: "outliers"
5010     whiskerwidth: 0
5011   layout:
5012     title: ""  # No title
5013     layout: "plot-throughput"
5014
5015 -
5016   type: "plot"
5017   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5018   algorithm: "plot_performance_box"
5019   output-file-type: ".html"
5020   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5021   data: "plot-vpp-throughput-latency-3n-hsw"
5022   filter: "'NIC_Intel-XL710' and
5023            '64B' and
5024            ('BASE' or 'SCALE') and
5025            'NDRPDR' and
5026            '2T2C' and
5027            'IP4FWD' and
5028            not 'IPSEC' and
5029            not 'VHOST'"
5030   parameters:
5031   - "throughput"
5032   - "parent"
5033   traces:
5034     hoverinfo: "x+y"
5035     boxpoints: "outliers"
5036     whiskerwidth: 0
5037   layout:
5038     title: ""  # No title
5039     layout: "plot-throughput"
5040
5041 # Packet Throughput - VPP IPv4 3n-skx-x710
5042 -
5043   type: "plot"
5044   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5045   algorithm: "plot_performance_box"
5046   output-file-type: ".html"
5047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5048   data: "plot-vpp-throughput-latency-3n-skx"
5049   filter: "'NIC_Intel-X710' and
5050            '64B' and
5051            ('BASE' or 'SCALE') and
5052            'NDRPDR' and
5053            '2T1C' and
5054            'IP4FWD' and
5055            not 'IPSEC' and
5056            not 'VHOST'"
5057   parameters:
5058   - "throughput"
5059   - "parent"
5060   traces:
5061     hoverinfo: "x+y"
5062     boxpoints: "outliers"
5063     whiskerwidth: 0
5064   layout:
5065     title: ""  # No title
5066     layout: "plot-throughput"
5067
5068 -
5069   type: "plot"
5070   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5071   algorithm: "plot_performance_box"
5072   output-file-type: ".html"
5073   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5074   data: "plot-vpp-throughput-latency-3n-skx"
5075   filter: "'NIC_Intel-X710' and
5076            '64B' and
5077            ('BASE' or 'SCALE') and
5078            'NDRPDR' and
5079            '2T1C' and
5080            'IP4FWD' and
5081            not 'IPSEC' and
5082            not 'VHOST'"
5083   parameters:
5084   - "throughput"
5085   - "parent"
5086   traces:
5087     hoverinfo: "x+y"
5088     boxpoints: "outliers"
5089     whiskerwidth: 0
5090   layout:
5091     title: ""  # No title
5092     layout: "plot-throughput"
5093
5094 -
5095   type: "plot"
5096   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5097   algorithm: "plot_performance_box"
5098   output-file-type: ".html"
5099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5100   data: "plot-vpp-throughput-latency-3n-skx"
5101   filter: "'NIC_Intel-X710' and
5102            '64B' and
5103            ('BASE' or 'SCALE') and
5104            'NDRPDR' and
5105            '4T2C' and
5106            'IP4FWD' and
5107            not 'IPSEC' and
5108            not 'VHOST'"
5109   parameters:
5110   - "throughput"
5111   - "parent"
5112   traces:
5113     hoverinfo: "x+y"
5114     boxpoints: "outliers"
5115     whiskerwidth: 0
5116   layout:
5117     title: ""  # No title
5118     layout: "plot-throughput"
5119
5120 -
5121   type: "plot"
5122   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5123   algorithm: "plot_performance_box"
5124   output-file-type: ".html"
5125   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5126   data: "plot-vpp-throughput-latency-3n-skx"
5127   filter: "'NIC_Intel-X710' and
5128            '64B' and
5129            ('BASE' or 'SCALE') and
5130            'NDRPDR' and
5131            '4T2C' and
5132            'IP4FWD' and
5133            not 'IPSEC' and
5134            not 'VHOST'"
5135   parameters:
5136   - "throughput"
5137   - "parent"
5138   traces:
5139     hoverinfo: "x+y"
5140     boxpoints: "outliers"
5141     whiskerwidth: 0
5142   layout:
5143     title: ""  # No title
5144     layout: "plot-throughput"
5145
5146 -
5147   type: "plot"
5148   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5149   algorithm: "plot_performance_box"
5150   output-file-type: ".html"
5151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5152   data: "plot-vpp-throughput-latency-3n-skx"
5153   filter: "'NIC_Intel-X710' and
5154            '64B' and
5155            'FEATURE' and
5156            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5157            'NDRPDR' and
5158            '2T1C' and
5159            'IP4FWD' and
5160            not 'IPSEC' and
5161            not 'VHOST'"
5162   parameters:
5163   - "throughput"
5164   - "parent"
5165   traces:
5166     hoverinfo: "x+y"
5167     boxpoints: "outliers"
5168     whiskerwidth: 0
5169   layout:
5170     title: ""  # No title
5171     layout: "plot-throughput"
5172
5173 -
5174   type: "plot"
5175   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5176   algorithm: "plot_performance_box"
5177   output-file-type: ".html"
5178   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5179   data: "plot-vpp-throughput-latency-3n-skx"
5180   filter: "'NIC_Intel-X710' and
5181            '64B' and
5182            'FEATURE' and
5183            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5184            'NDRPDR' and
5185            '2T1C' and
5186            'IP4FWD' and
5187            not 'IPSEC' and
5188            not 'VHOST'"
5189   parameters:
5190   - "throughput"
5191   - "parent"
5192   traces:
5193     hoverinfo: "x+y"
5194     boxpoints: "outliers"
5195     whiskerwidth: 0
5196   layout:
5197     title: ""  # No title
5198     layout: "plot-throughput"
5199
5200 -
5201   type: "plot"
5202   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5203   algorithm: "plot_performance_box"
5204   output-file-type: ".html"
5205   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5206   data: "plot-vpp-throughput-latency-3n-skx"
5207   filter: "'NIC_Intel-X710' and
5208            '64B' and
5209            'FEATURE' and
5210            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5211            'NDRPDR' and
5212            '4T2C' and
5213            'IP4FWD' and
5214            not 'IPSEC' and
5215            not 'VHOST'"
5216   parameters:
5217   - "throughput"
5218   - "parent"
5219   traces:
5220     hoverinfo: "x+y"
5221     boxpoints: "outliers"
5222     whiskerwidth: 0
5223   layout:
5224     title: ""  # No title
5225     layout: "plot-throughput"
5226
5227 -
5228   type: "plot"
5229   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5230   algorithm: "plot_performance_box"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5233   data: "plot-vpp-throughput-latency-3n-skx"
5234   filter: "'NIC_Intel-X710' and
5235            '64B' and
5236            'FEATURE' and
5237            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5238            'NDRPDR' and
5239            '4T2C' and
5240            'IP4FWD' and
5241            not 'IPSEC' and
5242            not 'VHOST'"
5243   parameters:
5244   - "throughput"
5245   - "parent"
5246   traces:
5247     hoverinfo: "x+y"
5248     boxpoints: "outliers"
5249     whiskerwidth: 0
5250   layout:
5251     title: ""  # No title
5252     layout: "plot-throughput"
5253
5254 # Packet Throughput - VPP IPv4 2n-skx-x710
5255 -
5256   type: "plot"
5257   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5258   algorithm: "plot_performance_box"
5259   output-file-type: ".html"
5260   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5261   data: "plot-vpp-throughput-latency-2n-skx"
5262   filter: "'NIC_Intel-X710' and
5263            '64B' and
5264            ('BASE' or 'SCALE') and
5265            'NDRPDR' and
5266            '2T1C' and
5267            'IP4FWD' and
5268            not 'IPSEC' and
5269            not 'VHOST'"
5270   parameters:
5271   - "throughput"
5272   - "parent"
5273   traces:
5274     hoverinfo: "x+y"
5275     boxpoints: "outliers"
5276     whiskerwidth: 0
5277   layout:
5278     title: ""  # No title
5279     layout: "plot-throughput"
5280
5281 -
5282   type: "plot"
5283   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5284   algorithm: "plot_performance_box"
5285   output-file-type: ".html"
5286   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5287   data: "plot-vpp-throughput-latency-2n-skx"
5288   filter: "'NIC_Intel-X710' and
5289            '64B' and
5290            ('BASE' or 'SCALE') and
5291            'NDRPDR' and
5292            '2T1C' and
5293            'IP4FWD' and
5294            not 'IPSEC' and
5295            not 'VHOST'"
5296   parameters:
5297   - "throughput"
5298   - "parent"
5299   traces:
5300     hoverinfo: "x+y"
5301     boxpoints: "outliers"
5302     whiskerwidth: 0
5303   layout:
5304     title: ""  # No title
5305     layout: "plot-throughput"
5306
5307 -
5308   type: "plot"
5309   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5310   algorithm: "plot_performance_box"
5311   output-file-type: ".html"
5312   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5313   data: "plot-vpp-throughput-latency-2n-skx"
5314   filter: "'NIC_Intel-X710' and
5315            '64B' and
5316            ('BASE' or 'SCALE') and
5317            'NDRPDR' and
5318            '4T2C' and
5319            'IP4FWD' and
5320            not 'IPSEC' and
5321            not 'VHOST'"
5322   parameters:
5323   - "throughput"
5324   - "parent"
5325   traces:
5326     hoverinfo: "x+y"
5327     boxpoints: "outliers"
5328     whiskerwidth: 0
5329   layout:
5330     title: ""  # No title
5331     layout: "plot-throughput"
5332
5333 -
5334   type: "plot"
5335   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5336   algorithm: "plot_performance_box"
5337   output-file-type: ".html"
5338   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5339   data: "plot-vpp-throughput-latency-2n-skx"
5340   filter: "'NIC_Intel-X710' and
5341            '64B' and
5342            ('BASE' or 'SCALE') and
5343            'NDRPDR' and
5344            '4T2C' and
5345            'IP4FWD' and
5346            not 'IPSEC' and
5347            not 'VHOST'"
5348   parameters:
5349   - "throughput"
5350   - "parent"
5351   traces:
5352     hoverinfo: "x+y"
5353     boxpoints: "outliers"
5354     whiskerwidth: 0
5355   layout:
5356     title: ""  # No title
5357     layout: "plot-throughput"
5358
5359 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5360 -
5361   type: "plot"
5362   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5363   algorithm: "plot_performance_box"
5364   output-file-type: ".html"
5365   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5366   data: "plot-vpp-throughput-latency-2n-skx"
5367   filter: "'NIC_Intel-XXV710' and
5368            '64B' and
5369            ('BASE' or 'SCALE') and
5370            'NDRPDR' and
5371            '2T1C' and
5372            'IP4FWD' and
5373            not 'IPSEC' and
5374            not 'VHOST'"
5375   parameters:
5376   - "throughput"
5377   - "parent"
5378   traces:
5379     hoverinfo: "x+y"
5380     boxpoints: "outliers"
5381     whiskerwidth: 0
5382   layout:
5383     title: ""  # No title
5384     layout: "plot-throughput"
5385
5386 -
5387   type: "plot"
5388   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5389   algorithm: "plot_performance_box"
5390   output-file-type: ".html"
5391   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5392   data: "plot-vpp-throughput-latency-2n-skx"
5393   filter: "'NIC_Intel-XXV710' and
5394            '64B' and
5395            ('BASE' or 'SCALE') and
5396            'NDRPDR' and
5397            '2T1C' and
5398            'IP4FWD' and
5399            not 'IPSEC' and
5400            not 'VHOST'"
5401   parameters:
5402   - "throughput"
5403   - "parent"
5404   traces:
5405     hoverinfo: "x+y"
5406     boxpoints: "outliers"
5407     whiskerwidth: 0
5408   layout:
5409     title: ""  # No title
5410     layout: "plot-throughput"
5411
5412 -
5413   type: "plot"
5414   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5415   algorithm: "plot_performance_box"
5416   output-file-type: ".html"
5417   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5418   data: "plot-vpp-throughput-latency-2n-skx"
5419   filter: "'NIC_Intel-XXV710' and
5420            '64B' and
5421            ('BASE' or 'SCALE') and
5422            'NDRPDR' and
5423            '4T2C' and
5424            'IP4FWD' and
5425            not 'IPSEC' and
5426            not 'VHOST'"
5427   parameters:
5428   - "throughput"
5429   - "parent"
5430   traces:
5431     hoverinfo: "x+y"
5432     boxpoints: "outliers"
5433     whiskerwidth: 0
5434   layout:
5435     title: ""  # No title
5436     layout: "plot-throughput"
5437
5438 -
5439   type: "plot"
5440   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5441   algorithm: "plot_performance_box"
5442   output-file-type: ".html"
5443   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5444   data: "plot-vpp-throughput-latency-2n-skx"
5445   filter: "'NIC_Intel-XXV710' and
5446            '64B' and
5447            ('BASE' or 'SCALE') and
5448            'NDRPDR' and
5449            '4T2C' and
5450            'IP4FWD' and
5451            not 'IPSEC' and
5452            not 'VHOST'"
5453   parameters:
5454   - "throughput"
5455   - "parent"
5456   traces:
5457     hoverinfo: "x+y"
5458     boxpoints: "outliers"
5459     whiskerwidth: 0
5460   layout:
5461     title: ""  # No title
5462     layout: "plot-throughput"
5463
5464 ################################################################################
5465
5466 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5467 -
5468   type: "plot"
5469   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5470   algorithm: "plot_performance_box"
5471   output-file-type: ".html"
5472   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5473   data: "plot-vpp-throughput-latency-3n-hsw"
5474   filter: "'NIC_Intel-X520-DA2' and
5475            '64B' and
5476            'ENCAP' and
5477            'NDRPDR' and
5478            '1T1C' and
5479            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5480            not 'VHOST' and
5481            not 'IPSECHW'"
5482   parameters:
5483   - "throughput"
5484   - "parent"
5485   traces:
5486     hoverinfo: "x+y"
5487     boxpoints: "outliers"
5488     whiskerwidth: 0
5489   layout:
5490     title: ""  # No title
5491     layout: "plot-throughput"
5492
5493 -
5494   type: "plot"
5495   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5496   algorithm: "plot_performance_box"
5497   output-file-type: ".html"
5498   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5499   data: "plot-vpp-throughput-latency-3n-hsw"
5500   filter: "'NIC_Intel-X520-DA2' and
5501            '64B' and
5502            'ENCAP' and
5503            'NDRPDR' and
5504            '1T1C' and
5505            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5506            not 'VHOST' and
5507            not 'IPSECHW'"
5508   parameters:
5509   - "throughput"
5510   - "parent"
5511   traces:
5512     hoverinfo: "x+y"
5513     boxpoints: "outliers"
5514     whiskerwidth: 0
5515   layout:
5516     title: ""  # No title
5517     layout: "plot-throughput"
5518
5519 -
5520   type: "plot"
5521   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5522   algorithm: "plot_performance_box"
5523   output-file-type: ".html"
5524   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5525   data: "plot-vpp-throughput-latency-3n-hsw"
5526   filter: "'NIC_Intel-X520-DA2' and
5527            '64B' and
5528            'ENCAP' and
5529            'NDRPDR' and
5530            '2T2C' and
5531            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5532            not 'VHOST' and
5533            not 'IPSECHW'"
5534   parameters:
5535   - "throughput"
5536   - "parent"
5537   traces:
5538     hoverinfo: "x+y"
5539     boxpoints: "outliers"
5540     whiskerwidth: 0
5541   layout:
5542     title: ""  # No title
5543     layout: "plot-throughput"
5544
5545 -
5546   type: "plot"
5547   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5548   algorithm: "plot_performance_box"
5549   output-file-type: ".html"
5550   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5551   data: "plot-vpp-throughput-latency-3n-hsw"
5552   filter: "'NIC_Intel-X520-DA2' and
5553            '64B' and
5554            'ENCAP' and
5555            'NDRPDR' and
5556            '2T2C' and
5557            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5558            not 'VHOST' and
5559            not 'IPSECHW'"
5560   parameters:
5561   - "throughput"
5562   - "parent"
5563   traces:
5564     hoverinfo: "x+y"
5565     boxpoints: "outliers"
5566     whiskerwidth: 0
5567   layout:
5568     title: ""  # No title
5569     layout: "plot-throughput"
5570
5571 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5572 -
5573   type: "plot"
5574   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5575   algorithm: "plot_performance_box"
5576   output-file-type: ".html"
5577   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5578   data: "plot-vpp-throughput-latency-3n-hsw"
5579   filter: "'NIC_Intel-X710' and
5580            '64B' and
5581            'ENCAP' and
5582            'NDRPDR' and
5583            '1T1C' and
5584            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5585            not 'VHOST' and
5586            not 'IPSECHW'"
5587   parameters:
5588   - "throughput"
5589   - "parent"
5590   traces:
5591     hoverinfo: "x+y"
5592     boxpoints: "outliers"
5593     whiskerwidth: 0
5594   layout:
5595     title: ""  # No title
5596     layout: "plot-throughput"
5597
5598 -
5599   type: "plot"
5600   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5601   algorithm: "plot_performance_box"
5602   output-file-type: ".html"
5603   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5604   data: "plot-vpp-throughput-latency-3n-hsw"
5605   filter: "'NIC_Intel-X710' and
5606            '64B' and
5607            'ENCAP' and
5608            'NDRPDR' and
5609            '1T1C' and
5610            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5611            not 'VHOST' and
5612            not 'IPSECHW'"
5613   parameters:
5614   - "throughput"
5615   - "parent"
5616   traces:
5617     hoverinfo: "x+y"
5618     boxpoints: "outliers"
5619     whiskerwidth: 0
5620   layout:
5621     title: ""  # No title
5622     layout: "plot-throughput"
5623
5624 -
5625   type: "plot"
5626   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5627   algorithm: "plot_performance_box"
5628   output-file-type: ".html"
5629   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5630   data: "plot-vpp-throughput-latency-3n-hsw"
5631   filter: "'NIC_Intel-X710' and
5632            '64B' and
5633            'ENCAP' and
5634            'NDRPDR' and
5635            '2T2C' and
5636            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5637            not 'VHOST' and
5638            not 'IPSECHW'"
5639   parameters:
5640   - "throughput"
5641   - "parent"
5642   traces:
5643     hoverinfo: "x+y"
5644     boxpoints: "outliers"
5645     whiskerwidth: 0
5646   layout:
5647     title: ""  # No title
5648     layout: "plot-throughput"
5649
5650 -
5651   type: "plot"
5652   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5653   algorithm: "plot_performance_box"
5654   output-file-type: ".html"
5655   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5656   data: "plot-vpp-throughput-latency-3n-hsw"
5657   filter: "'NIC_Intel-X710' and
5658            '64B' and
5659            'ENCAP' and
5660            'NDRPDR' and
5661            '2T2C' and
5662            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5663            not 'VHOST' and
5664            not 'IPSECHW'"
5665   parameters:
5666   - "throughput"
5667   - "parent"
5668   traces:
5669     hoverinfo: "x+y"
5670     boxpoints: "outliers"
5671     whiskerwidth: 0
5672   layout:
5673     title: ""  # No title
5674     layout: "plot-throughput"
5675
5676 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5677 -
5678   type: "plot"
5679   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5680   algorithm: "plot_performance_box"
5681   output-file-type: ".html"
5682   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5683   data: "plot-vpp-throughput-latency-3n-skx"
5684   filter: "'NIC_Intel-X710' and
5685            '64B' and
5686            'ENCAP' and
5687            'NDRPDR' and
5688            '2T1C' and
5689            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5690            not 'VHOST' and
5691            not 'IPSECHW'"
5692   parameters:
5693   - "throughput"
5694   - "parent"
5695   traces:
5696     hoverinfo: "x+y"
5697     boxpoints: "outliers"
5698     whiskerwidth: 0
5699   layout:
5700     title: ""  # No title
5701     layout: "plot-throughput"
5702
5703 -
5704   type: "plot"
5705   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5706   algorithm: "plot_performance_box"
5707   output-file-type: ".html"
5708   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5709   data: "plot-vpp-throughput-latency-3n-skx"
5710   filter: "'NIC_Intel-X710' and
5711            '64B' and
5712            'ENCAP' and
5713            'NDRPDR' and
5714            '2T1C' and
5715            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5716            not 'VHOST' and
5717            not 'IPSECHW'"
5718   parameters:
5719   - "throughput"
5720   - "parent"
5721   traces:
5722     hoverinfo: "x+y"
5723     boxpoints: "outliers"
5724     whiskerwidth: 0
5725   layout:
5726     title: ""  # No title
5727     layout: "plot-throughput"
5728
5729 -
5730   type: "plot"
5731   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5732   algorithm: "plot_performance_box"
5733   output-file-type: ".html"
5734   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5735   data: "plot-vpp-throughput-latency-3n-skx"
5736   filter: "'NIC_Intel-X710' and
5737            '64B' and
5738            'ENCAP' and
5739            'NDRPDR' and
5740            '4T2C' and
5741            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5742            not 'VHOST' and
5743            not 'IPSECHW'"
5744   parameters:
5745   - "throughput"
5746   - "parent"
5747   traces:
5748     hoverinfo: "x+y"
5749     boxpoints: "outliers"
5750     whiskerwidth: 0
5751   layout:
5752     title: ""  # No title
5753     layout: "plot-throughput"
5754
5755 -
5756   type: "plot"
5757   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5758   algorithm: "plot_performance_box"
5759   output-file-type: ".html"
5760   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5761   data: "plot-vpp-throughput-latency-3n-skx"
5762   filter: "'NIC_Intel-X710' and
5763            '64B' and
5764            'ENCAP' and
5765            'NDRPDR' and
5766            '4T2C' and
5767            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5768            not 'VHOST' and
5769            not 'IPSECHW'"
5770   parameters:
5771   - "throughput"
5772   - "parent"
5773   traces:
5774     hoverinfo: "x+y"
5775     boxpoints: "outliers"
5776     whiskerwidth: 0
5777   layout:
5778     title: ""  # No title
5779     layout: "plot-throughput"
5780
5781 ################################################################################
5782
5783 # Packet Throughput - VPP IPv6 3n-hsw-x520
5784 -
5785   type: "plot"
5786   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5787   algorithm: "plot_performance_box"
5788   output-file-type: ".html"
5789   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5790   data: "plot-vpp-throughput-latency-3n-hsw"
5791   filter: "'NIC_Intel-X520-DA2' and
5792            '78B' and
5793            ('BASE' or 'SCALE') and
5794            'NDRPDR' and
5795            '1T1C' and
5796            'IP6FWD' and
5797            not 'SRv6' and
5798            not 'IPSEC' and
5799            not 'VHOST'"
5800   parameters:
5801   - "throughput"
5802   - "parent"
5803   traces:
5804     hoverinfo: "x+y"
5805     boxpoints: "outliers"
5806     whiskerwidth: 0
5807   layout:
5808     title: ""  # No title
5809     layout: "plot-throughput"
5810
5811 -
5812   type: "plot"
5813   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5814   algorithm: "plot_performance_box"
5815   output-file-type: ".html"
5816   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5817   data: "plot-vpp-throughput-latency-3n-hsw"
5818   filter: "'NIC_Intel-X520-DA2' and
5819            '78B' and
5820            ('BASE' or 'SCALE') and
5821            'NDRPDR' and
5822            '1T1C' and
5823            'IP6FWD' and
5824            not 'SRv6' and
5825            not 'IPSEC' and
5826            not 'VHOST'"
5827   parameters:
5828   - "throughput"
5829   - "parent"
5830   traces:
5831     hoverinfo: "x+y"
5832     boxpoints: "outliers"
5833     whiskerwidth: 0
5834   layout:
5835     title: ""  # No title
5836     layout: "plot-throughput"
5837
5838 -
5839   type: "plot"
5840   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5841   algorithm: "plot_performance_box"
5842   output-file-type: ".html"
5843   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5844   data: "plot-vpp-throughput-latency-3n-hsw"
5845   filter: "'NIC_Intel-X520-DA2' and
5846            '78B' and
5847            ('BASE' or 'SCALE') and
5848            'NDRPDR' and
5849            '2T2C' and
5850            'IP6FWD' and
5851            not 'SRv6' and
5852            not 'IPSEC' and
5853            not 'VHOST'"
5854   parameters:
5855   - "throughput"
5856   - "parent"
5857   traces:
5858     hoverinfo: "x+y"
5859     boxpoints: "outliers"
5860     whiskerwidth: 0
5861   layout:
5862     title: ""  # No title
5863     layout: "plot-throughput"
5864
5865 -
5866   type: "plot"
5867   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5868   algorithm: "plot_performance_box"
5869   output-file-type: ".html"
5870   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5871   data: "plot-vpp-throughput-latency-3n-hsw"
5872   filter: "'NIC_Intel-X520-DA2' and
5873            '78B' and
5874            ('BASE' or 'SCALE') and
5875            'NDRPDR' and
5876            '2T2C' and
5877            'IP6FWD' and
5878            not 'SRv6' and
5879            not 'IPSEC' and
5880            not 'VHOST'"
5881   parameters:
5882   - "throughput"
5883   - "parent"
5884   traces:
5885     hoverinfo: "x+y"
5886     boxpoints: "outliers"
5887     whiskerwidth: 0
5888   layout:
5889     title: ""  # No title
5890     layout: "plot-throughput"
5891
5892 # Packet Throughput - VPP IPv6 3n-hsw-x710
5893 -
5894   type: "plot"
5895   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5896   algorithm: "plot_performance_box"
5897   output-file-type: ".html"
5898   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5899   data: "plot-vpp-throughput-latency-3n-hsw"
5900   filter: "'NIC_Intel-X710' and
5901            '78B' and
5902            ('BASE' or 'SCALE') and
5903            'NDRPDR' and
5904            '1T1C' and
5905            'IP6FWD' and
5906            not 'SRv6' and
5907            not 'IPSEC' and
5908            not 'VHOST'"
5909   parameters:
5910   - "throughput"
5911   - "parent"
5912   traces:
5913     hoverinfo: "x+y"
5914     boxpoints: "outliers"
5915     whiskerwidth: 0
5916   layout:
5917     title: ""  # No title
5918     layout: "plot-throughput"
5919
5920 -
5921   type: "plot"
5922   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5923   algorithm: "plot_performance_box"
5924   output-file-type: ".html"
5925   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5926   data: "plot-vpp-throughput-latency-3n-hsw"
5927   filter: "'NIC_Intel-X710' and
5928            '78B' and
5929            ('BASE' or 'SCALE') and
5930            'NDRPDR' and
5931            '1T1C' and
5932            'IP6FWD' and
5933            not 'SRv6' and
5934            not 'IPSEC' and
5935            not 'VHOST'"
5936   parameters:
5937   - "throughput"
5938   - "parent"
5939   traces:
5940     hoverinfo: "x+y"
5941     boxpoints: "outliers"
5942     whiskerwidth: 0
5943   layout:
5944     title: ""  # No title
5945     layout: "plot-throughput"
5946
5947 -
5948   type: "plot"
5949   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5950   algorithm: "plot_performance_box"
5951   output-file-type: ".html"
5952   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5953   data: "plot-vpp-throughput-latency-3n-hsw"
5954   filter: "'NIC_Intel-X710' and
5955            '78B' and
5956            ('BASE' or 'SCALE') and
5957            'NDRPDR' and
5958            '2T2C' and
5959            'IP6FWD' and
5960            not 'SRv6' and
5961            not 'IPSEC' and
5962            not 'VHOST'"
5963   parameters:
5964   - "throughput"
5965   - "parent"
5966   traces:
5967     hoverinfo: "x+y"
5968     boxpoints: "outliers"
5969     whiskerwidth: 0
5970   layout:
5971     title: ""  # No title
5972     layout: "plot-throughput"
5973
5974 -
5975   type: "plot"
5976   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5977   algorithm: "plot_performance_box"
5978   output-file-type: ".html"
5979   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5980   data: "plot-vpp-throughput-latency-3n-hsw"
5981   filter: "'NIC_Intel-X710' and
5982            '78B' and
5983            ('BASE' or 'SCALE') and
5984            'NDRPDR' and
5985            '2T2C' and
5986            'IP6FWD' and
5987            not 'SRv6' and
5988            not 'IPSEC' and
5989            not 'VHOST'"
5990   parameters:
5991   - "throughput"
5992   - "parent"
5993   traces:
5994     hoverinfo: "x+y"
5995     boxpoints: "outliers"
5996     whiskerwidth: 0
5997   layout:
5998     title: ""  # No title
5999     layout: "plot-throughput"
6000
6001 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6002 -
6003   type: "plot"
6004   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6005   algorithm: "plot_performance_box"
6006   output-file-type: ".html"
6007   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6008   data: "plot-vpp-throughput-latency-3n-hsw"
6009   filter: "'NIC_Intel-XL710' and
6010            '78B' and
6011            ('BASE' or 'SCALE') and
6012            'NDRPDR' and
6013            '1T1C' and
6014            'IP6FWD' and
6015            not 'SRv6' and
6016            not 'IPSEC' and
6017            not 'VHOST'"
6018   parameters:
6019   - "throughput"
6020   - "parent"
6021   traces:
6022     hoverinfo: "x+y"
6023     boxpoints: "outliers"
6024     whiskerwidth: 0
6025   layout:
6026     title: ""  # No title
6027     layout: "plot-throughput"
6028
6029 -
6030   type: "plot"
6031   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6032   algorithm: "plot_performance_box"
6033   output-file-type: ".html"
6034   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6035   data: "plot-vpp-throughput-latency-3n-hsw"
6036   filter: "'NIC_Intel-XL710' and
6037            '78B' and
6038            ('BASE' or 'SCALE') and
6039            'NDRPDR' and
6040            '1T1C' and
6041            'IP6FWD' and
6042            not 'SRv6' and
6043            not 'IPSEC' and
6044            not 'VHOST'"
6045   parameters:
6046   - "throughput"
6047   - "parent"
6048   traces:
6049     hoverinfo: "x+y"
6050     boxpoints: "outliers"
6051     whiskerwidth: 0
6052   layout:
6053     title: ""  # No title
6054     layout: "plot-throughput"
6055
6056 -
6057   type: "plot"
6058   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6059   algorithm: "plot_performance_box"
6060   output-file-type: ".html"
6061   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6062   data: "plot-vpp-throughput-latency-3n-hsw"
6063   filter: "'NIC_Intel-XL710' and
6064            '78B' and
6065            ('BASE' or 'SCALE') and
6066            'NDRPDR' and
6067            '2T2C' and
6068            'IP6FWD' and
6069            not 'SRv6' and
6070            not 'IPSEC' and
6071            not 'VHOST'"
6072   parameters:
6073   - "throughput"
6074   - "parent"
6075   traces:
6076     hoverinfo: "x+y"
6077     boxpoints: "outliers"
6078     whiskerwidth: 0
6079   layout:
6080     title: ""  # No title
6081     layout: "plot-throughput"
6082
6083 -
6084   type: "plot"
6085   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6086   algorithm: "plot_performance_box"
6087   output-file-type: ".html"
6088   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6089   data: "plot-vpp-throughput-latency-3n-hsw"
6090   filter: "'NIC_Intel-XL710' and
6091            '78B' and
6092            ('BASE' or 'SCALE') and
6093            'NDRPDR' and
6094            '2T2C' and
6095            'IP6FWD' and
6096            not 'SRv6' and
6097            not 'IPSEC' and
6098            not 'VHOST'"
6099   parameters:
6100   - "throughput"
6101   - "parent"
6102   traces:
6103     hoverinfo: "x+y"
6104     boxpoints: "outliers"
6105     whiskerwidth: 0
6106   layout:
6107     title: ""  # No title
6108     layout: "plot-throughput"
6109
6110 # Packet Throughput - VPP IPv6 3n-skx-x710
6111 -
6112   type: "plot"
6113   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6114   algorithm: "plot_performance_box"
6115   output-file-type: ".html"
6116   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6117   data: "plot-vpp-throughput-latency-3n-skx"
6118   filter: "'NIC_Intel-X710' and
6119            '78B' and
6120            ('BASE' or 'SCALE') and
6121            'NDRPDR' and
6122            '2T1C' and
6123            'IP6FWD' and
6124            not 'SRv6' and
6125            not 'IPSEC' and
6126            not 'VHOST'"
6127   parameters:
6128   - "throughput"
6129   - "parent"
6130   traces:
6131     hoverinfo: "x+y"
6132     boxpoints: "outliers"
6133     whiskerwidth: 0
6134   layout:
6135     title: ""  # No title
6136     layout: "plot-throughput"
6137
6138 -
6139   type: "plot"
6140   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6141   algorithm: "plot_performance_box"
6142   output-file-type: ".html"
6143   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6144   data: "plot-vpp-throughput-latency-3n-skx"
6145   filter: "'NIC_Intel-X710' and
6146            '78B' and
6147            ('BASE' or 'SCALE') and
6148            'NDRPDR' and
6149            '2T1C' and
6150            'IP6FWD' and
6151            not 'SRv6' and
6152            not 'IPSEC' and
6153            not 'VHOST'"
6154   parameters:
6155   - "throughput"
6156   - "parent"
6157   traces:
6158     hoverinfo: "x+y"
6159     boxpoints: "outliers"
6160     whiskerwidth: 0
6161   layout:
6162     title: ""  # No title
6163     layout: "plot-throughput"
6164
6165 -
6166   type: "plot"
6167   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6168   algorithm: "plot_performance_box"
6169   output-file-type: ".html"
6170   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6171   data: "plot-vpp-throughput-latency-3n-skx"
6172   filter: "'NIC_Intel-X710' and
6173            '78B' and
6174            ('BASE' or 'SCALE') and
6175            'NDRPDR' and
6176            '4T2C' and
6177            'IP6FWD' and
6178            not 'SRv6' and
6179            not 'IPSEC' and
6180            not 'VHOST'"
6181   parameters:
6182   - "throughput"
6183   - "parent"
6184   traces:
6185     hoverinfo: "x+y"
6186     boxpoints: "outliers"
6187     whiskerwidth: 0
6188   layout:
6189     title: ""  # No title
6190     layout: "plot-throughput"
6191
6192 -
6193   type: "plot"
6194   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6195   algorithm: "plot_performance_box"
6196   output-file-type: ".html"
6197   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6198   data: "plot-vpp-throughput-latency-3n-skx"
6199   filter: "'NIC_Intel-X710' and
6200            '78B' and
6201            ('BASE' or 'SCALE') and
6202            'NDRPDR' and
6203            '4T2C' and
6204            'IP6FWD' and
6205            not 'SRv6' and
6206            not 'IPSEC' and
6207            not 'VHOST'"
6208   parameters:
6209   - "throughput"
6210   - "parent"
6211   traces:
6212     hoverinfo: "x+y"
6213     boxpoints: "outliers"
6214     whiskerwidth: 0
6215   layout:
6216     title: ""  # No title
6217     layout: "plot-throughput"
6218
6219 # Packet Throughput - VPP IPv6 2n-skx-x710
6220 -
6221   type: "plot"
6222   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6223   algorithm: "plot_performance_box"
6224   output-file-type: ".html"
6225   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6226   data: "plot-vpp-throughput-latency-2n-skx"
6227   filter: "'NIC_Intel-X710' and
6228            '78B' and
6229            ('BASE' or 'SCALE') and
6230            'NDRPDR' and
6231            '2T1C' and
6232            'IP6FWD' and
6233            not 'SRv6' and
6234            not 'IPSEC' and
6235            not 'VHOST'"
6236   parameters:
6237   - "throughput"
6238   - "parent"
6239   traces:
6240     hoverinfo: "x+y"
6241     boxpoints: "outliers"
6242     whiskerwidth: 0
6243   layout:
6244     title: ""  # No title
6245     layout: "plot-throughput"
6246
6247 -
6248   type: "plot"
6249   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6250   algorithm: "plot_performance_box"
6251   output-file-type: ".html"
6252   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6253   data: "plot-vpp-throughput-latency-2n-skx"
6254   filter: "'NIC_Intel-X710' and
6255            '78B' and
6256            ('BASE' or 'SCALE') and
6257            'NDRPDR' and
6258            '2T1C' and
6259            'IP6FWD' and
6260            not 'IPSEC' and
6261            not 'VHOST'"
6262   parameters:
6263   - "throughput"
6264   - "parent"
6265   traces:
6266     hoverinfo: "x+y"
6267     boxpoints: "outliers"
6268     whiskerwidth: 0
6269   layout:
6270     title: ""  # No title
6271     layout: "plot-throughput"
6272
6273 -
6274   type: "plot"
6275   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6276   algorithm: "plot_performance_box"
6277   output-file-type: ".html"
6278   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6279   data: "plot-vpp-throughput-latency-2n-skx"
6280   filter: "'NIC_Intel-X710' and
6281            '78B' and
6282            ('BASE' or 'SCALE') and
6283            'NDRPDR' and
6284            '4T2C' and
6285            'IP6FWD' and
6286            not 'SRv6' and
6287            not 'IPSEC' and
6288            not 'VHOST'"
6289   parameters:
6290   - "throughput"
6291   - "parent"
6292   traces:
6293     hoverinfo: "x+y"
6294     boxpoints: "outliers"
6295     whiskerwidth: 0
6296   layout:
6297     title: ""  # No title
6298     layout: "plot-throughput"
6299
6300 -
6301   type: "plot"
6302   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6303   algorithm: "plot_performance_box"
6304   output-file-type: ".html"
6305   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6306   data: "plot-vpp-throughput-latency-2n-skx"
6307   filter: "'NIC_Intel-X710' and
6308            '78B' and
6309            ('BASE' or 'SCALE') and
6310            'NDRPDR' and
6311            '4T2C' and
6312            'IP6FWD' and
6313            not 'SRv6' and
6314            not 'IPSEC' and
6315            not 'VHOST'"
6316   parameters:
6317   - "throughput"
6318   - "parent"
6319   traces:
6320     hoverinfo: "x+y"
6321     boxpoints: "outliers"
6322     whiskerwidth: 0
6323   layout:
6324     title: ""  # No title
6325     layout: "plot-throughput"
6326
6327 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6328 -
6329   type: "plot"
6330   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6331   algorithm: "plot_performance_box"
6332   output-file-type: ".html"
6333   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6334   data: "plot-vpp-throughput-latency-2n-skx"
6335   filter: "'NIC_Intel-XXV710' and
6336            '78B' and
6337            ('BASE' or 'SCALE') and
6338            'NDRPDR' and
6339            '2T1C' and
6340            'IP6FWD' and
6341            not 'SRv6' and
6342            not 'IPSEC' and
6343            not 'VHOST'"
6344   parameters:
6345   - "throughput"
6346   - "parent"
6347   traces:
6348     hoverinfo: "x+y"
6349     boxpoints: "outliers"
6350     whiskerwidth: 0
6351   layout:
6352     title: ""  # No title
6353     layout: "plot-throughput"
6354
6355 -
6356   type: "plot"
6357   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6358   algorithm: "plot_performance_box"
6359   output-file-type: ".html"
6360   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6361   data: "plot-vpp-throughput-latency-2n-skx"
6362   filter: "'NIC_Intel-XXV710' and
6363            '78B' and
6364            ('BASE' or 'SCALE') and
6365            'NDRPDR' and
6366            '2T1C' and
6367            'IP6FWD' and
6368            not 'SRv6' and
6369            not 'IPSEC' and
6370            not 'VHOST'"
6371   parameters:
6372   - "throughput"
6373   - "parent"
6374   traces:
6375     hoverinfo: "x+y"
6376     boxpoints: "outliers"
6377     whiskerwidth: 0
6378   layout:
6379     title: ""  # No title
6380     layout: "plot-throughput"
6381
6382 -
6383   type: "plot"
6384   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6385   algorithm: "plot_performance_box"
6386   output-file-type: ".html"
6387   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6388   data: "plot-vpp-throughput-latency-2n-skx"
6389   filter: "'NIC_Intel-XXV710' and
6390            '78B' and
6391            ('BASE' or 'SCALE') and
6392            'NDRPDR' and
6393            '4T2C' and
6394            'IP6FWD' and
6395            not 'SRv6' and
6396            not 'IPSEC' and
6397            not 'VHOST'"
6398   parameters:
6399   - "throughput"
6400   - "parent"
6401   traces:
6402     hoverinfo: "x+y"
6403     boxpoints: "outliers"
6404     whiskerwidth: 0
6405   layout:
6406     title: ""  # No title
6407     layout: "plot-throughput"
6408
6409 -
6410   type: "plot"
6411   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6412   algorithm: "plot_performance_box"
6413   output-file-type: ".html"
6414   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6415   data: "plot-vpp-throughput-latency-2n-skx"
6416   filter: "'NIC_Intel-XXV710' and
6417            '78B' and
6418            ('BASE' or 'SCALE') and
6419            'NDRPDR' and
6420            '4T2C' and
6421            'IP6FWD' and
6422            not 'SRv6' and
6423            not 'IPSEC' and
6424            not 'VHOST'"
6425   parameters:
6426   - "throughput"
6427   - "parent"
6428   traces:
6429     hoverinfo: "x+y"
6430     boxpoints: "outliers"
6431     whiskerwidth: 0
6432   layout:
6433     title: ""  # No title
6434     layout: "plot-throughput"
6435
6436 ################################################################################
6437
6438 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6439 -
6440   type: "plot"
6441   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6442   algorithm: "plot_performance_box"
6443   output-file-type: ".html"
6444   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6445   data: "plot-vpp-throughput-latency-3n-hsw"
6446   filter: "'NIC_Intel-X520-DA2' and
6447            '78B' and
6448            'ENCAP' and
6449            'NDRPDR' and
6450            '1T1C' and
6451            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6452            not 'VHOST'"
6453   parameters:
6454   - "throughput"
6455   - "parent"
6456   traces:
6457     hoverinfo: "x+y"
6458     boxpoints: "outliers"
6459     whiskerwidth: 0
6460   layout:
6461     title: ""  # No title
6462     layout: "plot-throughput"
6463
6464 -
6465   type: "plot"
6466   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6467   algorithm: "plot_performance_box"
6468   output-file-type: ".html"
6469   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6470   data: "plot-vpp-throughput-latency-3n-hsw"
6471   filter: "'NIC_Intel-X520-DA2' and
6472            '78B' and
6473            'ENCAP' and
6474            'NDRPDR' and
6475            '1T1C' and
6476            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6477            not 'VHOST'"
6478   parameters:
6479   - "throughput"
6480   - "parent"
6481   traces:
6482     hoverinfo: "x+y"
6483     boxpoints: "outliers"
6484     whiskerwidth: 0
6485   layout:
6486     title: ""  # No title
6487     layout: "plot-throughput"
6488
6489 -
6490   type: "plot"
6491   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6492   algorithm: "plot_performance_box"
6493   output-file-type: ".html"
6494   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6495   data: "plot-vpp-throughput-latency-3n-hsw"
6496   filter: "'NIC_Intel-X520-DA2' and
6497            '78B' and
6498            'ENCAP' and
6499            'NDRPDR' and
6500            '2T2C' and
6501            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6502            not 'VHOST'"
6503   parameters:
6504   - "throughput"
6505   - "parent"
6506   traces:
6507     hoverinfo: "x+y"
6508     boxpoints: "outliers"
6509     whiskerwidth: 0
6510   layout:
6511     title: ""  # No title
6512     layout: "plot-throughput"
6513
6514 -
6515   type: "plot"
6516   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6517   algorithm: "plot_performance_box"
6518   output-file-type: ".html"
6519   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6520   data: "plot-vpp-throughput-latency-3n-hsw"
6521   filter: "'NIC_Intel-X520-DA2' and
6522            '78B' and
6523            'ENCAP' and
6524            'NDRPDR' and
6525            '2T2C' and
6526            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6527            not 'VHOST'"
6528   parameters:
6529   - "throughput"
6530   - "parent"
6531   traces:
6532     hoverinfo: "x+y"
6533     boxpoints: "outliers"
6534     whiskerwidth: 0
6535   layout:
6536     title: ""  # No title
6537     layout: "plot-throughput"
6538
6539 ################################################################################
6540
6541 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6542 -
6543   type: "plot"
6544   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6545   algorithm: "plot_performance_box"
6546   output-file-type: ".html"
6547   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6548   data: "plot-vpp-throughput-latency-3n-hsw"
6549   filter: "'NIC_Intel-XL710' and
6550            '64B' and
6551            'IP4FWD' and
6552            'NDRPDR' and
6553            '1T1C' and
6554            'IPSECHW' and
6555            ('IPSECTRAN' or 'IPSECTUN') and
6556            not 'VHOST'"
6557   parameters:
6558   - "throughput"
6559   - "parent"
6560   traces:
6561     hoverinfo: "x+y"
6562     boxpoints: "outliers"
6563     whiskerwidth: 0
6564   layout:
6565     title: ""  # No title
6566     layout: "plot-throughput"
6567
6568 -
6569   type: "plot"
6570   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6571   algorithm: "plot_performance_box"
6572   output-file-type: ".html"
6573   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6574   data: "plot-vpp-throughput-latency-3n-hsw"
6575   filter: "'NIC_Intel-XL710' and
6576            '64B' and
6577            'IP4FWD' and
6578            'NDRPDR' and
6579            '1T1C' and
6580            'IPSECHW' and
6581            ('IPSECTRAN' or 'IPSECTUN') and
6582            not 'VHOST'"
6583   parameters:
6584   - "throughput"
6585   - "parent"
6586   traces:
6587     hoverinfo: "x+y"
6588     boxpoints: "outliers"
6589     whiskerwidth: 0
6590   layout:
6591     title: ""  # No title
6592     layout: "plot-throughput"
6593
6594 -
6595   type: "plot"
6596   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6597   algorithm: "plot_performance_box"
6598   output-file-type: ".html"
6599   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6600   data: "plot-vpp-throughput-latency-3n-hsw"
6601   filter: "'NIC_Intel-XL710' and
6602            '64B' and
6603            'IP4FWD' and
6604            'NDRPDR' and
6605            '2T2C' and
6606            'IPSECHW' and
6607            ('IPSECTRAN' or 'IPSECTUN') and
6608            not 'VHOST'"
6609   parameters:
6610   - "throughput"
6611   - "parent"
6612   traces:
6613     hoverinfo: "x+y"
6614     boxpoints: "outliers"
6615     whiskerwidth: 0
6616   layout:
6617     title: ""  # No title
6618     layout: "plot-throughput"
6619
6620 -
6621   type: "plot"
6622   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6623   algorithm: "plot_performance_box"
6624   output-file-type: ".html"
6625   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6626   data: "plot-vpp-throughput-latency-3n-hsw"
6627   filter: "'NIC_Intel-XL710' and
6628            '64B' and
6629            'IP4FWD' and
6630            'NDRPDR' and
6631            '2T2C' and
6632            'IPSECHW' and
6633            ('IPSECTRAN' or 'IPSECTUN') and
6634            not 'VHOST'"
6635   parameters:
6636   - "throughput"
6637   - "parent"
6638   traces:
6639     hoverinfo: "x+y"
6640     boxpoints: "outliers"
6641     whiskerwidth: 0
6642   layout:
6643     title: ""  # No title
6644     layout: "plot-throughput"
6645
6646 ################################################################################
6647
6648 # Packet Throughput - VPP SRv6 3n-hsw-x520
6649 -
6650   type: "plot"
6651   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6652   algorithm: "plot_performance_box"
6653   output-file-type: ".html"
6654   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6655   data: "plot-vpp-throughput-latency-3n-hsw"
6656   filter: "'NIC_Intel-X520-DA2' and
6657            '78B' and
6658            'FEATURE' and
6659            'NDRPDR' and
6660            '1T1C' and
6661            'IP6FWD' and
6662            'SRv6'"
6663   parameters:
6664   - "throughput"
6665   - "parent"
6666   traces:
6667     hoverinfo: "x+y"
6668     boxpoints: "outliers"
6669     whiskerwidth: 0
6670   layout:
6671     title: ""  # No title
6672     layout: "plot-throughput"
6673
6674 -
6675   type: "plot"
6676   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6677   algorithm: "plot_performance_box"
6678   output-file-type: ".html"
6679   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6680   data: "plot-vpp-throughput-latency-3n-hsw"
6681   filter: "'NIC_Intel-X520-DA2' and
6682            '78B' and
6683            'FEATURE' and
6684            'NDRPDR' and
6685            '1T1C' and
6686            'IP6FWD' and
6687            'SRv6'"
6688   parameters:
6689   - "throughput"
6690   - "parent"
6691   traces:
6692     hoverinfo: "x+y"
6693     boxpoints: "outliers"
6694     whiskerwidth: 0
6695   layout:
6696     title: ""  # No title
6697     layout: "plot-throughput"
6698
6699 -
6700   type: "plot"
6701   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6702   algorithm: "plot_performance_box"
6703   output-file-type: ".html"
6704   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6705   data: "plot-vpp-throughput-latency-3n-hsw"
6706   filter: "'NIC_Intel-X520-DA2' and
6707            '78B' and
6708            'FEATURE' and
6709            'NDRPDR' and
6710            '2T2C' and
6711            'IP6FWD' and
6712            'SRv6'"
6713   parameters:
6714   - "throughput"
6715   - "parent"
6716   traces:
6717     hoverinfo: "x+y"
6718     boxpoints: "outliers"
6719     whiskerwidth: 0
6720   layout:
6721     title: ""  # No title
6722     layout: "plot-throughput"
6723
6724 -
6725   type: "plot"
6726   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6727   algorithm: "plot_performance_box"
6728   output-file-type: ".html"
6729   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6730   data: "plot-vpp-throughput-latency-3n-hsw"
6731   filter: "'NIC_Intel-X520-DA2' and
6732            '78B' and
6733            'FEATURE' and
6734            'NDRPDR' and
6735            '2T2C' and
6736            'IP6FWD' and
6737            'SRv6'"
6738   parameters:
6739   - "throughput"
6740   - "parent"
6741   traces:
6742     hoverinfo: "x+y"
6743     boxpoints: "outliers"
6744     whiskerwidth: 0
6745   layout:
6746     title: ""  # No title
6747     layout: "plot-throughput"
6748
6749 ################################################################################
6750
6751 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6752 -
6753   type: "plot"
6754   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6755   algorithm: "plot_performance_box"
6756   output-file-type: ".html"
6757   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6758   data: "plot-vpp-throughput-latency-3n-hsw"
6759   filter: "'NIC_Intel-X520-DA2' and
6760            '64B' and
6761            'NDRPDR' and
6762            '1T1C' and
6763            'VHOST' and
6764            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6765   parameters:
6766   - "throughput"
6767   - "parent"
6768   traces:
6769     hoverinfo: "x+y"
6770     boxpoints: "outliers"
6771     whiskerwidth: 0
6772   layout:
6773     title: ""  # No title
6774     layout: "plot-throughput"
6775
6776 -
6777   type: "plot"
6778   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6779   algorithm: "plot_performance_box"
6780   output-file-type: ".html"
6781   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6782   data: "plot-vpp-throughput-latency-3n-hsw"
6783   filter: "'NIC_Intel-X520-DA2' and
6784            '64B' and
6785            'NDRPDR' and
6786            '2T2C' and
6787            'VHOST' and
6788            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6789   parameters:
6790   - "throughput"
6791   - "parent"
6792   traces:
6793     hoverinfo: "x+y"
6794     boxpoints: "outliers"
6795     whiskerwidth: 0
6796   layout:
6797     title: ""  # No title
6798     layout: "plot-throughput"
6799
6800 -
6801   type: "plot"
6802   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6803   algorithm: "plot_performance_box"
6804   output-file-type: ".html"
6805   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6806   data: "plot-vpp-throughput-latency-3n-hsw"
6807   filter: "'NIC_Intel-X520-DA2' and
6808            '64B' and
6809            'NDRPDR' and
6810            '1T1C' and
6811            'VHOST' and
6812            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6813   parameters:
6814   - "throughput"
6815   - "parent"
6816   traces:
6817     hoverinfo: "x+y"
6818     boxpoints: "outliers"
6819     whiskerwidth: 0
6820   layout:
6821     title: ""  # No title
6822     layout: "plot-throughput"
6823
6824 -
6825   type: "plot"
6826   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6827   algorithm: "plot_performance_box"
6828   output-file-type: ".html"
6829   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6830   data: "plot-vpp-throughput-latency-3n-hsw"
6831   filter: "'NIC_Intel-X520-DA2' and
6832            '64B' and
6833            'NDRPDR' and
6834            '2T2C' and
6835            'VHOST' and
6836            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6837   parameters:
6838   - "throughput"
6839   - "parent"
6840   traces:
6841     hoverinfo: "x+y"
6842     boxpoints: "outliers"
6843     whiskerwidth: 0
6844   layout:
6845     title: ""  # No title
6846     layout: "plot-throughput"
6847
6848 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6849 -
6850   type: "plot"
6851   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6852   algorithm: "plot_performance_box"
6853   output-file-type: ".html"
6854   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6855   data: "plot-vpp-throughput-latency-3n-hsw"
6856   filter: "'NIC_Intel-X520-DA2' and
6857            '64B' and
6858            'NDRPDR' and
6859            '1T1C' and
6860            'VHOST' and
6861            not 'VXLAN' and
6862            not 'IP4FWD' and
6863            not 'DOT1Q' and
6864            not '2VM'"
6865   parameters:
6866   - "throughput"
6867   - "parent"
6868   traces:
6869     hoverinfo: "x+y"
6870     boxpoints: "outliers"
6871     whiskerwidth: 0
6872   layout:
6873     title: ""  # No title
6874     layout: "plot-throughput"
6875
6876 -
6877   type: "plot"
6878   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6879   algorithm: "plot_performance_box"
6880   output-file-type: ".html"
6881   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6882   data: "plot-vpp-throughput-latency-3n-hsw"
6883   filter: "'NIC_Intel-X520-DA2' and
6884            '64B' and
6885            'NDRPDR' and
6886            '2T2C' and
6887            'VHOST' and
6888            not 'VXLAN' and
6889            not 'IP4FWD' and
6890            not 'DOT1Q' and
6891            not '2VM'"
6892   parameters:
6893   - "throughput"
6894   - "parent"
6895   traces:
6896     hoverinfo: "x+y"
6897     boxpoints: "outliers"
6898     whiskerwidth: 0
6899   layout:
6900     title: ""  # No title
6901     layout: "plot-throughput"
6902
6903 -
6904   type: "plot"
6905   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6906   algorithm: "plot_performance_box"
6907   output-file-type: ".html"
6908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6909   data: "plot-vpp-throughput-latency-3n-hsw"
6910   filter: "'NIC_Intel-X520-DA2' and
6911            '64B' and
6912            'NDRPDR' and
6913            '1T1C' and
6914            'VHOST' and
6915            not 'VXLAN' and
6916            not 'IP4FWD' and
6917            not 'DOT1Q' and
6918            not '2VM'"
6919   parameters:
6920   - "throughput"
6921   - "parent"
6922   traces:
6923     hoverinfo: "x+y"
6924     boxpoints: "outliers"
6925     whiskerwidth: 0
6926   layout:
6927     title: ""  # No title
6928     layout: "plot-throughput"
6929
6930 -
6931   type: "plot"
6932   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6933   algorithm: "plot_performance_box"
6934   output-file-type: ".html"
6935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6936   data: "plot-vpp-throughput-latency-3n-hsw"
6937   filter: "'NIC_Intel-X520-DA2' and
6938            '64B' and
6939            'NDRPDR' and
6940            '2T2C' and
6941            'VHOST' and
6942            not 'VXLAN' and
6943            not 'IP4FWD' and
6944            not 'DOT1Q' and
6945            not '2VM'"
6946   parameters:
6947   - "throughput"
6948   - "parent"
6949   traces:
6950     hoverinfo: "x+y"
6951     boxpoints: "outliers"
6952     whiskerwidth: 0
6953   layout:
6954     title: ""  # No title
6955     layout: "plot-throughput"
6956
6957 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6958 -
6959   type: "plot"
6960   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6961   algorithm: "plot_performance_box"
6962   output-file-type: ".html"
6963   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6964   data: "plot-vpp-throughput-latency-3n-hsw"
6965   filter: "'NIC_Intel-X710' and
6966            '64B' and
6967            'NDRPDR' and
6968            '1T1C' and
6969            'VHOST' and
6970            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6971   parameters:
6972   - "throughput"
6973   - "parent"
6974   traces:
6975     hoverinfo: "x+y"
6976     boxpoints: "outliers"
6977     whiskerwidth: 0
6978   layout:
6979     title: ""  # No title
6980     layout: "plot-throughput"
6981
6982 -
6983   type: "plot"
6984   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6985   algorithm: "plot_performance_box"
6986   output-file-type: ".html"
6987   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6988   data: "plot-vpp-throughput-latency-3n-hsw"
6989   filter: "'NIC_Intel-X710' and
6990            '64B' and
6991            'NDRPDR' and
6992            '2T2C' and
6993            'VHOST' and
6994            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6995   parameters:
6996   - "throughput"
6997   - "parent"
6998   traces:
6999     hoverinfo: "x+y"
7000     boxpoints: "outliers"
7001     whiskerwidth: 0
7002   layout:
7003     title: ""  # No title
7004     layout: "plot-throughput"
7005
7006 -
7007   type: "plot"
7008   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7009   algorithm: "plot_performance_box"
7010   output-file-type: ".html"
7011   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7012   data: "plot-vpp-throughput-latency-3n-hsw"
7013   filter: "'NIC_Intel-X710' and
7014            '64B' and
7015            'NDRPDR' and
7016            '1T1C' and
7017            'VHOST' and
7018            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7019   parameters:
7020   - "throughput"
7021   - "parent"
7022   traces:
7023     hoverinfo: "x+y"
7024     boxpoints: "outliers"
7025     whiskerwidth: 0
7026   layout:
7027     title: ""  # No title
7028     layout: "plot-throughput"
7029
7030 -
7031   type: "plot"
7032   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7033   algorithm: "plot_performance_box"
7034   output-file-type: ".html"
7035   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7036   data: "plot-vpp-throughput-latency-3n-hsw"
7037   filter: "'NIC_Intel-X710' and
7038            '64B' and
7039            'NDRPDR' and
7040            '2T2C' and
7041            'VHOST' and
7042            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7043   parameters:
7044   - "throughput"
7045   - "parent"
7046   traces:
7047     hoverinfo: "x+y"
7048     boxpoints: "outliers"
7049     whiskerwidth: 0
7050   layout:
7051     title: ""  # No title
7052     layout: "plot-throughput"
7053
7054 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7055 -
7056   type: "plot"
7057   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7058   algorithm: "plot_performance_box"
7059   output-file-type: ".html"
7060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7061   data: "plot-vpp-throughput-latency-3n-hsw"
7062   filter: "'NIC_Intel-X710' and
7063            '64B' and
7064            'NDRPDR' and
7065            '1T1C' and
7066            'VHOST' and
7067            not 'VXLAN' and
7068            not 'IP4FWD' and
7069            not 'DOT1Q' and
7070            not '2VM'"
7071   parameters:
7072   - "throughput"
7073   - "parent"
7074   traces:
7075     hoverinfo: "x+y"
7076     boxpoints: "outliers"
7077     whiskerwidth: 0
7078   layout:
7079     title: ""  # No title
7080     layout: "plot-throughput"
7081
7082 -
7083   type: "plot"
7084   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7085   algorithm: "plot_performance_box"
7086   output-file-type: ".html"
7087   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7088   data: "plot-vpp-throughput-latency-3n-hsw"
7089   filter: "'NIC_Intel-X710' and
7090            '64B' and
7091            'NDRPDR' and
7092            '2T2C' and
7093            'VHOST' and
7094            not 'VXLAN' and
7095            not 'IP4FWD' and
7096            not 'DOT1Q' and
7097            not '2VM'"
7098   parameters:
7099   - "throughput"
7100   - "parent"
7101   traces:
7102     hoverinfo: "x+y"
7103     boxpoints: "outliers"
7104     whiskerwidth: 0
7105   layout:
7106     title: ""  # No title
7107     layout: "plot-throughput"
7108
7109 -
7110   type: "plot"
7111   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7112   algorithm: "plot_performance_box"
7113   output-file-type: ".html"
7114   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7115   data: "plot-vpp-throughput-latency-3n-hsw"
7116   filter: "'NIC_Intel-X710' and
7117            '64B' and
7118            'NDRPDR' and
7119            '1T1C' and
7120            'VHOST' and
7121            not 'VXLAN' and
7122            not 'IP4FWD' and
7123            not 'DOT1Q' and
7124            not '2VM'"
7125   parameters:
7126   - "throughput"
7127   - "parent"
7128   traces:
7129     hoverinfo: "x+y"
7130     boxpoints: "outliers"
7131     whiskerwidth: 0
7132   layout:
7133     title: ""  # No title
7134     layout: "plot-throughput"
7135
7136 -
7137   type: "plot"
7138   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7139   algorithm: "plot_performance_box"
7140   output-file-type: ".html"
7141   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7142   data: "plot-vpp-throughput-latency-3n-hsw"
7143   filter: "'NIC_Intel-X710' and
7144            '64B' and
7145            'NDRPDR' and
7146            '2T2C' and
7147            'VHOST' and
7148            not 'VXLAN' and
7149            not 'IP4FWD' and
7150            not 'DOT1Q' and
7151            not '2VM'"
7152   parameters:
7153   - "throughput"
7154   - "parent"
7155   traces:
7156     hoverinfo: "x+y"
7157     boxpoints: "outliers"
7158     whiskerwidth: 0
7159   layout:
7160     title: ""  # No title
7161     layout: "plot-throughput"
7162
7163 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7164 -
7165   type: "plot"
7166   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7167   algorithm: "plot_performance_box"
7168   output-file-type: ".html"
7169   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7170   data: "plot-vpp-throughput-latency-3n-hsw"
7171   filter: "'NIC_Intel-XL710' and
7172            '64B' and
7173            'NDRPDR' and
7174            '1T1C' and
7175            'VHOST' and
7176            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7177   parameters:
7178   - "throughput"
7179   - "parent"
7180   traces:
7181     hoverinfo: "x+y"
7182     boxpoints: "outliers"
7183     whiskerwidth: 0
7184   layout:
7185     title: ""  # No title
7186     layout: "plot-throughput"
7187
7188 -
7189   type: "plot"
7190   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7191   algorithm: "plot_performance_box"
7192   output-file-type: ".html"
7193   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7194   data: "plot-vpp-throughput-latency-3n-hsw"
7195   filter: "'NIC_Intel-XL710' and
7196            '64B' and
7197            'NDRPDR' and
7198            '2T2C' and
7199            'VHOST' and
7200            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7201   parameters:
7202   - "throughput"
7203   - "parent"
7204   traces:
7205     hoverinfo: "x+y"
7206     boxpoints: "outliers"
7207     whiskerwidth: 0
7208   layout:
7209     title: ""  # No title
7210     layout: "plot-throughput"
7211
7212 -
7213   type: "plot"
7214   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7215   algorithm: "plot_performance_box"
7216   output-file-type: ".html"
7217   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7218   data: "plot-vpp-throughput-latency-3n-hsw"
7219   filter: "'NIC_Intel-XL710' and
7220            '64B' and
7221            'NDRPDR' and
7222            '1T1C' and
7223            'VHOST' and
7224            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7225   parameters:
7226   - "throughput"
7227   - "parent"
7228   traces:
7229     hoverinfo: "x+y"
7230     boxpoints: "outliers"
7231     whiskerwidth: 0
7232   layout:
7233     title: ""  # No title
7234     layout: "plot-throughput"
7235
7236 -
7237   type: "plot"
7238   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7239   algorithm: "plot_performance_box"
7240   output-file-type: ".html"
7241   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7242   data: "plot-vpp-throughput-latency-3n-hsw"
7243   filter: "'NIC_Intel-XL710' and
7244            '64B' and
7245            'NDRPDR' and
7246            '2T2C' and
7247            'VHOST' and
7248            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7249   parameters:
7250   - "throughput"
7251   - "parent"
7252   traces:
7253     hoverinfo: "x+y"
7254     boxpoints: "outliers"
7255     whiskerwidth: 0
7256   layout:
7257     title: ""  # No title
7258     layout: "plot-throughput"
7259
7260 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7261 -
7262   type: "plot"
7263   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7264   algorithm: "plot_performance_box"
7265   output-file-type: ".html"
7266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7267   data: "plot-vpp-throughput-latency-3n-hsw"
7268   filter: "'NIC_Intel-XL710' and
7269            '64B' and
7270            'NDRPDR' and
7271            '1T1C' and
7272            'VHOST' and
7273            not 'VXLAN' and
7274            not 'IP4FWD' and
7275            not 'DOT1Q' and
7276            not '2VM'"
7277   parameters:
7278   - "throughput"
7279   - "parent"
7280   traces:
7281     hoverinfo: "x+y"
7282     boxpoints: "outliers"
7283     whiskerwidth: 0
7284   layout:
7285     title: ""  # No title
7286     layout: "plot-throughput"
7287
7288 -
7289   type: "plot"
7290   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7291   algorithm: "plot_performance_box"
7292   output-file-type: ".html"
7293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7294   data: "plot-vpp-throughput-latency-3n-hsw"
7295   filter: "'NIC_Intel-XL710' and
7296            '64B' and
7297            'NDRPDR' and
7298            '2T2C' and
7299            'VHOST' and
7300            not 'VXLAN' and
7301            not 'IP4FWD' and
7302            not 'DOT1Q' and
7303            not '2VM'"
7304   parameters:
7305   - "throughput"
7306   - "parent"
7307   traces:
7308     hoverinfo: "x+y"
7309     boxpoints: "outliers"
7310     whiskerwidth: 0
7311   layout:
7312     title: ""  # No title
7313     layout: "plot-throughput"
7314
7315 -
7316   type: "plot"
7317   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7318   algorithm: "plot_performance_box"
7319   output-file-type: ".html"
7320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7321   data: "plot-vpp-throughput-latency-3n-hsw"
7322   filter: "'NIC_Intel-XL710' and
7323            '64B' and
7324            'NDRPDR' and
7325            '1T1C' and
7326            'VHOST' and
7327            not 'VXLAN' and
7328            not 'IP4FWD' and
7329            not 'DOT1Q' and
7330            not '2VM'"
7331   parameters:
7332   - "throughput"
7333   - "parent"
7334   traces:
7335     hoverinfo: "x+y"
7336     boxpoints: "outliers"
7337     whiskerwidth: 0
7338   layout:
7339     title: ""  # No title
7340     layout: "plot-throughput"
7341
7342 -
7343   type: "plot"
7344   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7345   algorithm: "plot_performance_box"
7346   output-file-type: ".html"
7347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7348   data: "plot-vpp-throughput-latency-3n-hsw"
7349   filter: "'NIC_Intel-XL710' and
7350            '64B' and
7351            'NDRPDR' and
7352            '2T2C' and
7353            'VHOST' and
7354            not 'VXLAN' and
7355            not 'IP4FWD' and
7356            not 'DOT1Q' and
7357            not '2VM'"
7358   parameters:
7359   - "throughput"
7360   - "parent"
7361   traces:
7362     hoverinfo: "x+y"
7363     boxpoints: "outliers"
7364     whiskerwidth: 0
7365   layout:
7366     title: ""  # No title
7367     layout: "plot-throughput"
7368
7369 ################################################################################
7370
7371 # Packet Throughput - VPP VTS 3n-hsw-x520
7372 -
7373   type: "plot"
7374   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7375   algorithm: "plot_performance_box"
7376   output-file-type: ".html"
7377   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7378   data: "plot-vpp-throughput-latency-3n-hsw"
7379   filter: "'NIC_Intel-X520-DA2' and
7380            '114B' and
7381            'NDRPDR' and
7382            '1T1C' and
7383            'VTS'"
7384   parameters:
7385   - "throughput"
7386   - "parent"
7387   traces:
7388     hoverinfo: "x+y"
7389     boxpoints: "outliers"
7390     whiskerwidth: 0
7391   layout:
7392     title: ""  # No title
7393     layout: "plot-throughput"
7394
7395 -
7396   type: "plot"
7397   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7398   algorithm: "plot_performance_box"
7399   output-file-type: ".html"
7400   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7401   data: "plot-vpp-throughput-latency-3n-hsw"
7402   filter: "'NIC_Intel-X520-DA2' and
7403            '114B' and
7404            'NDRPDR' and
7405            '2T2C' and
7406            'VTS'"
7407   parameters:
7408   - "throughput"
7409   - "parent"
7410   traces:
7411     hoverinfo: "x+y"
7412     boxpoints: "outliers"
7413     whiskerwidth: 0
7414   layout:
7415     title: ""  # No title
7416     layout: "plot-throughput"
7417
7418 -
7419   type: "plot"
7420   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7421   algorithm: "plot_performance_box"
7422   output-file-type: ".html"
7423   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7424   data: "plot-vpp-throughput-latency-3n-hsw"
7425   filter: "'NIC_Intel-X520-DA2' and
7426            '114B' and
7427            'NDRPDR' and
7428            '1T1C' and
7429            'VTS'"
7430   parameters:
7431   - "throughput"
7432   - "parent"
7433   traces:
7434     hoverinfo: "x+y"
7435     boxpoints: "outliers"
7436     whiskerwidth: 0
7437   layout:
7438     title: ""  # No title
7439     layout: "plot-throughput"
7440
7441 -
7442   type: "plot"
7443   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7444   algorithm: "plot_performance_box"
7445   output-file-type: ".html"
7446   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7447   data: "plot-vpp-throughput-latency-3n-hsw"
7448   filter: "'NIC_Intel-X520-DA2' and
7449            '114B' and
7450            'NDRPDR' and
7451            '2T2C' and
7452            'VTS'"
7453   parameters:
7454   - "throughput"
7455   - "parent"
7456   traces:
7457     hoverinfo: "x+y"
7458     boxpoints: "outliers"
7459     whiskerwidth: 0
7460   layout:
7461     title: ""  # No title
7462     layout: "plot-throughput"
7463
7464 ################################################################################
7465
7466 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7467 -
7468   type: "plot"
7469   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7470   algorithm: "plot_performance_box"
7471   output-file-type: ".html"
7472   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7473   data: "plot-dpdk-throughput-latency-3n-hsw"
7474   filter: "'NIC_Intel-X520-DA2' and
7475            '64B' and
7476            'BASE' and
7477            'NDRPDR' and
7478            '1T1C' and
7479            'IP4FWD'"
7480   parameters:
7481   - "throughput"
7482   - "parent"
7483   traces:
7484     hoverinfo: "x+y"
7485     boxpoints: "outliers"
7486     whiskerwidth: 0
7487   layout:
7488     title: ""  # No title
7489     layout: "plot-throughput"
7490
7491 -
7492   type: "plot"
7493   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7494   algorithm: "plot_performance_box"
7495   output-file-type: ".html"
7496   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7497   data: "plot-dpdk-throughput-latency-3n-hsw"
7498   filter: "'NIC_Intel-X520-DA2' and
7499            '64B' and
7500            'BASE' and
7501            'NDRPDR' and
7502            '2T2C' and
7503            'IP4FWD'"
7504   parameters:
7505   - "throughput"
7506   - "parent"
7507   traces:
7508     hoverinfo: "x+y"
7509     boxpoints: "outliers"
7510     whiskerwidth: 0
7511   layout:
7512     title: ""  # No title
7513     layout: "plot-throughput"
7514
7515 -
7516   type: "plot"
7517   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7518   algorithm: "plot_performance_box"
7519   output-file-type: ".html"
7520   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7521   data: "plot-dpdk-throughput-latency-3n-hsw"
7522   filter: "'NIC_Intel-X520-DA2' and
7523            '64B' and
7524            'BASE' and
7525            'NDRPDR' and
7526            '1T1C' and
7527            'IP4FWD'"
7528   parameters:
7529   - "throughput"
7530   - "parent"
7531   traces:
7532     hoverinfo: "x+y"
7533     boxpoints: "outliers"
7534     whiskerwidth: 0
7535   layout:
7536     title: ""  # No title
7537     layout: "plot-throughput"
7538
7539 -
7540   type: "plot"
7541   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7542   algorithm: "plot_performance_box"
7543   output-file-type: ".html"
7544   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7545   data: "plot-dpdk-throughput-latency-3n-hsw"
7546   filter: "'NIC_Intel-X520-DA2' and
7547            '64B' and
7548            'BASE' and
7549            'NDRPDR' and
7550            '2T2C' and
7551            'IP4FWD'"
7552   parameters:
7553   - "throughput"
7554   - "parent"
7555   traces:
7556     hoverinfo: "x+y"
7557     boxpoints: "outliers"
7558     whiskerwidth: 0
7559   layout:
7560     title: ""  # No title
7561     layout: "plot-throughput"
7562
7563 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7564 -
7565   type: "plot"
7566   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7567   algorithm: "plot_performance_box"
7568   output-file-type: ".html"
7569   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7570   data: "plot-dpdk-throughput-latency-3n-hsw"
7571   filter: "'NIC_Intel-X710' and
7572            '64B' and
7573            'BASE' and
7574            'NDRPDR' and
7575            '1T1C' and
7576            'IP4FWD'"
7577   parameters:
7578   - "throughput"
7579   - "parent"
7580   traces:
7581     hoverinfo: "x+y"
7582     boxpoints: "outliers"
7583     whiskerwidth: 0
7584   layout:
7585     title: ""  # No title
7586     layout: "plot-throughput"
7587
7588 -
7589   type: "plot"
7590   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7591   algorithm: "plot_performance_box"
7592   output-file-type: ".html"
7593   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7594   data: "plot-dpdk-throughput-latency-3n-hsw"
7595   filter: "'NIC_Intel-X710' and
7596            '64B' and
7597            'BASE' and
7598            'NDRPDR' and
7599            '2T2C' and
7600            'IP4FWD'"
7601   parameters:
7602   - "throughput"
7603   - "parent"
7604   traces:
7605     hoverinfo: "x+y"
7606     boxpoints: "outliers"
7607     whiskerwidth: 0
7608   layout:
7609     title: ""  # No title
7610     layout: "plot-throughput"
7611
7612 -
7613   type: "plot"
7614   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7615   algorithm: "plot_performance_box"
7616   output-file-type: ".html"
7617   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7618   data: "plot-dpdk-throughput-latency-3n-hsw"
7619   filter: "'NIC_Intel-X710' and
7620            '64B' and
7621            'BASE' and
7622            'NDRPDR' and
7623            '1T1C' and
7624            'IP4FWD'"
7625   parameters:
7626   - "throughput"
7627   - "parent"
7628   traces:
7629     hoverinfo: "x+y"
7630     boxpoints: "outliers"
7631     whiskerwidth: 0
7632   layout:
7633     title: ""  # No title
7634     layout: "plot-throughput"
7635
7636 -
7637   type: "plot"
7638   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7639   algorithm: "plot_performance_box"
7640   output-file-type: ".html"
7641   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7642   data: "plot-dpdk-throughput-latency-3n-hsw"
7643   filter: "'NIC_Intel-X710' and
7644            '64B' and
7645            'BASE' and
7646            'NDRPDR' and
7647            '2T2C' and
7648            'IP4FWD'"
7649   parameters:
7650   - "throughput"
7651   - "parent"
7652   traces:
7653     hoverinfo: "x+y"
7654     boxpoints: "outliers"
7655     whiskerwidth: 0
7656   layout:
7657     title: ""  # No title
7658     layout: "plot-throughput"
7659
7660 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7661 -
7662   type: "plot"
7663   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7664   algorithm: "plot_performance_box"
7665   output-file-type: ".html"
7666   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7667   data: "plot-dpdk-throughput-latency-3n-hsw"
7668   filter: "'NIC_Intel-XL710' and
7669            '64B' and
7670            'BASE' and
7671            'NDRPDR' and
7672            '1T1C' and
7673            'IP4FWD'"
7674   parameters:
7675   - "throughput"
7676   - "parent"
7677   traces:
7678     hoverinfo: "x+y"
7679     boxpoints: "outliers"
7680     whiskerwidth: 0
7681   layout:
7682     title: ""  # No title
7683     layout: "plot-throughput"
7684
7685 -
7686   type: "plot"
7687   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7688   algorithm: "plot_performance_box"
7689   output-file-type: ".html"
7690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7691   data: "plot-dpdk-throughput-latency-3n-hsw"
7692   filter: "'NIC_Intel-XL710' and
7693            '64B' and
7694            'BASE' and
7695            'NDRPDR' and
7696            '2T2C' and
7697            'IP4FWD'"
7698   parameters:
7699   - "throughput"
7700   - "parent"
7701   traces:
7702     hoverinfo: "x+y"
7703     boxpoints: "outliers"
7704     whiskerwidth: 0
7705   layout:
7706     title: ""  # No title
7707     layout: "plot-throughput"
7708
7709 -
7710   type: "plot"
7711   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7712   algorithm: "plot_performance_box"
7713   output-file-type: ".html"
7714   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7715   data: "plot-dpdk-throughput-latency-3n-hsw"
7716   filter: "'NIC_Intel-XL710' and
7717            '64B' and
7718            'BASE' and
7719            'NDRPDR' and
7720            '1T1C' and
7721            'IP4FWD'"
7722   parameters:
7723   - "throughput"
7724   - "parent"
7725   traces:
7726     hoverinfo: "x+y"
7727     boxpoints: "outliers"
7728     whiskerwidth: 0
7729   layout:
7730     title: ""  # No title
7731     layout: "plot-throughput"
7732
7733 -
7734   type: "plot"
7735   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7736   algorithm: "plot_performance_box"
7737   output-file-type: ".html"
7738   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7739   data: "plot-dpdk-throughput-latency-3n-hsw"
7740   filter: "'NIC_Intel-XL710' and
7741            '64B' and
7742            'BASE' and
7743            'NDRPDR' and
7744            '2T2C' and
7745            'IP4FWD'"
7746   parameters:
7747   - "throughput"
7748   - "parent"
7749   traces:
7750     hoverinfo: "x+y"
7751     boxpoints: "outliers"
7752     whiskerwidth: 0
7753   layout:
7754     title: ""  # No title
7755     layout: "plot-throughput"
7756
7757 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7758 -
7759   type: "plot"
7760   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7761   algorithm: "plot_performance_box"
7762   output-file-type: ".html"
7763   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7764   data: "plot-dpdk-throughput-latency-3n-skx"
7765   filter: "'NIC_Intel-X710' and
7766            '64B' and
7767            'BASE' and
7768            'NDRPDR' and
7769            '2T1C' and
7770            'IP4FWD'"
7771   parameters:
7772   - "throughput"
7773   - "parent"
7774   traces:
7775     hoverinfo: "x+y"
7776     boxpoints: "outliers"
7777     whiskerwidth: 0
7778   layout:
7779     title: ""  # No title
7780     layout: "plot-throughput"
7781
7782 -
7783   type: "plot"
7784   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7785   algorithm: "plot_performance_box"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7788   data: "plot-dpdk-throughput-latency-3n-skx"
7789   filter: "'NIC_Intel-X710' and
7790            '64B' and
7791            'BASE' and
7792            'NDRPDR' and
7793            '4T2C' and
7794            'IP4FWD'"
7795   parameters:
7796   - "throughput"
7797   - "parent"
7798   traces:
7799     hoverinfo: "x+y"
7800     boxpoints: "outliers"
7801     whiskerwidth: 0
7802   layout:
7803     title: ""  # No title
7804     layout: "plot-throughput"
7805
7806 -
7807   type: "plot"
7808   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7809   algorithm: "plot_performance_box"
7810   output-file-type: ".html"
7811   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7812   data: "plot-dpdk-throughput-latency-3n-skx"
7813   filter: "'NIC_Intel-X710' and
7814            '64B' and
7815            'BASE' and
7816            'NDRPDR' and
7817            '2T1C' and
7818            'IP4FWD'"
7819   parameters:
7820   - "throughput"
7821   - "parent"
7822   traces:
7823     hoverinfo: "x+y"
7824     boxpoints: "outliers"
7825     whiskerwidth: 0
7826   layout:
7827     title: ""  # No title
7828     layout: "plot-throughput"
7829
7830 -
7831   type: "plot"
7832   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7833   algorithm: "plot_performance_box"
7834   output-file-type: ".html"
7835   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7836   data: "plot-dpdk-throughput-latency-3n-skx"
7837   filter: "'NIC_Intel-X710' and
7838            '64B' and
7839            'BASE' and
7840            'NDRPDR' and
7841            '4T2C' and
7842            'IP4FWD'"
7843   parameters:
7844   - "throughput"
7845   - "parent"
7846   traces:
7847     hoverinfo: "x+y"
7848     boxpoints: "outliers"
7849     whiskerwidth: 0
7850   layout:
7851     title: ""  # No title
7852     layout: "plot-throughput"
7853
7854 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7855 -
7856   type: "plot"
7857   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7858   algorithm: "plot_performance_box"
7859   output-file-type: ".html"
7860   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7861   data: "plot-dpdk-throughput-latency-3n-skx"
7862   filter: "'NIC_Intel-XXV710' and
7863            '64B' and
7864            'BASE' and
7865            'NDRPDR' and
7866            '2T1C' and
7867            'IP4FWD'"
7868   parameters:
7869   - "throughput"
7870   - "parent"
7871   traces:
7872     hoverinfo: "x+y"
7873     boxpoints: "outliers"
7874     whiskerwidth: 0
7875   layout:
7876     title: ""  # No title
7877     layout: "plot-throughput"
7878
7879 -
7880   type: "plot"
7881   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7882   algorithm: "plot_performance_box"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7885   data: "plot-dpdk-throughput-latency-3n-skx"
7886   filter: "'NIC_Intel-XXV710' and
7887            '64B' and
7888            'BASE' and
7889            'NDRPDR' and
7890            '4T2C' and
7891            'IP4FWD'"
7892   parameters:
7893   - "throughput"
7894   - "parent"
7895   traces:
7896     hoverinfo: "x+y"
7897     boxpoints: "outliers"
7898     whiskerwidth: 0
7899   layout:
7900     title: ""  # No title
7901     layout: "plot-throughput"
7902
7903 -
7904   type: "plot"
7905   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7906   algorithm: "plot_performance_box"
7907   output-file-type: ".html"
7908   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7909   data: "plot-dpdk-throughput-latency-3n-skx"
7910   filter: "'NIC_Intel-XXV710' and
7911            '64B' and
7912            'BASE' and
7913            'NDRPDR' and
7914            '2T1C' and
7915            'IP4FWD'"
7916   parameters:
7917   - "throughput"
7918   - "parent"
7919   traces:
7920     hoverinfo: "x+y"
7921     boxpoints: "outliers"
7922     whiskerwidth: 0
7923   layout:
7924     title: ""  # No title
7925     layout: "plot-throughput"
7926
7927 -
7928   type: "plot"
7929   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7930   algorithm: "plot_performance_box"
7931   output-file-type: ".html"
7932   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7933   data: "plot-dpdk-throughput-latency-3n-skx"
7934   filter: "'NIC_Intel-XXV710' and
7935            '64B' and
7936            'BASE' and
7937            'NDRPDR' and
7938            '4T2C' and
7939            'IP4FWD'"
7940   parameters:
7941   - "throughput"
7942   - "parent"
7943   traces:
7944     hoverinfo: "x+y"
7945     boxpoints: "outliers"
7946     whiskerwidth: 0
7947   layout:
7948     title: ""  # No title
7949     layout: "plot-throughput"
7950
7951 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7952 -
7953   type: "plot"
7954   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7955   algorithm: "plot_performance_box"
7956   output-file-type: ".html"
7957   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7958   data: "plot-dpdk-throughput-latency-2n-skx"
7959   filter: "'NIC_Intel-X710' and
7960            '64B' and
7961            'BASE' and
7962            'NDRPDR' and
7963            '2T1C' and
7964            'IP4FWD'"
7965   parameters:
7966   - "throughput"
7967   - "parent"
7968   traces:
7969     hoverinfo: "x+y"
7970     boxpoints: "outliers"
7971     whiskerwidth: 0
7972   layout:
7973     title: ""  # No title
7974     layout: "plot-throughput"
7975
7976 -
7977   type: "plot"
7978   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7979   algorithm: "plot_performance_box"
7980   output-file-type: ".html"
7981   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7982   data: "plot-dpdk-throughput-latency-2n-skx"
7983   filter: "'NIC_Intel-X710' and
7984            '64B' and
7985            'BASE' and
7986            'NDRPDR' and
7987            '4T2C' and
7988            'IP4FWD'"
7989   parameters:
7990   - "throughput"
7991   - "parent"
7992   traces:
7993     hoverinfo: "x+y"
7994     boxpoints: "outliers"
7995     whiskerwidth: 0
7996   layout:
7997     title: ""  # No title
7998     layout: "plot-throughput"
7999
8000 -
8001   type: "plot"
8002   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8003   algorithm: "plot_performance_box"
8004   output-file-type: ".html"
8005   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8006   data: "plot-dpdk-throughput-latency-2n-skx"
8007   filter: "'NIC_Intel-X710' and
8008            '64B' and
8009            'BASE' and
8010            'NDRPDR' and
8011            '2T1C' and
8012            'IP4FWD'"
8013   parameters:
8014   - "throughput"
8015   - "parent"
8016   traces:
8017     hoverinfo: "x+y"
8018     boxpoints: "outliers"
8019     whiskerwidth: 0
8020   layout:
8021     title: ""  # No title
8022     layout: "plot-throughput"
8023
8024 -
8025   type: "plot"
8026   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8027   algorithm: "plot_performance_box"
8028   output-file-type: ".html"
8029   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8030   data: "plot-dpdk-throughput-latency-2n-skx"
8031   filter: "'NIC_Intel-X710' and
8032            '64B' and
8033            'BASE' and
8034            'NDRPDR' and
8035            '4T2C' and
8036            'IP4FWD'"
8037   parameters:
8038   - "throughput"
8039   - "parent"
8040   traces:
8041     hoverinfo: "x+y"
8042     boxpoints: "outliers"
8043     whiskerwidth: 0
8044   layout:
8045     title: ""  # No title
8046     layout: "plot-throughput"
8047
8048 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8049 -
8050   type: "plot"
8051   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8052   algorithm: "plot_performance_box"
8053   output-file-type: ".html"
8054   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8055   data: "plot-dpdk-throughput-latency-2n-skx"
8056   filter: "'NIC_Intel-XXV710' and
8057            '64B' and
8058            'BASE' and
8059            'NDRPDR' and
8060            '2T1C' and
8061            'IP4FWD'"
8062   parameters:
8063   - "throughput"
8064   - "parent"
8065   traces:
8066     hoverinfo: "x+y"
8067     boxpoints: "outliers"
8068     whiskerwidth: 0
8069   layout:
8070     title: ""  # No title
8071     layout: "plot-throughput"
8072
8073 -
8074   type: "plot"
8075   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8076   algorithm: "plot_performance_box"
8077   output-file-type: ".html"
8078   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8079   data: "plot-dpdk-throughput-latency-2n-skx"
8080   filter: "'NIC_Intel-XXV710' and
8081            '64B' and
8082            'BASE' and
8083            'NDRPDR' and
8084            '4T2C' and
8085            'IP4FWD'"
8086   parameters:
8087   - "throughput"
8088   - "parent"
8089   traces:
8090     hoverinfo: "x+y"
8091     boxpoints: "outliers"
8092     whiskerwidth: 0
8093   layout:
8094     title: ""  # No title
8095     layout: "plot-throughput"
8096
8097 -
8098   type: "plot"
8099   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8100   algorithm: "plot_performance_box"
8101   output-file-type: ".html"
8102   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8103   data: "plot-dpdk-throughput-latency-2n-skx"
8104   filter: "'NIC_Intel-XXV710' and
8105            '64B' and
8106            'BASE' and
8107            'NDRPDR' and
8108            '2T1C' and
8109            'IP4FWD'"
8110   parameters:
8111   - "throughput"
8112   - "parent"
8113   traces:
8114     hoverinfo: "x+y"
8115     boxpoints: "outliers"
8116     whiskerwidth: 0
8117   layout:
8118     title: ""  # No title
8119     layout: "plot-throughput"
8120
8121 -
8122   type: "plot"
8123   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8124   algorithm: "plot_performance_box"
8125   output-file-type: ".html"
8126   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8127   data: "plot-dpdk-throughput-latency-2n-skx"
8128   filter: "'NIC_Intel-XXV710' and
8129            '64B' and
8130            'BASE' and
8131            'NDRPDR' and
8132            '4T2C' and
8133            'IP4FWD'"
8134   parameters:
8135   - "throughput"
8136   - "parent"
8137   traces:
8138     hoverinfo: "x+y"
8139     boxpoints: "outliers"
8140     whiskerwidth: 0
8141   layout:
8142     title: ""  # No title
8143     layout: "plot-throughput"
8144
8145 ################################################################################
8146
8147 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8148 -
8149   type: "plot"
8150   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8151   algorithm: "plot_performance_box"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8154   data: "plot-dpdk-throughput-latency-3n-hsw"
8155   filter: "'NIC_Intel-X520-DA2' and
8156            '64B' and
8157            'BASE' and
8158            'NDRPDR' and
8159            '1T1C' and
8160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8161   parameters:
8162   - "throughput"
8163   - "parent"
8164   traces:
8165     hoverinfo: "x+y"
8166     boxpoints: "outliers"
8167     whiskerwidth: 0
8168   layout:
8169     title: ""  # No title
8170     layout: "plot-throughput"
8171
8172 -
8173   type: "plot"
8174   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8175   algorithm: "plot_performance_box"
8176   output-file-type: ".html"
8177   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8178   data: "plot-dpdk-throughput-latency-3n-hsw"
8179   filter: "'NIC_Intel-X520-DA2' and
8180            '64B' and
8181            'BASE' and
8182            'NDRPDR' and
8183            '2T2C' and
8184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8185   parameters:
8186   - "throughput"
8187   - "parent"
8188   traces:
8189     hoverinfo: "x+y"
8190     boxpoints: "outliers"
8191     whiskerwidth: 0
8192   layout:
8193     title: ""  # No title
8194     layout: "plot-throughput"
8195
8196 -
8197   type: "plot"
8198   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8199   algorithm: "plot_performance_box"
8200   output-file-type: ".html"
8201   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8202   data: "plot-dpdk-throughput-latency-3n-hsw"
8203   filter: "'NIC_Intel-X520-DA2' and
8204            '64B' and
8205            'BASE' and
8206            'NDRPDR' and
8207            '1T1C' and
8208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8209   parameters:
8210   - "throughput"
8211   - "parent"
8212   traces:
8213     hoverinfo: "x+y"
8214     boxpoints: "outliers"
8215     whiskerwidth: 0
8216   layout:
8217     title: ""  # No title
8218     layout: "plot-throughput"
8219
8220 -
8221   type: "plot"
8222   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8223   algorithm: "plot_performance_box"
8224   output-file-type: ".html"
8225   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8226   data: "plot-dpdk-throughput-latency-3n-hsw"
8227   filter: "'NIC_Intel-X520-DA2' and
8228            '64B' and
8229            'BASE' and
8230            'NDRPDR' and
8231            '2T2C' and
8232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8233   parameters:
8234   - "throughput"
8235   - "parent"
8236   traces:
8237     hoverinfo: "x+y"
8238     boxpoints: "outliers"
8239     whiskerwidth: 0
8240   layout:
8241     title: ""  # No title
8242     layout: "plot-throughput"
8243
8244 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8245 -
8246   type: "plot"
8247   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8248   algorithm: "plot_performance_box"
8249   output-file-type: ".html"
8250   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8251   data: "plot-dpdk-throughput-latency-3n-hsw"
8252   filter: "'NIC_Intel-X710' and
8253            '64B' and
8254            'BASE' and
8255            'NDRPDR' and
8256            '1T1C' and
8257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8258   parameters:
8259   - "throughput"
8260   - "parent"
8261   traces:
8262     hoverinfo: "x+y"
8263     boxpoints: "outliers"
8264     whiskerwidth: 0
8265   layout:
8266     title: ""  # No title
8267     layout: "plot-throughput"
8268
8269 -
8270   type: "plot"
8271   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8272   algorithm: "plot_performance_box"
8273   output-file-type: ".html"
8274   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8275   data: "plot-dpdk-throughput-latency-3n-hsw"
8276   filter: "'NIC_Intel-X710' and
8277            '64B' and
8278            'BASE' and
8279            'NDRPDR' and
8280            '2T2C' and
8281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8282   parameters:
8283   - "throughput"
8284   - "parent"
8285   traces:
8286     hoverinfo: "x+y"
8287     boxpoints: "outliers"
8288     whiskerwidth: 0
8289   layout:
8290     title: ""  # No title
8291     layout: "plot-throughput"
8292
8293 -
8294   type: "plot"
8295   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8296   algorithm: "plot_performance_box"
8297   output-file-type: ".html"
8298   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8299   data: "plot-dpdk-throughput-latency-3n-hsw"
8300   filter: "'NIC_Intel-X710' and
8301            '64B' and
8302            'BASE' and
8303            'NDRPDR' and
8304            '1T1C' and
8305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8306   parameters:
8307   - "throughput"
8308   - "parent"
8309   traces:
8310     hoverinfo: "x+y"
8311     boxpoints: "outliers"
8312     whiskerwidth: 0
8313   layout:
8314     title: ""  # No title
8315     layout: "plot-throughput"
8316
8317 -
8318   type: "plot"
8319   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8320   algorithm: "plot_performance_box"
8321   output-file-type: ".html"
8322   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8323   data: "plot-dpdk-throughput-latency-3n-hsw"
8324   filter: "'NIC_Intel-X710' and
8325            '64B' and
8326            'BASE' and
8327            'NDRPDR' and
8328            '2T2C' and
8329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8330   parameters:
8331   - "throughput"
8332   - "parent"
8333   traces:
8334     hoverinfo: "x+y"
8335     boxpoints: "outliers"
8336     whiskerwidth: 0
8337   layout:
8338     title: ""  # No title
8339     layout: "plot-throughput"
8340
8341 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8342 -
8343   type: "plot"
8344   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8345   algorithm: "plot_performance_box"
8346   output-file-type: ".html"
8347   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8348   data: "plot-dpdk-throughput-latency-3n-hsw"
8349   filter: "'NIC_Intel-XL710' and
8350            '64B' and
8351            'BASE' and
8352            'NDRPDR' and
8353            '1T1C' and
8354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8355   parameters:
8356   - "throughput"
8357   - "parent"
8358   traces:
8359     hoverinfo: "x+y"
8360     boxpoints: "outliers"
8361     whiskerwidth: 0
8362   layout:
8363     title: ""  # No title
8364     layout: "plot-throughput"
8365
8366 -
8367   type: "plot"
8368   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8369   algorithm: "plot_performance_box"
8370   output-file-type: ".html"
8371   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8372   data: "plot-dpdk-throughput-latency-3n-hsw"
8373   filter: "'NIC_Intel-XL710' and
8374            '64B' and
8375            'BASE' and
8376            'NDRPDR' and
8377            '2T2C' and
8378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8379   parameters:
8380   - "throughput"
8381   - "parent"
8382   traces:
8383     hoverinfo: "x+y"
8384     boxpoints: "outliers"
8385     whiskerwidth: 0
8386   layout:
8387     title: ""  # No title
8388     layout: "plot-throughput"
8389
8390 -
8391   type: "plot"
8392   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8393   algorithm: "plot_performance_box"
8394   output-file-type: ".html"
8395   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8396   data: "plot-dpdk-throughput-latency-3n-hsw"
8397   filter: "'NIC_Intel-XL710' and
8398            '64B' and
8399            'BASE' and
8400            'NDRPDR' and
8401            '1T1C' and
8402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8403   parameters:
8404   - "throughput"
8405   - "parent"
8406   traces:
8407     hoverinfo: "x+y"
8408     boxpoints: "outliers"
8409     whiskerwidth: 0
8410   layout:
8411     title: ""  # No title
8412     layout: "plot-throughput"
8413
8414 -
8415   type: "plot"
8416   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8417   algorithm: "plot_performance_box"
8418   output-file-type: ".html"
8419   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8420   data: "plot-dpdk-throughput-latency-3n-hsw"
8421   filter: "'NIC_Intel-XL710' and
8422            '64B' and
8423            'BASE' and
8424            'NDRPDR' and
8425            '2T2C' and
8426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8427   parameters:
8428   - "throughput"
8429   - "parent"
8430   traces:
8431     hoverinfo: "x+y"
8432     boxpoints: "outliers"
8433     whiskerwidth: 0
8434   layout:
8435     title: ""  # No title
8436     layout: "plot-throughput"
8437
8438 # Packet Throughput - DPDK testpmd 3n-skx-x710
8439 -
8440   type: "plot"
8441   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8442   algorithm: "plot_performance_box"
8443   output-file-type: ".html"
8444   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8445   data: "plot-dpdk-throughput-latency-3n-skx"
8446   filter: "'NIC_Intel-X710' and
8447            '64B' and
8448            'BASE' and
8449            'NDRPDR' and
8450            '2T1C' and
8451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8452   parameters:
8453   - "throughput"
8454   - "parent"
8455   traces:
8456     hoverinfo: "x+y"
8457     boxpoints: "outliers"
8458     whiskerwidth: 0
8459   layout:
8460     title: ""  # No title
8461     layout: "plot-throughput"
8462
8463 -
8464   type: "plot"
8465   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8466   algorithm: "plot_performance_box"
8467   output-file-type: ".html"
8468   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8469   data: "plot-dpdk-throughput-latency-3n-skx"
8470   filter: "'NIC_Intel-X710' and
8471            '64B' and
8472            'BASE' and
8473            'NDRPDR' and
8474            '4T2C' and
8475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8476   parameters:
8477   - "throughput"
8478   - "parent"
8479   traces:
8480     hoverinfo: "x+y"
8481     boxpoints: "outliers"
8482     whiskerwidth: 0
8483   layout:
8484     title: ""  # No title
8485     layout: "plot-throughput"
8486
8487 -
8488   type: "plot"
8489   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8490   algorithm: "plot_performance_box"
8491   output-file-type: ".html"
8492   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8493   data: "plot-dpdk-throughput-latency-3n-skx"
8494   filter: "'NIC_Intel-X710' and
8495            '64B' and
8496            'BASE' and
8497            'NDRPDR' and
8498            '2T1C' and
8499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8500   parameters:
8501   - "throughput"
8502   - "parent"
8503   traces:
8504     hoverinfo: "x+y"
8505     boxpoints: "outliers"
8506     whiskerwidth: 0
8507   layout:
8508     title: ""  # No title
8509     layout: "plot-throughput"
8510
8511 -
8512   type: "plot"
8513   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8514   algorithm: "plot_performance_box"
8515   output-file-type: ".html"
8516   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8517   data: "plot-dpdk-throughput-latency-3n-skx"
8518   filter: "'NIC_Intel-X710' and
8519            '64B' and
8520            'BASE' and
8521            'NDRPDR' and
8522            '4T2C' and
8523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8524   parameters:
8525   - "throughput"
8526   - "parent"
8527   traces:
8528     hoverinfo: "x+y"
8529     boxpoints: "outliers"
8530     whiskerwidth: 0
8531   layout:
8532     title: ""  # No title
8533     layout: "plot-throughput"
8534
8535 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8536 -
8537   type: "plot"
8538   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8539   algorithm: "plot_performance_box"
8540   output-file-type: ".html"
8541   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8542   data: "plot-dpdk-throughput-latency-3n-skx"
8543   filter: "'NIC_Intel-XXV710' and
8544            '64B' and
8545            'BASE' and
8546            'NDRPDR' and
8547            '2T1C' and
8548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8549   parameters:
8550   - "throughput"
8551   - "parent"
8552   traces:
8553     hoverinfo: "x+y"
8554     boxpoints: "outliers"
8555     whiskerwidth: 0
8556   layout:
8557     title: ""  # No title
8558     layout: "plot-throughput"
8559
8560 -
8561   type: "plot"
8562   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8563   algorithm: "plot_performance_box"
8564   output-file-type: ".html"
8565   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8566   data: "plot-dpdk-throughput-latency-3n-skx"
8567   filter: "'NIC_Intel-XXV710' and
8568            '64B' and
8569            'BASE' and
8570            'NDRPDR' and
8571            '4T2C' and
8572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8573   parameters:
8574   - "throughput"
8575   - "parent"
8576   traces:
8577     hoverinfo: "x+y"
8578     boxpoints: "outliers"
8579     whiskerwidth: 0
8580   layout:
8581     title: ""  # No title
8582     layout: "plot-throughput"
8583
8584 -
8585   type: "plot"
8586   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8587   algorithm: "plot_performance_box"
8588   output-file-type: ".html"
8589   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8590   data: "plot-dpdk-throughput-latency-3n-skx"
8591   filter: "'NIC_Intel-XXV710' and
8592            '64B' and
8593            'BASE' and
8594            'NDRPDR' and
8595            '2T1C' and
8596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8597   parameters:
8598   - "throughput"
8599   - "parent"
8600   traces:
8601     hoverinfo: "x+y"
8602     boxpoints: "outliers"
8603     whiskerwidth: 0
8604   layout:
8605     title: ""  # No title
8606     layout: "plot-throughput"
8607
8608 -
8609   type: "plot"
8610   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8611   algorithm: "plot_performance_box"
8612   output-file-type: ".html"
8613   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8614   data: "plot-dpdk-throughput-latency-3n-skx"
8615   filter: "'NIC_Intel-XXV710' and
8616            '64B' and
8617            'BASE' and
8618            'NDRPDR' and
8619            '4T2C' and
8620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8621   parameters:
8622   - "throughput"
8623   - "parent"
8624   traces:
8625     hoverinfo: "x+y"
8626     boxpoints: "outliers"
8627     whiskerwidth: 0
8628   layout:
8629     title: ""  # No title
8630     layout: "plot-throughput"
8631
8632 # Packet Throughput - DPDK testpmd 2n-skx-x710
8633 -
8634   type: "plot"
8635   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8636   algorithm: "plot_performance_box"
8637   output-file-type: ".html"
8638   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8639   data: "plot-dpdk-throughput-latency-2n-skx"
8640   filter: "'NIC_Intel-X710' and
8641            '64B' and
8642            'BASE' and
8643            'NDRPDR' and
8644            '2T1C' and
8645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8646   parameters:
8647   - "throughput"
8648   - "parent"
8649   traces:
8650     hoverinfo: "x+y"
8651     boxpoints: "outliers"
8652     whiskerwidth: 0
8653   layout:
8654     title: ""  # No title
8655     layout: "plot-throughput"
8656
8657 -
8658   type: "plot"
8659   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8660   algorithm: "plot_performance_box"
8661   output-file-type: ".html"
8662   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8663   data: "plot-dpdk-throughput-latency-2n-skx"
8664   filter: "'NIC_Intel-X710' and
8665            '64B' and
8666            'BASE' and
8667            'NDRPDR' and
8668            '4T2C' and
8669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8670   parameters:
8671   - "throughput"
8672   - "parent"
8673   traces:
8674     hoverinfo: "x+y"
8675     boxpoints: "outliers"
8676     whiskerwidth: 0
8677   layout:
8678     title: ""  # No title
8679     layout: "plot-throughput"
8680
8681 -
8682   type: "plot"
8683   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8684   algorithm: "plot_performance_box"
8685   output-file-type: ".html"
8686   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8687   data: "plot-dpdk-throughput-latency-2n-skx"
8688   filter: "'NIC_Intel-X710' and
8689            '64B' and
8690            'BASE' and
8691            'NDRPDR' and
8692            '2T1C' and
8693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8694   parameters:
8695   - "throughput"
8696   - "parent"
8697   traces:
8698     hoverinfo: "x+y"
8699     boxpoints: "outliers"
8700     whiskerwidth: 0
8701   layout:
8702     title: ""  # No title
8703     layout: "plot-throughput"
8704
8705 -
8706   type: "plot"
8707   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8708   algorithm: "plot_performance_box"
8709   output-file-type: ".html"
8710   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8711   data: "plot-dpdk-throughput-latency-2n-skx"
8712   filter: "'NIC_Intel-X710' and
8713            '64B' and
8714            'BASE' and
8715            'NDRPDR' and
8716            '4T2C' and
8717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8718   parameters:
8719   - "throughput"
8720   - "parent"
8721   traces:
8722     hoverinfo: "x+y"
8723     boxpoints: "outliers"
8724     whiskerwidth: 0
8725   layout:
8726     title: ""  # No title
8727     layout: "plot-throughput"
8728
8729 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8730 -
8731   type: "plot"
8732   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8733   algorithm: "plot_performance_box"
8734   output-file-type: ".html"
8735   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8736   data: "plot-dpdk-throughput-latency-2n-skx"
8737   filter: "'NIC_Intel-XXV710' and
8738            '64B' and
8739            'BASE' and
8740            'NDRPDR' and
8741            '2T1C' and
8742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8743   parameters:
8744   - "throughput"
8745   - "parent"
8746   traces:
8747     hoverinfo: "x+y"
8748     boxpoints: "outliers"
8749     whiskerwidth: 0
8750   layout:
8751     title: ""  # No title
8752     layout: "plot-throughput"
8753
8754 -
8755   type: "plot"
8756   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8757   algorithm: "plot_performance_box"
8758   output-file-type: ".html"
8759   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8760   data: "plot-dpdk-throughput-latency-2n-skx"
8761   filter: "'NIC_Intel-XXV710' and
8762            '64B' and
8763            'BASE' and
8764            'NDRPDR' and
8765            '4T2C' and
8766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8767   parameters:
8768   - "throughput"
8769   - "parent"
8770   traces:
8771     hoverinfo: "x+y"
8772     boxpoints: "outliers"
8773     whiskerwidth: 0
8774   layout:
8775     title: ""  # No title
8776     layout: "plot-throughput"
8777
8778 -
8779   type: "plot"
8780   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8781   algorithm: "plot_performance_box"
8782   output-file-type: ".html"
8783   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8784   data: "plot-dpdk-throughput-latency-2n-skx"
8785   filter: "'NIC_Intel-XXV710' and
8786            '64B' and
8787            'BASE' and
8788            'NDRPDR' and
8789            '2T1C' and
8790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8791   parameters:
8792   - "throughput"
8793   - "parent"
8794   traces:
8795     hoverinfo: "x+y"
8796     boxpoints: "outliers"
8797     whiskerwidth: 0
8798   layout:
8799     title: ""  # No title
8800     layout: "plot-throughput"
8801
8802 -
8803   type: "plot"
8804   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8805   algorithm: "plot_performance_box"
8806   output-file-type: ".html"
8807   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8808   data: "plot-dpdk-throughput-latency-2n-skx"
8809   filter: "'NIC_Intel-XXV710' and
8810            '64B' and
8811            'BASE' and
8812            'NDRPDR' and
8813            '4T2C' and
8814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8815   parameters:
8816   - "throughput"
8817   - "parent"
8818   traces:
8819     hoverinfo: "x+y"
8820     boxpoints: "outliers"
8821     whiskerwidth: 0
8822   layout:
8823     title: ""  # No title
8824     layout: "plot-throughput"
8825
8826
8827
8828
8829
8830
8831
8832
8833 ################################################################################
8834
8835 # Packet Latency - VPP L2 3n-hsw-x520
8836 -
8837   type: "plot"
8838   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8839   algorithm: "plot_latency_box"
8840   output-file-type: ".html"
8841   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8842   data: "plot-vpp-throughput-latency-3n-hsw"
8843   filter: "'NIC_Intel-X520-DA2' and
8844            '64B' and
8845            ('BASE' or 'SCALE') and
8846            'NDRPDR' and
8847            '1T1C' and
8848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8849            not 'VHOST' and
8850            not 'MEMIF'"
8851   parameters:
8852   - "latency"
8853   - "parent"
8854   traces:
8855     boxmean: False
8856   layout:
8857     title: ""  # No title
8858     layout: "plot-latency"
8859
8860 -
8861   type: "plot"
8862   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8863   algorithm: "plot_latency_box"
8864   output-file-type: ".html"
8865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8866   data: "plot-vpp-throughput-latency-3n-hsw"
8867   filter: "'NIC_Intel-X520-DA2' and
8868            '64B' and
8869            ('BASE' or 'SCALE') and
8870            'NDRPDR' and
8871            '2T2C' and
8872            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8873            not 'VHOST' and
8874            not 'MEMIF'"
8875   parameters:
8876   - "latency"
8877   - "parent"
8878   traces:
8879     boxmean: False
8880   layout:
8881     title: ""  # No title
8882     layout: "plot-latency"
8883
8884 -
8885   type: "plot"
8886   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8887   algorithm: "plot_latency_box"
8888   output-file-type: ".html"
8889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8890   data: "plot-vpp-throughput-latency-3n-hsw"
8891   filter: "'NIC_Intel-X520-DA2' and
8892            '64B' and
8893            'FEATURE' and
8894            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8895            'NDRPDR' and
8896            '1T1C' and
8897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8898            not 'VHOST' and
8899            not 'MEMIF'"
8900   parameters:
8901   - "latency"
8902   - "parent"
8903   traces:
8904     boxmean: False
8905   layout:
8906     title: ""  # No title
8907     layout: "plot-latency"
8908
8909 -
8910   type: "plot"
8911   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8912   algorithm: "plot_latency_box"
8913   output-file-type: ".html"
8914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8915   data: "plot-vpp-throughput-latency-3n-hsw"
8916   filter: "'NIC_Intel-X520-DA2' and
8917            '64B' and
8918            'FEATURE' and
8919            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8920            'NDRPDR' and
8921            '2T2C' and
8922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8923            not 'VHOST' and
8924            not 'MEMIF'"
8925   parameters:
8926   - "latency"
8927   - "parent"
8928   traces:
8929     boxmean: False
8930   layout:
8931     title: ""  # No title
8932     layout: "plot-latency"
8933
8934 # Packet Latency - VPP L2 3n-hsw-x710
8935 -
8936   type: "plot"
8937   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8938   algorithm: "plot_latency_box"
8939   output-file-type: ".html"
8940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8941   data: "plot-vpp-throughput-latency-3n-hsw"
8942   filter: "'NIC_Intel-X710' and
8943            '64B' and
8944            ('BASE' or 'SCALE') and
8945            'NDRPDR' and
8946            '1T1C' and
8947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8948            not 'VHOST' and
8949            not 'MEMIF'"
8950   parameters:
8951   - "latency"
8952   - "parent"
8953   traces:
8954     boxmean: False
8955   layout:
8956     title: ""  # No title
8957     layout: "plot-latency"
8958
8959 -
8960   type: "plot"
8961   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8962   algorithm: "plot_latency_box"
8963   output-file-type: ".html"
8964   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8965   data: "plot-vpp-throughput-latency-3n-hsw"
8966   filter: "'NIC_Intel-X710' and
8967            '64B' and
8968            ('BASE' or 'SCALE') and
8969            'NDRPDR' and
8970            '2T2C' and
8971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8972            not 'VHOST' and
8973            not 'MEMIF'"
8974   parameters:
8975   - "latency"
8976   - "parent"
8977   traces:
8978     boxmean: False
8979   layout:
8980     title: ""  # No title
8981     layout: "plot-latency"
8982
8983 -
8984   type: "plot"
8985   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8986   algorithm: "plot_latency_box"
8987   output-file-type: ".html"
8988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8989   data: "plot-vpp-throughput-latency-3n-hsw"
8990   filter: "'NIC_Intel-X710' and
8991            '64B' and
8992            'FEATURE' and
8993            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8994            'NDRPDR' and
8995            '1T1C' and
8996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8997            not 'VHOST' and
8998            not 'MEMIF'"
8999   parameters:
9000   - "latency"
9001   - "parent"
9002   traces:
9003     boxmean: False
9004   layout:
9005     title: ""  # No title
9006     layout: "plot-latency"
9007
9008 -
9009   type: "plot"
9010   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9011   algorithm: "plot_latency_box"
9012   output-file-type: ".html"
9013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9014   data: "plot-vpp-throughput-latency-3n-hsw"
9015   filter: "'NIC_Intel-X710' and
9016            '64B' and
9017            'FEATURE' and
9018            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9019            'NDRPDR' and
9020            '2T2C' and
9021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9022            not 'VHOST' and
9023            not 'MEMIF'"
9024   parameters:
9025   - "latency"
9026   - "parent"
9027   traces:
9028     boxmean: False
9029   layout:
9030     title: ""  # No title
9031     layout: "plot-latency"
9032
9033 # Packet Latency - VPP L2 3n-hsw-xl710
9034 -
9035   type: "plot"
9036   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9037   algorithm: "plot_latency_box"
9038   output-file-type: ".html"
9039   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9040   data: "plot-vpp-throughput-latency-3n-hsw"
9041   filter: "'NIC_Intel-XL710' and
9042            '64B' and
9043            ('BASE' or 'SCALE') and
9044            'NDRPDR' and
9045            '1T1C' and
9046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9047            not 'VHOST' and
9048            not 'MEMIF'"
9049   parameters:
9050   - "latency"
9051   - "parent"
9052   traces:
9053     boxmean: False
9054   layout:
9055     title: ""  # No title
9056     layout: "plot-latency"
9057
9058 -
9059   type: "plot"
9060   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9061   algorithm: "plot_latency_box"
9062   output-file-type: ".html"
9063   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9064   data: "plot-vpp-throughput-latency-3n-hsw"
9065   filter: "'NIC_Intel-XL710' and
9066            '64B' and
9067            ('BASE' or 'SCALE') and
9068            'NDRPDR' and
9069            '2T2C' and
9070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9071            not 'VHOST' and
9072            not 'MEMIF'"
9073   parameters:
9074   - "latency"
9075   - "parent"
9076   traces:
9077     boxmean: False
9078   layout:
9079     title: ""  # No title
9080     layout: "plot-latency"
9081
9082 # Packet Latency - VPP L2 3n-skx-x710
9083 -
9084   type: "plot"
9085   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9086   algorithm: "plot_latency_box"
9087   output-file-type: ".html"
9088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9089   data: "plot-vpp-throughput-latency-3n-skx"
9090   filter: "'NIC_Intel-X710' and
9091            '64B' and
9092            ('BASE' or 'SCALE') and
9093            'NDRPDR' and
9094            '2T1C' and
9095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9096            not 'VHOST' and
9097            not 'MEMIF'"
9098   parameters:
9099   - "latency"
9100   - "parent"
9101   traces:
9102     boxmean: False
9103   layout:
9104     title: ""  # No title
9105     layout: "plot-latency"
9106
9107 -
9108   type: "plot"
9109   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9110   algorithm: "plot_latency_box"
9111   output-file-type: ".html"
9112   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9113   data: "plot-vpp-throughput-latency-3n-skx"
9114   filter: "'NIC_Intel-X710' and
9115            '64B' and
9116            ('BASE' or 'SCALE') and
9117            'NDRPDR' and
9118            '4T2C' and
9119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9120            not 'VHOST' and
9121            not 'MEMIF'"
9122   parameters:
9123   - "latency"
9124   - "parent"
9125   traces:
9126     boxmean: False
9127   layout:
9128     title: ""  # No title
9129     layout: "plot-latency"
9130
9131 -
9132   type: "plot"
9133   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9134   algorithm: "plot_latency_box"
9135   output-file-type: ".html"
9136   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9137   data: "plot-vpp-throughput-latency-3n-skx"
9138   filter: "'NIC_Intel-X710' and
9139            '64B' and
9140            'FEATURE' and
9141            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9142            'NDRPDR' and
9143            '2T1C' and
9144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9145            not 'VHOST' and
9146            not 'MEMIF'"
9147   parameters:
9148   - "latency"
9149   - "parent"
9150   traces:
9151     boxmean: False
9152   layout:
9153     title: ""  # No title
9154     layout: "plot-latency"
9155
9156 -
9157   type: "plot"
9158   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9159   algorithm: "plot_latency_box"
9160   output-file-type: ".html"
9161   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9162   data: "plot-vpp-throughput-latency-3n-skx"
9163   filter: "'NIC_Intel-X710' and
9164            '64B' and
9165            'FEATURE' and
9166            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9167            'NDRPDR' and
9168            '4T2C' and
9169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9170            not 'VHOST' and
9171            not 'MEMIF'"
9172   parameters:
9173   - "latency"
9174   - "parent"
9175   traces:
9176     boxmean: False
9177   layout:
9178     title: ""  # No title
9179     layout: "plot-latency"
9180
9181 # Packet Latency - VPP L2 3n-skx-xxv710
9182 -
9183   type: "plot"
9184   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9185   algorithm: "plot_latency_box"
9186   output-file-type: ".html"
9187   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9188   data: "plot-vpp-throughput-latency-3n-skx"
9189   filter: "'NIC_Intel-XXV710' and
9190            '64B' and
9191            ('BASE' or 'SCALE') and
9192            'NDRPDR' and
9193            '2T1C' and
9194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9195            not 'VHOST' and
9196            not 'MEMIF'"
9197   parameters:
9198   - "latency"
9199   - "parent"
9200   traces:
9201     boxmean: False
9202   layout:
9203     title: ""  # No title
9204     layout: "plot-latency"
9205
9206 -
9207   type: "plot"
9208   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9209   algorithm: "plot_latency_box"
9210   output-file-type: ".html"
9211   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9212   data: "plot-vpp-throughput-latency-3n-skx"
9213   filter: "'NIC_Intel-XXV710' and
9214            '64B' and
9215            ('BASE' or 'SCALE') and
9216            'NDRPDR' and
9217            '4T2C' and
9218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9219            not 'VHOST' and
9220            not 'MEMIF'"
9221   parameters:
9222   - "latency"
9223   - "parent"
9224   traces:
9225     boxmean: False
9226   layout:
9227     title: ""  # No title
9228     layout: "plot-latency"
9229
9230 # Packet Latency - VPP L2 2n-skx-x710
9231 -
9232   type: "plot"
9233   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9234   algorithm: "plot_latency_box"
9235   output-file-type: ".html"
9236   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9237   data: "plot-vpp-throughput-latency-2n-skx"
9238   filter: "'NIC_Intel-X710' and
9239            '64B' and
9240            ('BASE' or 'SCALE') and
9241            'NDRPDR' and
9242            '2T1C' and
9243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9244            not 'VHOST' and
9245            not 'MEMIF'"
9246   parameters:
9247   - "latency"
9248   - "parent"
9249   traces:
9250     boxmean: False
9251   layout:
9252     title: ""  # No title
9253     layout: "plot-latency"
9254
9255 -
9256   type: "plot"
9257   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9258   algorithm: "plot_latency_box"
9259   output-file-type: ".html"
9260   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9261   data: "plot-vpp-throughput-latency-2n-skx"
9262   filter: "'NIC_Intel-X710' and
9263            '64B' and
9264            ('BASE' or 'SCALE') and
9265            'NDRPDR' and
9266            '4T2C' and
9267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9268            not 'VHOST' and
9269            not 'MEMIF'"
9270   parameters:
9271   - "latency"
9272   - "parent"
9273   traces:
9274     boxmean: False
9275   layout:
9276     title: ""  # No title
9277     layout: "plot-latency"
9278
9279 # Packet Latency - VPP L2 2n-skx-xxv710
9280 -
9281   type: "plot"
9282   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9283   algorithm: "plot_latency_box"
9284   output-file-type: ".html"
9285   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9286   data: "plot-vpp-throughput-latency-2n-skx"
9287   filter: "'NIC_Intel-XXV710' and
9288            '64B' and
9289            ('BASE' or 'SCALE') and
9290            'NDRPDR' and
9291            '2T1C' and
9292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9293            not 'VHOST' and
9294            not 'MEMIF'"
9295   parameters:
9296   - "latency"
9297   - "parent"
9298   traces:
9299     boxmean: False
9300   layout:
9301     title: ""  # No title
9302     layout: "plot-latency"
9303
9304 -
9305   type: "plot"
9306   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9307   algorithm: "plot_latency_box"
9308   output-file-type: ".html"
9309   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9310   data: "plot-vpp-throughput-latency-2n-skx"
9311   filter: "'NIC_Intel-XXV710' and
9312            '64B' and
9313            ('BASE' or 'SCALE') and
9314            'NDRPDR' and
9315            '4T2C' and
9316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9317            not 'VHOST' and
9318            not 'MEMIF'"
9319   parameters:
9320   - "latency"
9321   - "parent"
9322   traces:
9323     boxmean: False
9324   layout:
9325     title: ""  # No title
9326     layout: "plot-latency"
9327
9328 ################################################################################
9329
9330 # Packet Latency - VPP Container Memif 3n-hsw-x520
9331 -
9332   type: "plot"
9333   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9334   algorithm: "plot_latency_box"
9335   output-file-type: ".html"
9336   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9337   data: "plot-vpp-throughput-latency-3n-hsw"
9338   filter: "'NIC_Intel-X520-DA2' and
9339            '64B' and
9340            ('BASE' or 'SCALE') and
9341            'NDRPDR' and
9342            '1T1C' and
9343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9344            not 'VHOST' and
9345            'MEMIF'"
9346   parameters:
9347   - "latency"
9348   - "parent"
9349   traces:
9350     boxmean: False
9351   layout:
9352     title: ""  # No title
9353     layout: "plot-latency"
9354
9355 -
9356   type: "plot"
9357   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9358   algorithm: "plot_latency_box"
9359   output-file-type: ".html"
9360   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9361   data: "plot-vpp-throughput-latency-3n-hsw"
9362   filter: "'NIC_Intel-X520-DA2' and
9363            '64B' and
9364            ('BASE' or 'SCALE') and
9365            'NDRPDR' and
9366            '2T2C' and
9367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9368            not 'VHOST' and
9369            'MEMIF'"
9370   parameters:
9371   - "latency"
9372   - "parent"
9373   traces:
9374     boxmean: False
9375   layout:
9376     title: ""  # No title
9377     layout: "plot-latency"
9378
9379 # Packet Latency - VPP Container Memif 3n-hsw-x710
9380 -
9381   type: "plot"
9382   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9383   algorithm: "plot_latency_box"
9384   output-file-type: ".html"
9385   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9386   data: "plot-vpp-throughput-latency-3n-hsw"
9387   filter: "'NIC_Intel-X710' and
9388            '64B' and
9389            ('BASE' or 'SCALE') and
9390            'NDRPDR' and
9391            '1T1C' and
9392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9393            not 'VHOST' and
9394            'MEMIF'"
9395   parameters:
9396   - "latency"
9397   - "parent"
9398   traces:
9399     boxmean: False
9400   layout:
9401     title: ""  # No title
9402     layout: "plot-latency"
9403
9404 -
9405   type: "plot"
9406   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9407   algorithm: "plot_latency_box"
9408   output-file-type: ".html"
9409   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9410   data: "plot-vpp-throughput-latency-3n-hsw"
9411   filter: "'NIC_Intel-X710' and
9412            '64B' and
9413            ('BASE' or 'SCALE') and
9414            'NDRPDR' and
9415            '2T2C' and
9416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9417            not 'VHOST' and
9418            'MEMIF'"
9419   parameters:
9420   - "latency"
9421   - "parent"
9422   traces:
9423     boxmean: False
9424   layout:
9425     title: ""  # No title
9426     layout: "plot-latency"
9427
9428 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9429 -
9430   type: "plot"
9431   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9432   algorithm: "plot_latency_box"
9433   output-file-type: ".html"
9434   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9435   data: "plot-vpp-throughput-latency-3n-hsw"
9436   filter: "'NIC_Intel-XL710' and
9437            '64B' and
9438            ('BASE' or 'SCALE') and
9439            'NDRPDR' and
9440            '1T1C' and
9441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9442            not 'VHOST' and
9443            'MEMIF'"
9444   parameters:
9445   - "latency"
9446   - "parent"
9447   traces:
9448     boxmean: False
9449   layout:
9450     title: ""  # No title
9451     layout: "plot-latency"
9452
9453 -
9454   type: "plot"
9455   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9456   algorithm: "plot_latency_box"
9457   output-file-type: ".html"
9458   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9459   data: "plot-vpp-throughput-latency-3n-hsw"
9460   filter: "'NIC_Intel-XL710' and
9461            '64B' and
9462            ('BASE' or 'SCALE') and
9463            'NDRPDR' and
9464            '2T2C' and
9465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9466            not 'VHOST' and
9467            'MEMIF'"
9468   parameters:
9469   - "latency"
9470   - "parent"
9471   traces:
9472     boxmean: False
9473   layout:
9474     title: ""  # No title
9475     layout: "plot-latency"
9476
9477 # Packet Latency - VPP Container Memif 3n-skx-x710
9478 -
9479   type: "plot"
9480   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9481   algorithm: "plot_latency_box"
9482   output-file-type: ".html"
9483   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9484   data: "plot-vpp-throughput-latency-3n-skx"
9485   filter: "'NIC_Intel-X710' and
9486            '64B' and
9487            ('BASE' or 'SCALE') and
9488            'NDRPDR' and
9489            '2T1C' and
9490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9491            not 'VHOST' and
9492            'MEMIF'"
9493   parameters:
9494   - "latency"
9495   - "parent"
9496   traces:
9497     boxmean: False
9498   layout:
9499     title: ""  # No title
9500     layout: "plot-latency"
9501
9502 -
9503   type: "plot"
9504   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9505   algorithm: "plot_latency_box"
9506   output-file-type: ".html"
9507   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9508   data: "plot-vpp-throughput-latency-3n-skx"
9509   filter: "'NIC_Intel-X710' and
9510            '64B' and
9511            ('BASE' or 'SCALE') and
9512            'NDRPDR' and
9513            '4T2C' and
9514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9515            not 'VHOST' and
9516            'MEMIF'"
9517   parameters:
9518   - "latency"
9519   - "parent"
9520   traces:
9521     boxmean: False
9522   layout:
9523     title: ""  # No title
9524     layout: "plot-latency"
9525
9526 ################################################################################
9527
9528 # Packet Latency - VPP Container Memif 3n-hsw-x520
9529 -
9530   type: "plot"
9531   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9532   algorithm: "plot_latency_box"
9533   output-file-type: ".html"
9534   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9535   data: "plot-ligato-throughput-latency-3n-hsw"
9536   filter: "'NIC_Intel-X520-DA2' and
9537            '64B' and
9538            ('BASE' or 'SCALE') and
9539            'NDRPDR' and
9540            '1T1C' and
9541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9542            not 'VHOST' and
9543            'MEMIF'"
9544   parameters:
9545   - "latency"
9546   - "parent"
9547   traces:
9548     boxmean: False
9549   layout:
9550     title: ""  # No title
9551     layout: "plot-latency"
9552
9553 -
9554   type: "plot"
9555   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9556   algorithm: "plot_latency_box"
9557   output-file-type: ".html"
9558   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9559   data: "plot-ligato-throughput-latency-3n-hsw"
9560   filter: "'NIC_Intel-X520-DA2' and
9561            '64B' and
9562            ('BASE' or 'SCALE') and
9563            'NDRPDR' and
9564            '2T2C' and
9565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9566            not 'VHOST' and
9567            'MEMIF'"
9568   parameters:
9569   - "latency"
9570   - "parent"
9571   traces:
9572     boxmean: False
9573   layout:
9574     title: ""  # No title
9575     layout: "plot-latency"
9576
9577 # Packet Latency - VPP Container Memif 3n-hsw-x710
9578 -
9579   type: "plot"
9580   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9581   algorithm: "plot_latency_box"
9582   output-file-type: ".html"
9583   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9584   data: "plot-ligato-throughput-latency-3n-hsw"
9585   filter: "'NIC_Intel-X710' and
9586            '64B' and
9587            ('BASE' or 'SCALE') and
9588            'NDRPDR' and
9589            '1T1C' and
9590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9591            not 'VHOST' and
9592            'MEMIF'"
9593   parameters:
9594   - "latency"
9595   - "parent"
9596   traces:
9597     boxmean: False
9598   layout:
9599     title: ""  # No title
9600     layout: "plot-latency"
9601
9602 -
9603   type: "plot"
9604   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9605   algorithm: "plot_latency_box"
9606   output-file-type: ".html"
9607   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9608   data: "plot-ligato-throughput-latency-3n-hsw"
9609   filter: "'NIC_Intel-X710' and
9610            '64B' and
9611            ('BASE' or 'SCALE') and
9612            'NDRPDR' and
9613            '2T2C' and
9614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9615            not 'VHOST' and
9616            'MEMIF'"
9617   parameters:
9618   - "latency"
9619   - "parent"
9620   traces:
9621     boxmean: False
9622   layout:
9623     title: ""  # No title
9624     layout: "plot-latency"
9625
9626 ################################################################################
9627
9628 # Packet Latency - VPP IPv4 3n-hsw-x520
9629 -
9630   type: "plot"
9631   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9632   algorithm: "plot_latency_box"
9633   output-file-type: ".html"
9634   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9635   data: "plot-vpp-throughput-latency-3n-hsw"
9636   filter: "'NIC_Intel-X520-DA2' and
9637            '64B' and
9638            ('BASE' or 'SCALE') and
9639            'NDRPDR' and
9640            '1T1C' and
9641            'IP4FWD' and
9642            not 'IPSEC' and
9643            not 'VHOST'"
9644   parameters:
9645   - "latency"
9646   - "parent"
9647   traces:
9648     boxmean: False
9649   layout:
9650     title: ""  # No title
9651     layout: "plot-latency"
9652
9653 -
9654   type: "plot"
9655   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9656   algorithm: "plot_latency_box"
9657   output-file-type: ".html"
9658   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9659   data: "plot-vpp-throughput-latency-3n-hsw"
9660   filter: "'NIC_Intel-X520-DA2' and
9661            '64B' and
9662            ('BASE' or 'SCALE') and
9663            'NDRPDR' and
9664            '2T2C' and
9665            'IP4FWD' and
9666            not 'IPSEC' and
9667            not 'VHOST'"
9668   parameters:
9669   - "latency"
9670   - "parent"
9671   traces:
9672     boxmean: False
9673   layout:
9674     title: ""  # No title
9675     layout: "plot-latency"
9676
9677 -
9678   type: "plot"
9679   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9680   algorithm: "plot_latency_box"
9681   output-file-type: ".html"
9682   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9683   data: "plot-vpp-throughput-latency-3n-hsw"
9684   filter: "'NIC_Intel-X520-DA2' and
9685            '64B' and
9686            'FEATURE' and
9687            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9688            'NDRPDR' and
9689            '1T1C' and
9690            'IP4FWD' and
9691            not 'IPSEC' and
9692            not 'VHOST'"
9693   parameters:
9694   - "latency"
9695   - "parent"
9696   traces:
9697     boxmean: False
9698   layout:
9699     title: ""  # No title
9700     layout: "plot-latency"
9701
9702 -
9703   type: "plot"
9704   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9705   algorithm: "plot_latency_box"
9706   output-file-type: ".html"
9707   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9708   data: "plot-vpp-throughput-latency-3n-hsw"
9709   filter: "'NIC_Intel-X520-DA2' and
9710            '64B' and
9711            'FEATURE' and
9712            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9713            'NDRPDR' and
9714            '2T2C' and
9715            'IP4FWD' and
9716            not 'IPSEC' and
9717            not 'VHOST'"
9718   parameters:
9719   - "latency"
9720   - "parent"
9721   traces:
9722     boxmean: False
9723   layout:
9724     title: ""  # No title
9725     layout: "plot-latency"
9726
9727 # Packet Latency - VPP IPv4 3n-hsw-x710
9728 -
9729   type: "plot"
9730   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9731   algorithm: "plot_latency_box"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9734   data: "plot-vpp-throughput-latency-3n-hsw"
9735   filter: "'NIC_Intel-X710' and
9736            '64B' and
9737            ('BASE' or 'SCALE') and
9738            'NDRPDR' and
9739            '1T1C' and
9740            'IP4FWD' and
9741            not 'IPSEC' and
9742            not 'VHOST'"
9743   parameters:
9744   - "latency"
9745   - "parent"
9746   traces:
9747     boxmean: False
9748   layout:
9749     title: ""  # No title
9750     layout: "plot-latency"
9751
9752 -
9753   type: "plot"
9754   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9755   algorithm: "plot_latency_box"
9756   output-file-type: ".html"
9757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9758   data: "plot-vpp-throughput-latency-3n-hsw"
9759   filter: "'NIC_Intel-X710' and
9760            '64B' and
9761            ('BASE' or 'SCALE') and
9762            'NDRPDR' and
9763            '2T2C' and
9764            'IP4FWD' and
9765            not 'IPSEC' and
9766            not 'VHOST'"
9767   parameters:
9768   - "latency"
9769   - "parent"
9770   traces:
9771     boxmean: False
9772   layout:
9773     title: ""  # No title
9774     layout: "plot-latency"
9775
9776 -
9777   type: "plot"
9778   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9779   algorithm: "plot_latency_box"
9780   output-file-type: ".html"
9781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9782   data: "plot-vpp-throughput-latency-3n-hsw"
9783   filter: "'NIC_Intel-X710' and
9784            '64B' and
9785            'FEATURE' and
9786            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9787            'NDRPDR' and
9788            '1T1C' and
9789            'IP4FWD' and
9790            not 'IPSEC' and
9791            not 'VHOST'"
9792   parameters:
9793   - "latency"
9794   - "parent"
9795   traces:
9796     boxmean: False
9797   layout:
9798     title: ""  # No title
9799     layout: "plot-latency"
9800
9801 -
9802   type: "plot"
9803   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9804   algorithm: "plot_latency_box"
9805   output-file-type: ".html"
9806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9807   data: "plot-vpp-throughput-latency-3n-hsw"
9808   filter: "'NIC_Intel-X710' and
9809            '64B' and
9810            'FEATURE' and
9811            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9812            'NDRPDR' and
9813            '2T2C' and
9814            'IP4FWD' and
9815            not 'IPSEC' and
9816            not 'VHOST'"
9817   parameters:
9818   - "latency"
9819   - "parent"
9820   traces:
9821     boxmean: False
9822   layout:
9823     title: ""  # No title
9824     layout: "plot-latency"
9825
9826 # Packet Latency - VPP IPv4 3n-hsw-xl710
9827 -
9828   type: "plot"
9829   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9830   algorithm: "plot_latency_box"
9831   output-file-type: ".html"
9832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9833   data: "plot-vpp-throughput-latency-3n-hsw"
9834   filter: "'NIC_Intel-XL710' and
9835            '64B' and
9836            ('BASE' or 'SCALE') and
9837            'NDRPDR' and
9838            '1T1C' and
9839            'IP4FWD' and
9840            not 'IPSEC' and
9841            not 'VHOST'"
9842   parameters:
9843   - "latency"
9844   - "parent"
9845   traces:
9846     boxmean: False
9847   layout:
9848     title: ""  # No title
9849     layout: "plot-latency"
9850
9851 -
9852   type: "plot"
9853   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9854   algorithm: "plot_latency_box"
9855   output-file-type: ".html"
9856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9857   data: "plot-vpp-throughput-latency-3n-hsw"
9858   filter: "'NIC_Intel-XL710' and
9859            '64B' and
9860            ('BASE' or 'SCALE') and
9861            'NDRPDR' and
9862            '2T2C' and
9863            'IP4FWD' and
9864            not 'IPSEC' and
9865            not 'VHOST'"
9866   parameters:
9867   - "latency"
9868   - "parent"
9869   traces:
9870     boxmean: False
9871   layout:
9872     title: ""  # No title
9873     layout: "plot-latency"
9874
9875 # Packet Latency - VPP IPv4 3n-skx-x710
9876 -
9877   type: "plot"
9878   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9879   algorithm: "plot_latency_box"
9880   output-file-type: ".html"
9881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9882   data: "plot-vpp-throughput-latency-3n-skx"
9883   filter: "'NIC_Intel-X710' and
9884            '64B' and
9885            ('BASE' or 'SCALE') and
9886            'NDRPDR' and
9887            '2T1C' and
9888            'IP4FWD' and
9889            not 'IPSEC' and
9890            not 'VHOST'"
9891   parameters:
9892   - "latency"
9893   - "parent"
9894   traces:
9895     boxmean: False
9896   layout:
9897     title: ""  # No title
9898     layout: "plot-latency"
9899
9900 -
9901   type: "plot"
9902   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9903   algorithm: "plot_latency_box"
9904   output-file-type: ".html"
9905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9906   data: "plot-vpp-throughput-latency-3n-skx"
9907   filter: "'NIC_Intel-X710' and
9908            '64B' and
9909            ('BASE' or 'SCALE') and
9910            'NDRPDR' and
9911            '4T2C' and
9912            'IP4FWD' and
9913            not 'IPSEC' and
9914            not 'VHOST'"
9915   parameters:
9916   - "latency"
9917   - "parent"
9918   traces:
9919     boxmean: False
9920   layout:
9921     title: ""  # No title
9922     layout: "plot-latency"
9923
9924 -
9925   type: "plot"
9926   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9927   algorithm: "plot_latency_box"
9928   output-file-type: ".html"
9929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9930   data: "plot-vpp-throughput-latency-3n-skx"
9931   filter: "'NIC_Intel-X710' and
9932            '64B' and
9933            'FEATURE' and
9934            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9935            'NDRPDR' and
9936            '2T1C' and
9937            'IP4FWD' and
9938            not 'IPSEC' and
9939            not 'VHOST'"
9940   parameters:
9941   - "latency"
9942   - "parent"
9943   traces:
9944     boxmean: False
9945   layout:
9946     title: ""  # No title
9947     layout: "plot-latency"
9948
9949 -
9950   type: "plot"
9951   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9952   algorithm: "plot_latency_box"
9953   output-file-type: ".html"
9954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9955   data: "plot-vpp-throughput-latency-3n-skx"
9956   filter: "'NIC_Intel-X710' and
9957            '64B' and
9958            'FEATURE' and
9959            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9960            'NDRPDR' and
9961            '4T2C' and
9962            'IP4FWD' and
9963            not 'IPSEC' and
9964            not 'VHOST'"
9965   parameters:
9966   - "latency"
9967   - "parent"
9968   traces:
9969     boxmean: False
9970   layout:
9971     title: ""  # No title
9972     layout: "plot-latency"
9973
9974 # Packet Latency - VPP IPv4 2n-skx-x710
9975 -
9976   type: "plot"
9977   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9978   algorithm: "plot_latency_box"
9979   output-file-type: ".html"
9980   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9981   data: "plot-vpp-throughput-latency-2n-skx"
9982   filter: "'NIC_Intel-X710' and
9983            '64B' and
9984            ('BASE' or 'SCALE') and
9985            'NDRPDR' and
9986            '2T1C' and
9987            'IP4FWD' and
9988            not 'IPSEC' and
9989            not 'VHOST'"
9990   parameters:
9991   - "latency"
9992   - "parent"
9993   traces:
9994     boxmean: False
9995   layout:
9996     title: ""  # No title
9997     layout: "plot-latency"
9998
9999 -
10000   type: "plot"
10001   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10002   algorithm: "plot_latency_box"
10003   output-file-type: ".html"
10004   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10005   data: "plot-vpp-throughput-latency-2n-skx"
10006   filter: "'NIC_Intel-X710' and
10007            '64B' and
10008            ('BASE' or 'SCALE') and
10009            'NDRPDR' and
10010            '4T2C' and
10011            'IP4FWD' and
10012            not 'IPSEC' and
10013            not 'VHOST'"
10014   parameters:
10015   - "latency"
10016   - "parent"
10017   traces:
10018     boxmean: False
10019   layout:
10020     title: ""  # No title
10021     layout: "plot-latency"
10022
10023 # Packet Latency - VPP IPv4 2n-skx-xxv710
10024 -
10025   type: "plot"
10026   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10027   algorithm: "plot_latency_box"
10028   output-file-type: ".html"
10029   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10030   data: "plot-vpp-throughput-latency-2n-skx"
10031   filter: "'NIC_Intel-XXV710' and
10032            '64B' and
10033            ('BASE' or 'SCALE') and
10034            'NDRPDR' and
10035            '2T1C' and
10036            'IP4FWD' and
10037            not 'IPSEC' and
10038            not 'VHOST'"
10039   parameters:
10040   - "latency"
10041   - "parent"
10042   traces:
10043     boxmean: False
10044   layout:
10045     title: ""  # No title
10046     layout: "plot-latency"
10047
10048 -
10049   type: "plot"
10050   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10051   algorithm: "plot_latency_box"
10052   output-file-type: ".html"
10053   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10054   data: "plot-vpp-throughput-latency-2n-skx"
10055   filter: "'NIC_Intel-XXV710' and
10056            '64B' and
10057            ('BASE' or 'SCALE') and
10058            'NDRPDR' and
10059            '4T2C' and
10060            'IP4FWD' and
10061            not 'IPSEC' and
10062            not 'VHOST'"
10063   parameters:
10064   - "latency"
10065   - "parent"
10066   traces:
10067     boxmean: False
10068   layout:
10069     title: ""  # No title
10070     layout: "plot-latency"
10071
10072 ################################################################################
10073
10074 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
10075 -
10076   type: "plot"
10077   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10078   algorithm: "plot_latency_box"
10079   output-file-type: ".html"
10080   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10081   data: "plot-vpp-throughput-latency-3n-hsw"
10082   filter: "'NIC_Intel-X520-DA2' and
10083            '64B' and
10084            'ENCAP' and
10085            'NDRPDR' and
10086            '1T1C' and
10087            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10088            not 'VHOST' and
10089            not 'IPSECHW'"
10090   parameters:
10091   - "latency"
10092   - "parent"
10093   traces:
10094     boxmean: False
10095   layout:
10096     title: ""  # No title
10097     layout: "plot-latency"
10098
10099 -
10100   type: "plot"
10101   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10102   algorithm: "plot_latency_box"
10103   output-file-type: ".html"
10104   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10105   data: "plot-vpp-throughput-latency-3n-hsw"
10106   filter: "'NIC_Intel-X520-DA2' and
10107            '64B' and
10108            'ENCAP' and
10109            'NDRPDR' and
10110            '2T2C' and
10111            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10112            not 'VHOST' and
10113            not 'IPSECHW'"
10114   parameters:
10115   - "latency"
10116   - "parent"
10117   traces:
10118     boxmean: False
10119   layout:
10120     title: ""  # No title
10121     layout: "plot-latency"
10122
10123 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10124 -
10125   type: "plot"
10126   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10127   algorithm: "plot_latency_box"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10130   data: "plot-vpp-throughput-latency-3n-hsw"
10131   filter: "'NIC_Intel-X710' and
10132            '64B' and
10133            'ENCAP' and
10134            'NDRPDR' and
10135            '1T1C' and
10136            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10137            not 'VHOST' and
10138            not 'IPSECHW'"
10139   parameters:
10140   - "latency"
10141   - "parent"
10142   traces:
10143     boxmean: False
10144   layout:
10145     title: ""  # No title
10146     layout: "plot-latency"
10147
10148 -
10149   type: "plot"
10150   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10151   algorithm: "plot_latency_box"
10152   output-file-type: ".html"
10153   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10154   data: "plot-vpp-throughput-latency-3n-hsw"
10155   filter: "'NIC_Intel-X710' and
10156            '64B' and
10157            'ENCAP' and
10158            'NDRPDR' and
10159            '2T2C' and
10160            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10161            not 'VHOST' and
10162            not 'IPSECHW'"
10163   parameters:
10164   - "latency"
10165   - "parent"
10166   traces:
10167     boxmean: False
10168   layout:
10169     title: ""  # No title
10170     layout: "plot-latency"
10171
10172 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10173 -
10174   type: "plot"
10175   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10176   algorithm: "plot_latency_box"
10177   output-file-type: ".html"
10178   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10179   data: "plot-vpp-throughput-latency-3n-skx"
10180   filter: "'NIC_Intel-X710' and
10181            '64B' and
10182            'ENCAP' and
10183            'NDRPDR' and
10184            '2T1C' and
10185            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10186            not 'VHOST' and
10187            not 'IPSECHW'"
10188   parameters:
10189   - "latency"
10190   - "parent"
10191   traces:
10192     boxmean: False
10193   layout:
10194     title: ""  # No title
10195     layout: "plot-latency"
10196
10197 -
10198   type: "plot"
10199   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10200   algorithm: "plot_latency_box"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10203   data: "plot-vpp-throughput-latency-3n-skx"
10204   filter: "'NIC_Intel-X710' and
10205            '64B' and
10206            'ENCAP' and
10207            'NDRPDR' and
10208            '4T2C' and
10209            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10210            not 'VHOST' and
10211            not 'IPSECHW'"
10212   parameters:
10213   - "latency"
10214   - "parent"
10215   traces:
10216     boxmean: False
10217   layout:
10218     title: ""  # No title
10219     layout: "plot-latency"
10220
10221 ################################################################################
10222
10223 # Packet Latency - VPP IPv6 3n-hsw-x520
10224 -
10225   type: "plot"
10226   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10227   algorithm: "plot_latency_box"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10230   data: "plot-vpp-throughput-latency-3n-hsw"
10231   filter: "'NIC_Intel-X520-DA2' and
10232            '78B' and
10233            ('BASE' or 'SCALE') and
10234            'NDRPDR' and
10235            '1T1C' and
10236            'IP6FWD' and
10237            not 'SRv6' and
10238            not 'IPSEC' and
10239            not 'VHOST'"
10240   parameters:
10241   - "latency"
10242   - "parent"
10243   traces:
10244     boxmean: False
10245   layout:
10246     title: ""  # No title
10247     layout: "plot-latency"
10248
10249 -
10250   type: "plot"
10251   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10252   algorithm: "plot_latency_box"
10253   output-file-type: ".html"
10254   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10255   data: "plot-vpp-throughput-latency-3n-hsw"
10256   filter: "'NIC_Intel-X520-DA2' and
10257            '78B' and
10258            ('BASE' or 'SCALE') and
10259            'NDRPDR' and
10260            '2T2C' and
10261            'IP6FWD' and
10262            not 'SRv6' and
10263            not 'IPSEC' and
10264            not 'VHOST'"
10265   parameters:
10266   - "latency"
10267   - "parent"
10268   traces:
10269     boxmean: False
10270   layout:
10271     title: ""  # No title
10272     layout: "plot-latency"
10273
10274 # Packet Latency - VPP IPv6 3n-hsw-x710
10275 -
10276   type: "plot"
10277   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10278   algorithm: "plot_latency_box"
10279   output-file-type: ".html"
10280   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10281   data: "plot-vpp-throughput-latency-3n-hsw"
10282   filter: "'NIC_Intel-X710' and
10283            '78B' and
10284            ('BASE' or 'SCALE') and
10285            'NDRPDR' and
10286            '1T1C' and
10287            'IP6FWD' and
10288            not 'SRv6' and
10289            not 'IPSEC' and
10290            not 'VHOST'"
10291   parameters:
10292   - "latency"
10293   - "parent"
10294   traces:
10295     boxmean: False
10296   layout:
10297     title: ""  # No title
10298     layout: "plot-latency"
10299
10300 -
10301   type: "plot"
10302   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10303   algorithm: "plot_latency_box"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10306   data: "plot-vpp-throughput-latency-3n-hsw"
10307   filter: "'NIC_Intel-X710' and
10308            '78B' and
10309            ('BASE' or 'SCALE') and
10310            'NDRPDR' and
10311            '2T2C' and
10312            'IP6FWD' and
10313            not 'SRv6' and
10314            not 'IPSEC' and
10315            not 'VHOST'"
10316   parameters:
10317   - "latency"
10318   - "parent"
10319   traces:
10320     boxmean: False
10321   layout:
10322     title: ""  # No title
10323     layout: "plot-latency"
10324
10325 # Packet Latency - VPP IPv6 3n-hsw-xl710
10326 -
10327   type: "plot"
10328   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10329   algorithm: "plot_latency_box"
10330   output-file-type: ".html"
10331   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10332   data: "plot-vpp-throughput-latency-3n-hsw"
10333   filter: "'NIC_Intel-XL710' and
10334            '78B' and
10335            ('BASE' or 'SCALE') and
10336            'NDRPDR' and
10337            '1T1C' and
10338            'IP6FWD' and
10339            not 'SRv6' and
10340            not 'IPSEC' and
10341            not 'VHOST'"
10342   parameters:
10343   - "latency"
10344   - "parent"
10345   traces:
10346     boxmean: False
10347   layout:
10348     title: ""  # No title
10349     layout: "plot-latency"
10350
10351 -
10352   type: "plot"
10353   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10354   algorithm: "plot_latency_box"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10357   data: "plot-vpp-throughput-latency-3n-hsw"
10358   filter: "'NIC_Intel-XL710' and
10359            '78B' and
10360            ('BASE' or 'SCALE') and
10361            'NDRPDR' and
10362            '2T2C' and
10363            'IP6FWD' and
10364            not 'SRv6' and
10365            not 'IPSEC' and
10366            not 'VHOST'"
10367   parameters:
10368   - "latency"
10369   - "parent"
10370   traces:
10371     boxmean: False
10372   layout:
10373     title: ""  # No title
10374     layout: "plot-latency"
10375
10376 # Packet Latency - VPP IPv6 3n-skx-x710
10377 -
10378   type: "plot"
10379   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10380   algorithm: "plot_latency_box"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10383   data: "plot-vpp-throughput-latency-3n-skx"
10384   filter: "'NIC_Intel-X710' and
10385            '78B' and
10386            ('BASE' or 'SCALE') and
10387            'NDRPDR' and
10388            '2T1C' and
10389            'IP6FWD' and
10390            not 'SRv6' and
10391            not 'IPSEC' and
10392            not 'VHOST'"
10393   parameters:
10394   - "latency"
10395   - "parent"
10396   traces:
10397     boxmean: False
10398   layout:
10399     title: ""  # No title
10400     layout: "plot-latency"
10401
10402 -
10403   type: "plot"
10404   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10405   algorithm: "plot_latency_box"
10406   output-file-type: ".html"
10407   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10408   data: "plot-vpp-throughput-latency-3n-skx"
10409   filter: "'NIC_Intel-X710' and
10410            '78B' and
10411            ('BASE' or 'SCALE') and
10412            'NDRPDR' and
10413            '4T2C' and
10414            'IP6FWD' and
10415            not 'SRv6' and
10416            not 'IPSEC' and
10417            not 'VHOST'"
10418   parameters:
10419   - "latency"
10420   - "parent"
10421   traces:
10422     boxmean: False
10423   layout:
10424     title: ""  # No title
10425     layout: "plot-latency"
10426
10427 # Packet Latency - VPP IPv6 2n-skx-x710
10428 -
10429   type: "plot"
10430   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10431   algorithm: "plot_latency_box"
10432   output-file-type: ".html"
10433   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10434   data: "plot-vpp-throughput-latency-2n-skx"
10435   filter: "'NIC_Intel-X710' and
10436            '78B' and
10437            ('BASE' or 'SCALE') and
10438            'NDRPDR' and
10439            '2T1C' and
10440            'IP6FWD' and
10441            not 'SRv6' and
10442            not 'IPSEC' and
10443            not 'VHOST'"
10444   parameters:
10445   - "latency"
10446   - "parent"
10447   traces:
10448     boxmean: False
10449   layout:
10450     title: ""  # No title
10451     layout: "plot-latency"
10452
10453 -
10454   type: "plot"
10455   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10456   algorithm: "plot_latency_box"
10457   output-file-type: ".html"
10458   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10459   data: "plot-vpp-throughput-latency-2n-skx"
10460   filter: "'NIC_Intel-X710' and
10461            '78B' and
10462            ('BASE' or 'SCALE') and
10463            'NDRPDR' and
10464            '4T2C' and
10465            'IP6FWD' and
10466            not 'SRv6' and
10467            not 'IPSEC' and
10468            not 'VHOST'"
10469   parameters:
10470   - "latency"
10471   - "parent"
10472   traces:
10473     boxmean: False
10474   layout:
10475     title: ""  # No title
10476     layout: "plot-latency"
10477
10478 # Packet Latency - VPP IPv6 2n-skx-xxv710
10479 -
10480   type: "plot"
10481   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10482   algorithm: "plot_latency_box"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10485   data: "plot-vpp-throughput-latency-2n-skx"
10486   filter: "'NIC_Intel-XXV710' and
10487            '78B' and
10488            ('BASE' or 'SCALE') and
10489            'NDRPDR' and
10490            '2T1C' and
10491            'IP6FWD' and
10492            not 'SRv6' and
10493            not 'IPSEC' and
10494            not 'VHOST'"
10495   parameters:
10496   - "latency"
10497   - "parent"
10498   traces:
10499     boxmean: False
10500   layout:
10501     title: ""  # No title
10502     layout: "plot-latency"
10503
10504 -
10505   type: "plot"
10506   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10507   algorithm: "plot_latency_box"
10508   output-file-type: ".html"
10509   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10510   data: "plot-vpp-throughput-latency-2n-skx"
10511   filter: "'NIC_Intel-XXV710' and
10512            '78B' and
10513            ('BASE' or 'SCALE') and
10514            'NDRPDR' and
10515            '4T2C' and
10516            'IP6FWD' and
10517            not 'SRv6' and
10518            not 'IPSEC' and
10519            not 'VHOST'"
10520   parameters:
10521   - "latency"
10522   - "parent"
10523   traces:
10524     boxmean: False
10525   layout:
10526     title: ""  # No title
10527     layout: "plot-latency"
10528
10529 ################################################################################
10530
10531 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10532 -
10533   type: "plot"
10534   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10535   algorithm: "plot_latency_box"
10536   output-file-type: ".html"
10537   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10538   data: "plot-vpp-throughput-latency-3n-hsw"
10539   filter: "'NIC_Intel-X520-DA2' and
10540            '78B' and
10541            'ENCAP' and
10542            'NDRPDR' and
10543            '1T1C' and
10544            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10545            not 'VHOST'"
10546   parameters:
10547   - "latency"
10548   - "parent"
10549   traces:
10550     boxmean: False
10551   layout:
10552     title: ""  # No title
10553     layout: "plot-latency"
10554
10555 -
10556   type: "plot"
10557   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10558   algorithm: "plot_latency_box"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10561   data: "plot-vpp-throughput-latency-3n-hsw"
10562   filter: "'NIC_Intel-X520-DA2' and
10563            '78B' and
10564            'ENCAP' and
10565            'NDRPDR' and
10566            '2T2C' and
10567            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10568            not 'VHOST'"
10569   parameters:
10570   - "latency"
10571   - "parent"
10572   traces:
10573     boxmean: False
10574   layout:
10575     title: ""  # No title
10576     layout: "plot-latency"
10577
10578 ################################################################################
10579
10580 # Packet Latency - VPP IPSec 3n-hsw-xl710
10581 -
10582   type: "plot"
10583   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10584   algorithm: "plot_latency_box"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10587   data: "plot-vpp-throughput-latency-3n-hsw"
10588   filter: "'NIC_Intel-XL710' and
10589            '64B' and
10590            'IP4FWD' and
10591            'NDRPDR' and
10592            '1T1C' and
10593            'IPSECHW' and
10594            ('IPSECTRAN' or 'IPSECTUN') and
10595            not 'VHOST'"
10596   parameters:
10597   - "latency"
10598   - "parent"
10599   traces:
10600     boxmean: False
10601   layout:
10602     title: ""  # No title
10603     layout: "plot-latency"
10604
10605 -
10606   type: "plot"
10607   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10608   algorithm: "plot_latency_box"
10609   output-file-type: ".html"
10610   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10611   data: "plot-vpp-throughput-latency-3n-hsw"
10612   filter: "'NIC_Intel-XL710' and
10613            '64B' and
10614            'IP4FWD' and
10615            'NDRPDR' and
10616            '2T2C' and
10617            'IPSECHW' and
10618            ('IPSECTRAN' or 'IPSECTUN') and
10619            not 'VHOST'"
10620   parameters:
10621   - "latency"
10622   - "parent"
10623   traces:
10624     boxmean: False
10625   layout:
10626     title: ""  # No title
10627     layout: "plot-latency"
10628
10629 ################################################################################
10630
10631 # Packet Latency - VPP SRv6 3n-hsw-x520
10632 -
10633   type: "plot"
10634   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10635   algorithm: "plot_latency_box"
10636   output-file-type: ".html"
10637   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10638   data: "plot-vpp-throughput-latency-3n-hsw"
10639   filter: "'NIC_Intel-X520-DA2' and
10640            '78B' and
10641            'FEATURE' and
10642            'NDRPDR' and
10643            '1T1C' and
10644            'IP6FWD' and
10645            'SRv6'"
10646   parameters:
10647   - "latency"
10648   - "parent"
10649   traces:
10650     boxmean: False
10651   layout:
10652     title: ""  # No title
10653     layout: "plot-latency"
10654
10655 -
10656   type: "plot"
10657   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10658   algorithm: "plot_latency_box"
10659   output-file-type: ".html"
10660   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10661   data: "plot-vpp-throughput-latency-3n-hsw"
10662   filter: "'NIC_Intel-X520-DA2' and
10663            '78B' and
10664            'FEATURE' and
10665            'NDRPDR' and
10666            '2T2C' and
10667            'IP6FWD' and
10668            'SRv6'"
10669   parameters:
10670   - "latency"
10671   - "parent"
10672   traces:
10673     boxmean: False
10674   layout:
10675     title: ""  # No title
10676     layout: "plot-latency"
10677
10678 ################################################################################
10679
10680 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10681 -
10682   type: "plot"
10683   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10684   algorithm: "plot_latency_box"
10685   output-file-type: ".html"
10686   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10687   data: "plot-vpp-throughput-latency-3n-hsw"
10688   filter: "'NIC_Intel-X520-DA2' and
10689            '64B' and
10690            'NDRPDR' and
10691            '1T1C' and
10692            'VHOST' and
10693            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10694   parameters:
10695   - "latency"
10696   - "parent"
10697   traces:
10698     boxmean: False
10699   layout:
10700     title: ""  # No title
10701     layout: "plot-latency"
10702
10703 -
10704   type: "plot"
10705   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10706   algorithm: "plot_latency_box"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10709   data: "plot-vpp-throughput-latency-3n-hsw"
10710   filter: "'NIC_Intel-X520-DA2' and
10711            '64B' and
10712            'NDRPDR' and
10713            '2T2C' and
10714            'VHOST' and
10715            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10716   parameters:
10717   - "latency"
10718   - "parent"
10719   traces:
10720     boxmean: False
10721   layout:
10722     title: ""  # No title
10723     layout: "plot-latency"
10724
10725 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10726 -
10727   type: "plot"
10728   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10729   algorithm: "plot_latency_box"
10730   output-file-type: ".html"
10731   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10732   data: "plot-vpp-throughput-latency-3n-hsw"
10733   filter: "'NIC_Intel-X520-DA2' and
10734            '64B' and
10735            'NDRPDR' and
10736            '1T1C' and
10737            'VHOST' and
10738            not 'VXLAN' and
10739            not 'IP4FWD' and
10740            not 'DOT1Q' and
10741            not '2VM'"
10742   parameters:
10743   - "latency"
10744   - "parent"
10745   traces:
10746     boxmean: False
10747   layout:
10748     title: ""  # No title
10749     layout: "plot-latency"
10750
10751 -
10752   type: "plot"
10753   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10754   algorithm: "plot_latency_box"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10757   data: "plot-vpp-throughput-latency-3n-hsw"
10758   filter: "'NIC_Intel-X520-DA2' and
10759            '64B' and
10760            'NDRPDR' and
10761            '2T2C' and
10762            'VHOST' and
10763            not 'VXLAN' and
10764            not 'IP4FWD' and
10765            not 'DOT1Q' and
10766            not '2VM'"
10767   parameters:
10768   - "latency"
10769   - "parent"
10770   traces:
10771     boxmean: False
10772   layout:
10773     title: ""  # No title
10774     layout: "plot-latency"
10775
10776 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10777 -
10778   type: "plot"
10779   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10780   algorithm: "plot_latency_box"
10781   output-file-type: ".html"
10782   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10783   data: "plot-vpp-throughput-latency-3n-hsw"
10784   filter: "'NIC_Intel-X710' and
10785            '64B' and
10786            'NDRPDR' and
10787            '1T1C' and
10788            'VHOST' and
10789            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10790   parameters:
10791   - "latency"
10792   - "parent"
10793   traces:
10794     boxmean: False
10795   layout:
10796     title: ""  # No title
10797     layout: "plot-latency"
10798
10799 -
10800   type: "plot"
10801   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10802   algorithm: "plot_latency_box"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10805   data: "plot-vpp-throughput-latency-3n-hsw"
10806   filter: "'NIC_Intel-X710' and
10807            '64B' and
10808            'NDRPDR' and
10809            '2T2C' and
10810            'VHOST' and
10811            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10812   parameters:
10813   - "latency"
10814   - "parent"
10815   traces:
10816     boxmean: False
10817   layout:
10818     title: ""  # No title
10819     layout: "plot-latency"
10820
10821 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10822 -
10823   type: "plot"
10824   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10825   algorithm: "plot_latency_box"
10826   output-file-type: ".html"
10827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10828   data: "plot-vpp-throughput-latency-3n-hsw"
10829   filter: "'NIC_Intel-X710' and
10830            '64B' and
10831            'NDRPDR' and
10832            '1T1C' and
10833            'VHOST' and
10834            not 'VXLAN' and
10835            not 'IP4FWD' and
10836            not 'DOT1Q' and
10837            not '2VM'"
10838   parameters:
10839   - "latency"
10840   - "parent"
10841   traces:
10842     boxmean: False
10843   layout:
10844     title: ""  # No title
10845     layout: "plot-latency"
10846
10847 -
10848   type: "plot"
10849   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10850   algorithm: "plot_latency_box"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10853   data: "plot-vpp-throughput-latency-3n-hsw"
10854   filter: "'NIC_Intel-X710' and
10855            '64B' and
10856            'NDRPDR' and
10857            '2T2C' and
10858            'VHOST' and
10859            not 'VXLAN' and
10860            not 'IP4FWD' and
10861            not 'DOT1Q' and
10862            not '2VM'"
10863   parameters:
10864   - "latency"
10865   - "parent"
10866   traces:
10867     boxmean: False
10868   layout:
10869     title: ""  # No title
10870     layout: "plot-latency"
10871
10872 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10873 -
10874   type: "plot"
10875   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10876   algorithm: "plot_latency_box"
10877   output-file-type: ".html"
10878   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10879   data: "plot-vpp-throughput-latency-3n-hsw"
10880   filter: "'NIC_Intel-XL710' and
10881            '64B' and
10882            'NDRPDR' and
10883            '1T1C' and
10884            'VHOST' and
10885            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10886   parameters:
10887   - "latency"
10888   - "parent"
10889   traces:
10890     boxmean: False
10891   layout:
10892     title: ""  # No title
10893     layout: "plot-latency"
10894
10895 -
10896   type: "plot"
10897   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10898   algorithm: "plot_latency_box"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10901   data: "plot-vpp-throughput-latency-3n-hsw"
10902   filter: "'NIC_Intel-XL710' and
10903            '64B' and
10904            'NDRPDR' and
10905            '2T2C' and
10906            'VHOST' and
10907            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10908   parameters:
10909   - "latency"
10910   - "parent"
10911   traces:
10912     boxmean: False
10913   layout:
10914     title: ""  # No title
10915     layout: "plot-latency"
10916
10917 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10918 -
10919   type: "plot"
10920   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10921   algorithm: "plot_latency_box"
10922   output-file-type: ".html"
10923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10924   data: "plot-vpp-throughput-latency-3n-hsw"
10925   filter: "'NIC_Intel-XL710' and
10926            '64B' and
10927            'NDRPDR' and
10928            '1T1C' and
10929            'VHOST' and
10930            not 'VXLAN' and
10931            not 'IP4FWD' and
10932            not 'DOT1Q' and
10933            not '2VM'"
10934   parameters:
10935   - "latency"
10936   - "parent"
10937   traces:
10938     boxmean: False
10939   layout:
10940     title: ""  # No title
10941     layout: "plot-latency"
10942
10943 -
10944   type: "plot"
10945   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10946   algorithm: "plot_latency_box"
10947   output-file-type: ".html"
10948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10949   data: "plot-vpp-throughput-latency-3n-hsw"
10950   filter: "'NIC_Intel-XL710' and
10951            '64B' and
10952            'NDRPDR' and
10953            '2T2C' and
10954            'VHOST' and
10955            not 'VXLAN' and
10956            not 'IP4FWD' and
10957            not 'DOT1Q' and
10958            not '2VM'"
10959   parameters:
10960   - "latency"
10961   - "parent"
10962   traces:
10963     boxmean: False
10964   layout:
10965     title: ""  # No title
10966     layout: "plot-latency"
10967
10968 ################################################################################
10969
10970 # Packet Latency - VPP VTS 3n-hsw-x520
10971 -
10972   type: "plot"
10973   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10974   algorithm: "plot_latency_box"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10977   data: "plot-vpp-throughput-latency-3n-hsw"
10978   filter: "'NIC_Intel-X520-DA2' and
10979            '114B' and
10980            'NDRPDR' and
10981            '1T1C' and
10982            'VTS'"
10983   parameters:
10984   - "latency"
10985   - "parent"
10986   traces:
10987     boxmean: False
10988   layout:
10989     title: ""  # No title
10990     layout: "plot-latency"
10991
10992 -
10993   type: "plot"
10994   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10995   algorithm: "plot_latency_box"
10996   output-file-type: ".html"
10997   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10998   data: "plot-vpp-throughput-latency-3n-hsw"
10999   filter: "'NIC_Intel-X520-DA2' and
11000            '114B' and
11001            'NDRPDR' and
11002            '2T2C' and
11003            'VTS'"
11004   parameters:
11005   - "latency"
11006   - "parent"
11007   traces:
11008     boxmean: False
11009   layout:
11010     title: ""  # No title
11011     layout: "plot-latency"
11012     
11013 ################################################################################
11014
11015 # Packet Latency - DPDK l3fwd 3n-hsw-x520
11016 -
11017   type: "plot"
11018   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11019   algorithm: "plot_latency_box"
11020   output-file-type: ".html"
11021   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11022   data: "plot-dpdk-throughput-latency-3n-hsw"
11023   filter: "'NIC_Intel-X520-DA2' and
11024            '64B' and
11025            'BASE' and
11026            'NDRPDR' and
11027            '1T1C' and
11028            'IP4FWD'"
11029   parameters:
11030   - "latency"
11031   - "parent"
11032   traces:
11033     hoverinfo: "x+y"
11034     boxpoints: "outliers"
11035     whiskerwidth: 0
11036   layout:
11037     title: ""  # No title
11038     layout: "plot-latency"
11039
11040 -
11041   type: "plot"
11042   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11043   algorithm: "plot_latency_box"
11044   output-file-type: ".html"
11045   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11046   data: "plot-dpdk-throughput-latency-3n-hsw"
11047   filter: "'NIC_Intel-X520-DA2' and
11048            '64B' and
11049            'BASE' and
11050            'NDRPDR' and
11051            '2T2C' and
11052            'IP4FWD'"
11053   parameters:
11054   - "latency"
11055   - "parent"
11056   traces:
11057     hoverinfo: "x+y"
11058     boxpoints: "outliers"
11059     whiskerwidth: 0
11060   layout:
11061     title: ""  # No title
11062     layout: "plot-latency"
11063
11064 # Packet Latency - DPDK l3fwd 3n-hsw-x710
11065 -
11066   type: "plot"
11067   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11068   algorithm: "plot_latency_box"
11069   output-file-type: ".html"
11070   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11071   data: "plot-dpdk-throughput-latency-3n-hsw"
11072   filter: "'NIC_Intel-X710' and
11073            '64B' and
11074            'BASE' and
11075            'NDRPDR' and
11076            '1T1C' and
11077            'IP4FWD'"
11078   parameters:
11079   - "latency"
11080   - "parent"
11081   traces:
11082     hoverinfo: "x+y"
11083     boxpoints: "outliers"
11084     whiskerwidth: 0
11085   layout:
11086     title: ""  # No title
11087     layout: "plot-latency"
11088
11089 -
11090   type: "plot"
11091   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11092   algorithm: "plot_latency_box"
11093   output-file-type: ".html"
11094   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11095   data: "plot-dpdk-throughput-latency-3n-hsw"
11096   filter: "'NIC_Intel-X710' and
11097            '64B' and
11098            'BASE' and
11099            'NDRPDR' and
11100            '2T2C' and
11101            'IP4FWD'"
11102   parameters:
11103   - "latency"
11104   - "parent"
11105   traces:
11106     hoverinfo: "x+y"
11107     boxpoints: "outliers"
11108     whiskerwidth: 0
11109   layout:
11110     title: ""  # No title
11111     layout: "plot-latency"
11112
11113 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11114 -
11115   type: "plot"
11116   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11117   algorithm: "plot_latency_box"
11118   output-file-type: ".html"
11119   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11120   data: "plot-dpdk-throughput-latency-3n-hsw"
11121   filter: "'NIC_Intel-XL710' and
11122            '64B' and
11123            'BASE' and
11124            'NDRPDR' and
11125            '1T1C' and
11126            'IP4FWD'"
11127   parameters:
11128   - "latency"
11129   - "parent"
11130   traces:
11131     hoverinfo: "x+y"
11132     boxpoints: "outliers"
11133     whiskerwidth: 0
11134   layout:
11135     title: ""  # No title
11136     layout: "plot-latency"
11137
11138 -
11139   type: "plot"
11140   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11141   algorithm: "plot_latency_box"
11142   output-file-type: ".html"
11143   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11144   data: "plot-dpdk-throughput-latency-3n-hsw"
11145   filter: "'NIC_Intel-XL710' and
11146            '64B' and
11147            'BASE' and
11148            'NDRPDR' and
11149            '2T2C' and
11150            'IP4FWD'"
11151   parameters:
11152   - "latency"
11153   - "parent"
11154   traces:
11155     hoverinfo: "x+y"
11156     boxpoints: "outliers"
11157     whiskerwidth: 0
11158   layout:
11159     title: ""  # No title
11160     layout: "plot-latency"
11161
11162 # Packet Latency - DPDK l3fwd 3n-skx-x710
11163 -
11164   type: "plot"
11165   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11166   algorithm: "plot_latency_box"
11167   output-file-type: ".html"
11168   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11169   data: "plot-dpdk-throughput-latency-3n-skx"
11170   filter: "'NIC_Intel-X710' and
11171            '64B' and
11172            'BASE' and
11173            'NDRPDR' and
11174            '2T1C' and
11175            'IP4FWD'"
11176   parameters:
11177   - "latency"
11178   - "parent"
11179   traces:
11180     hoverinfo: "x+y"
11181     boxpoints: "outliers"
11182     whiskerwidth: 0
11183   layout:
11184     title: ""  # No title
11185     layout: "plot-latency"
11186
11187 -
11188   type: "plot"
11189   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11190   algorithm: "plot_latency_box"
11191   output-file-type: ".html"
11192   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11193   data: "plot-dpdk-throughput-latency-3n-skx"
11194   filter: "'NIC_Intel-X710' and
11195            '64B' and
11196            'BASE' and
11197            'NDRPDR' and
11198            '4T2C' and
11199            'IP4FWD'"
11200   parameters:
11201   - "latency"
11202   - "parent"
11203   traces:
11204     hoverinfo: "x+y"
11205     boxpoints: "outliers"
11206     whiskerwidth: 0
11207   layout:
11208     title: ""  # No title
11209     layout: "plot-latency"
11210
11211 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11212 -
11213   type: "plot"
11214   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11215   algorithm: "plot_latency_box"
11216   output-file-type: ".html"
11217   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11218   data: "plot-dpdk-throughput-latency-3n-skx"
11219   filter: "'NIC_Intel-XXV710' and
11220            '64B' and
11221            'BASE' and
11222            'NDRPDR' and
11223            '2T1C' and
11224            'IP4FWD'"
11225   parameters:
11226   - "latency"
11227   - "parent"
11228   traces:
11229     hoverinfo: "x+y"
11230     boxpoints: "outliers"
11231     whiskerwidth: 0
11232   layout:
11233     title: ""  # No title
11234     layout: "plot-latency"
11235
11236 -
11237   type: "plot"
11238   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11239   algorithm: "plot_latency_box"
11240   output-file-type: ".html"
11241   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11242   data: "plot-dpdk-throughput-latency-3n-skx"
11243   filter: "'NIC_Intel-XXV710' and
11244            '64B' and
11245            'BASE' and
11246            'NDRPDR' and
11247            '4T2C' and
11248            'IP4FWD'"
11249   parameters:
11250   - "latency"
11251   - "parent"
11252   traces:
11253     hoverinfo: "x+y"
11254     boxpoints: "outliers"
11255     whiskerwidth: 0
11256   layout:
11257     title: ""  # No title
11258     layout: "plot-latency"
11259
11260 # Packet Latency - DPDK l3fwd 2n-skx-x710
11261 -
11262   type: "plot"
11263   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11264   algorithm: "plot_latency_box"
11265   output-file-type: ".html"
11266   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11267   data: "plot-dpdk-throughput-latency-2n-skx"
11268   filter: "'NIC_Intel-X710' and
11269            '64B' and
11270            'BASE' and
11271            'NDRPDR' and
11272            '2T1C' and
11273            'IP4FWD'"
11274   parameters:
11275   - "latency"
11276   - "parent"
11277   traces:
11278     hoverinfo: "x+y"
11279     boxpoints: "outliers"
11280     whiskerwidth: 0
11281   layout:
11282     title: ""  # No title
11283     layout: "plot-latency"
11284
11285 -
11286   type: "plot"
11287   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11288   algorithm: "plot_latency_box"
11289   output-file-type: ".html"
11290   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11291   data: "plot-dpdk-throughput-latency-2n-skx"
11292   filter: "'NIC_Intel-X710' and
11293            '64B' and
11294            'BASE' and
11295            'NDRPDR' and
11296            '4T2C' and
11297            'IP4FWD'"
11298   parameters:
11299   - "latency"
11300   - "parent"
11301   traces:
11302     hoverinfo: "x+y"
11303     boxpoints: "outliers"
11304     whiskerwidth: 0
11305   layout:
11306     title: ""  # No title
11307     layout: "plot-latency"
11308
11309 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11310 -
11311   type: "plot"
11312   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11313   algorithm: "plot_latency_box"
11314   output-file-type: ".html"
11315   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11316   data: "plot-dpdk-throughput-latency-2n-skx"
11317   filter: "'NIC_Intel-XXV710' and
11318            '64B' and
11319            'BASE' and
11320            'NDRPDR' and
11321            '2T1C' and
11322            'IP4FWD'"
11323   parameters:
11324   - "latency"
11325   - "parent"
11326   traces:
11327     hoverinfo: "x+y"
11328     boxpoints: "outliers"
11329     whiskerwidth: 0
11330   layout:
11331     title: ""  # No title
11332     layout: "plot-latency"
11333
11334 -
11335   type: "plot"
11336   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11337   algorithm: "plot_latency_box"
11338   output-file-type: ".html"
11339   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11340   data: "plot-dpdk-throughput-latency-2n-skx"
11341   filter: "'NIC_Intel-XXV710' and
11342            '64B' and
11343            'BASE' and
11344            'NDRPDR' and
11345            '4T2C' and
11346            'IP4FWD'"
11347   parameters:
11348   - "latency"
11349   - "parent"
11350   traces:
11351     hoverinfo: "x+y"
11352     boxpoints: "outliers"
11353     whiskerwidth: 0
11354   layout:
11355     title: ""  # No title
11356     layout: "plot-latency"
11357
11358 ################################################################################
11359
11360 # Packet Latency - DPDK testpmd 3n-hsw-x520
11361 -
11362   type: "plot"
11363   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11364   algorithm: "plot_latency_box"
11365   output-file-type: ".html"
11366   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11367   data: "plot-dpdk-throughput-latency-3n-hsw"
11368   filter: "'NIC_Intel-X520-DA2' and
11369            '64B' and
11370            'BASE' and
11371            'NDRPDR' and
11372            '1T1C' and
11373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11374   parameters:
11375   - "latency"
11376   - "parent"
11377   traces:
11378     hoverinfo: "x+y"
11379     boxpoints: "outliers"
11380     whiskerwidth: 0
11381   layout:
11382     title: ""  # No title
11383     layout: "plot-latency"
11384
11385 -
11386   type: "plot"
11387   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11388   algorithm: "plot_latency_box"
11389   output-file-type: ".html"
11390   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11391   data: "plot-dpdk-throughput-latency-3n-hsw"
11392   filter: "'NIC_Intel-X520-DA2' and
11393            '64B' and
11394            'BASE' and
11395            'NDRPDR' and
11396            '2T2C' and
11397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11398   parameters:
11399   - "latency"
11400   - "parent"
11401   traces:
11402     hoverinfo: "x+y"
11403     boxpoints: "outliers"
11404     whiskerwidth: 0
11405   layout:
11406     title: ""  # No title
11407     layout: "plot-latency"
11408
11409 # Packet Latency - DPDK testpmd 3n-hsw-x710
11410 -
11411   type: "plot"
11412   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11413   algorithm: "plot_latency_box"
11414   output-file-type: ".html"
11415   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11416   data: "plot-dpdk-throughput-latency-3n-hsw"
11417   filter: "'NIC_Intel-X710' and
11418            '64B' and
11419            'BASE' and
11420            'NDRPDR' and
11421            '1T1C' and
11422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11423   parameters:
11424   - "latency"
11425   - "parent"
11426   traces:
11427     hoverinfo: "x+y"
11428     boxpoints: "outliers"
11429     whiskerwidth: 0
11430   layout:
11431     title: ""  # No title
11432     layout: "plot-latency"
11433
11434 -
11435   type: "plot"
11436   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11437   algorithm: "plot_latency_box"
11438   output-file-type: ".html"
11439   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11440   data: "plot-dpdk-throughput-latency-3n-hsw"
11441   filter: "'NIC_Intel-X710' and
11442            '64B' and
11443            'BASE' and
11444            'NDRPDR' and
11445            '2T2C' and
11446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11447   parameters:
11448   - "latency"
11449   - "parent"
11450   traces:
11451     hoverinfo: "x+y"
11452     boxpoints: "outliers"
11453     whiskerwidth: 0
11454   layout:
11455     title: ""  # No title
11456     layout: "plot-latency"
11457
11458 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11459 -
11460   type: "plot"
11461   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11462   algorithm: "plot_latency_box"
11463   output-file-type: ".html"
11464   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11465   data: "plot-dpdk-throughput-latency-3n-hsw"
11466   filter: "'NIC_Intel-XL710' and
11467            '64B' and
11468            'BASE' and
11469            'NDRPDR' and
11470            '1T1C' and
11471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11472   parameters:
11473   - "latency"
11474   - "parent"
11475   traces:
11476     hoverinfo: "x+y"
11477     boxpoints: "outliers"
11478     whiskerwidth: 0
11479   layout:
11480     title: ""  # No title
11481     layout: "plot-latency"
11482
11483 -
11484   type: "plot"
11485   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11486   algorithm: "plot_latency_box"
11487   output-file-type: ".html"
11488   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11489   data: "plot-dpdk-throughput-latency-3n-hsw"
11490   filter: "'NIC_Intel-XL710' and
11491            '64B' and
11492            'BASE' and
11493            'NDRPDR' and
11494            '2T2C' and
11495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11496   parameters:
11497   - "latency"
11498   - "parent"
11499   traces:
11500     hoverinfo: "x+y"
11501     boxpoints: "outliers"
11502     whiskerwidth: 0
11503   layout:
11504     title: ""  # No title
11505     layout: "plot-latency"
11506
11507 # Packet Latency - DPDK testpmd 3n-skx-x710
11508 -
11509   type: "plot"
11510   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11511   algorithm: "plot_latency_box"
11512   output-file-type: ".html"
11513   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11514   data: "plot-dpdk-throughput-latency-3n-skx"
11515   filter: "'NIC_Intel-X710' and
11516            '64B' and
11517            'BASE' and
11518            'NDRPDR' and
11519            '2T1C' and
11520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11521   parameters:
11522   - "latency"
11523   - "parent"
11524   traces:
11525     hoverinfo: "x+y"
11526     boxpoints: "outliers"
11527     whiskerwidth: 0
11528   layout:
11529     title: ""  # No title
11530     layout: "plot-latency"
11531
11532 -
11533   type: "plot"
11534   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11535   algorithm: "plot_latency_box"
11536   output-file-type: ".html"
11537   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11538   data: "plot-dpdk-throughput-latency-3n-skx"
11539   filter: "'NIC_Intel-X710' and
11540            '64B' and
11541            'BASE' and
11542            'NDRPDR' and
11543            '4T2C' and
11544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11545   parameters:
11546   - "latency"
11547   - "parent"
11548   traces:
11549     hoverinfo: "x+y"
11550     boxpoints: "outliers"
11551     whiskerwidth: 0
11552   layout:
11553     title: ""  # No title
11554     layout: "plot-latency"
11555
11556 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11557 -
11558   type: "plot"
11559   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11560   algorithm: "plot_latency_box"
11561   output-file-type: ".html"
11562   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11563   data: "plot-dpdk-throughput-latency-3n-skx"
11564   filter: "'NIC_Intel-XXV710' and
11565            '64B' and
11566            'BASE' and
11567            'NDRPDR' and
11568            '2T1C' and
11569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11570   parameters:
11571   - "latency"
11572   - "parent"
11573   traces:
11574     hoverinfo: "x+y"
11575     boxpoints: "outliers"
11576     whiskerwidth: 0
11577   layout:
11578     title: ""  # No title
11579     layout: "plot-latency"
11580
11581 -
11582   type: "plot"
11583   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11584   algorithm: "plot_latency_box"
11585   output-file-type: ".html"
11586   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11587   data: "plot-dpdk-throughput-latency-3n-skx"
11588   filter: "'NIC_Intel-XXV710' and
11589            '64B' and
11590            'BASE' and
11591            'NDRPDR' and
11592            '4T2C' and
11593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11594   parameters:
11595   - "latency"
11596   - "parent"
11597   traces:
11598     hoverinfo: "x+y"
11599     boxpoints: "outliers"
11600     whiskerwidth: 0
11601   layout:
11602     title: ""  # No title
11603     layout: "plot-latency"
11604
11605 # Packet Latency - DPDK testpmd 2n-skx-x710
11606 -
11607   type: "plot"
11608   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11609   algorithm: "plot_latency_box"
11610   output-file-type: ".html"
11611   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11612   data: "plot-dpdk-throughput-latency-2n-skx"
11613   filter: "'NIC_Intel-X710' and
11614            '64B' and
11615            'BASE' and
11616            'NDRPDR' and
11617            '2T1C' and
11618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11619   parameters:
11620   - "latency"
11621   - "parent"
11622   traces:
11623     hoverinfo: "x+y"
11624     boxpoints: "outliers"
11625     whiskerwidth: 0
11626   layout:
11627     title: ""  # No title
11628     layout: "plot-latency"
11629
11630 -
11631   type: "plot"
11632   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11633   algorithm: "plot_latency_box"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11636   data: "plot-dpdk-throughput-latency-2n-skx"
11637   filter: "'NIC_Intel-X710' and
11638            '64B' and
11639            'BASE' and
11640            'NDRPDR' and
11641            '4T2C' and
11642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11643   parameters:
11644   - "latency"
11645   - "parent"
11646   traces:
11647     hoverinfo: "x+y"
11648     boxpoints: "outliers"
11649     whiskerwidth: 0
11650   layout:
11651     title: ""  # No title
11652     layout: "plot-latency"
11653
11654 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11655 -
11656   type: "plot"
11657   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11658   algorithm: "plot_latency_box"
11659   output-file-type: ".html"
11660   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11661   data: "plot-dpdk-throughput-latency-2n-skx"
11662   filter: "'NIC_Intel-XXV710' and
11663            '64B' and
11664            'BASE' and
11665            'NDRPDR' and
11666            '2T1C' and
11667            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11668   parameters:
11669   - "latency"
11670   - "parent"
11671   traces:
11672     hoverinfo: "x+y"
11673     boxpoints: "outliers"
11674     whiskerwidth: 0
11675   layout:
11676     title: ""  # No title
11677     layout: "plot-latency"
11678
11679 -
11680   type: "plot"
11681   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11682   algorithm: "plot_latency_box"
11683   output-file-type: ".html"
11684   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11685   data: "plot-dpdk-throughput-latency-2n-skx"
11686   filter: "'NIC_Intel-XXV710' and
11687            '64B' and
11688            'BASE' and
11689            'NDRPDR' and
11690            '4T2C' and
11691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11692   parameters:
11693   - "latency"
11694   - "parent"
11695   traces:
11696     hoverinfo: "x+y"
11697     boxpoints: "outliers"
11698     whiskerwidth: 0
11699   layout:
11700     title: ""  # No title
11701     layout: "plot-latency"
11702
11703 ################################################################################
11704
11705 # Speedup - VPP Container Memif 3n-hsw-x520
11706 -
11707   type: "plot"
11708   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11709   algorithm: "plot_throughput_speedup_analysis"
11710   output-file-type: ".html"
11711   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11712   data: "plot-throughput-speedup-analysis-3n-hsw"
11713   filter: "'NIC_Intel-X520-DA2' and
11714            '64B' and
11715            ('BASE' or 'SCALE') and
11716            'NDRPDR' and
11717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11718            not 'VHOST' and
11719            'MEMIF'"
11720   parameters:
11721   - "throughput"
11722   - "parent"
11723   - "tags"
11724   layout:
11725     title: ""  # No title
11726     layout: "plot-throughput-speedup-analysis"
11727
11728 -
11729   type: "plot"
11730   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11731   algorithm: "plot_throughput_speedup_analysis"
11732   output-file-type: ".html"
11733   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11734   data: "plot-throughput-speedup-analysis-3n-hsw"
11735   filter: "'NIC_Intel-X520-DA2' and
11736            '64B' and
11737            ('BASE' or 'SCALE') and
11738            'NDRPDR' and
11739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11740            not 'VHOST' and
11741            'MEMIF'"
11742   parameters:
11743   - "throughput"
11744   - "parent"
11745   - "tags"
11746   layout:
11747     title: ""  # No title
11748     layout: "plot-throughput-speedup-analysis"
11749
11750 # Speedup - VPP Container Memif 3n-hsw-x710
11751 -
11752   type: "plot"
11753   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11754   algorithm: "plot_throughput_speedup_analysis"
11755   output-file-type: ".html"
11756   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11757   data: "plot-throughput-speedup-analysis-3n-hsw"
11758   filter: "'NIC_Intel-X710' and
11759            '64B' and
11760            ('BASE' or 'SCALE') and
11761            'NDRPDR' and
11762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11763            not 'VHOST' and
11764            'MEMIF'"
11765   parameters:
11766   - "throughput"
11767   - "parent"
11768   - "tags"
11769   layout:
11770     title: ""  # No title
11771     layout: "plot-throughput-speedup-analysis"
11772
11773 -
11774   type: "plot"
11775   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11776   algorithm: "plot_throughput_speedup_analysis"
11777   output-file-type: ".html"
11778   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11779   data: "plot-throughput-speedup-analysis-3n-hsw"
11780   filter: "'NIC_Intel-X710' and
11781            '64B' and
11782            ('BASE' or 'SCALE') and
11783            'NDRPDR' and
11784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11785            not 'VHOST' and
11786            'MEMIF'"
11787   parameters:
11788   - "throughput"
11789   - "parent"
11790   - "tags"
11791   layout:
11792     title: ""  # No title
11793     layout: "plot-throughput-speedup-analysis"
11794
11795 # Speedup - VPP Container Memif 3n-hsw-xl710
11796 -
11797   type: "plot"
11798   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11799   algorithm: "plot_throughput_speedup_analysis"
11800   output-file-type: ".html"
11801   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11802   data: "plot-throughput-speedup-analysis-3n-hsw"
11803   filter: "'NIC_Intel-XL710' and
11804            '64B' and
11805            ('BASE' or 'SCALE') and
11806            'NDRPDR' and
11807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11808            not 'VHOST' and
11809            'MEMIF'"
11810   parameters:
11811   - "throughput"
11812   - "parent"
11813   - "tags"
11814   layout:
11815     title: ""  # No title
11816     layout: "plot-throughput-speedup-analysis"
11817
11818 -
11819   type: "plot"
11820   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11821   algorithm: "plot_throughput_speedup_analysis"
11822   output-file-type: ".html"
11823   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11824   data: "plot-throughput-speedup-analysis-3n-hsw"
11825   filter: "'NIC_Intel-XL710' and
11826            '64B' and
11827            ('BASE' or 'SCALE') and
11828            'NDRPDR' and
11829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11830            not 'VHOST' and
11831            'MEMIF'"
11832   parameters:
11833   - "throughput"
11834   - "parent"
11835   - "tags"
11836   layout:
11837     title: ""  # No title
11838     layout: "plot-throughput-speedup-analysis"
11839
11840 # Speedup - VPP Container Memif 3n-skx-x710
11841 -
11842   type: "plot"
11843   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11844   algorithm: "plot_throughput_speedup_analysis"
11845   output-file-type: ".html"
11846   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11847   data: "plot-throughput-speedup-analysis-3n-skx"
11848   filter: "'NIC_Intel-X710' and
11849            '64B' and
11850            ('BASE' or 'SCALE') and
11851            'NDRPDR' and
11852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11853            not 'VHOST' and
11854            'MEMIF'"
11855   parameters:
11856   - "throughput"
11857   - "parent"
11858   - "tags"
11859   layout:
11860     title: ""  # No title
11861     layout: "plot-throughput-speedup-analysis"
11862
11863 -
11864   type: "plot"
11865   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11866   algorithm: "plot_throughput_speedup_analysis"
11867   output-file-type: ".html"
11868   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11869   data: "plot-throughput-speedup-analysis-3n-skx"
11870   filter: "'NIC_Intel-X710' and
11871            '64B' and
11872            ('BASE' or 'SCALE') and
11873            'NDRPDR' and
11874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11875            not 'VHOST' and
11876             'MEMIF'"
11877   parameters:
11878   - "throughput"
11879   - "parent"
11880   - "tags"
11881   layout:
11882     title: ""  # No title
11883     layout: "plot-throughput-speedup-analysis"
11884
11885 ################################################################################
11886
11887 # Speedup - VPP Container k8s memif 3n-hsw-x520
11888 -
11889   type: "plot"
11890   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11891   algorithm: "plot_throughput_speedup_analysis"
11892   output-file-type: ".html"
11893   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11894   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11895   filter: "'NIC_Intel-X520-DA2' and
11896            '64B' and
11897            ('BASE' or 'SCALE') and
11898            'NDRPDR' and
11899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11900            not 'VHOST' and
11901            'MEMIF'"
11902   parameters:
11903   - "throughput"
11904   - "parent"
11905   - "tags"
11906   layout:
11907     title: ""  # No title
11908     layout: "plot-throughput-speedup-analysis"
11909
11910 -
11911   type: "plot"
11912   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11913   algorithm: "plot_throughput_speedup_analysis"
11914   output-file-type: ".html"
11915   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11916   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11917   filter: "'NIC_Intel-X520-DA2' and
11918            '64B' and
11919            ('BASE' or 'SCALE') and
11920            'NDRPDR' and
11921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11922            not 'VHOST' and
11923            'MEMIF'"
11924   parameters:
11925   - "throughput"
11926   - "parent"
11927   - "tags"
11928   layout:
11929     title: ""  # No title
11930     layout: "plot-throughput-speedup-analysis"
11931
11932 # Speedup - VPP Container Memif 3n-hsw-x710
11933 -
11934   type: "plot"
11935   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11936   algorithm: "plot_throughput_speedup_analysis"
11937   output-file-type: ".html"
11938   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11939   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11940   filter: "'NIC_Intel-X710' and
11941            '64B' and
11942            ('BASE' or 'SCALE') and
11943            'NDRPDR' and
11944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11945            not 'VHOST' and
11946            'MEMIF'"
11947   parameters:
11948   - "throughput"
11949   - "parent"
11950   - "tags"
11951   layout:
11952     title: ""  # No title
11953     layout: "plot-throughput-speedup-analysis"
11954
11955 -
11956   type: "plot"
11957   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11958   algorithm: "plot_throughput_speedup_analysis"
11959   output-file-type: ".html"
11960   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11961   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11962   filter: "'NIC_Intel-X710' and
11963            '64B' and
11964            ('BASE' or 'SCALE') and
11965            'NDRPDR' and
11966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11967            not 'VHOST' and
11968            'MEMIF'"
11969   parameters:
11970   - "throughput"
11971   - "parent"
11972   - "tags"
11973   layout:
11974     title: ""  # No title
11975     layout: "plot-throughput-speedup-analysis"
11976
11977 ################################################################################
11978
11979 # Speedup - VPP IPv4 3n-hsw-x520
11980 -
11981   type: "plot"
11982   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11983   algorithm: "plot_throughput_speedup_analysis"
11984   output-file-type: ".html"
11985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11986   data: "plot-throughput-speedup-analysis-3n-hsw"
11987   filter: "'NIC_Intel-X520-DA2' and
11988            '64B' and
11989            ('BASE' or 'SCALE') and
11990            'NDRPDR' and
11991            'IP4FWD' and
11992            not 'IPSEC' and
11993            not 'VHOST'"
11994   parameters:
11995   - "throughput"
11996   - "parent"
11997   - "tags"
11998   layout:
11999     title: ""  # No title
12000     layout: "plot-throughput-speedup-analysis"
12001
12002 -
12003   type: "plot"
12004   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12005   algorithm: "plot_throughput_speedup_analysis"
12006   output-file-type: ".html"
12007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12008   data: "plot-throughput-speedup-analysis-3n-hsw"
12009   filter: "'NIC_Intel-X520-DA2' and
12010            '64B' and
12011            ('BASE' or 'SCALE') and
12012            'NDRPDR' and
12013            'IP4FWD' and
12014            not 'IPSEC' and
12015            not 'VHOST'"
12016   parameters:
12017   - "throughput"
12018   - "parent"
12019   - "tags"
12020   layout:
12021     title: ""  # No title
12022     layout: "plot-throughput-speedup-analysis"
12023
12024 -
12025   type: "plot"
12026   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
12027   algorithm: "plot_throughput_speedup_analysis"
12028   output-file-type: ".html"
12029   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
12030   data: "plot-throughput-speedup-analysis-3n-hsw"
12031   filter: "'NIC_Intel-X520-DA2' and
12032            '64B' and
12033            'FEATURE' and
12034            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12035            'NDRPDR' and
12036            'IP4FWD' and
12037            not 'IPSEC' and
12038            not 'VHOST'"
12039   parameters:
12040   - "throughput"
12041   - "parent"
12042   - "tags"
12043   layout:
12044     title: ""  # No title
12045     layout: "plot-throughput-speedup-analysis"
12046
12047 -
12048   type: "plot"
12049   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
12050   algorithm: "plot_throughput_speedup_analysis"
12051   output-file-type: ".html"
12052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
12053   data: "plot-throughput-speedup-analysis-3n-hsw"
12054   filter: "'NIC_Intel-X520-DA2' and
12055            '64B' and
12056            'FEATURE' and
12057            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12058            'NDRPDR' and
12059            'IP4FWD' and
12060            not 'IPSEC' and
12061            not 'VHOST'"
12062   parameters:
12063   - "throughput"
12064   - "parent"
12065   - "tags"
12066   layout:
12067     title: ""  # No title
12068     layout: "plot-throughput-speedup-analysis"
12069
12070 # Speedup - VPP IPv4 3n-hsw-x710
12071 -
12072   type: "plot"
12073   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12074   algorithm: "plot_throughput_speedup_analysis"
12075   output-file-type: ".html"
12076   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12077   data: "plot-throughput-speedup-analysis-3n-hsw"
12078   filter: "'NIC_Intel-X710' and
12079            '64B' and
12080            ('BASE' or 'SCALE') and
12081            'NDRPDR' and
12082            'IP4FWD' and
12083            not 'IPSEC' and
12084            not 'VHOST'"
12085   parameters:
12086   - "throughput"
12087   - "parent"
12088   - "tags"
12089   layout:
12090     title: ""  # No title
12091     layout: "plot-throughput-speedup-analysis"
12092
12093 -
12094   type: "plot"
12095   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12096   algorithm: "plot_throughput_speedup_analysis"
12097   output-file-type: ".html"
12098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12099   data: "plot-throughput-speedup-analysis-3n-hsw"
12100   filter: "'NIC_Intel-X710' and
12101            '64B' and
12102            ('BASE' or 'SCALE') and
12103            'NDRPDR' and
12104            'IP4FWD' and
12105            not 'IPSEC' and
12106            not 'VHOST'"
12107   parameters:
12108   - "throughput"
12109   - "parent"
12110   - "tags"
12111   layout:
12112     title: ""  # No title
12113     layout: "plot-throughput-speedup-analysis"
12114
12115 -
12116   type: "plot"
12117   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
12118   algorithm: "plot_throughput_speedup_analysis"
12119   output-file-type: ".html"
12120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
12121   data: "plot-throughput-speedup-analysis-3n-hsw"
12122   filter: "'NIC_Intel-X710' and
12123            '64B' and
12124            'FEATURE' and
12125            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12126            'NDRPDR' and
12127            'IP4FWD' and
12128            not 'IPSEC' and
12129            not 'VHOST'"
12130   parameters:
12131   - "throughput"
12132   - "parent"
12133   - "tags"
12134   layout:
12135     title: ""  # No title
12136     layout: "plot-throughput-speedup-analysis"
12137
12138 -
12139   type: "plot"
12140   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12141   algorithm: "plot_throughput_speedup_analysis"
12142   output-file-type: ".html"
12143   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12144   data: "plot-throughput-speedup-analysis-3n-hsw"
12145   filter: "'NIC_Intel-X710' and
12146            '64B' and
12147            'FEATURE' and
12148            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12149            'NDRPDR' and
12150            'IP4FWD' and
12151            not 'IPSEC' and
12152            not 'VHOST'"
12153   parameters:
12154   - "throughput"
12155   - "parent"
12156   - "tags"
12157   layout:
12158     title: ""  # No title
12159     layout: "plot-throughput-speedup-analysis"
12160
12161 # Speedup - VPP IPv4 3n-hsw-xl710
12162 -
12163   type: "plot"
12164   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12165   algorithm: "plot_throughput_speedup_analysis"
12166   output-file-type: ".html"
12167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12168   data: "plot-throughput-speedup-analysis-3n-hsw"
12169   filter: "'NIC_Intel-XL710' and
12170            '64B' and
12171            ('BASE' or 'SCALE') and
12172            'NDRPDR' and
12173            'IP4FWD' and
12174            not 'IPSEC' and
12175            not 'VHOST'"
12176   parameters:
12177   - "throughput"
12178   - "parent"
12179   - "tags"
12180   layout:
12181     title: ""  # No title
12182     layout: "plot-throughput-speedup-analysis"
12183
12184 -
12185   type: "plot"
12186   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12187   algorithm: "plot_throughput_speedup_analysis"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12190   data: "plot-throughput-speedup-analysis-3n-hsw"
12191   filter: "'NIC_Intel-XL710' and
12192            '64B' and
12193            ('BASE' or 'SCALE') and
12194            'NDRPDR' and
12195            'IP4FWD' and
12196            not 'IPSEC' and
12197            not 'VHOST'"
12198   parameters:
12199   - "throughput"
12200   - "parent"
12201   - "tags"
12202   layout:
12203     title: ""  # No title
12204     layout: "plot-throughput-speedup-analysis"
12205
12206 # Speedup - VPP IPv4 3n-skx-x710
12207 -
12208   type: "plot"
12209   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12210   algorithm: "plot_throughput_speedup_analysis"
12211   output-file-type: ".html"
12212   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12213   data: "plot-throughput-speedup-analysis-3n-skx"
12214   filter: "'NIC_Intel-X710' and
12215            '64B' and
12216            ('BASE' or 'SCALE') and
12217            'NDRPDR' and
12218            'IP4FWD' and
12219            not 'IPSEC' and
12220            not 'VHOST'"
12221   parameters:
12222   - "throughput"
12223   - "parent"
12224   - "tags"
12225   layout:
12226     title: ""  # No title
12227     layout: "plot-throughput-speedup-analysis"
12228
12229 -
12230   type: "plot"
12231   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12232   algorithm: "plot_throughput_speedup_analysis"
12233   output-file-type: ".html"
12234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12235   data: "plot-throughput-speedup-analysis-3n-skx"
12236   filter: "'NIC_Intel-X710' and
12237            '64B' and
12238            ('BASE' or 'SCALE') and
12239            'NDRPDR' and
12240            'IP4FWD' and
12241            not 'IPSEC' and
12242            not 'VHOST'"
12243   parameters:
12244   - "throughput"
12245   - "parent"
12246   - "tags"
12247   layout:
12248     title: ""  # No title
12249     layout: "plot-throughput-speedup-analysis"
12250
12251 -
12252   type: "plot"
12253   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12254   algorithm: "plot_throughput_speedup_analysis"
12255   output-file-type: ".html"
12256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12257   data: "plot-throughput-speedup-analysis-3n-skx"
12258   filter: "'NIC_Intel-X710' and
12259            '64B' and
12260            'FEATURE' and
12261            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12262            'NDRPDR' and
12263            'IP4FWD' and
12264            not 'IPSEC' and
12265            not 'VHOST'"
12266   parameters:
12267   - "throughput"
12268   - "parent"
12269   - "tags"
12270   layout:
12271     title: ""  # No title
12272     layout: "plot-throughput-speedup-analysis"
12273
12274 -
12275   type: "plot"
12276   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12277   algorithm: "plot_throughput_speedup_analysis"
12278   output-file-type: ".html"
12279   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12280   data: "plot-throughput-speedup-analysis-3n-skx"
12281   filter: "'NIC_Intel-X710' and
12282            '64B' and
12283            'FEATURE' and
12284            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12285            'NDRPDR' and
12286            'IP4FWD' and
12287            not 'IPSEC' and
12288            not 'VHOST'"
12289   parameters:
12290   - "throughput"
12291   - "parent"
12292   - "tags"
12293   layout:
12294     title: ""  # No title
12295     layout: "plot-throughput-speedup-analysis"
12296
12297 # Speedup - VPP IPv4 2n-skx-x710
12298 -
12299   type: "plot"
12300   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12301   algorithm: "plot_throughput_speedup_analysis"
12302   output-file-type: ".html"
12303   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12304   data: "plot-throughput-speedup-analysis-2n-skx"
12305   filter: "'NIC_Intel-X710' and
12306            '64B' and
12307            ('BASE' or 'SCALE') and
12308            'NDRPDR' and
12309            'IP4FWD' and
12310            not 'IPSEC' and
12311            not 'VHOST'"
12312   parameters:
12313   - "throughput"
12314   - "parent"
12315   - "tags"
12316   layout:
12317     title: ""  # No title
12318     layout: "plot-throughput-speedup-analysis"
12319
12320 -
12321   type: "plot"
12322   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12323   algorithm: "plot_throughput_speedup_analysis"
12324   output-file-type: ".html"
12325   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12326   data: "plot-throughput-speedup-analysis-2n-skx"
12327   filter: "'NIC_Intel-X710' and
12328            '64B' and
12329            ('BASE' or 'SCALE') and
12330            'NDRPDR' and
12331            'IP4FWD' and
12332            not 'IPSEC' and
12333            not 'VHOST'"
12334   parameters:
12335   - "throughput"
12336   - "parent"
12337   - "tags"
12338   layout:
12339     title: ""  # No title
12340     layout: "plot-throughput-speedup-analysis"
12341
12342 # Speedup - VPP IPv4 2n-skx-xxv710
12343 -
12344   type: "plot"
12345   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12346   algorithm: "plot_throughput_speedup_analysis"
12347   output-file-type: ".html"
12348   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12349   data: "plot-throughput-speedup-analysis-2n-skx"
12350   filter: "'NIC_Intel-XXV710' and
12351            '64B' and
12352            ('BASE' or 'SCALE') and
12353            'NDRPDR' and
12354            'IP4FWD' and
12355            not 'IPSEC' and
12356            not 'VHOST'"
12357   parameters:
12358   - "throughput"
12359   - "parent"
12360   - "tags"
12361   layout:
12362     title: ""  # No title
12363     layout: "plot-throughput-speedup-analysis"
12364
12365 -
12366   type: "plot"
12367   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12368   algorithm: "plot_throughput_speedup_analysis"
12369   output-file-type: ".html"
12370   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12371   data: "plot-throughput-speedup-analysis-2n-skx"
12372   filter: "'NIC_Intel-XXV710' and
12373            '64B' and
12374            ('BASE' or 'SCALE') and
12375            'NDRPDR' and
12376            'IP4FWD' and
12377            not 'IPSEC' and
12378            not 'VHOST'"
12379   parameters:
12380   - "throughput"
12381   - "parent"
12382   - "tags"
12383   layout:
12384     title: ""  # No title
12385     layout: "plot-throughput-speedup-analysis"
12386
12387 ################################################################################
12388
12389 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12390 -
12391   type: "plot"
12392   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12393   algorithm: "plot_throughput_speedup_analysis"
12394   output-file-type: ".html"
12395   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12396   data: "plot-throughput-speedup-analysis-3n-hsw"
12397   filter: "'NIC_Intel-X520-DA2' and
12398            '64B' and
12399            'ENCAP' and
12400            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12401            'NDRPDR' and
12402            'IP4FWD' and
12403            not 'IPSEC' and
12404            not 'VHOST'"
12405   parameters:
12406   - "throughput"
12407   - "parent"
12408   - "tags"
12409   layout:
12410     title: ""  # No title
12411     layout: "plot-throughput-speedup-analysis"
12412
12413 -
12414   type: "plot"
12415   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12416   algorithm: "plot_throughput_speedup_analysis"
12417   output-file-type: ".html"
12418   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12419   data: "plot-throughput-speedup-analysis-3n-hsw"
12420   filter: "'NIC_Intel-X520-DA2' and
12421            '64B' and
12422            'ENCAP' and
12423            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12424            'NDRPDR' and
12425            'IP4FWD' and
12426            not 'IPSEC' and
12427            not 'VHOST'"
12428   parameters:
12429   - "throughput"
12430   - "parent"
12431   - "tags"
12432   layout:
12433     title: ""  # No title
12434     layout: "plot-throughput-speedup-analysis"
12435
12436 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12437 -
12438   type: "plot"
12439   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12440   algorithm: "plot_throughput_speedup_analysis"
12441   output-file-type: ".html"
12442   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12443   data: "plot-throughput-speedup-analysis-3n-hsw"
12444   filter: "'NIC_Intel-X710' and
12445            '64B' and
12446            'ENCAP' and
12447            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12448            'NDRPDR' and
12449            'IP4FWD' and
12450            not 'IPSEC' and
12451            not 'VHOST'"
12452   parameters:
12453   - "throughput"
12454   - "parent"
12455   - "tags"
12456   layout:
12457     title: ""  # No title
12458     layout: "plot-throughput-speedup-analysis"
12459
12460 -
12461   type: "plot"
12462   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12463   algorithm: "plot_throughput_speedup_analysis"
12464   output-file-type: ".html"
12465   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12466   data: "plot-throughput-speedup-analysis-3n-hsw"
12467   filter: "'NIC_Intel-X710' and
12468            '64B' and
12469            'ENCAP' and
12470            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12471            'NDRPDR' and
12472            'IP4FWD' and
12473            not 'IPSEC' and
12474            not 'VHOST'"
12475   parameters:
12476   - "throughput"
12477   - "parent"
12478   - "tags"
12479   layout:
12480     title: ""  # No title
12481     layout: "plot-throughput-speedup-analysis"
12482
12483 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12484 -
12485   type: "plot"
12486   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12487   algorithm: "plot_throughput_speedup_analysis"
12488   output-file-type: ".html"
12489   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12490   data: "plot-throughput-speedup-analysis-3n-skx"
12491   filter: "'NIC_Intel-X710' and
12492            '64B' and
12493            'ENCAP' and
12494            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12495            'NDRPDR' and
12496            'IP4FWD' and
12497            not 'IPSEC' and
12498            not 'VHOST'"
12499   parameters:
12500   - "throughput"
12501   - "parent"
12502   - "tags"
12503   layout:
12504     title: ""  # No title
12505     layout: "plot-throughput-speedup-analysis"
12506
12507 -
12508   type: "plot"
12509   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12510   algorithm: "plot_throughput_speedup_analysis"
12511   output-file-type: ".html"
12512   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12513   data: "plot-throughput-speedup-analysis-3n-skx"
12514   filter: "'NIC_Intel-X710' and
12515            '64B' and
12516            'ENCAP' and
12517            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12518            'NDRPDR' and
12519            'IP4FWD' and
12520            not 'IPSEC' and
12521            not 'VHOST'"
12522   parameters:
12523   - "throughput"
12524   - "parent"
12525   - "tags"
12526   layout:
12527     title: ""  # No title
12528     layout: "plot-throughput-speedup-analysis"
12529
12530 ################################################################################
12531
12532 # Speedup - VPP IPv6 3n-hsw-x520
12533 -
12534   type: "plot"
12535   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12536   algorithm: "plot_throughput_speedup_analysis"
12537   output-file-type: ".html"
12538   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12539   data: "plot-throughput-speedup-analysis-3n-hsw"
12540   filter: "'NIC_Intel-X520-DA2' and
12541            '78B' and
12542            ('BASE' or 'SCALE') and
12543            'NDRPDR' and
12544            'IP6FWD' and
12545            not 'SRv6' and
12546            not 'IPSEC' and
12547            not 'VHOST'"
12548   parameters:
12549   - "throughput"
12550   - "parent"
12551   - "tags"
12552   layout:
12553     title: ""  # No title
12554     layout: "plot-throughput-speedup-analysis"
12555
12556 -
12557   type: "plot"
12558   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12559   algorithm: "plot_throughput_speedup_analysis"
12560   output-file-type: ".html"
12561   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12562   data: "plot-throughput-speedup-analysis-3n-hsw"
12563   filter: "'NIC_Intel-X520-DA2' and
12564            '78B' and
12565            ('BASE' or 'SCALE') and
12566            'NDRPDR' and
12567            'IP6FWD' and
12568            not 'SRv6' and
12569            not 'IPSEC' and
12570            not 'VHOST'"
12571   parameters:
12572   - "throughput"
12573   - "parent"
12574   - "tags"
12575   layout:
12576     title: ""  # No title
12577     layout: "plot-throughput-speedup-analysis"
12578
12579 # Speedup - VPP IPv6 3n-hsw-x710
12580 -
12581   type: "plot"
12582   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12583   algorithm: "plot_throughput_speedup_analysis"
12584   output-file-type: ".html"
12585   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12586   data: "plot-throughput-speedup-analysis-3n-hsw"
12587   filter: "'NIC_Intel-X710' and
12588            '78B' and
12589            ('BASE' or 'SCALE') and
12590            'NDRPDR' and
12591            'IP6FWD' and
12592            not 'SRv6' and
12593            not 'IPSEC' and
12594            not 'VHOST'"
12595   parameters:
12596   - "throughput"
12597   - "parent"
12598   - "tags"
12599   layout:
12600     title: ""  # No title
12601     layout: "plot-throughput-speedup-analysis"
12602
12603 -
12604   type: "plot"
12605   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12606   algorithm: "plot_throughput_speedup_analysis"
12607   output-file-type: ".html"
12608   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12609   data: "plot-throughput-speedup-analysis-3n-hsw"
12610   filter: "'NIC_Intel-X710' and
12611            '78B' and
12612            ('BASE' or 'SCALE') and
12613            'NDRPDR' and
12614            'IP6FWD' and
12615            not 'SRv6' and
12616            not 'IPSEC' and
12617            not 'VHOST'"
12618   parameters:
12619   - "throughput"
12620   - "parent"
12621   - "tags"
12622   layout:
12623     title: ""  # No title
12624     layout: "plot-throughput-speedup-analysis"
12625
12626 # Speedup - VPP IPv6 3n-hsw-xl710
12627 -
12628   type: "plot"
12629   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12630   algorithm: "plot_throughput_speedup_analysis"
12631   output-file-type: ".html"
12632   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12633   data: "plot-throughput-speedup-analysis-3n-hsw"
12634   filter: "'NIC_Intel-XL710' and
12635            '78B' and
12636            ('BASE' or 'SCALE') and
12637            'NDRPDR' and
12638            'IP6FWD' and
12639            not 'SRv6' and
12640            not 'IPSEC' and
12641            not 'VHOST'"
12642   parameters:
12643   - "throughput"
12644   - "parent"
12645   - "tags"
12646   layout:
12647     title: ""  # No title
12648     layout: "plot-throughput-speedup-analysis"
12649
12650 -
12651   type: "plot"
12652   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12653   algorithm: "plot_throughput_speedup_analysis"
12654   output-file-type: ".html"
12655   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12656   data: "plot-throughput-speedup-analysis-3n-hsw"
12657   filter: "'NIC_Intel-XL710' and
12658            '78B' and
12659            ('BASE' or 'SCALE') and
12660            'NDRPDR' and
12661            'IP6FWD' and
12662            not 'SRv6' and
12663            not 'IPSEC' and
12664            not 'VHOST'"
12665   parameters:
12666   - "throughput"
12667   - "parent"
12668   - "tags"
12669   layout:
12670     title: ""  # No title
12671     layout: "plot-throughput-speedup-analysis"
12672
12673 # Speedup - VPP IPv6 3n-skx-x710
12674 -
12675   type: "plot"
12676   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12677   algorithm: "plot_throughput_speedup_analysis"
12678   output-file-type: ".html"
12679   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12680   data: "plot-throughput-speedup-analysis-3n-skx"
12681   filter: "'NIC_Intel-X710' and
12682            '78B' and
12683            ('BASE' or 'SCALE') and
12684            'NDRPDR' and
12685            'IP6FWD' and
12686            not 'SRv6' and
12687            not 'IPSEC' and
12688            not 'VHOST'"
12689   parameters:
12690   - "throughput"
12691   - "parent"
12692   - "tags"
12693   layout:
12694     title: ""  # No title
12695     layout: "plot-throughput-speedup-analysis"
12696
12697 -
12698   type: "plot"
12699   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12700   algorithm: "plot_throughput_speedup_analysis"
12701   output-file-type: ".html"
12702   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12703   data: "plot-throughput-speedup-analysis-3n-skx"
12704   filter: "'NIC_Intel-X710' and
12705            '78B' and
12706            ('BASE' or 'SCALE') and
12707            'NDRPDR' and
12708            'IP6FWD' and
12709            not 'SRv6' and
12710            not 'IPSEC' and
12711            not 'VHOST'"
12712   parameters:
12713   - "throughput"
12714   - "parent"
12715   - "tags"
12716   layout:
12717     title: ""  # No title
12718     layout: "plot-throughput-speedup-analysis"
12719
12720 # Speedup - VPP IPv6 2n-skx-x710
12721 -
12722   type: "plot"
12723   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12724   algorithm: "plot_throughput_speedup_analysis"
12725   output-file-type: ".html"
12726   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12727   data: "plot-throughput-speedup-analysis-2n-skx"
12728   filter: "'NIC_Intel-X710' and
12729            '78B' and
12730            ('BASE' or 'SCALE') and
12731            'NDRPDR' and
12732            'IP6FWD' and
12733            not 'SRv6' and
12734            not 'IPSEC' and
12735            not 'VHOST'"
12736   parameters:
12737   - "throughput"
12738   - "parent"
12739   - "tags"
12740   layout:
12741     title: ""  # No title
12742     layout: "plot-throughput-speedup-analysis"
12743
12744 -
12745   type: "plot"
12746   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12747   algorithm: "plot_throughput_speedup_analysis"
12748   output-file-type: ".html"
12749   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12750   data: "plot-throughput-speedup-analysis-2n-skx"
12751   filter: "'NIC_Intel-X710' and
12752            '78B' and
12753            ('BASE' or 'SCALE') and
12754            'NDRPDR' and
12755            'IP6FWD' and
12756            not 'IPSEC' and
12757            not 'VHOST'"
12758   parameters:
12759   - "throughput"
12760   - "parent"
12761   - "tags"
12762   layout:
12763     title: ""  # No title
12764     layout: "plot-throughput-speedup-analysis"
12765
12766 # Speedup - VPP IPv6 2n-skx-xxv710
12767 -
12768   type: "plot"
12769   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12770   algorithm: "plot_throughput_speedup_analysis"
12771   output-file-type: ".html"
12772   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12773   data: "plot-throughput-speedup-analysis-2n-skx"
12774   filter: "'NIC_Intel-XXV710' and
12775            '78B' and
12776            ('BASE' or 'SCALE') and
12777            'NDRPDR' and
12778            'IP6FWD' and
12779            not 'SRv6' and
12780            not 'IPSEC' and
12781            not 'VHOST'"
12782   parameters:
12783   - "throughput"
12784   - "parent"
12785   - "tags"
12786   layout:
12787     title: ""  # No title
12788     layout: "plot-throughput-speedup-analysis"
12789
12790 -
12791   type: "plot"
12792   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12793   algorithm: "plot_throughput_speedup_analysis"
12794   output-file-type: ".html"
12795   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12796   data: "plot-throughput-speedup-analysis-2n-skx"
12797   filter: "'NIC_Intel-XXV710' and
12798            '78B' and
12799            ('BASE' or 'SCALE') and
12800            'NDRPDR' and
12801            'IP6FWD' and
12802            not 'SRv6' and
12803            not 'IPSEC' and
12804            not 'VHOST'"
12805   parameters:
12806   - "throughput"
12807   - "parent"
12808   - "tags"
12809   layout:
12810     title: ""  # No title
12811     layout: "plot-throughput-speedup-analysis"
12812
12813 ################################################################################
12814
12815 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12816 -
12817   type: "plot"
12818   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12819   algorithm: "plot_throughput_speedup_analysis"
12820   output-file-type: ".html"
12821   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12822   data: "plot-throughput-speedup-analysis-3n-hsw"
12823   filter: "'NIC_Intel-X520-DA2' and
12824            '78B' and
12825            'ENCAP' and
12826            'NDRPDR' and
12827            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12828            not 'VHOST'"
12829   parameters:
12830   - "throughput"
12831   - "parent"
12832   - "tags"
12833   layout:
12834     title: ""  # No title
12835     layout: "plot-throughput-speedup-analysis"
12836
12837 -
12838   type: "plot"
12839   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12840   algorithm: "plot_throughput_speedup_analysis"
12841   output-file-type: ".html"
12842   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12843   data: "plot-throughput-speedup-analysis-3n-hsw"
12844   filter: "'NIC_Intel-X520-DA2' and
12845            '78B' and
12846            'ENCAP' and
12847            'NDRPDR' and
12848            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12849            not 'VHOST'"
12850   parameters:
12851   - "throughput"
12852   - "parent"
12853   - "tags"
12854   layout:
12855     title: ""  # No title
12856     layout: "plot-throughput-speedup-analysis"
12857
12858 ################################################################################
12859
12860 # Speedup - VPP IPSec 3n-hsw-xl710
12861 -
12862   type: "plot"
12863   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12864   algorithm: "plot_throughput_speedup_analysis"
12865   output-file-type: ".html"
12866   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12867   data: "plot-throughput-speedup-analysis-3n-hsw"
12868   filter: "'NIC_Intel-XL710' and
12869            '64B' and
12870            'IP4FWD' and
12871            'NDRPDR' and
12872            'IPSECHW' and
12873            ('IPSECTRAN' or 'IPSECTUN') and
12874            not 'VHOST'"
12875   parameters:
12876   - "throughput"
12877   - "parent"
12878   - "tags"
12879   layout:
12880     title: ""  # No title
12881     layout: "plot-throughput-speedup-analysis"
12882
12883 -
12884   type: "plot"
12885   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12886   algorithm: "plot_throughput_speedup_analysis"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12889   data: "plot-throughput-speedup-analysis-3n-hsw"
12890   filter: "'NIC_Intel-XL710' and
12891            '64B' and
12892            'IP4FWD' and
12893            'NDRPDR' and
12894            'IPSECHW' and
12895            ('IPSECTRAN' or 'IPSECTUN') and
12896            not 'VHOST'"
12897   parameters:
12898   - "throughput"
12899   - "parent"
12900   - "tags"
12901   layout:
12902     title: ""  # No title
12903     layout: "plot-throughput-speedup-analysis"
12904
12905 ################################################################################
12906
12907 # Speedup - VPP SRv6 3n-hsw-x520
12908 -
12909   type: "plot"
12910   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12911   algorithm: "plot_throughput_speedup_analysis"
12912   output-file-type: ".html"
12913   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12914   data: "plot-throughput-speedup-analysis-3n-hsw"
12915   filter: "'NIC_Intel-X520-DA2' and
12916            '78B' and
12917            'FEATURE' and
12918            'NDRPDR' and
12919            'IP6FWD' and
12920            'SRv6'"
12921   parameters:
12922   - "throughput"
12923   - "parent"
12924   - "tags"
12925   layout:
12926     title: ""  # No title
12927     layout: "plot-throughput-speedup-analysis"
12928
12929 -
12930   type: "plot"
12931   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12932   algorithm: "plot_throughput_speedup_analysis"
12933   output-file-type: ".html"
12934   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12935   data: "plot-throughput-speedup-analysis-3n-hsw"
12936   filter: "'NIC_Intel-X520-DA2' and
12937            '78B' and
12938            'FEATURE' and
12939            'NDRPDR' and
12940            'IP6FWD' and
12941            'SRv6'"
12942   parameters:
12943   - "throughput"
12944   - "parent"
12945   - "tags"
12946   layout:
12947     title: ""  # No title
12948     layout: "plot-throughput-speedup-analysis"
12949
12950 ################################################################################
12951
12952 # Speedup - VPP L2 3n-hsw-x520
12953 -
12954   type: "plot"
12955   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12956   algorithm: "plot_throughput_speedup_analysis"
12957   output-file-type: ".html"
12958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12959   data: "plot-throughput-speedup-analysis-3n-hsw"
12960   filter: "'NIC_Intel-X520-DA2' and
12961            '64B' and
12962            ('BASE' or 'SCALE') and
12963            'NDRPDR' and
12964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12965            not 'VHOST' and
12966            not 'MEMIF'"
12967   parameters:
12968   - "throughput"
12969   - "parent"
12970   - "tags"
12971   layout:
12972     title: ""  # No title
12973     layout: "plot-throughput-speedup-analysis"
12974
12975 -
12976   type: "plot"
12977   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12978   algorithm: "plot_throughput_speedup_analysis"
12979   output-file-type: ".html"
12980   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12981   data: "plot-throughput-speedup-analysis-3n-hsw"
12982   filter: "'NIC_Intel-X520-DA2' and
12983            '64B' and
12984            ('BASE' or 'SCALE') and
12985            'NDRPDR' and
12986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12987            not 'VHOST' and
12988            not 'MEMIF'"
12989   parameters:
12990   - "throughput"
12991   - "parent"
12992   - "tags"
12993   layout:
12994     title: ""  # No title
12995     layout: "plot-throughput-speedup-analysis"
12996
12997 -
12998   type: "plot"
12999   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13000   algorithm: "plot_throughput_speedup_analysis"
13001   output-file-type: ".html"
13002   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13003   data: "plot-throughput-speedup-analysis-3n-hsw"
13004   filter: "'NIC_Intel-X520-DA2' and
13005            '64B' and
13006            'FEATURE' and
13007            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13008            'NDRPDR' and
13009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13010            not 'VHOST' and
13011            not 'MEMIF'"
13012   parameters:
13013   - "throughput"
13014   - "parent"
13015   - "tags"
13016   layout:
13017     title: ""  # No title
13018     layout: "plot-throughput-speedup-analysis"
13019
13020 -
13021   type: "plot"
13022   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13023   algorithm: "plot_throughput_speedup_analysis"
13024   output-file-type: ".html"
13025   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13026   data: "plot-throughput-speedup-analysis-3n-hsw"
13027   filter: "'NIC_Intel-X520-DA2' and
13028            '64B' and
13029            'FEATURE' and
13030            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13031            'NDRPDR' and
13032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13033            not 'VHOST' and
13034            not 'MEMIF'"
13035   parameters:
13036   - "throughput"
13037   - "parent"
13038   - "tags"
13039   layout:
13040     title: ""  # No title
13041     layout: "plot-throughput-speedup-analysis"
13042
13043 # Speedup - VPP L2 3n-hsw-x710
13044 -
13045   type: "plot"
13046   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13047   algorithm: "plot_throughput_speedup_analysis"
13048   output-file-type: ".html"
13049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13050   data: "plot-throughput-speedup-analysis-3n-hsw"
13051   filter: "'NIC_Intel-X710' and
13052            '64B' and
13053            ('BASE' or 'SCALE') and
13054            'NDRPDR' and
13055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13056            not 'VHOST' and
13057            not 'MEMIF'"
13058   parameters:
13059   - "throughput"
13060   - "parent"
13061   - "tags"
13062   layout:
13063     title: ""  # No title
13064     layout: "plot-throughput-speedup-analysis"
13065
13066 -
13067   type: "plot"
13068   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13069   algorithm: "plot_throughput_speedup_analysis"
13070   output-file-type: ".html"
13071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13072   data: "plot-throughput-speedup-analysis-3n-hsw"
13073   filter: "'NIC_Intel-X710' and
13074            '64B' and
13075            ('BASE' or 'SCALE') and
13076            'NDRPDR' and
13077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13078            not 'VHOST' and
13079            not 'MEMIF'"
13080   parameters:
13081   - "throughput"
13082   - "parent"
13083   - "tags"
13084   layout:
13085     title: ""  # No title
13086     layout: "plot-throughput-speedup-analysis"
13087
13088 -
13089   type: "plot"
13090   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13091   algorithm: "plot_throughput_speedup_analysis"
13092   output-file-type: ".html"
13093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13094   data: "plot-throughput-speedup-analysis-3n-hsw"
13095   filter: "'NIC_Intel-X710' and
13096            '64B' and
13097            'FEATURE' and
13098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13099            'NDRPDR' and
13100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13101            not 'VHOST' and
13102            not 'MEMIF'"
13103   parameters:
13104   - "throughput"
13105   - "parent"
13106   - "tags"
13107   layout:
13108     title: ""  # No title
13109     layout: "plot-throughput-speedup-analysis"
13110
13111 -
13112   type: "plot"
13113   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13114   algorithm: "plot_throughput_speedup_analysis"
13115   output-file-type: ".html"
13116   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13117   data: "plot-throughput-speedup-analysis-3n-hsw"
13118   filter: "'NIC_Intel-X710' and
13119            '64B' and
13120            'FEATURE' and
13121            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13122            'NDRPDR' and
13123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13124            not 'VHOST' and
13125            not 'MEMIF'"
13126   parameters:
13127   - "throughput"
13128   - "parent"
13129   - "tags"
13130   layout:
13131     title: ""  # No title
13132     layout: "plot-throughput-speedup-analysis"
13133
13134 # Speedup - VPP L2 3n-hsw-xl710
13135 -
13136   type: "plot"
13137   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13138   algorithm: "plot_throughput_speedup_analysis"
13139   output-file-type: ".html"
13140   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13141   data: "plot-throughput-speedup-analysis-3n-hsw"
13142   filter: "'NIC_Intel-XL710' and
13143            '64B' and
13144            ('BASE' or 'SCALE') and
13145            'NDRPDR' and
13146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13147            not 'VHOST' and
13148            not 'MEMIF'"
13149   parameters:
13150   - "throughput"
13151   - "parent"
13152   - "tags"
13153   layout:
13154     title: ""  # No title
13155     layout: "plot-throughput-speedup-analysis"
13156
13157 -
13158   type: "plot"
13159   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13160   algorithm: "plot_throughput_speedup_analysis"
13161   output-file-type: ".html"
13162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13163   data: "plot-throughput-speedup-analysis-3n-hsw"
13164   filter: "'NIC_Intel-XL710' and
13165            '64B' and
13166            ('BASE' or 'SCALE') and
13167            'NDRPDR' and
13168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13169            not 'VHOST' and
13170            not 'MEMIF'"
13171   parameters:
13172   - "throughput"
13173   - "parent"
13174   - "tags"
13175   layout:
13176     title: ""  # No title
13177     layout: "plot-throughput-speedup-analysis"
13178
13179 # Speedup - VPP L2 3n-skx-x710
13180 -
13181   type: "plot"
13182   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13183   algorithm: "plot_throughput_speedup_analysis"
13184   output-file-type: ".html"
13185   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13186   data: "plot-throughput-speedup-analysis-3n-skx"
13187   filter: "'NIC_Intel-X710' and
13188            '64B' and
13189            ('BASE' or 'SCALE') and
13190            'NDRPDR' and
13191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13192            not 'VHOST' and
13193            not 'MEMIF'"
13194   parameters:
13195   - "throughput"
13196   - "parent"
13197   - "tags"
13198   layout:
13199     title: ""  # No title
13200     layout: "plot-throughput-speedup-analysis"
13201
13202 -
13203   type: "plot"
13204   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13205   algorithm: "plot_throughput_speedup_analysis"
13206   output-file-type: ".html"
13207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13208   data: "plot-throughput-speedup-analysis-3n-skx"
13209   filter: "'NIC_Intel-X710' and
13210            '64B' and
13211            ('BASE' or 'SCALE') and
13212            'NDRPDR' and
13213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13214            not 'VHOST' and
13215            not 'MEMIF'"
13216   parameters:
13217   - "throughput"
13218   - "parent"
13219   - "tags"
13220   layout:
13221     title: ""  # No title
13222     layout: "plot-throughput-speedup-analysis"
13223
13224 -
13225   type: "plot"
13226   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13227   algorithm: "plot_throughput_speedup_analysis"
13228   output-file-type: ".html"
13229   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13230   data: "plot-throughput-speedup-analysis-3n-skx"
13231   filter: "'NIC_Intel-X710' and
13232            '64B' and
13233            'FEATURE' and
13234            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13235            'NDRPDR' and
13236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13237            not 'VHOST' and
13238            not 'MEMIF'"
13239   parameters:
13240   - "throughput"
13241   - "parent"
13242   - "tags"
13243   layout:
13244     title: ""  # No title
13245     layout: "plot-throughput-speedup-analysis"
13246
13247 -
13248   type: "plot"
13249   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13250   algorithm: "plot_throughput_speedup_analysis"
13251   output-file-type: ".html"
13252   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13253   data: "plot-throughput-speedup-analysis-3n-skx"
13254   filter: "'NIC_Intel-X710' and
13255            '64B' and
13256            'FEATURE' and
13257            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13258            'NDRPDR' and
13259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13260            not 'VHOST' and
13261            not 'MEMIF'"
13262   parameters:
13263   - "throughput"
13264   - "parent"
13265   - "tags"
13266   layout:
13267     title: ""  # No title
13268     layout: "plot-throughput-speedup-analysis"
13269
13270 # Speedup - VPP L2 3n-skx-xxv710
13271 -
13272   type: "plot"
13273   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13274   algorithm: "plot_throughput_speedup_analysis"
13275   output-file-type: ".html"
13276   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13277   data: "plot-throughput-speedup-analysis-3n-skx"
13278   filter: "'NIC_Intel-XXV710' and
13279            '64B' and
13280            ('BASE' or 'SCALE') and
13281            'NDRPDR' and
13282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13283            not 'VHOST' and
13284            not 'MEMIF'"
13285   parameters:
13286   - "throughput"
13287   - "parent"
13288   - "tags"
13289   layout:
13290     title: ""  # No title
13291     layout: "plot-throughput-speedup-analysis"
13292
13293 -
13294   type: "plot"
13295   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13296   algorithm: "plot_throughput_speedup_analysis"
13297   output-file-type: ".html"
13298   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13299   data: "plot-throughput-speedup-analysis-3n-skx"
13300   filter: "'NIC_Intel-XXV710' and
13301            '64B' and
13302            ('BASE' or 'SCALE') and
13303            'NDRPDR' and
13304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13305            not 'VHOST' and
13306            not 'MEMIF'"
13307   parameters:
13308   - "throughput"
13309   - "parent"
13310   - "tags"
13311   layout:
13312     title: ""  # No title
13313     layout: "plot-throughput-speedup-analysis"
13314
13315 # Speedup - VPP L2 2n-skx-x710
13316 -
13317   type: "plot"
13318   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13319   algorithm: "plot_throughput_speedup_analysis"
13320   output-file-type: ".html"
13321   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13322   data: "plot-throughput-speedup-analysis-2n-skx"
13323   filter: "'NIC_Intel-X710' and
13324            '64B' and
13325            ('BASE' or 'SCALE') and
13326            'NDRPDR' and
13327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13328            not 'VHOST' and
13329            not 'MEMIF'"
13330   parameters:
13331   - "throughput"
13332   - "parent"
13333   - "tags"
13334   layout:
13335     title: ""  # No title
13336     layout: "plot-throughput-speedup-analysis"
13337
13338 -
13339   type: "plot"
13340   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13341   algorithm: "plot_throughput_speedup_analysis"
13342   output-file-type: ".html"
13343   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13344   data: "plot-throughput-speedup-analysis-2n-skx"
13345   filter: "'NIC_Intel-X710' and
13346            '64B' and
13347            ('BASE' or 'SCALE') and
13348            'NDRPDR' and
13349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13350            not 'VHOST' and
13351            not 'MEMIF'"
13352   parameters:
13353   - "throughput"
13354   - "parent"
13355   - "tags"
13356   layout:
13357     title: ""  # No title
13358     layout: "plot-throughput-speedup-analysis"
13359
13360 # Speedup - VPP L2 2n-skx-xxv710
13361 -
13362   type: "plot"
13363   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13364   algorithm: "plot_throughput_speedup_analysis"
13365   output-file-type: ".html"
13366   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13367   data: "plot-throughput-speedup-analysis-2n-skx"
13368   filter: "'NIC_Intel-XXV710' and
13369            '64B' and
13370            ('BASE' or 'SCALE') and
13371            'NDRPDR' and
13372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13373            not 'VHOST' and
13374            not 'MEMIF'"
13375   parameters:
13376   - "throughput"
13377   - "parent"
13378   - "tags"
13379   layout:
13380     title: ""  # No title
13381     layout: "plot-throughput-speedup-analysis"
13382
13383 -
13384   type: "plot"
13385   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13386   algorithm: "plot_throughput_speedup_analysis"
13387   output-file-type: ".html"
13388   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13389   data: "plot-throughput-speedup-analysis-2n-skx"
13390   filter: "'NIC_Intel-XXV710' and
13391            '64B' and
13392            ('BASE' or 'SCALE') and
13393            'NDRPDR' and
13394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13395            not 'VHOST' and
13396            not 'MEMIF'"
13397   parameters:
13398   - "throughput"
13399   - "parent"
13400   - "tags"
13401   layout:
13402     title: ""  # No title
13403     layout: "plot-throughput-speedup-analysis"
13404
13405 ################################################################################
13406
13407 # Speedup - VPP vhost ip4 3n-hsw-x520
13408 -
13409   type: "plot"
13410   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13411   algorithm: "plot_throughput_speedup_analysis"
13412   output-file-type: ".html"
13413   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13414   data: "plot-throughput-speedup-analysis-3n-hsw"
13415   filter: "'NIC_Intel-X520-DA2' and
13416            '64B' and
13417            'NDRPDR' and
13418            'VHOST' and
13419            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13420   parameters:
13421   - "throughput"
13422   - "parent"
13423   - "tags"
13424   layout:
13425     title: ""  # No title
13426     layout: "plot-throughput-speedup-analysis"
13427
13428 -
13429   type: "plot"
13430   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13431   algorithm: "plot_throughput_speedup_analysis"
13432   output-file-type: ".html"
13433   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13434   data: "plot-throughput-speedup-analysis-3n-hsw"
13435   filter: "'NIC_Intel-X520-DA2' and
13436            '64B' and
13437            'NDRPDR' and
13438            'VHOST' and
13439            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13440   parameters:
13441   - "throughput"
13442   - "parent"
13443   - "tags"
13444   layout:
13445     title: ""  # No title
13446     layout: "plot-throughput-speedup-analysis"
13447
13448 # Speedup - VPP vhost l2sw 3n-hsw-x520
13449 -
13450   type: "plot"
13451   title: "VPP Speedup: vhost-l2sw-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-l2sw-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 'VXLAN' and
13461            not 'IP4FWD' and
13462            not 'DOT1Q' and
13463            not '2VM'"
13464   parameters:
13465   - "throughput"
13466   - "parent"
13467   - "tags"
13468   layout:
13469     title: ""  # No title
13470     layout: "plot-throughput-speedup-analysis"
13471
13472 -
13473   type: "plot"
13474   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13475   algorithm: "plot_throughput_speedup_analysis"
13476   output-file-type: ".html"
13477   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13478   data: "plot-throughput-speedup-analysis-3n-hsw"
13479   filter: "'NIC_Intel-X520-DA2' and
13480            '64B' and
13481            'NDRPDR' and
13482            'VHOST' and
13483            not 'VXLAN' and
13484            not 'IP4FWD' and
13485            not 'DOT1Q' and
13486            not '2VM'"
13487   parameters:
13488   - "throughput"
13489   - "parent"
13490   - "tags"
13491   layout:
13492     title: ""  # No title
13493     layout: "plot-throughput-speedup-analysis"
13494
13495 # Speedup - VPP vhost ip4 3n-hsw-x710
13496 -
13497   type: "plot"
13498   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13499   algorithm: "plot_throughput_speedup_analysis"
13500   output-file-type: ".html"
13501   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13502   data: "plot-throughput-speedup-analysis-3n-hsw"
13503   filter: "'NIC_Intel-X710' and
13504            '64B' and
13505            'NDRPDR' and
13506            'VHOST' and
13507            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13508   parameters:
13509   - "throughput"
13510   - "parent"
13511   - "tags"
13512   layout:
13513     title: ""  # No title
13514     layout: "plot-throughput-speedup-analysis"
13515
13516 -
13517   type: "plot"
13518   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13519   algorithm: "plot_throughput_speedup_analysis"
13520   output-file-type: ".html"
13521   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13522   data: "plot-throughput-speedup-analysis-3n-hsw"
13523   filter: "'NIC_Intel-X710' and
13524            '64B' and
13525            'NDRPDR' and
13526            'VHOST' and
13527            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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 l2sw 3n-hsw-x710
13537 -
13538   type: "plot"
13539   title: "VPP Speedup: vhost-l2sw-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-l2sw-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 'VXLAN' and
13549            not 'IP4FWD' and
13550            not 'DOT1Q' and
13551            not '2VM'"
13552   parameters:
13553   - "throughput"
13554   - "parent"
13555   - "tags"
13556   layout:
13557     title: ""  # No title
13558     layout: "plot-throughput-speedup-analysis"
13559
13560 -
13561   type: "plot"
13562   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13563   algorithm: "plot_throughput_speedup_analysis"
13564   output-file-type: ".html"
13565   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13566   data: "plot-throughput-speedup-analysis-3n-hsw"
13567   filter: "'NIC_Intel-X710' and
13568            '64B' and
13569            'NDRPDR' and
13570            'VHOST' and
13571            not 'VXLAN' and
13572            not 'IP4FWD' and
13573            not 'DOT1Q' and
13574            not '2VM'"
13575   parameters:
13576   - "throughput"
13577   - "parent"
13578   - "tags"
13579   layout:
13580     title: ""  # No title
13581     layout: "plot-throughput-speedup-analysis"
13582
13583 # Speedup - VPP vhost ip4 3n-hsw-xl710
13584 -
13585   type: "plot"
13586   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13587   algorithm: "plot_throughput_speedup_analysis"
13588   output-file-type: ".html"
13589   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13590   data: "plot-throughput-speedup-analysis-3n-hsw"
13591   filter: "'NIC_Intel-XL710' and
13592            '64B' and
13593            'NDRPDR' and
13594            'VHOST' and
13595            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13596   parameters:
13597   - "throughput"
13598   - "parent"
13599   - "tags"
13600   layout:
13601     title: ""  # No title
13602     layout: "plot-throughput-speedup-analysis"
13603
13604 -
13605   type: "plot"
13606   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13607   algorithm: "plot_throughput_speedup_analysis"
13608   output-file-type: ".html"
13609   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13610   data: "plot-throughput-speedup-analysis-3n-hsw"
13611   filter: "'NIC_Intel-XL710' and
13612            '64B' and
13613            'NDRPDR' and
13614            'VHOST' and
13615            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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 l2sw 3n-hsw-xl710
13625 -
13626   type: "plot"
13627   title: "VPP Speedup: vhost-l2sw-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-l2sw-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 'VXLAN' and
13637            not 'IP4FWD' and
13638            not 'DOT1Q' and
13639            not '2VM'"
13640   parameters:
13641   - "throughput"
13642   - "parent"
13643   - "tags"
13644   layout:
13645     title: ""  # No title
13646     layout: "plot-throughput-speedup-analysis"
13647
13648 -
13649   type: "plot"
13650   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13651   algorithm: "plot_throughput_speedup_analysis"
13652   output-file-type: ".html"
13653   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13654   data: "plot-throughput-speedup-analysis-3n-hsw"
13655   filter: "'NIC_Intel-XL710' and
13656            '64B' and
13657            'NDRPDR' and
13658            'VHOST' and
13659            not 'VXLAN' and
13660            not 'IP4FWD' and
13661            not 'DOT1Q' and
13662            not '2VM'"
13663   parameters:
13664   - "throughput"
13665   - "parent"
13666   - "tags"
13667   layout:
13668     title: ""  # No title
13669     layout: "plot-throughput-speedup-analysis"
13670
13671 # Speedup - VPP vhost l2sw 3n-hsw-x520
13672 -
13673   type: "plot"
13674   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13675   algorithm: "plot_throughput_speedup_analysis"
13676   output-file-type: ".html"
13677   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13678   data: "plot-throughput-speedup-analysis-3n-hsw"
13679   filter: "'NIC_Intel-X520-DA2' and
13680            '114B' and
13681            'NDRPDR' and
13682            'VTS'"
13683   parameters:
13684   - "throughput"
13685   - "parent"
13686   - "tags"
13687   layout:
13688     title: ""  # No title
13689     layout: "plot-throughput-speedup-analysis"
13690
13691 -
13692   type: "plot"
13693   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13694   algorithm: "plot_throughput_speedup_analysis"
13695   output-file-type: ".html"
13696   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13697   data: "plot-throughput-speedup-analysis-3n-hsw"
13698   filter: "'NIC_Intel-X520-DA2' and
13699            '114B' and
13700            'NDRPDR' and
13701            'VTS'"
13702   parameters:
13703   - "throughput"
13704   - "parent"
13705   - "tags"
13706   layout:
13707     title: ""  # No title
13708     layout: "plot-throughput-speedup-analysis"