41bbe702241f6dd8934aa7e46cbf258b32587bfe
[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       csit-vpp-perf-verify-1807-3n-skx:
178       - 28  # MRR sel
179       - 32  # MRR sel
180       - 36  # MRR sel
181       - 42  # MRR sel
182       - 47  # MRR sel
183       - 48  # MRR sel
184       - 51  # MRR sel
185       - 52  # MRR sel
186       - 53  # MRR sel
187       - 54  # MRR sel
188
189     vpp-performance-changes-mrr:
190       csit-vpp-perf-check-1801:
191       - 3
192       - 4
193       - 5
194       - 6
195       - 7
196       - 8
197       - 9
198       - 11
199       - 12
200       - 13
201       csit-vpp-perf-check-1804:
202       - 6   # mrr - sel
203       - 13  # mrr - sel
204       - 14  # mrr - sel
205       - 15  # mrr - sel
206       - 16  # mrr - sel
207       - 17  # mrr - sel
208       - 19  # mrr - sel
209       - 20  # mrr - sel
210       - 21  # mrr - sel
211       - 22  # mrr - sel
212       # TODO: Add Data sources
213       csit-vpp-perf-verify-1807-3n-hsw:
214       - 8   # MRR full
215       - 9   # MRR sel
216       - 21  # MRR sel
217       - 31  # MRR sel
218       - 33  # MRR sel
219       - 36  # MRR sel
220       - 41  # MRR sel
221       - 42  # MRR sel
222
223     vpp-perf-results-3n-hsw:
224       # TODO: Add Data sources
225       csit-vpp-perf-verify-1807-3n-hsw:
226       - 11  # NDRPDR full 1
227       - 22  # NDRPDR full 2
228
229     vpp-perf-results-3n-skx:
230       csit-vpp-perf-verify-1807-3n-skx:
231       - 40  # NDRPDR full 1
232       - 41  # NDRPDR full 2
233
234     vpp-perf-results-2n-skx:
235       csit-vpp-perf-verify-1807-2n-skx:
236       - 32  # NDRPDR full
237
238     vpp-mrr-results-3n-hsw:
239       csit-vpp-perf-verify-1807-3n-hsw:
240       - 8   # MRR full
241
242     vpp-mrr-results-3n-skx:
243       # TODO: Replace with better results
244       csit-vpp-perf-verify-1807-3n-skx:
245       - 31  # MRR full
246
247     vpp-mrr-results-2n-skx:
248       csit-vpp-perf-verify-1807-2n-skx:
249       - 27  # MRR full
250
251     plot-throughput-speedup-analysis-3n-hsw:
252       # TODO: Add Data sources
253       csit-vpp-perf-verify-1807-3n-hsw:
254       - 11  # NDRPDR full 1
255       - 22  # NDRPDR full 2
256       - 15  # NDRPDR sel
257       - 16  # NDRPDR sel
258       - 19  # NDRPDR sel
259       - 18  # NDRPDR sel
260       - 20  # NDRPDR sel
261       - 38  # NDRPDR sel
262       - 40  # NDRPDR sel
263       - 44  # NDRPDR sel
264
265     plot-throughput-speedup-analysis-3n-skx:
266       csit-vpp-perf-verify-1807-3n-skx:
267       - 33  # NDRPDR sel
268       - 35  # NDRPDR sel
269       - 37  # NDRPDR sel
270       - 38  # NDRPDR sel
271       - 39  # NDRPDR sel
272       - 43  # NDRPDR sel
273       - 44  # NDRPDR sel
274       - 49  # NDRPDR sel
275       - 50  # NDRPDR sel
276       - 56  # NDRPDR sel
277
278     plot-throughput-speedup-analysis-2n-skx:
279       csit-vpp-perf-verify-1807-2n-skx:
280       - 26  # NDRPDR sel
281       - 28  # NDRPDR sel
282       - 29  # NDRPDR sel
283       - 30  # NDRPDR sel
284       - 34  # NDRPDR sel
285       - 35  # NDRPDR sel
286       - 36  # NDRPDR sel
287       - 39  # NDRPDR sel
288       - 40  # NDRPDR sel
289       - 42  # NDRPDR sel
290
291     plot-vpp-throughput-latency-3n-hsw:
292       # TODO: Add Data sources
293       csit-vpp-perf-verify-1807-3n-hsw:
294       - 11  # NDRPDR full 1
295       - 22  # NDRPDR full 2
296       - 15  # NDRPDR sel
297       - 16  # NDRPDR sel
298       - 19  # NDRPDR sel
299       - 18  # NDRPDR sel
300       - 20  # NDRPDR sel
301       - 38  # NDRPDR sel
302       - 40  # NDRPDR sel
303       - 44  # NDRPDR sel
304
305     plot-vpp-throughput-latency-3n-skx:
306       csit-vpp-perf-verify-1807-3n-skx:
307       - 33  # NDRPDR sel
308       - 35  # NDRPDR sel
309       - 37  # NDRPDR sel
310       - 38  # NDRPDR sel
311       - 39  # NDRPDR sel
312       - 43  # NDRPDR sel
313       - 44  # NDRPDR sel
314       - 49  # NDRPDR sel
315       - 50  # NDRPDR sel
316       - 56  # NDRPDR sel
317
318     plot-vpp-throughput-latency-2n-skx:
319       csit-vpp-perf-verify-1807-2n-skx:
320       - 26  # NDRPDR sel
321       - 28  # NDRPDR sel
322       - 29  # NDRPDR sel
323       - 30  # NDRPDR sel
324       - 34  # NDRPDR sel
325       - 35  # NDRPDR sel
326       - 36  # NDRPDR sel
327       - 39  # NDRPDR sel
328       - 40  # NDRPDR sel
329       - 42  # NDRPDR sel
330
331     plot-vpp-http-server-performance:
332       csit-vpp-perf-verify-1807-3n-hsw:
333       - 24  # WRK
334       - 25  # WRK
335       - 23  # WRK
336       - 26  # WRK
337       - 27  # WRK
338       - 28  # WRK
339       - 29  # WRK
340       - 30  # WRK
341       - 32  # WRK
342       - 35  # WRK
343
344     # VPP Functional
345     vpp-func-results-ubuntu:
346       csit-vpp-functional-1807-ubuntu1604-virl:
347       - 278
348
349     vpp-func-results-centos:
350       csit-vpp-functional-1807-centos7-virl:
351       - 278
352
353     # VPP Ligato
354     ligato-perf-results-3n-hsw:
355       # TODO: Replace with better results
356       csit-ligato-perf-1807-all:
357       - 3   # full ?
358
359     plot-ligato-throughput-speedup-analysis-3n-hsw:
360       # TODO: Add Data sources
361       csit-ligato-perf-1807-all:
362       - 3   # full ?
363       - 4   # sel
364
365     plot-ligato-throughput-latency-3n-hsw:
366       # TODO: Add Data sources
367       csit-ligato-perf-1807-all:
368       - 3   # full ?
369       - 4   # sel
370
371     # DPDK Performance
372     dpdk-performance-changes:
373       csit-dpdk-perf-1804-all:
374       - 4
375       - 5
376       - 6
377       - 7
378       - 8
379       - 9
380       - 10
381       - 11
382       - 12
383       - 13
384       csit-dpdk-perf-verify-1807-3n-hsw:
385       - 11
386       - 12  # full
387       - 14
388       - 15
389       - 16
390       - 17
391       - 20
392       - 21
393       - 22
394       - 23
395
396     dpdk-compare-testbeds:
397       csit-dpdk-perf-verify-1807-3n-skx:
398       - 1
399       - 2
400       - 3
401       - 6
402       - 7
403       - 8
404       - 9
405       - 10
406       - 11
407       - 12
408       csit-dpdk-perf-verify-1807-3n-hsw:
409       - 11
410       - 12  # full
411       - 14
412       - 15
413       - 16
414       - 17
415       - 20
416       - 21
417       - 22
418       - 23
419
420     dpdk-perf-results-3n-hsw:
421       csit-dpdk-perf-verify-1807-3n-hsw:
422       - 12
423
424     dpdk-perf-results-3n-skx:
425       csit-dpdk-perf-verify-1807-3n-skx:
426       - 12
427
428     dpdk-perf-results-2n-skx:
429       csit-dpdk-perf-verify-1807-2n-skx:
430       - 10
431
432     plot-dpdk-throughput-latency-3n-hsw:
433       csit-dpdk-perf-verify-1807-3n-hsw:
434       - 11
435       - 12  # full
436       - 14
437       - 15
438       - 16
439       - 17
440       - 20
441       - 21
442       - 22
443       - 23
444
445     plot-dpdk-throughput-latency-3n-skx:
446       csit-dpdk-perf-verify-1807-3n-skx:
447       - 1
448       - 2
449       - 3
450       - 6
451       - 7
452       - 8
453       - 9
454       - 10
455       - 11
456       - 12
457
458     plot-dpdk-throughput-latency-2n-skx:
459       csit-dpdk-perf-verify-1807-2n-skx:
460       - 1
461       - 2
462       - 3
463       - 4
464       - 5
465       - 6
466       - 7
467       - 8
468       - 9
469       - 10
470
471     # HoneyComb Functional
472     hc-func-results:
473       csit-hc2vpp-verify-func-1807-ubuntu1604:
474       - 6
475
476     # NSH SFC Functional
477     nsh-func-results:
478       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
479       - 2
480
481     # DMM Functional
482     dmm-func-results:
483       # TODO: Replace with 1807 job:
484       csit-dmm-functional-master-ubuntu1604-virl:
485       - 95
486
487   plot-layouts:
488
489     plot-cps:
490       xaxis:
491         autorange: True
492         fixedrange: False
493         gridcolor: "rgb(238, 238, 238)"
494         linecolor: "rgb(238, 238, 238)"
495         linewidth: 1
496         showgrid: True
497         showline: True
498         showticklabels: True
499         tickcolor: "rgb(238, 238, 238)"
500         tickmode: "linear"
501         title: "Indexed Test Cases"
502         zeroline: False
503       yaxis:
504         gridcolor: "rgb(238, 238, 238)"
505         hoverformat: ".4s"
506         linecolor: "rgb(238, 238, 238)"
507         linewidth: 1
508         rangemode: "tozero"
509         showgrid: True
510         showline: True
511         showticklabels: True
512         tickcolor: "rgb(238, 238, 238)"
513         title: "Connections Per Second [cps]"
514         zeroline: False
515       boxmode: "group"
516       boxgroupgap: 0.5
517       autosize: False
518       margin:
519         t: 50
520         b: 20
521         l: 80
522         r: 20
523       showlegend: True
524       legend:
525         orientation: "h"
526       width: 700
527       height: 1000
528
529     plot-rps:
530       xaxis:
531         autorange: True
532         fixedrange: False
533         gridcolor: "rgb(238, 238, 238)"
534         linecolor: "rgb(238, 238, 238)"
535         linewidth: 1
536         showgrid: True
537         showline: True
538         showticklabels: True
539         tickcolor: "rgb(238, 238, 238)"
540         tickmode: "linear"
541         title: "Indexed Test Cases"
542         zeroline: False
543       yaxis:
544         gridcolor: "rgb(238, 238, 238)"
545         hoverformat: ".4s"
546         linecolor: "rgb(238, 238, 238)"
547         linewidth: 1
548         rangemode: "tozero"
549         showgrid: True
550         showline: True
551         showticklabels: True
552         tickcolor: "rgb(238, 238, 238)"
553         title: "Requests Per Second [rps]"
554         zeroline: False
555       boxmode: "group"
556       boxgroupgap: 0.5
557       autosize: False
558       margin:
559         t: 50
560         b: 20
561         l: 80
562         r: 20
563       showlegend: True
564       legend:
565         orientation: "h"
566       width: 700
567       height: 1000
568
569     plot-throughput:
570       xaxis:
571         autorange: True
572         fixedrange: False
573         gridcolor: "rgb(238, 238, 238)"
574         linecolor: "rgb(238, 238, 238)"
575         linewidth: 1
576         showgrid: True
577         showline: True
578         showticklabels: True
579         tickcolor: "rgb(238, 238, 238)"
580         tickmode: "linear"
581         title: "Indexed Test Cases"
582         zeroline: False
583       yaxis:
584         gridcolor: "rgb(238, 238, 238)"
585         hoverformat: ".4s"
586         tickformat: ".3s"
587         linecolor: "rgb(238, 238, 238)"
588         linewidth: 1
589         showgrid: True
590         showline: True
591         showticklabels: True
592         tickcolor: "rgb(238, 238, 238)"
593         title: "Packets Per Second [pps]"
594         zeroline: False
595       boxmode: "group"
596       boxgroupgap: 0.5
597       autosize: False
598       margin:
599         t: 50
600         b: 20
601         l: 80
602         r: 20
603       showlegend: True
604       legend:
605         orientation: "h"
606       width: 700
607       height: 1000
608
609     plot-latency:
610       xaxis:
611         autorange: True
612         fixedrange: False
613         gridcolor: "rgb(238, 238, 238)"
614         linecolor: "rgb(238, 238, 238)"
615         linewidth: 1
616         showgrid: True
617         showline: True
618         showticklabels: True
619         tickcolor: "rgb(238, 238, 238)"
620         tickmode: "linear"
621         title: "Indexed Test Cases"
622         zeroline: False
623       yaxis:
624         gridcolor: "rgb(238, 238, 238)"
625         hoverformat: ""
626         linecolor: "rgb(238, 238, 238)"
627         linewidth: 1
628         showgrid: True
629         showline: True
630         showticklabels: True
631         tickcolor: "rgb(238, 238, 238)"
632         title: "Latency min/avg/max [uSec]"
633         zeroline: False
634       boxmode: "group"
635       boxgroupgap: 0.5
636       autosize: False
637       margin:
638         t: 50
639         b: 20
640         l: 80
641         r: 20
642       showlegend: True
643       legend:
644         orientation: "h"
645       width: 700
646       height: 1000
647
648     plot-throughput-speedup-analysis:
649       xaxis:
650         autorange: True
651         fixedrange: False
652         gridcolor: "rgb(238, 238, 238)"
653         linecolor: "rgb(238, 238, 238)"
654         linewidth: 1
655         showgrid: True
656         showline: True
657         showticklabels: True
658         tickcolor: "rgb(238, 238, 238)"
659         tickmode: "linear"
660         tickangle: 270
661         zeroline: False
662       yaxis:
663         title: "Throughput speedup factor"
664         gridcolor: "rgb(238, 238, 238)"
665         hoverformat: ".4s"
666         linecolor: "rgb(238, 238, 238)"
667         linewidth: 1
668         showgrid: True
669         showline: True
670         showticklabels: True
671         tickcolor: "rgb(238, 238, 238)"
672         zeroline: False
673       legend:
674         orientation: "h"
675         xanchor: "center"
676         yanchor: "top"
677         x: 0.5
678         y: 1
679         bgcolor: "rgba(255, 255, 255, 0)"
680         bordercolor: "rgba(255, 255, 255, 0)"
681       barmode: "group"
682       bargap: 0.15
683       bargroupgap: 0.1
684       autosize: False
685       margin:
686           't': 50
687           'b': 300
688           'l': 50
689           'r': 20
690       showlegend: True
691       width: 700
692       height: 1000
693
694 -
695   type: "static"
696   src-path: "{DIR[RST]}"
697   dst-path: "{DIR[WORKING,SRC]}"
698
699 -
700   type: "input"
701   general:
702     file-name: "robot-plugin.zip"
703     file-format: ".zip"
704     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
705     extract: "robot-plugin/output.xml"
706
707   builds:
708
709     csit-vpp-perf-1801-all:
710     - 124  # sel
711     - 127  # sel
712     - 128  # sel
713     - 141  # sel
714     - 142  # sel
715     - 143  # sel
716     - 145  # sel
717     - 146  # sel
718     - 162  # sel
719     - 163  # sel
720     - 167  # sel
721     - 172  # sel acl only
722     csit-vpp-perf-1804-all:
723     - 21  # sel
724     - 22  # sel
725     - 23  # sel
726     - 24  # sel
727     - 27  # sel
728     - 28  # sel
729     - 29  # sel
730     - 30  # sel
731     - 31  # sel
732     - 35  # sel
733     # TODO: Add Data sources
734     csit-vpp-perf-verify-1807-3n-hsw:
735     - 8   # MRR full
736     - 9   # MRR sel
737     - 21  # MRR sel
738     - 31  # MRR sel
739     - 33  # MRR sel
740     - 36  # MRR sel
741     - 41  # MRR sel
742     - 42  # MRR sel
743     - 11  # NDRPDR full 1
744     - 22  # NDRPDR full 2
745     - 15  # NDRPDR sel
746     - 16  # NDRPDR sel
747     - 19  # NDRPDR sel
748     - 18  # NDRPDR sel
749     - 20  # NDRPDR sel
750     - 38  # NDRPDR sel
751     - 40  # NDRPDR sel
752     - 44  # NDRPDR sel
753     - 24  # WRK
754     - 25  # WRK
755     - 23  # WRK
756     - 26  # WRK
757     - 27  # WRK
758     - 28  # WRK
759     - 29  # WRK
760     - 30  # WRK
761     - 32  # WRK
762     - 35  # WRK
763     csit-vpp-perf-verify-1807-3n-skx:
764     - 31  # MRR full
765     - 28  # MRR sel
766     - 32  # MRR sel
767     - 36  # MRR sel
768     - 42  # MRR sel
769     - 47  # MRR sel
770     - 48  # MRR sel
771     - 51  # MRR sel
772     - 52  # MRR sel
773     - 53  # MRR sel
774     - 54  # MRR sel
775     - 40  # NDRPDR full 1
776     - 41  # NDRPDR full 2
777     - 33  # NDRPDR sel
778     - 35  # NDRPDR sel
779     - 37  # NDRPDR sel
780     - 38  # NDRPDR sel
781     - 39  # NDRPDR sel
782     - 43  # NDRPDR sel
783     - 44  # NDRPDR sel
784     - 49  # NDRPDR sel
785     - 50  # NDRPDR sel
786     - 56  # NDRPDR sel
787     csit-vpp-perf-verify-1807-2n-skx:
788     - 27  # MRR full
789     - 31  # MRR sel
790     - 33  # MRR sel
791     - 37  # MRR sel
792     - 38  # MRR sel
793     - 41  # MRR sel
794     - 43  # MRR sel
795     - 44  # MRR sel
796     - 45  # MRR sel
797     - 46  # MRR sel
798     - 47  # MRR sel
799     - 32  # NDRPDR full
800     - 26  # NDRPDR sel
801     - 28  # NDRPDR sel
802     - 29  # NDRPDR sel
803     - 30  # NDRPDR sel
804     - 34  # NDRPDR sel
805     - 35  # NDRPDR sel
806     - 36  # NDRPDR sel
807     - 39  # NDRPDR sel
808     - 40  # NDRPDR sel
809     - 42  # NDRPDR sel
810     csit-vpp-perf-check-1801:
811     - 3   # mrr
812     - 4   # mrr
813     - 5   # mrr
814     - 6   # mrr
815     - 7   # mrr
816     - 8   # mrr
817     - 9   # mrr
818     - 11  # mrr
819     - 12  # mrr
820     - 13  # mrr
821     csit-vpp-perf-check-1804:
822     - 5   # mrr - full
823     - 6   # mrr - sel
824     - 13  # mrr - sel
825     - 14  # mrr - sel
826     - 15  # mrr - sel
827     - 16  # mrr - sel
828     - 17  # mrr - sel
829     - 19  # mrr - sel
830     - 20  # mrr - sel
831     - 21  # mrr - sel
832     - 22  # mrr - sel
833     csit-ligato-perf-1804-all:
834     - 4   # full
835     - 5   # sel
836     - 6   # sel
837     - 7   # sel
838     - 8   # sel
839     - 9   # sel
840     - 10  # sel
841     - 11  # sel
842     - 12  # sel
843     - 13  # sel
844     - 14  # sel
845     # TODO: Add Data sources
846     csit-ligato-perf-1807-all:
847     - 3   # full ?
848     - 4   # sel
849     csit-dpdk-perf-1804-all:
850     - 4
851     - 5
852     - 6
853     - 7
854     - 8
855     - 9
856     - 10
857     - 11
858     - 12
859     - 13
860     csit-dpdk-perf-verify-1807-3n-hsw:
861     - 11
862     - 12  # full
863     - 14
864     - 15
865     - 16
866     - 17
867     - 20
868     - 21
869     - 22
870     - 23
871     csit-dpdk-perf-verify-1807-3n-skx:
872     - 1
873     - 2
874     - 3
875     - 6
876     - 7
877     - 8
878     - 9
879     - 10
880     - 11
881     - 12
882     csit-dpdk-perf-verify-1807-2n-skx:
883     - 1
884     - 2
885     - 3
886     - 4
887     - 5
888     - 6
889     - 7
890     - 8
891     - 9
892     - 10
893     csit-vpp-functional-1807-ubuntu1604-virl:
894     - 278
895     csit-vpp-functional-1807-centos7-virl:
896     - 278
897     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
898     - 2
899     # TODO: Replace with 1807 job:
900     csit-dmm-functional-master-ubuntu1604-virl:
901     - 95
902     csit-hc2vpp-verify-func-1807-ubuntu1604:
903     - 6
904
905 -
906   type: "output"
907   output: "report"
908   format:
909     html:
910     - full
911     pdf:
912     - minimal
913
914 ################################################################################
915 ###                               T A B L E S                                ###
916 ################################################################################
917
918 ################################################################################
919 # VPP
920 -
921   type: "table"
922   title: "VPP Performance Changes 1t1c pdr"
923   algorithm: "table_performance_comparison"
924   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
925   history:
926     -
927       title: "rls1801"
928       data:
929         csit-vpp-perf-1801-all:
930         - 124  # sel
931         - 127  # sel
932         - 128  # sel
933         - 141  # sel
934         - 142  # sel
935         - 143  # sel
936         - 145  # sel
937         - 146  # sel
938         - 162  # sel
939         - 163  # sel
940         - 167  # sel
941         - 172  # sel acl only
942   reference:
943     title: "rls1804"
944     data:
945       csit-vpp-perf-1804-all:
946       - 21  # sel
947       - 22  # sel
948       - 23  # sel
949       - 24  # sel
950       - 27  # sel
951       - 28  # sel
952       - 29  # sel
953       - 30  # sel
954       - 31  # sel
955       - 35  # sel
956   compare:
957     title: "rls1807"
958     data:
959       # TODO: Add Data sources
960       csit-vpp-perf-verify-1807-3n-hsw:
961       - 11  # NDRPDR full 1
962       - 22  # NDRPDR full 2
963       - 15  # NDRPDR sel
964       - 16  # NDRPDR sel
965       - 19  # NDRPDR sel
966       - 18  # NDRPDR sel
967       - 20  # NDRPDR sel
968       - 38  # NDRPDR sel
969       - 40  # NDRPDR sel
970       - 44  # NDRPDR sel
971   data: "vpp-performance-changes"
972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
973   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
974   parameters:
975   - "name"
976   - "parent"
977   - "throughput"
978
979 -
980   type: "table"
981   title: "VPP Performance Changes 2t2c pdr"
982   algorithm: "table_performance_comparison"
983   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
984   history:
985     -
986       title: "rls1801"
987       data:
988         csit-vpp-perf-1801-all:
989         - 124  # sel
990         - 127  # sel
991         - 128  # sel
992         - 141  # sel
993         - 142  # sel
994         - 143  # sel
995         - 145  # sel
996         - 146  # sel
997         - 162  # sel
998         - 163  # sel
999         - 167  # sel
1000         - 172  # sel acl only
1001   reference:
1002     title: "rls1804"
1003     data:
1004       csit-vpp-perf-1804-all:
1005       - 21  # sel
1006       - 22  # sel
1007       - 23  # sel
1008       - 24  # sel
1009       - 27  # sel
1010       - 28  # sel
1011       - 29  # sel
1012       - 30  # sel
1013       - 31  # sel
1014       - 35  # sel
1015   compare:
1016     title: "rls1807"
1017     data:
1018       # TODO: Add Data sources
1019       csit-vpp-perf-verify-1807-3n-hsw:
1020       - 11  # NDRPDR full 1
1021       - 22  # NDRPDR full 2
1022       - 15  # NDRPDR sel
1023       - 16  # NDRPDR sel
1024       - 19  # NDRPDR sel
1025       - 18  # NDRPDR sel
1026       - 20  # NDRPDR sel
1027       - 38  # NDRPDR sel
1028       - 40  # NDRPDR sel
1029       - 44  # NDRPDR sel
1030   data: "vpp-performance-changes"
1031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1032   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1033   parameters:
1034   - "name"
1035   - "parent"
1036   - "throughput"
1037
1038 -
1039   type: "table"
1040   title: "VPP Performance Changes 1t1c ndr"
1041   algorithm: "table_performance_comparison"
1042   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1043   history:
1044     -
1045       title: "rls1801"
1046       data:
1047         csit-vpp-perf-1801-all:
1048         - 124  # sel
1049         - 127  # sel
1050         - 128  # sel
1051         - 141  # sel
1052         - 142  # sel
1053         - 143  # sel
1054         - 145  # sel
1055         - 146  # sel
1056         - 162  # sel
1057         - 163  # sel
1058         - 167  # sel
1059         - 172  # sel acl only
1060   reference:
1061     title: "rls1804"
1062     data:
1063       csit-vpp-perf-1804-all:
1064       - 21  # sel
1065       - 22  # sel
1066       - 23  # sel
1067       - 24  # sel
1068       - 27  # sel
1069       - 28  # sel
1070       - 29  # sel
1071       - 30  # sel
1072       - 31  # sel
1073       - 35  # sel
1074   compare:
1075     title: "rls1807"
1076     data:
1077       # TODO: Add Data sources
1078       csit-vpp-perf-verify-1807-3n-hsw:
1079       - 11  # NDRPDR full 1
1080       - 22  # NDRPDR full 2
1081       - 15  # NDRPDR sel
1082       - 16  # NDRPDR sel
1083       - 19  # NDRPDR sel
1084       - 18  # NDRPDR sel
1085       - 20  # NDRPDR sel
1086       - 38  # NDRPDR sel
1087       - 40  # NDRPDR sel
1088       - 44  # NDRPDR sel
1089   data: "vpp-performance-changes"
1090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1091   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1092   parameters:
1093   - "name"
1094   - "parent"
1095   - "throughput"
1096
1097 -
1098   type: "table"
1099   title: "VPP Performance Changes 2t2c ndr"
1100   algorithm: "table_performance_comparison"
1101   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1102   history:
1103     -
1104       title: "rls1801"
1105       data:
1106         csit-vpp-perf-1801-all:
1107         - 124  # sel
1108         - 127  # sel
1109         - 128  # sel
1110         - 141  # sel
1111         - 142  # sel
1112         - 143  # sel
1113         - 145  # sel
1114         - 146  # sel
1115         - 162  # sel
1116         - 163  # sel
1117         - 167  # sel
1118         - 172  # sel acl only
1119   reference:
1120     title: "rls1804"
1121     data:
1122       csit-vpp-perf-1804-all:
1123       - 21  # sel
1124       - 22  # sel
1125       - 23  # sel
1126       - 24  # sel
1127       - 27  # sel
1128       - 28  # sel
1129       - 29  # sel
1130       - 30  # sel
1131       - 31  # sel
1132       - 35  # sel
1133   compare:
1134     title: "rls1807"
1135     data:
1136       # TODO: Add Data sources
1137       csit-vpp-perf-verify-1807-3n-hsw:
1138       - 11  # NDRPDR full 1
1139       - 22  # NDRPDR full 2
1140       - 15  # NDRPDR sel
1141       - 16  # NDRPDR sel
1142       - 19  # NDRPDR sel
1143       - 18  # NDRPDR sel
1144       - 20  # NDRPDR sel
1145       - 38  # NDRPDR sel
1146       - 40  # NDRPDR sel
1147       - 44  # NDRPDR sel
1148   data: "vpp-performance-changes"
1149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1150   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1151   parameters:
1152   - "name"
1153   - "parent"
1154   - "throughput"
1155
1156 -
1157   type: "table"
1158   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1159   algorithm: "table_performance_comparison"
1160   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1161   reference:
1162     title: "3-Node Hsw"
1163     data:
1164       # TODO: Add Data sources
1165       csit-vpp-perf-verify-1807-3n-hsw:
1166       - 11  # NDRPDR full 1
1167       - 22  # NDRPDR full 2
1168       - 15  # NDRPDR sel
1169       - 16  # NDRPDR sel
1170       - 19  # NDRPDR sel
1171       - 18  # NDRPDR sel
1172       - 20  # NDRPDR sel
1173       - 38  # NDRPDR sel
1174       - 40  # NDRPDR sel
1175       - 44  # NDRPDR sel
1176   compare:
1177     title: "3-Node Skx"
1178     data:
1179       csit-vpp-perf-verify-1807-3n-skx:
1180       - 33  # NDRPDR sel
1181       - 35  # NDRPDR sel
1182       - 37  # NDRPDR sel
1183       - 38  # NDRPDR sel
1184       - 39  # NDRPDR sel
1185       - 43  # NDRPDR sel
1186       - 44  # NDRPDR sel
1187       - 49  # NDRPDR sel
1188       - 50  # NDRPDR sel
1189       - 56  # NDRPDR sel
1190   data: "vpp-compare-testbeds"
1191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1192   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1193   parameters:
1194   - "name"
1195   - "parent"
1196   - "throughput"
1197
1198 -
1199   type: "table"
1200   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1201   algorithm: "table_performance_comparison"
1202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1203   reference:
1204     title: "3-Node Hsw"
1205     data:
1206       # TODO: Add Data sources
1207       csit-vpp-perf-verify-1807-3n-hsw:
1208       - 11  # NDRPDR full 1
1209       - 22  # NDRPDR full 2
1210       - 15  # NDRPDR sel
1211       - 16  # NDRPDR sel
1212       - 19  # NDRPDR sel
1213       - 18  # NDRPDR sel
1214       - 20  # NDRPDR sel
1215       - 38  # NDRPDR sel
1216       - 40  # NDRPDR sel
1217       - 44  # NDRPDR sel
1218   compare:
1219     title: "3-Node Skx"
1220     data:
1221       csit-vpp-perf-verify-1807-3n-skx:
1222       - 33  # NDRPDR sel
1223       - 35  # NDRPDR sel
1224       - 37  # NDRPDR sel
1225       - 38  # NDRPDR sel
1226       - 39  # NDRPDR sel
1227       - 43  # NDRPDR sel
1228       - 44  # NDRPDR sel
1229       - 49  # NDRPDR sel
1230       - 50  # NDRPDR sel
1231       - 56  # NDRPDR sel
1232   data: "vpp-compare-testbeds"
1233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1234   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1235   parameters:
1236   - "name"
1237   - "parent"
1238   - "throughput"
1239
1240 -
1241   type: "table"
1242   title: "VPP Performance Changes - 1t1c MRR"
1243   algorithm: "table_performance_comparison"
1244   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1245   history:
1246     -
1247       title: "rls1801"
1248       data:
1249         csit-vpp-perf-check-1801:
1250         - 3
1251         - 4
1252         - 5
1253         - 6
1254         - 7
1255         - 8
1256         - 9
1257         - 11
1258         - 12
1259         - 13
1260   reference:
1261     title: "rls1804"
1262     data:
1263       csit-vpp-perf-check-1804:
1264       - 6   # mrr - sel
1265       - 13  # mrr - sel
1266       - 14  # mrr - sel
1267       - 15  # mrr - sel
1268       - 16  # mrr - sel
1269       - 17  # mrr - sel
1270       - 19  # mrr - sel
1271       - 20  # mrr - sel
1272       - 21  # mrr - sel
1273       - 22  # mrr - sel
1274   compare:
1275     title: "rls1807"
1276     data:
1277       # TODO: Add Data sources
1278       csit-vpp-perf-verify-1807-3n-hsw:
1279       - 8   # MRR full
1280       - 9   # MRR sel
1281       - 21  # MRR sel
1282       - 31  # MRR sel
1283       - 33  # MRR sel
1284       - 36  # MRR sel
1285       - 41  # MRR sel
1286       - 42  # MRR sel
1287   data: "vpp-performance-changes-mrr"
1288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1289   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1290   parameters:
1291   - "name"
1292   - "parent"
1293   - "result"
1294
1295 -
1296   type: "table"
1297   title: "VPP Performance Changes - 2t2c MRR"
1298   algorithm: "table_performance_comparison"
1299   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1300   history:
1301     -
1302       title: "rls1801"
1303       data:
1304         csit-vpp-perf-check-1801:
1305         - 3
1306         - 4
1307         - 5
1308         - 6
1309         - 7
1310         - 8
1311         - 9
1312         - 11
1313         - 12
1314         - 13
1315   reference:
1316     title: "rls1804"
1317     data:
1318       csit-vpp-perf-check-1804:
1319       - 6   # mrr - sel
1320       - 13  # mrr - sel
1321       - 14  # mrr - sel
1322       - 15  # mrr - sel
1323       - 16  # mrr - sel
1324       - 17  # mrr - sel
1325       - 19  # mrr - sel
1326       - 20  # mrr - sel
1327       - 21  # mrr - sel
1328       - 22  # mrr - sel
1329   compare:
1330     title: "rls1807"
1331     data:
1332       # TODO: Add Data sources
1333       csit-vpp-perf-verify-1807-3n-hsw:
1334       - 8   # MRR full
1335       - 9   # MRR sel
1336       - 21  # MRR sel
1337       - 31  # MRR sel
1338       - 33  # MRR sel
1339       - 36  # MRR sel
1340       - 41  # MRR sel
1341       - 42  # MRR sel
1342   data: "vpp-performance-changes-mrr"
1343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1344   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1345   parameters:
1346   - "name"
1347   - "parent"
1348   - "result"
1349
1350 -
1351   type: "table"
1352   title: "VPP Performance Changes - 4t4c MRR"
1353   algorithm: "table_performance_comparison"
1354   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1355   history:
1356     -
1357       title: "rls1801"
1358       data:
1359         csit-vpp-perf-check-1801:
1360         - 3
1361         - 4
1362         - 5
1363         - 6
1364         - 7
1365         - 8
1366         - 9
1367         - 11
1368         - 12
1369         - 13
1370   reference:
1371     title: "rls1804"
1372     data:
1373       csit-vpp-perf-check-1804:
1374       - 6   # mrr - sel
1375       - 13  # mrr - sel
1376       - 14  # mrr - sel
1377       - 15  # mrr - sel
1378       - 16  # mrr - sel
1379       - 17  # mrr - sel
1380       - 19  # mrr - sel
1381       - 20  # mrr - sel
1382       - 21  # mrr - sel
1383       - 22  # mrr - sel
1384   compare:
1385     title: "rls1807"
1386     data:
1387       # TODO: Add Data sources
1388       csit-vpp-perf-verify-1807-3n-hsw:
1389       - 8   # MRR full
1390       - 9   # MRR sel
1391       - 21  # MRR sel
1392       - 31  # MRR sel
1393       - 33  # MRR sel
1394       - 36  # MRR sel
1395       - 41  # MRR sel
1396       - 42  # 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   compare:
1424     title: "3-Node Skx"
1425     data:
1426       csit-vpp-perf-verify-1807-3n-skx:
1427       - 28  # MRR sel
1428       - 32  # MRR sel
1429       - 36  # MRR sel
1430       - 42  # MRR sel
1431       - 47  # MRR sel
1432       - 48  # MRR sel
1433       - 51  # MRR sel
1434       - 52  # MRR sel
1435       - 53  # MRR sel
1436       - 54  # MRR sel
1437   data: "vpp-compare-testbeds-mrr"
1438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1439   filter: "'NIC_Intel-X710' and 'MRR'"
1440   parameters:
1441   - "name"
1442   - "parent"
1443   - "result"
1444
1445 -
1446   type: "table"
1447   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1448   algorithm: "table_merged_details"
1449   output-file-ext: ".csv"
1450   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1451   columns:
1452   -
1453     title: "Name"
1454     data: "data name"
1455   -
1456     title: "Status"
1457     data: "data msg"
1458   rows: "generated"
1459   data: "vpp-perf-results-3n-hsw"
1460   filter: "not 'NDRCHK' and not 'PDRCHK'"
1461   parameters:
1462   - "name"
1463   - "parent"
1464   - "msg"
1465
1466 -
1467   type: "table"
1468   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1469   algorithm: "table_merged_details"
1470   output-file-ext: ".csv"
1471   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1472   columns:
1473   -
1474     title: "Name"
1475     data: "data name"
1476   -
1477     title: "Status"
1478     data: "data msg"
1479   rows: "generated"
1480   data: "vpp-perf-results-3n-skx"
1481   filter: "not 'NDRCHK' and not 'PDRCHK'"
1482   parameters:
1483   - "name"
1484   - "parent"
1485   - "msg"
1486
1487 -
1488   type: "table"
1489   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1490   algorithm: "table_merged_details"
1491   output-file-ext: ".csv"
1492   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1493   columns:
1494   -
1495     title: "Name"
1496     data: "data name"
1497   -
1498     title: "Status"
1499     data: "data msg"
1500   rows: "generated"
1501   data: "vpp-perf-results-2n-skx"
1502   filter: "not 'NDRCHK' and not 'PDRCHK'"
1503   parameters:
1504   - "name"
1505   - "parent"
1506   - "msg"
1507
1508 -
1509   type: "table"
1510   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1511   algorithm: "table_merged_details"
1512   output-file-ext: ".csv"
1513   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1514   columns:
1515   -
1516     title: "Name"
1517     data: "data name"
1518   -
1519     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1520     data: "data vat-history"
1521   rows: "generated"
1522   data: "vpp-perf-results-3n-hsw"
1523   filter: "not 'NDRCHK' and not 'PDRCHK'"
1524   parameters:
1525   - "parent"
1526   - "name"
1527   - "vat-history"
1528
1529 -
1530   type: "table"
1531   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1532   algorithm: "table_merged_details"
1533   output-file-ext: ".csv"
1534   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1535   columns:
1536   -
1537     title: "Name"
1538     data: "data name"
1539   -
1540     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1541     data: "data vat-history"
1542   rows: "generated"
1543   data: "vpp-perf-results-3n-skx"
1544   filter: "not 'NDRCHK' and not 'PDRCHK'"
1545   parameters:
1546   - "parent"
1547   - "name"
1548   - "vat-history"
1549
1550 -
1551   type: "table"
1552   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1553   algorithm: "table_merged_details"
1554   output-file-ext: ".csv"
1555   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1556   columns:
1557   -
1558     title: "Name"
1559     data: "data name"
1560   -
1561     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1562     data: "data vat-history"
1563   rows: "generated"
1564   data: "vpp-perf-results-2n-skx"
1565   filter: "not 'NDRCHK' and not 'PDRCHK'"
1566   parameters:
1567   - "parent"
1568   - "name"
1569   - "vat-history"
1570
1571 -
1572   type: "table"
1573   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1574   algorithm: "table_merged_details"
1575   output-file-ext: ".csv"
1576   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1577   columns:
1578   -
1579     title: "Name"
1580     data: "data name"
1581   -
1582     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1583     data: "data show-run"
1584   rows: "generated"
1585   data: "vpp-perf-results-3n-hsw"
1586   filter: "not 'NDRCHK' and not 'PDRCHK'"
1587   parameters:
1588   - "parent"
1589   - "name"
1590   - "show-run"
1591
1592 -
1593   type: "table"
1594   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1595   algorithm: "table_merged_details"
1596   output-file-ext: ".csv"
1597   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1598   columns:
1599   -
1600     title: "Name"
1601     data: "data name"
1602   -
1603     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1604     data: "data show-run"
1605   rows: "generated"
1606   data: "vpp-perf-results-3n-skx"
1607   filter: "not 'NDRCHK' and not 'PDRCHK'"
1608   parameters:
1609   - "parent"
1610   - "name"
1611   - "show-run"
1612
1613 -
1614   type: "table"
1615   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1616   algorithm: "table_merged_details"
1617   output-file-ext: ".csv"
1618   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1619   columns:
1620   -
1621     title: "Name"
1622     data: "data name"
1623   -
1624     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1625     data: "data show-run"
1626   rows: "generated"
1627   data: "vpp-perf-results-2n-skx"
1628   filter: "not 'NDRCHK' and not 'PDRCHK'"
1629   parameters:
1630   - "parent"
1631   - "name"
1632   - "show-run"
1633
1634 -
1635   type: "table"
1636   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1637   algorithm: "table_details"
1638   output-file-ext: ".csv"
1639   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1640   columns:
1641   -
1642     title: "Name"
1643     data: "data name"
1644   -
1645     title: "Status"
1646     data: "data msg"
1647   rows: "generated"
1648   data: "vpp-mrr-results-3n-hsw"
1649   filter: "'MRR'"
1650   parameters:
1651   - "name"
1652   - "parent"
1653   - "msg"
1654
1655 -
1656   type: "table"
1657   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1658   algorithm: "table_details"
1659   output-file-ext: ".csv"
1660   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1661   columns:
1662   -
1663     title: "Name"
1664     data: "data name"
1665   -
1666     title: "Status"
1667     data: "data msg"
1668   rows: "generated"
1669   data: "vpp-mrr-results-3n-skx"
1670   filter: "'MRR'"
1671   parameters:
1672   - "name"
1673   - "parent"
1674   - "msg"
1675
1676 -
1677   type: "table"
1678   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1679   algorithm: "table_details"
1680   output-file-ext: ".csv"
1681   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1682   columns:
1683   -
1684     title: "Name"
1685     data: "data name"
1686   -
1687     title: "Status"
1688     data: "data msg"
1689   rows: "generated"
1690   data: "vpp-mrr-results-2n-skx"
1691   filter: "'MRR'"
1692   parameters:
1693   - "name"
1694   - "parent"
1695   - "msg"
1696
1697 -
1698   type: "table"
1699   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1700   algorithm: "table_details"
1701   output-file-ext: ".csv"
1702   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1703   columns:
1704   -
1705     title: "Name"
1706     data: "data name"
1707   -
1708     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1709     data: "data vat-history"
1710   rows: "generated"
1711   data: "vpp-mrr-results-3n-hsw"
1712   filter: "'MRR'"
1713   parameters:
1714   - "parent"
1715   - "name"
1716   - "vat-history"
1717
1718 -
1719   type: "table"
1720   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1721   algorithm: "table_details"
1722   output-file-ext: ".csv"
1723   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1724   columns:
1725   -
1726     title: "Name"
1727     data: "data name"
1728   -
1729     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1730     data: "data vat-history"
1731   rows: "generated"
1732   data: "vpp-mrr-results-3n-skx"
1733   filter: "'MRR'"
1734   parameters:
1735   - "parent"
1736   - "name"
1737   - "vat-history"
1738
1739 -
1740   type: "table"
1741   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1742   algorithm: "table_details"
1743   output-file-ext: ".csv"
1744   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1745   columns:
1746   -
1747     title: "Name"
1748     data: "data name"
1749   -
1750     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1751     data: "data vat-history"
1752   rows: "generated"
1753   data: "vpp-mrr-results-2n-skx"
1754   filter: "'MRR'"
1755   parameters:
1756   - "parent"
1757   - "name"
1758   - "vat-history"
1759
1760 -
1761   type: "table"
1762   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1763   algorithm: "table_details"
1764   output-file-ext: ".csv"
1765   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1766   columns:
1767   -
1768     title: "Name"
1769     data: "data name"
1770   -
1771     title: "Documentation"
1772     data: "data doc"
1773   -
1774     title: "Status"
1775     data: "data status"
1776   rows: "generated"
1777   data: "vpp-func-results-ubuntu"
1778   filter: "all"
1779   parameters:
1780   - "name"
1781   - "parent"
1782   - "doc"
1783   - "status"
1784
1785 -
1786   type: "table"
1787   title: "Detailed Test Results - VPP Functional Results - CentOS"
1788   algorithm: "table_details"
1789   output-file-ext: ".csv"
1790   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1791   columns:
1792   -
1793     title: "Name"
1794     data: "data name"
1795   -
1796     title: "Documentation"
1797     data: "data doc"
1798   -
1799     title: "Status"
1800     data: "data status"
1801   rows: "generated"
1802   data:
1803     "vpp-func-results-centos"
1804   filter: "all"
1805   parameters:
1806   - "name"
1807   - "parent"
1808   - "doc"
1809   - "status"
1810
1811 -
1812   type: "table"
1813   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1814   algorithm: "table_details"
1815   output-file-ext: ".csv"
1816   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1817   columns:
1818   -
1819     title: "Name"
1820     data: "data name"
1821   -
1822     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1823     data: "data vat-history"
1824   rows: "generated"
1825   data: "vpp-func-results-ubuntu"
1826   filter: "all"
1827   parameters:
1828   - "parent"
1829   - "name"
1830   - "vat-history"
1831
1832 -
1833   type: "table"
1834   title: "Test configuration - VPP Functional Test Configs - CentOS"
1835   algorithm: "table_details"
1836   output-file-ext: ".csv"
1837   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1838   columns:
1839   -
1840     title: "Name"
1841     data: "data name"
1842   -
1843     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1844     data: "data vat-history"
1845   rows: "generated"
1846   data: "vpp-func-results-centos"
1847   filter: "all"
1848   parameters:
1849   - "parent"
1850   - "name"
1851   - "vat-history"
1852
1853 -
1854   type: "table"
1855   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1856   algorithm: "table_details"
1857   output-file-ext: ".csv"
1858   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1859   columns:
1860   -
1861     title: "Name"
1862     data: "data name"
1863   -
1864     title: "Status"
1865     data: "data msg"
1866   rows: "generated"
1867   data: "ligato-perf-results-3n-hsw"
1868   filter: "all"
1869   parameters:
1870   - "name"
1871   - "parent"
1872   - "msg"
1873
1874 ################################################################################
1875 # DPDK
1876 -
1877   type: "table"
1878   title: "DPDK Performance Changes 1t1c pdr"
1879   algorithm: "table_performance_comparison"
1880   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1881   reference:
1882     title: "rls1804"
1883     data:
1884       csit-dpdk-perf-1804-all:
1885       - 4
1886       - 5
1887       - 6
1888       - 7
1889       - 8
1890       - 9
1891       - 10
1892       - 11
1893       - 12
1894       - 13
1895   compare:
1896     title: "rls1807"
1897     data:
1898       csit-dpdk-perf-verify-1807-3n-hsw:
1899       - 11
1900       - 12  # full
1901       - 14
1902       - 15
1903       - 16
1904       - 17
1905       - 20
1906       - 21
1907       - 22
1908       - 23
1909   data: "dpdk-performance-changes"
1910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1911   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1912   parameters:
1913   - "name"
1914   - "parent"
1915   - "throughput"
1916
1917 -
1918   type: "table"
1919   title: "DPDK Performance Changes 2t2c pdr"
1920   algorithm: "table_performance_comparison"
1921   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1922   reference:
1923     title: "rls1804"
1924     data:
1925       csit-dpdk-perf-1804-all:
1926       - 4
1927       - 5
1928       - 6
1929       - 7
1930       - 8
1931       - 9
1932       - 10
1933       - 11
1934       - 12
1935       - 13
1936   compare:
1937     title: "rls1807"
1938     data:
1939       csit-dpdk-perf-verify-1807-3n-hsw:
1940       - 11
1941       - 12  # full
1942       - 14
1943       - 15
1944       - 16
1945       - 17
1946       - 20
1947       - 21
1948       - 22
1949       - 23
1950   data: "dpdk-performance-changes"
1951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1952   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1953   parameters:
1954   - "name"
1955   - "parent"
1956   - "throughput"
1957
1958 -
1959   type: "table"
1960   title: "DPDK Performance Changes 1t1c ndr"
1961   algorithm: "table_performance_comparison"
1962   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1963   reference:
1964     title: "rls1804"
1965     data:
1966       csit-dpdk-perf-1804-all:
1967       - 4
1968       - 5
1969       - 6
1970       - 7
1971       - 8
1972       - 9
1973       - 10
1974       - 11
1975       - 12
1976       - 13
1977   compare:
1978     title: "rls1807"
1979     data:
1980       csit-dpdk-perf-verify-1807-3n-hsw:
1981       - 11
1982       - 12  # full
1983       - 14
1984       - 15
1985       - 16
1986       - 17
1987       - 20
1988       - 21
1989       - 22
1990       - 23
1991   data: "dpdk-performance-changes"
1992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1993   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1994   parameters:
1995   - "name"
1996   - "parent"
1997   - "throughput"
1998
1999 -
2000   type: "table"
2001   title: "DPDK Performance Changes 2t2c ndr"
2002   algorithm: "table_performance_comparison"
2003   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2004   reference:
2005     title: "rls1804"
2006     data:
2007       csit-dpdk-perf-1804-all:
2008       - 4
2009       - 5
2010       - 6
2011       - 7
2012       - 8
2013       - 9
2014       - 10
2015       - 11
2016       - 12
2017       - 13
2018   compare:
2019     title: "rls1807"
2020     data:
2021       csit-dpdk-perf-verify-1807-3n-hsw:
2022       - 11
2023       - 12  # full
2024       - 14
2025       - 15
2026       - 16
2027       - 17
2028       - 20
2029       - 21
2030       - 22
2031       - 23
2032   data: "dpdk-performance-changes"
2033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2034   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2035   parameters:
2036   - "name"
2037   - "parent"
2038   - "throughput"
2039
2040 -
2041   type: "table"
2042   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2043   algorithm: "table_performance_comparison"
2044   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2045   reference:
2046     title: "3-Node Hsw"
2047     data:
2048       csit-dpdk-perf-verify-1807-3n-hsw:
2049       - 11
2050       - 12  # full
2051       - 14
2052       - 15
2053       - 16
2054       - 17
2055       - 20
2056       - 21
2057       - 22
2058       - 23
2059   compare:
2060     title: "3-Node Skx"
2061     data:
2062       csit-dpdk-perf-verify-1807-3n-skx:
2063       - 1
2064       - 2
2065       - 3
2066       - 6
2067       - 7
2068       - 8
2069       - 9
2070       - 10
2071       - 11
2072       - 12
2073   data: "dpdk-compare-testbeds"
2074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2075   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2076   parameters:
2077   - "name"
2078   - "parent"
2079   - "throughput"
2080
2081 -
2082   type: "table"
2083   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2084   algorithm: "table_performance_comparison"
2085   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2086   reference:
2087     title: "3-Node Hsw"
2088     data:
2089       csit-dpdk-perf-verify-1807-3n-hsw:
2090       - 11
2091       - 12  # full
2092       - 14
2093       - 15
2094       - 16
2095       - 17
2096       - 20
2097       - 21
2098       - 22
2099       - 23
2100   compare:
2101     title: "3-Node Skx"
2102     data:
2103       csit-dpdk-perf-verify-1807-3n-skx:
2104       - 1
2105       - 2
2106       - 3
2107       - 6
2108       - 7
2109       - 8
2110       - 9
2111       - 10
2112       - 11
2113       - 12
2114   data: "dpdk-compare-testbeds"
2115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2116   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2117   parameters:
2118   - "name"
2119   - "parent"
2120   - "throughput"
2121
2122 -
2123   type: "table"
2124   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2125   algorithm: "table_performance_comparison"
2126   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2127   reference:
2128     title: "3-Node Hsw"
2129     data:
2130       csit-dpdk-perf-verify-1807-3n-hsw:
2131       - 11
2132       - 12  # full
2133       - 14
2134       - 15
2135       - 16
2136       - 17
2137       - 20
2138       - 21
2139       - 22
2140       - 23
2141   compare:
2142     title: "3-Node Skx"
2143     data:
2144       csit-dpdk-perf-verify-1807-3n-skx:
2145       - 1
2146       - 2
2147       - 3
2148       - 6
2149       - 7
2150       - 8
2151       - 9
2152       - 10
2153       - 11
2154       - 12
2155   data: "dpdk-compare-testbeds"
2156   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2157   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2158   parameters:
2159   - "name"
2160   - "parent"
2161   - "throughput"
2162
2163 -
2164   type: "table"
2165   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2166   algorithm: "table_details"
2167   output-file-ext: ".csv"
2168   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2169   columns:
2170   -
2171     title: "Name"
2172     data: "data name"
2173   -
2174     title: "Status"
2175     data: "data msg"
2176   rows: "generated"
2177   data: "dpdk-perf-results-3n-hsw"
2178   filter: "all"
2179   parameters:
2180   - "name"
2181   - "parent"
2182   - "msg"
2183
2184 -
2185   type: "table"
2186   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2187   algorithm: "table_details"
2188   output-file-ext: ".csv"
2189   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2190   columns:
2191   -
2192     title: "Name"
2193     data: "data name"
2194   -
2195     title: "Status"
2196     data: "data msg"
2197   rows: "generated"
2198   data: "dpdk-perf-results-3n-skx"
2199   filter: "all"
2200   parameters:
2201   - "name"
2202   - "parent"
2203   - "msg"
2204
2205 -
2206   type: "table"
2207   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2208   algorithm: "table_details"
2209   output-file-ext: ".csv"
2210   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2211   columns:
2212   -
2213     title: "Name"
2214     data: "data name"
2215   -
2216     title: "Status"
2217     data: "data msg"
2218   rows: "generated"
2219   data: "dpdk-perf-results-2n-skx"
2220   filter: "all"
2221   parameters:
2222   - "name"
2223   - "parent"
2224   - "msg"
2225
2226
2227 ################################################################################
2228 # HoneyComb
2229 -
2230   type: "table"
2231   title: "Detailed Test Results - Honeycomb Functional Results"
2232   algorithm: "table_details"
2233   output-file-ext: ".csv"
2234   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2235   columns:
2236   -
2237     title: "Name"
2238     data: "data name"
2239   -
2240     title: "Documentation"
2241     data: "data doc"
2242   -
2243     title: "Status"
2244     data: "data status"
2245   rows: "generated"
2246   data:
2247     "hc-func-results"
2248   filter: "all"
2249   parameters:
2250   - "name"
2251   - "parent"
2252   - "doc"
2253   - "status"
2254
2255 ################################################################################
2256 # NSH SFC
2257 -
2258   type: "table"
2259   title: "Detailed Test Results - NSH SFC Functional Results"
2260   algorithm: "table_details"
2261   output-file-ext: ".csv"
2262   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2263   columns:
2264   -
2265     title: "Name"
2266     data: "data name"
2267   -
2268     title: "Documentation"
2269     data: "data doc"
2270   -
2271     title: "Status"
2272     data: "data status"
2273   rows: "generated"
2274   data:
2275     "nsh-func-results"
2276   filter: "all"
2277   parameters:
2278   - "name"
2279   - "parent"
2280   - "doc"
2281   - "status"
2282
2283 ################################################################################
2284 # DMM
2285 -
2286   type: "table"
2287   title: "Detailed Test Results - DMM Functional Results"
2288   algorithm: "table_details"
2289   output-file-ext: ".csv"
2290   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2291   columns:
2292   -
2293     title: "Name"
2294     data: "data name"
2295   -
2296     title: "Documentation"
2297     data: "data doc"
2298   -
2299     title: "Status"
2300     data: "data status"
2301   rows: "generated"
2302   data:
2303     "dmm-func-results"
2304   filter: "all"
2305   parameters:
2306   - "name"
2307   - "parent"
2308   - "doc"
2309   - "status"
2310
2311 ################################################################################
2312 ###                                F I L E S                                 ###
2313 ################################################################################
2314
2315 -
2316   type: "file"
2317   title: "VPP Performance Results 3n-hsw"
2318   algorithm: "file_test_results"
2319   output-file-ext: ".rst"
2320   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2321   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"
2322   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2323   data: "vpp-perf-results-3n-hsw"
2324   filter: "not 'NDRCHK' and not 'PDRCHK'"
2325   parameters:
2326   - "name"
2327   - "doc"
2328   - "level"
2329   - "parent"
2330   data-start-level: 3
2331
2332 -
2333   type: "file"
2334   title: "VPP Performance Results 3n-skx"
2335   algorithm: "file_test_results"
2336   output-file-ext: ".rst"
2337   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2338   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"
2339   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2340   data: "vpp-perf-results-3n-skx"
2341   filter: "not 'NDRCHK' and not 'PDRCHK'"
2342   parameters:
2343   - "name"
2344   - "doc"
2345   - "level"
2346   - "parent"
2347   data-start-level: 3
2348
2349 -
2350   type: "file"
2351   title: "VPP Performance Results 2n-skx"
2352   algorithm: "file_test_results"
2353   output-file-ext: ".rst"
2354   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2355   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"
2356   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2357   data: "vpp-perf-results-2n-skx"
2358   filter: "not 'NDRCHK' and not 'PDRCHK'"
2359   parameters:
2360   - "name"
2361   - "doc"
2362   - "level"
2363   - "parent"
2364   data-start-level: 3
2365
2366 -
2367   type: "file"
2368   title: "VPP Performance Configuration 3n-hsw"
2369   algorithm: "file_test_results"
2370   output-file-ext: ".rst"
2371   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2372   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"
2373   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2374   data: "vpp-perf-results-3n-hsw"
2375   filter: "not 'NDRCHK' and not 'PDRCHK'"
2376   parameters:
2377   - "name"
2378   - "doc"
2379   - "level"
2380   - "parent"
2381   data-start-level: 3
2382
2383 -
2384   type: "file"
2385   title: "VPP Performance Configuration 3n-skx"
2386   algorithm: "file_test_results"
2387   output-file-ext: ".rst"
2388   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2389   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"
2390   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2391   data: "vpp-perf-results-3n-skx"
2392   filter: "not 'NDRCHK' and not 'PDRCHK'"
2393   parameters:
2394   - "name"
2395   - "doc"
2396   - "level"
2397   - "parent"
2398   data-start-level: 3
2399
2400 -
2401   type: "file"
2402   title: "VPP Performance Configuration 2n-skx"
2403   algorithm: "file_test_results"
2404   output-file-ext: ".rst"
2405   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2406   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"
2407   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2408   data: "vpp-perf-results-2n-skx"
2409   filter: "not 'NDRCHK' and not 'PDRCHK'"
2410   parameters:
2411   - "name"
2412   - "doc"
2413   - "level"
2414   - "parent"
2415   data-start-level: 3
2416
2417 -
2418   type: "file"
2419   title: "VPP Performance Operational Data 3n-hsw"
2420   algorithm: "file_test_results"
2421   output-file-ext: ".rst"
2422   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2423   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"
2424   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2425   data: "vpp-perf-results-3n-hsw"
2426   filter: "not 'NDRCHK' and not 'PDRCHK'"
2427   parameters:
2428   - "name"
2429   - "doc"
2430   - "level"
2431   - "parent"
2432   data-start-level: 3
2433
2434 -
2435   type: "file"
2436   title: "VPP Performance Operational Data 3n-skx"
2437   algorithm: "file_test_results"
2438   output-file-ext: ".rst"
2439   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2440   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"
2441   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2442   data: "vpp-perf-results-3n-skx"
2443   filter: "not 'NDRCHK' and not 'PDRCHK'"
2444   parameters:
2445   - "name"
2446   - "doc"
2447   - "level"
2448   - "parent"
2449   data-start-level: 3
2450
2451 -
2452   type: "file"
2453   title: "VPP Performance Operational Data 2n-skx"
2454   algorithm: "file_test_results"
2455   output-file-ext: ".rst"
2456   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2457   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"
2458   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2459   data: "vpp-perf-results-2n-skx"
2460   filter: "not 'NDRCHK' and not 'PDRCHK'"
2461   parameters:
2462   - "name"
2463   - "doc"
2464   - "level"
2465   - "parent"
2466   data-start-level: 3
2467
2468 -
2469   type: "file"
2470   title: "VPP MRR Results 3n-hsw"
2471   algorithm: "file_test_results"
2472   output-file-ext: ".rst"
2473   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2474   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"
2475   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2476   data: "vpp-mrr-results-3n-hsw"
2477   filter: "'MRR'"
2478   parameters:
2479   - "name"
2480   - "doc"
2481   - "level"
2482   - "parent"
2483   data-start-level: 3
2484
2485 -
2486   type: "file"
2487   title: "VPP MRR Results 3n-skx"
2488   algorithm: "file_test_results"
2489   output-file-ext: ".rst"
2490   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2491   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"
2492   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2493   data: "vpp-mrr-results-3n-skx"
2494   filter: "'MRR'"
2495   parameters:
2496   - "name"
2497   - "doc"
2498   - "level"
2499   - "parent"
2500   data-start-level: 3
2501
2502 -
2503   type: "file"
2504   title: "VPP MRR Results 2n-skx"
2505   algorithm: "file_test_results"
2506   output-file-ext: ".rst"
2507   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2508   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"
2509   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2510   data: "vpp-mrr-results-2n-skx"
2511   filter: "all"
2512   parameters:
2513   - "name"
2514   - "doc"
2515   - "level"
2516   - "parent"
2517   data-start-level: 3
2518
2519 -
2520   type: "file"
2521   title: "VPP MRR Configuration 3n-hsw"
2522   algorithm: "file_test_results"
2523   output-file-ext: ".rst"
2524   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2525   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"
2526   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2527   data: "vpp-mrr-results-3n-hsw"
2528   filter: "'MRR'"
2529   parameters:
2530   - "name"
2531   - "doc"
2532   - "level"
2533   - "parent"
2534   data-start-level: 3
2535
2536 -
2537   type: "file"
2538   title: "VPP MRR Configuration 3n-skx"
2539   algorithm: "file_test_results"
2540   output-file-ext: ".rst"
2541   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2542   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"
2543   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2544   data: "vpp-mrr-results-3n-skx"
2545   filter: "'MRR'"
2546   parameters:
2547   - "name"
2548   - "doc"
2549   - "level"
2550   - "parent"
2551   data-start-level: 3
2552
2553 -
2554   type: "file"
2555   title: "VPP MRR Configuration 2n-skx"
2556   algorithm: "file_test_results"
2557   output-file-ext: ".rst"
2558   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2559   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"
2560   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2561   data: "vpp-mrr-results-2n-skx"
2562   filter: "'MRR'"
2563   parameters:
2564   - "name"
2565   - "doc"
2566   - "level"
2567   - "parent"
2568   data-start-level: 3
2569
2570 -
2571   type: "file"
2572   title: "VPP Functional Results - Ubuntu"
2573   algorithm: "file_test_results"
2574   output-file-ext: ".rst"
2575   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2576   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"
2577   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2578   data: "vpp-func-results-ubuntu"
2579   filter: "all"
2580   parameters:
2581   - "name"
2582   - "doc"
2583   - "level"
2584   - "parent"
2585   data-start-level: 4
2586
2587 -
2588   type: "file"
2589   title: "VPP Functional Results - CentOS"
2590   algorithm: "file_test_results"
2591   output-file-ext: ".rst"
2592   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2593   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"
2594   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2595   data:
2596     "vpp-func-results-centos"
2597   filter: "all"
2598   parameters:
2599   - "name"
2600   - "doc"
2601   - "level"
2602   - "parent"
2603   data-start-level: 4
2604
2605 -
2606   type: "file"
2607   title: "VPP Functional Configuration - Ubuntu"
2608   algorithm: "file_test_results"
2609   output-file-ext: ".rst"
2610   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2611   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"
2612   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2613   data: "vpp-func-results-ubuntu"
2614   filter: "all"
2615   parameters:
2616   - "name"
2617   - "doc"
2618   - "level"
2619   - "parent"
2620   data-start-level: 4
2621
2622 -
2623   type: "file"
2624   title: "VPP Functional Configuration - CentOS"
2625   algorithm: "file_test_results"
2626   output-file-ext: ".rst"
2627   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2628   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"
2629   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2630   data:
2631     "vpp-func-results-centos"
2632   filter: "all"
2633   parameters:
2634   - "name"
2635   - "doc"
2636   - "level"
2637   - "parent"
2638   data-start-level: 4
2639
2640 -
2641   type: "file"
2642   title: "Container Orchestrated Performance Results 3n-hsw"
2643   algorithm: "file_test_results"
2644   output-file-ext: ".rst"
2645   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2646   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"
2647   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2648   data: "ligato-perf-results-3n-hsw"
2649   filter: "all"
2650   parameters:
2651   - "name"
2652   - "doc"
2653   - "level"
2654   - "parent"
2655   data-start-level: 3
2656
2657 -
2658   type: "file"
2659   title: "DPDK Performance Results 3n-hsw"
2660   algorithm: "file_test_results"
2661   output-file-ext: ".rst"
2662   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2663   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"
2664   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2665   data: "dpdk-perf-results-3n-hsw"
2666   filter: "all"
2667   parameters:
2668   - "name"
2669   - "doc"
2670   - "level"
2671   - "parent"
2672   data-start-level: 3
2673
2674 -
2675   type: "file"
2676   title: "DPDK Performance Results 3n-skx"
2677   algorithm: "file_test_results"
2678   output-file-ext: ".rst"
2679   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2680   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"
2681   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2682   data: "dpdk-perf-results-3n-skx"
2683   filter: "all"
2684   parameters:
2685   - "name"
2686   - "doc"
2687   - "level"
2688   - "parent"
2689   data-start-level: 3
2690
2691 -
2692   type: "file"
2693   title: "DPDK Performance Results 2n-skx"
2694   algorithm: "file_test_results"
2695   output-file-ext: ".rst"
2696   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2697   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"
2698   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2699   data: "dpdk-perf-results-2n-skx"
2700   filter: "all"
2701   parameters:
2702   - "name"
2703   - "doc"
2704   - "level"
2705   - "parent"
2706   data-start-level: 3
2707
2708 -
2709   type: "file"
2710   title: "Honeycomb Functional Results"
2711   algorithm: "file_test_results"
2712   output-file-ext: ".rst"
2713   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2714   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"
2715   dir-tables: "{DIR[DTR,FUNC,HC]}"
2716   data:
2717     "hc-func-results"
2718   filter: "all"
2719   parameters:
2720   - "name"
2721   - "doc"
2722   - "level"
2723   - "parent"
2724   data-start-level: 3
2725
2726 -
2727   type: "file"
2728   title: "NSH SFC Functional Results"
2729   algorithm: "file_test_results"
2730   output-file-ext: ".rst"
2731   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2732   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"
2733   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2734   data:
2735     "nsh-func-results"
2736   filter: "all"
2737   parameters:
2738   - "name"
2739   - "doc"
2740   - "level"
2741   - "parent"
2742   data-start-level: 3
2743
2744 -
2745   type: "file"
2746   title: "DMM Functional Results"
2747   algorithm: "file_test_results"
2748   output-file-ext: ".rst"
2749   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2750   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"
2751   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2752   data:
2753     "dmm-func-results"
2754   filter: "all"
2755   parameters:
2756   - "name"
2757   - "doc"
2758   - "level"
2759   - "parent"
2760   data-start-level: 3
2761
2762 ################################################################################
2763 ###                                P L O T S                                 ###
2764 ################################################################################
2765
2766 ################################################################################
2767 # Plots VPP HTTP Server Performance
2768 -
2769   type: "plot"
2770   title: "VPP HTTP Server Performance"
2771   algorithm: "plot_http_server_performance_box"
2772   output-file-type: ".html"
2773   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2774   data:
2775     "plot-vpp-http-server-performance"
2776   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2777   # each tag is enclosed with ' (apostrophe).
2778   filter: "'HTTP' and 'TCP_CPS'"
2779   parameters:
2780   - "result"
2781   - "name"
2782   traces:
2783     hoverinfo: "x+y"
2784     boxpoints: "outliers"
2785     whiskerwidth: 0
2786   layout:
2787     title: "VPP HTTP Server Performance"
2788     layout:
2789       "plot-cps"
2790
2791 -
2792   type: "plot"
2793   title: "VPP HTTP Server Performance"
2794   algorithm: "plot_http_server_performance_box"
2795   output-file-type: ".html"
2796   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2797   data:
2798     "plot-vpp-http-server-performance"
2799   filter: "'HTTP' and 'TCP_RPS'"
2800   parameters:
2801   - "result"
2802   - "name"
2803   traces:
2804     hoverinfo: "x+y"
2805     boxpoints: "outliers"
2806     whiskerwidth: 0
2807   layout:
2808     title: "VPP HTTP Server Performance"
2809     layout:
2810       "plot-rps"
2811
2812 ################################################################################
2813
2814 # Packet Throughput - VPP L2 3n-hsw-x520
2815 -
2816   type: "plot"
2817   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2818   algorithm: "plot_performance_box"
2819   output-file-type: ".html"
2820   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2821   data: "plot-vpp-throughput-latency-3n-hsw"
2822   filter: "'NIC_Intel-X520-DA2' and
2823            '64B' and
2824            ('BASE' or 'SCALE') and
2825            'NDRPDR' and
2826            '1T1C' and
2827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2828            not 'VHOST' and
2829            not 'MEMIF'"
2830   parameters:
2831   - "throughput"
2832   - "parent"
2833   traces:
2834     hoverinfo: "x+y"
2835     boxpoints: "outliers"
2836     whiskerwidth: 0
2837   layout:
2838     title: ""  # No title
2839     layout: "plot-throughput"
2840
2841 -
2842   type: "plot"
2843   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2844   algorithm: "plot_performance_box"
2845   output-file-type: ".html"
2846   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2847   data: "plot-vpp-throughput-latency-3n-hsw"
2848   filter: "'NIC_Intel-X520-DA2' and
2849            '64B' and
2850            ('BASE' or 'SCALE') and
2851            'NDRPDR' and
2852            '1T1C' and
2853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2854            not 'VHOST' and
2855            not 'MEMIF'"
2856   parameters:
2857   - "throughput"
2858   - "parent"
2859   traces:
2860     hoverinfo: "x+y"
2861     boxpoints: "outliers"
2862     whiskerwidth: 0
2863   layout:
2864     title: ""  # No title
2865     layout: "plot-throughput"
2866
2867 -
2868   type: "plot"
2869   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2870   algorithm: "plot_performance_box"
2871   output-file-type: ".html"
2872   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2873   data: "plot-vpp-throughput-latency-3n-hsw"
2874   filter: "'NIC_Intel-X520-DA2' and
2875            '64B' and
2876            ('BASE' or 'SCALE') and
2877            'NDRPDR' and
2878            '2T2C' and
2879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2880            not 'VHOST' and
2881            not 'MEMIF'"
2882   parameters:
2883   - "throughput"
2884   - "parent"
2885   traces:
2886     hoverinfo: "x+y"
2887     boxpoints: "outliers"
2888     whiskerwidth: 0
2889   layout:
2890     title: ""  # No title
2891     layout: "plot-throughput"
2892
2893 -
2894   type: "plot"
2895   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2896   algorithm: "plot_performance_box"
2897   output-file-type: ".html"
2898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2899   data: "plot-vpp-throughput-latency-3n-hsw"
2900   filter: "'NIC_Intel-X520-DA2' and
2901            '64B' and
2902            ('BASE' or 'SCALE') and
2903            'NDRPDR' and
2904            '2T2C' and
2905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2906            not 'VHOST' and
2907            not 'MEMIF'"
2908   parameters:
2909   - "throughput"
2910   - "parent"
2911   traces:
2912     hoverinfo: "x+y"
2913     boxpoints: "outliers"
2914     whiskerwidth: 0
2915   layout:
2916     title: ""  # No title
2917     layout: "plot-throughput"
2918
2919 -
2920   type: "plot"
2921   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2922   algorithm: "plot_performance_box"
2923   output-file-type: ".html"
2924   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2925   data: "plot-vpp-throughput-latency-3n-hsw"
2926   filter: "'NIC_Intel-X520-DA2' and
2927            '64B' and
2928            'FEATURE' and
2929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2930            'NDRPDR' and
2931            '1T1C' and
2932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2933            not 'VHOST' and
2934            not 'MEMIF'"
2935   parameters:
2936   - "throughput"
2937   - "parent"
2938   traces:
2939     hoverinfo: "x+y"
2940     boxpoints: "outliers"
2941     whiskerwidth: 0
2942   layout:
2943     title: ""  # No title
2944     layout: "plot-throughput"
2945
2946 -
2947   type: "plot"
2948   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2949   algorithm: "plot_performance_box"
2950   output-file-type: ".html"
2951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2952   data: "plot-vpp-throughput-latency-3n-hsw"
2953   filter: "'NIC_Intel-X520-DA2' and
2954            '64B' and
2955            'FEATURE' and
2956            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2957            'NDRPDR' and
2958            '1T1C' and
2959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2960            not 'VHOST' and
2961            not 'MEMIF'"
2962   parameters:
2963   - "throughput"
2964   - "parent"
2965   traces:
2966     hoverinfo: "x+y"
2967     boxpoints: "outliers"
2968     whiskerwidth: 0
2969   layout:
2970     title: ""  # No title
2971     layout: "plot-throughput"
2972
2973 -
2974   type: "plot"
2975   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2976   algorithm: "plot_performance_box"
2977   output-file-type: ".html"
2978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2979   data: "plot-vpp-throughput-latency-3n-hsw"
2980   filter: "'NIC_Intel-X520-DA2' and
2981            '64B' and
2982            'FEATURE' and
2983            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2984            'NDRPDR' and
2985            '2T2C' and
2986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2987            not 'VHOST' and
2988            not 'MEMIF'"
2989   parameters:
2990   - "throughput"
2991   - "parent"
2992   traces:
2993     hoverinfo: "x+y"
2994     boxpoints: "outliers"
2995     whiskerwidth: 0
2996   layout:
2997     title: ""  # No title
2998     layout: "plot-throughput"
2999
3000 -
3001   type: "plot"
3002   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3003   algorithm: "plot_performance_box"
3004   output-file-type: ".html"
3005   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3006   data: "plot-vpp-throughput-latency-3n-hsw"
3007   filter: "'NIC_Intel-X520-DA2' and
3008            '64B' and
3009            'FEATURE' and
3010            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3011            'NDRPDR' and
3012            '2T2C' and
3013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3014            not 'VHOST' and
3015            not 'MEMIF'"
3016   parameters:
3017   - "throughput"
3018   - "parent"
3019   traces:
3020     hoverinfo: "x+y"
3021     boxpoints: "outliers"
3022     whiskerwidth: 0
3023   layout:
3024     title: ""  # No title
3025     layout: "plot-throughput"
3026
3027 # Packet Throughput - VPP L2 3n-hsw-x710
3028 -
3029   type: "plot"
3030   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3031   algorithm: "plot_performance_box"
3032   output-file-type: ".html"
3033   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3034   data: "plot-vpp-throughput-latency-3n-hsw"
3035   filter: "'NIC_Intel-X710' and
3036            '64B' and
3037            ('BASE' or 'SCALE') and
3038            'NDRPDR' and
3039            '1T1C' and
3040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3041            not 'VHOST' and
3042            not 'MEMIF'"
3043   parameters:
3044   - "throughput"
3045   - "parent"
3046   traces:
3047     hoverinfo: "x+y"
3048     boxpoints: "outliers"
3049     whiskerwidth: 0
3050   layout:
3051     title: ""  # No title
3052     layout: "plot-throughput"
3053
3054 -
3055   type: "plot"
3056   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3057   algorithm: "plot_performance_box"
3058   output-file-type: ".html"
3059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3060   data: "plot-vpp-throughput-latency-3n-hsw"
3061   filter: "'NIC_Intel-X710' and
3062            '64B' and
3063            ('BASE' or 'SCALE') and
3064            'NDRPDR' and
3065            '1T1C' and
3066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3067            not 'VHOST' and
3068            not 'MEMIF'"
3069   parameters:
3070   - "throughput"
3071   - "parent"
3072   traces:
3073     hoverinfo: "x+y"
3074     boxpoints: "outliers"
3075     whiskerwidth: 0
3076   layout:
3077     title: ""  # No title
3078     layout: "plot-throughput"
3079
3080 -
3081   type: "plot"
3082   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3083   algorithm: "plot_performance_box"
3084   output-file-type: ".html"
3085   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3086   data: "plot-vpp-throughput-latency-3n-hsw"
3087   filter: "'NIC_Intel-X710' and
3088            '64B' and
3089            ('BASE' or 'SCALE') and
3090            'NDRPDR' and
3091            '2T2C' and
3092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3093            not 'VHOST' and
3094            not 'MEMIF'"
3095   parameters:
3096   - "throughput"
3097   - "parent"
3098   traces:
3099     hoverinfo: "x+y"
3100     boxpoints: "outliers"
3101     whiskerwidth: 0
3102   layout:
3103     title: ""  # No title
3104     layout: "plot-throughput"
3105
3106 -
3107   type: "plot"
3108   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3109   algorithm: "plot_performance_box"
3110   output-file-type: ".html"
3111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3112   data: "plot-vpp-throughput-latency-3n-hsw"
3113   filter: "'NIC_Intel-X710' and
3114            '64B' and
3115            ('BASE' or 'SCALE') and
3116            'NDRPDR' and
3117            '2T2C' and
3118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3119            not 'VHOST' and
3120            not 'MEMIF'"
3121   parameters:
3122   - "throughput"
3123   - "parent"
3124   traces:
3125     hoverinfo: "x+y"
3126     boxpoints: "outliers"
3127     whiskerwidth: 0
3128   layout:
3129     title: ""  # No title
3130     layout: "plot-throughput"
3131
3132 -
3133   type: "plot"
3134   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3135   algorithm: "plot_performance_box"
3136   output-file-type: ".html"
3137   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3138   data: "plot-vpp-throughput-latency-3n-hsw"
3139   filter: "'NIC_Intel-X710' and
3140            '64B' and
3141            'FEATURE' and
3142            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3143            'NDRPDR' and
3144            '1T1C' and
3145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3146            not 'VHOST' and
3147            not 'MEMIF'"
3148   parameters:
3149   - "throughput"
3150   - "parent"
3151   traces:
3152     hoverinfo: "x+y"
3153     boxpoints: "outliers"
3154     whiskerwidth: 0
3155   layout:
3156     title: ""  # No title
3157     layout: "plot-throughput"
3158
3159 -
3160   type: "plot"
3161   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3162   algorithm: "plot_performance_box"
3163   output-file-type: ".html"
3164   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3165   data: "plot-vpp-throughput-latency-3n-hsw"
3166   filter: "'NIC_Intel-X710' and
3167            '64B' and
3168            'FEATURE' and
3169            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3170            'NDRPDR' and
3171            '1T1C' and
3172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3173            not 'VHOST' and
3174            not 'MEMIF'"
3175   parameters:
3176   - "throughput"
3177   - "parent"
3178   traces:
3179     hoverinfo: "x+y"
3180     boxpoints: "outliers"
3181     whiskerwidth: 0
3182   layout:
3183     title: ""  # No title
3184     layout: "plot-throughput"
3185
3186 -
3187   type: "plot"
3188   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3189   algorithm: "plot_performance_box"
3190   output-file-type: ".html"
3191   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3192   data: "plot-vpp-throughput-latency-3n-hsw"
3193   filter: "'NIC_Intel-X710' and
3194            '64B' and
3195            'FEATURE' and
3196            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3197            'NDRPDR' and
3198            '2T2C' and
3199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3200            not 'VHOST' and
3201            not 'MEMIF'"
3202   parameters:
3203   - "throughput"
3204   - "parent"
3205   traces:
3206     hoverinfo: "x+y"
3207     boxpoints: "outliers"
3208     whiskerwidth: 0
3209   layout:
3210     title: ""  # No title
3211     layout: "plot-throughput"
3212
3213 -
3214   type: "plot"
3215   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3216   algorithm: "plot_performance_box"
3217   output-file-type: ".html"
3218   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3219   data: "plot-vpp-throughput-latency-3n-hsw"
3220   filter: "'NIC_Intel-X710' and
3221            '64B' and
3222            'FEATURE' and
3223            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3224            'NDRPDR' and
3225            '2T2C' and
3226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3227            not 'VHOST' and
3228            not 'MEMIF'"
3229   parameters:
3230   - "throughput"
3231   - "parent"
3232   traces:
3233     hoverinfo: "x+y"
3234     boxpoints: "outliers"
3235     whiskerwidth: 0
3236   layout:
3237     title: ""  # No title
3238     layout: "plot-throughput"
3239
3240 # Packet Throughput - VPP L2 3n-hsw-xl710
3241 -
3242   type: "plot"
3243   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3244   algorithm: "plot_performance_box"
3245   output-file-type: ".html"
3246   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3247   data: "plot-vpp-throughput-latency-3n-hsw"
3248   filter: "'NIC_Intel-XL710' and
3249            '64B' and
3250            ('BASE' or 'SCALE') and
3251            'NDRPDR' and
3252            '1T1C' and
3253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3254            not 'VHOST' and
3255            not 'MEMIF'"
3256   parameters:
3257   - "throughput"
3258   - "parent"
3259   traces:
3260     hoverinfo: "x+y"
3261     boxpoints: "outliers"
3262     whiskerwidth: 0
3263   layout:
3264     title: ""  # No title
3265     layout: "plot-throughput"
3266
3267 -
3268   type: "plot"
3269   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3270   algorithm: "plot_performance_box"
3271   output-file-type: ".html"
3272   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3273   data: "plot-vpp-throughput-latency-3n-hsw"
3274   filter: "'NIC_Intel-XL710' and
3275            '64B' and
3276            ('BASE' or 'SCALE') and
3277            'NDRPDR' and
3278            '1T1C' and
3279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3280            not 'VHOST' and
3281            not 'MEMIF'"
3282   parameters:
3283   - "throughput"
3284   - "parent"
3285   traces:
3286     hoverinfo: "x+y"
3287     boxpoints: "outliers"
3288     whiskerwidth: 0
3289   layout:
3290     title: ""  # No title
3291     layout: "plot-throughput"
3292
3293 -
3294   type: "plot"
3295   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3296   algorithm: "plot_performance_box"
3297   output-file-type: ".html"
3298   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3299   data: "plot-vpp-throughput-latency-3n-hsw"
3300   filter: "'NIC_Intel-XL710' and
3301            '64B' and
3302            ('BASE' or 'SCALE') and
3303            'NDRPDR' and
3304            '2T2C' and
3305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3306            not 'VHOST' and
3307            not 'MEMIF'"
3308   parameters:
3309   - "throughput"
3310   - "parent"
3311   traces:
3312     hoverinfo: "x+y"
3313     boxpoints: "outliers"
3314     whiskerwidth: 0
3315   layout:
3316     title: ""  # No title
3317     layout: "plot-throughput"
3318
3319 -
3320   type: "plot"
3321   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3322   algorithm: "plot_performance_box"
3323   output-file-type: ".html"
3324   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3325   data: "plot-vpp-throughput-latency-3n-hsw"
3326   filter: "'NIC_Intel-XL710' and
3327            '64B' and
3328            ('BASE' or 'SCALE') and
3329            'NDRPDR' and
3330            '2T2C' and
3331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3332            not 'VHOST' and
3333            not 'MEMIF'"
3334   parameters:
3335   - "throughput"
3336   - "parent"
3337   traces:
3338     hoverinfo: "x+y"
3339     boxpoints: "outliers"
3340     whiskerwidth: 0
3341   layout:
3342     title: ""  # No title
3343     layout: "plot-throughput"
3344
3345 # Packet Throughput - VPP L2 3n-skx-x710
3346 -
3347   type: "plot"
3348   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3349   algorithm: "plot_performance_box"
3350   output-file-type: ".html"
3351   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3352   data: "plot-vpp-throughput-latency-3n-skx"
3353   filter: "'NIC_Intel-X710' and
3354            '64B' and
3355            ('BASE' or 'SCALE') and
3356            'NDRPDR' and
3357            '2T1C' and
3358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3359            not 'VHOST' and
3360            not 'MEMIF'"
3361   parameters:
3362   - "throughput"
3363   - "parent"
3364   traces:
3365     hoverinfo: "x+y"
3366     boxpoints: "outliers"
3367     whiskerwidth: 0
3368   layout:
3369     title: ""  # No title
3370     layout: "plot-throughput"
3371
3372 -
3373   type: "plot"
3374   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3375   algorithm: "plot_performance_box"
3376   output-file-type: ".html"
3377   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3378   data: "plot-vpp-throughput-latency-3n-skx"
3379   filter: "'NIC_Intel-X710' and
3380            '64B' and
3381            ('BASE' or 'SCALE') and
3382            'NDRPDR' and
3383            '2T1C' and
3384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3385            not 'VHOST' and
3386            not 'MEMIF'"
3387   parameters:
3388   - "throughput"
3389   - "parent"
3390   traces:
3391     hoverinfo: "x+y"
3392     boxpoints: "outliers"
3393     whiskerwidth: 0
3394   layout:
3395     title: ""  # No title
3396     layout: "plot-throughput"
3397
3398 -
3399   type: "plot"
3400   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3401   algorithm: "plot_performance_box"
3402   output-file-type: ".html"
3403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3404   data: "plot-vpp-throughput-latency-3n-skx"
3405   filter: "'NIC_Intel-X710' and
3406            '64B' and
3407            ('BASE' or 'SCALE') and
3408            'NDRPDR' and
3409            '4T2C' and
3410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3411            not 'VHOST' and
3412            not 'MEMIF'"
3413   parameters:
3414   - "throughput"
3415   - "parent"
3416   traces:
3417     hoverinfo: "x+y"
3418     boxpoints: "outliers"
3419     whiskerwidth: 0
3420   layout:
3421     title: ""  # No title
3422     layout: "plot-throughput"
3423
3424 -
3425   type: "plot"
3426   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3427   algorithm: "plot_performance_box"
3428   output-file-type: ".html"
3429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3430   data: "plot-vpp-throughput-latency-3n-skx"
3431   filter: "'NIC_Intel-X710' and
3432            '64B' and
3433            ('BASE' or 'SCALE') and
3434            'NDRPDR' and
3435            '4T2C' and
3436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3437            not 'VHOST' and
3438            not 'MEMIF'"
3439   parameters:
3440   - "throughput"
3441   - "parent"
3442   traces:
3443     hoverinfo: "x+y"
3444     boxpoints: "outliers"
3445     whiskerwidth: 0
3446   layout:
3447     title: ""  # No title
3448     layout: "plot-throughput"
3449
3450 -
3451   type: "plot"
3452   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3453   algorithm: "plot_performance_box"
3454   output-file-type: ".html"
3455   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3456   data: "plot-vpp-throughput-latency-3n-skx"
3457   filter: "'NIC_Intel-X710' and
3458            '64B' and
3459            'FEATURE' and
3460            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3461            'NDRPDR' and
3462            '2T1C' and
3463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3464            not 'VHOST' and
3465            not 'MEMIF'"
3466   parameters:
3467   - "throughput"
3468   - "parent"
3469   traces:
3470     hoverinfo: "x+y"
3471     boxpoints: "outliers"
3472     whiskerwidth: 0
3473   layout:
3474     title: ""  # No title
3475     layout: "plot-throughput"
3476
3477 -
3478   type: "plot"
3479   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3480   algorithm: "plot_performance_box"
3481   output-file-type: ".html"
3482   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3483   data: "plot-vpp-throughput-latency-3n-skx"
3484   filter: "'NIC_Intel-X710' and
3485            '64B' and
3486            'FEATURE' and
3487            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3488            'NDRPDR' and
3489            '2T1C' and
3490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3491            not 'VHOST' and
3492            not 'MEMIF'"
3493   parameters:
3494   - "throughput"
3495   - "parent"
3496   traces:
3497     hoverinfo: "x+y"
3498     boxpoints: "outliers"
3499     whiskerwidth: 0
3500   layout:
3501     title: ""  # No title
3502     layout: "plot-throughput"
3503
3504 -
3505   type: "plot"
3506   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3507   algorithm: "plot_performance_box"
3508   output-file-type: ".html"
3509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3510   data: "plot-vpp-throughput-latency-3n-skx"
3511   filter: "'NIC_Intel-X710' and
3512            '64B' and
3513            'FEATURE' and
3514            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3515            'NDRPDR' and
3516            '4T2C' and
3517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3518            not 'VHOST' and
3519            not 'MEMIF'"
3520   parameters:
3521   - "throughput"
3522   - "parent"
3523   traces:
3524     hoverinfo: "x+y"
3525     boxpoints: "outliers"
3526     whiskerwidth: 0
3527   layout:
3528     title: ""  # No title
3529     layout: "plot-throughput"
3530
3531 -
3532   type: "plot"
3533   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3534   algorithm: "plot_performance_box"
3535   output-file-type: ".html"
3536   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3537   data: "plot-vpp-throughput-latency-3n-skx"
3538   filter: "'NIC_Intel-X710' and
3539            '64B' and
3540            'FEATURE' and
3541            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3542            'NDRPDR' and
3543            '4T2C' and
3544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3545            not 'VHOST' and
3546            not 'MEMIF'"
3547   parameters:
3548   - "throughput"
3549   - "parent"
3550   traces:
3551     hoverinfo: "x+y"
3552     boxpoints: "outliers"
3553     whiskerwidth: 0
3554   layout:
3555     title: ""  # No title
3556     layout: "plot-throughput"
3557
3558 # Packet Throughput - VPP L2 3n-skx-xxv710
3559 -
3560   type: "plot"
3561   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3562   algorithm: "plot_performance_box"
3563   output-file-type: ".html"
3564   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3565   data: "plot-vpp-throughput-latency-3n-skx"
3566   filter: "'NIC_Intel-XXV710' and
3567            '64B' and
3568            ('BASE' or 'SCALE') and
3569            'NDRPDR' and
3570            '2T1C' and
3571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3572            not 'VHOST' and
3573            not 'MEMIF'"
3574   parameters:
3575   - "throughput"
3576   - "parent"
3577   traces:
3578     hoverinfo: "x+y"
3579     boxpoints: "outliers"
3580     whiskerwidth: 0
3581   layout:
3582     title: ""  # No title
3583     layout: "plot-throughput"
3584
3585 -
3586   type: "plot"
3587   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3588   algorithm: "plot_performance_box"
3589   output-file-type: ".html"
3590   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3591   data: "plot-vpp-throughput-latency-3n-skx"
3592   filter: "'NIC_Intel-XXV710' and
3593            '64B' and
3594            ('BASE' or 'SCALE') and
3595            'NDRPDR' and
3596            '2T1C' and
3597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3598            not 'VHOST' and
3599            not 'MEMIF'"
3600   parameters:
3601   - "throughput"
3602   - "parent"
3603   traces:
3604     hoverinfo: "x+y"
3605     boxpoints: "outliers"
3606     whiskerwidth: 0
3607   layout:
3608     title: ""  # No title
3609     layout: "plot-throughput"
3610
3611 -
3612   type: "plot"
3613   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3614   algorithm: "plot_performance_box"
3615   output-file-type: ".html"
3616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3617   data: "plot-vpp-throughput-latency-3n-skx"
3618   filter: "'NIC_Intel-XXV710' and
3619            '64B' and
3620            ('BASE' or 'SCALE') and
3621            'NDRPDR' and
3622            '4T2C' and
3623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3624            not 'VHOST' and
3625            not 'MEMIF'"
3626   parameters:
3627   - "throughput"
3628   - "parent"
3629   traces:
3630     hoverinfo: "x+y"
3631     boxpoints: "outliers"
3632     whiskerwidth: 0
3633   layout:
3634     title: ""  # No title
3635     layout: "plot-throughput"
3636
3637 -
3638   type: "plot"
3639   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3640   algorithm: "plot_performance_box"
3641   output-file-type: ".html"
3642   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3643   data: "plot-vpp-throughput-latency-3n-skx"
3644   filter: "'NIC_Intel-XXV710' and
3645            '64B' and
3646            ('BASE' or 'SCALE') and
3647            'NDRPDR' and
3648            '4T2C' and
3649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3650            not 'VHOST' and
3651            not 'MEMIF'"
3652   parameters:
3653   - "throughput"
3654   - "parent"
3655   traces:
3656     hoverinfo: "x+y"
3657     boxpoints: "outliers"
3658     whiskerwidth: 0
3659   layout:
3660     title: ""  # No title
3661     layout: "plot-throughput"
3662
3663 # Packet Throughput - VPP L2 2n-skx-x710
3664 -
3665   type: "plot"
3666   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3667   algorithm: "plot_performance_box"
3668   output-file-type: ".html"
3669   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3670   data: "plot-vpp-throughput-latency-2n-skx"
3671   filter: "'NIC_Intel-X710' and
3672            '64B' and
3673            ('BASE' or 'SCALE') and
3674            'NDRPDR' and
3675            '2T1C' and
3676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3677            not 'VHOST' and
3678            not 'MEMIF'"
3679   parameters:
3680   - "throughput"
3681   - "parent"
3682   traces:
3683     hoverinfo: "x+y"
3684     boxpoints: "outliers"
3685     whiskerwidth: 0
3686   layout:
3687     title: ""  # No title
3688     layout: "plot-throughput"
3689
3690 -
3691   type: "plot"
3692   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3693   algorithm: "plot_performance_box"
3694   output-file-type: ".html"
3695   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3696   data: "plot-vpp-throughput-latency-2n-skx"
3697   filter: "'NIC_Intel-X710' and
3698            '64B' and
3699            ('BASE' or 'SCALE') and
3700            'NDRPDR' and
3701            '2T1C' and
3702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3703            not 'VHOST' and
3704            not 'MEMIF'"
3705   parameters:
3706   - "throughput"
3707   - "parent"
3708   traces:
3709     hoverinfo: "x+y"
3710     boxpoints: "outliers"
3711     whiskerwidth: 0
3712   layout:
3713     title: ""  # No title
3714     layout: "plot-throughput"
3715
3716 -
3717   type: "plot"
3718   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3719   algorithm: "plot_performance_box"
3720   output-file-type: ".html"
3721   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3722   data: "plot-vpp-throughput-latency-2n-skx"
3723   filter: "'NIC_Intel-X710' and
3724            '64B' and
3725            ('BASE' or 'SCALE') and
3726            'NDRPDR' and
3727            '4T2C' and
3728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3729            not 'VHOST' and
3730            not 'MEMIF'"
3731   parameters:
3732   - "throughput"
3733   - "parent"
3734   traces:
3735     hoverinfo: "x+y"
3736     boxpoints: "outliers"
3737     whiskerwidth: 0
3738   layout:
3739     title: ""  # No title
3740     layout: "plot-throughput"
3741
3742 -
3743   type: "plot"
3744   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3745   algorithm: "plot_performance_box"
3746   output-file-type: ".html"
3747   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3748   data: "plot-vpp-throughput-latency-2n-skx"
3749   filter: "'NIC_Intel-X710' and
3750            '64B' and
3751            ('BASE' or 'SCALE') and
3752            'NDRPDR' and
3753            '4T2C' and
3754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3755            not 'VHOST' and
3756            not 'MEMIF'"
3757   parameters:
3758   - "throughput"
3759   - "parent"
3760   traces:
3761     hoverinfo: "x+y"
3762     boxpoints: "outliers"
3763     whiskerwidth: 0
3764   layout:
3765     title: ""  # No title
3766     layout: "plot-throughput"
3767
3768 # Packet Throughput - VPP L2 2n-skx-xxv710
3769 -
3770   type: "plot"
3771   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3772   algorithm: "plot_performance_box"
3773   output-file-type: ".html"
3774   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3775   data: "plot-vpp-throughput-latency-2n-skx"
3776   filter: "'NIC_Intel-XXV710' and
3777            '64B' and
3778            ('BASE' or 'SCALE') and
3779            'NDRPDR' and
3780            '2T1C' and
3781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3782            not 'VHOST' and
3783            not 'MEMIF'"
3784   parameters:
3785   - "throughput"
3786   - "parent"
3787   traces:
3788     hoverinfo: "x+y"
3789     boxpoints: "outliers"
3790     whiskerwidth: 0
3791   layout:
3792     title: ""  # No title
3793     layout: "plot-throughput"
3794
3795 -
3796   type: "plot"
3797   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3798   algorithm: "plot_performance_box"
3799   output-file-type: ".html"
3800   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3801   data: "plot-vpp-throughput-latency-2n-skx"
3802   filter: "'NIC_Intel-XXV710' and
3803            '64B' and
3804            ('BASE' or 'SCALE') and
3805            'NDRPDR' and
3806            '2T1C' and
3807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3808            not 'VHOST' and
3809            not 'MEMIF'"
3810   parameters:
3811   - "throughput"
3812   - "parent"
3813   traces:
3814     hoverinfo: "x+y"
3815     boxpoints: "outliers"
3816     whiskerwidth: 0
3817   layout:
3818     title: ""  # No title
3819     layout: "plot-throughput"
3820
3821 -
3822   type: "plot"
3823   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3824   algorithm: "plot_performance_box"
3825   output-file-type: ".html"
3826   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3827   data: "plot-vpp-throughput-latency-2n-skx"
3828   filter: "'NIC_Intel-XXV710' and
3829            '64B' and
3830            ('BASE' or 'SCALE') and
3831            'NDRPDR' and
3832            '4T2C' and
3833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3834            not 'VHOST' and
3835            not 'MEMIF'"
3836   parameters:
3837   - "throughput"
3838   - "parent"
3839   traces:
3840     hoverinfo: "x+y"
3841     boxpoints: "outliers"
3842     whiskerwidth: 0
3843   layout:
3844     title: ""  # No title
3845     layout: "plot-throughput"
3846
3847 -
3848   type: "plot"
3849   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3850   algorithm: "plot_performance_box"
3851   output-file-type: ".html"
3852   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3853   data: "plot-vpp-throughput-latency-2n-skx"
3854   filter: "'NIC_Intel-XXV710' and
3855            '64B' and
3856            ('BASE' or 'SCALE') and
3857            'NDRPDR' and
3858            '4T2C' and
3859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3860            not 'VHOST' and
3861            not 'MEMIF'"
3862   parameters:
3863   - "throughput"
3864   - "parent"
3865   traces:
3866     hoverinfo: "x+y"
3867     boxpoints: "outliers"
3868     whiskerwidth: 0
3869   layout:
3870     title: ""  # No title
3871     layout: "plot-throughput"
3872
3873 ################################################################################
3874
3875 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3876 -
3877   type: "plot"
3878   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3879   algorithm: "plot_performance_box"
3880   output-file-type: ".html"
3881   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3882   data: "plot-vpp-throughput-latency-3n-hsw"
3883   filter: "'NIC_Intel-X520-DA2' and
3884            '64B' and
3885            ('BASE' or 'SCALE') and
3886            'NDRPDR' and
3887            '1T1C' and
3888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3889            not 'VHOST' and
3890            'MEMIF'"
3891   parameters:
3892   - "throughput"
3893   - "parent"
3894   traces:
3895     hoverinfo: "x+y"
3896     boxpoints: "outliers"
3897     whiskerwidth: 0
3898   layout:
3899     title: ""  # No title
3900     layout: "plot-throughput"
3901
3902 -
3903   type: "plot"
3904   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3905   algorithm: "plot_performance_box"
3906   output-file-type: ".html"
3907   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3908   data: "plot-vpp-throughput-latency-3n-hsw"
3909   filter: "'NIC_Intel-X520-DA2' and
3910            '64B' and
3911            ('BASE' or 'SCALE') and
3912            'NDRPDR' and
3913            '1T1C' and
3914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3915            not 'VHOST' and
3916            'MEMIF'"
3917   parameters:
3918   - "throughput"
3919   - "parent"
3920   traces:
3921     hoverinfo: "x+y"
3922     boxpoints: "outliers"
3923     whiskerwidth: 0
3924   layout:
3925     title: ""  # No title
3926     layout: "plot-throughput"
3927
3928 -
3929   type: "plot"
3930   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3931   algorithm: "plot_performance_box"
3932   output-file-type: ".html"
3933   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3934   data: "plot-vpp-throughput-latency-3n-hsw"
3935   filter: "'NIC_Intel-X520-DA2' and
3936            '64B' and
3937            ('BASE' or 'SCALE') and
3938            'NDRPDR' and
3939            '2T2C' and
3940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3941            not 'VHOST' and
3942            'MEMIF'"
3943   parameters:
3944   - "throughput"
3945   - "parent"
3946   traces:
3947     hoverinfo: "x+y"
3948     boxpoints: "outliers"
3949     whiskerwidth: 0
3950   layout:
3951     title: ""  # No title
3952     layout: "plot-throughput"
3953
3954 -
3955   type: "plot"
3956   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3957   algorithm: "plot_performance_box"
3958   output-file-type: ".html"
3959   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3960   data: "plot-vpp-throughput-latency-3n-hsw"
3961   filter: "'NIC_Intel-X520-DA2' and
3962            '64B' and
3963            ('BASE' or 'SCALE') and
3964            'NDRPDR' and
3965            '2T2C' and
3966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3967            not 'VHOST' and
3968            'MEMIF'"
3969   parameters:
3970   - "throughput"
3971   - "parent"
3972   traces:
3973     hoverinfo: "x+y"
3974     boxpoints: "outliers"
3975     whiskerwidth: 0
3976   layout:
3977     title: ""  # No title
3978     layout: "plot-throughput"
3979
3980 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3981 -
3982   type: "plot"
3983   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3984   algorithm: "plot_performance_box"
3985   output-file-type: ".html"
3986   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3987   data: "plot-vpp-throughput-latency-3n-hsw"
3988   filter: "'NIC_Intel-X710' and
3989            '64B' and
3990            ('BASE' or 'SCALE') and
3991            'NDRPDR' and
3992            '1T1C' and
3993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3994            not 'VHOST' and
3995            'MEMIF'"
3996   parameters:
3997   - "throughput"
3998   - "parent"
3999   traces:
4000     hoverinfo: "x+y"
4001     boxpoints: "outliers"
4002     whiskerwidth: 0
4003   layout:
4004     title: ""  # No title
4005     layout: "plot-throughput"
4006
4007 -
4008   type: "plot"
4009   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4010   algorithm: "plot_performance_box"
4011   output-file-type: ".html"
4012   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4013   data: "plot-vpp-throughput-latency-3n-hsw"
4014   filter: "'NIC_Intel-X710' and
4015            '64B' and
4016            ('BASE' or 'SCALE') and
4017            'NDRPDR' and
4018            '1T1C' and
4019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4020            not 'VHOST' and
4021            'MEMIF'"
4022   parameters:
4023   - "throughput"
4024   - "parent"
4025   traces:
4026     hoverinfo: "x+y"
4027     boxpoints: "outliers"
4028     whiskerwidth: 0
4029   layout:
4030     title: ""  # No title
4031     layout: "plot-throughput"
4032
4033 -
4034   type: "plot"
4035   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4036   algorithm: "plot_performance_box"
4037   output-file-type: ".html"
4038   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4039   data: "plot-vpp-throughput-latency-3n-hsw"
4040   filter: "'NIC_Intel-X710' and
4041            '64B' and
4042            ('BASE' or 'SCALE') and
4043            'NDRPDR' and
4044            '2T2C' and
4045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4046            not 'VHOST' and
4047            'MEMIF'"
4048   parameters:
4049   - "throughput"
4050   - "parent"
4051   traces:
4052     hoverinfo: "x+y"
4053     boxpoints: "outliers"
4054     whiskerwidth: 0
4055   layout:
4056     title: ""  # No title
4057     layout: "plot-throughput"
4058
4059 -
4060   type: "plot"
4061   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4062   algorithm: "plot_performance_box"
4063   output-file-type: ".html"
4064   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4065   data: "plot-vpp-throughput-latency-3n-hsw"
4066   filter: "'NIC_Intel-X710' and
4067            '64B' and
4068            ('BASE' or 'SCALE') and
4069            'NDRPDR' and
4070            '2T2C' and
4071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4072            not 'VHOST' and
4073            'MEMIF'"
4074   parameters:
4075   - "throughput"
4076   - "parent"
4077   traces:
4078     hoverinfo: "x+y"
4079     boxpoints: "outliers"
4080     whiskerwidth: 0
4081   layout:
4082     title: ""  # No title
4083     layout: "plot-throughput"
4084
4085 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4086 -
4087   type: "plot"
4088   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4089   algorithm: "plot_performance_box"
4090   output-file-type: ".html"
4091   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4092   data: "plot-vpp-throughput-latency-3n-hsw"
4093   filter: "'NIC_Intel-XL710' and
4094            '64B' and
4095            ('BASE' or 'SCALE') and
4096            'NDRPDR' and
4097            '1T1C' and
4098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4099            not 'VHOST' and
4100            'MEMIF'"
4101   parameters:
4102   - "throughput"
4103   - "parent"
4104   traces:
4105     hoverinfo: "x+y"
4106     boxpoints: "outliers"
4107     whiskerwidth: 0
4108   layout:
4109     title: ""  # No title
4110     layout: "plot-throughput"
4111
4112 -
4113   type: "plot"
4114   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4115   algorithm: "plot_performance_box"
4116   output-file-type: ".html"
4117   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4118   data: "plot-vpp-throughput-latency-3n-hsw"
4119   filter: "'NIC_Intel-XL710' and
4120            '64B' and
4121            ('BASE' or 'SCALE') and
4122            'NDRPDR' and
4123            '1T1C' and
4124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4125            not 'VHOST' and
4126            'MEMIF'"
4127   parameters:
4128   - "throughput"
4129   - "parent"
4130   traces:
4131     hoverinfo: "x+y"
4132     boxpoints: "outliers"
4133     whiskerwidth: 0
4134   layout:
4135     title: ""  # No title
4136     layout: "plot-throughput"
4137
4138 -
4139   type: "plot"
4140   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4141   algorithm: "plot_performance_box"
4142   output-file-type: ".html"
4143   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4144   data: "plot-vpp-throughput-latency-3n-hsw"
4145   filter: "'NIC_Intel-XL710' and
4146            '64B' and
4147            ('BASE' or 'SCALE') and
4148            'NDRPDR' and
4149            '2T2C' and
4150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4151            not 'VHOST' and
4152            'MEMIF'"
4153   parameters:
4154   - "throughput"
4155   - "parent"
4156   traces:
4157     hoverinfo: "x+y"
4158     boxpoints: "outliers"
4159     whiskerwidth: 0
4160   layout:
4161     title: ""  # No title
4162     layout: "plot-throughput"
4163
4164 -
4165   type: "plot"
4166   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4167   algorithm: "plot_performance_box"
4168   output-file-type: ".html"
4169   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4170   data: "plot-vpp-throughput-latency-3n-hsw"
4171   filter: "'NIC_Intel-XL710' and
4172            '64B' and
4173            ('BASE' or 'SCALE') and
4174            'NDRPDR' and
4175            '2T2C' and
4176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4177            not 'VHOST' and
4178            'MEMIF'"
4179   parameters:
4180   - "throughput"
4181   - "parent"
4182   traces:
4183     hoverinfo: "x+y"
4184     boxpoints: "outliers"
4185     whiskerwidth: 0
4186   layout:
4187     title: ""  # No title
4188     layout: "plot-throughput"
4189
4190 # Packet Throughput - VPP Container Memif 3n-skx-x710
4191 -
4192   type: "plot"
4193   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4194   algorithm: "plot_performance_box"
4195   output-file-type: ".html"
4196   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4197   data: "plot-vpp-throughput-latency-3n-skx"
4198   filter: "'NIC_Intel-X710' and
4199            '64B' and
4200            ('BASE' or 'SCALE') and
4201            'NDRPDR' and
4202            '2T1C' and
4203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4204            not 'VHOST' and
4205            'MEMIF'"
4206   parameters:
4207   - "throughput"
4208   - "parent"
4209   traces:
4210     hoverinfo: "x+y"
4211     boxpoints: "outliers"
4212     whiskerwidth: 0
4213   layout:
4214     title: ""  # No title
4215     layout: "plot-throughput"
4216
4217 -
4218   type: "plot"
4219   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4220   algorithm: "plot_performance_box"
4221   output-file-type: ".html"
4222   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4223   data: "plot-vpp-throughput-latency-3n-skx"
4224   filter: "'NIC_Intel-X710' and
4225            '64B' and
4226            ('BASE' or 'SCALE') and
4227            'NDRPDR' and
4228            '2T1C' and
4229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4230            not 'VHOST' and
4231             'MEMIF'"
4232   parameters:
4233   - "throughput"
4234   - "parent"
4235   traces:
4236     hoverinfo: "x+y"
4237     boxpoints: "outliers"
4238     whiskerwidth: 0
4239   layout:
4240     title: ""  # No title
4241     layout: "plot-throughput"
4242
4243 -
4244   type: "plot"
4245   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4246   algorithm: "plot_performance_box"
4247   output-file-type: ".html"
4248   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4249   data: "plot-vpp-throughput-latency-3n-skx"
4250   filter: "'NIC_Intel-X710' and
4251            '64B' and
4252            ('BASE' or 'SCALE') and
4253            'NDRPDR' and
4254            '4T2C' and
4255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4256            not 'VHOST' and
4257            'MEMIF'"
4258   parameters:
4259   - "throughput"
4260   - "parent"
4261   traces:
4262     hoverinfo: "x+y"
4263     boxpoints: "outliers"
4264     whiskerwidth: 0
4265   layout:
4266     title: ""  # No title
4267     layout: "plot-throughput"
4268
4269 -
4270   type: "plot"
4271   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4272   algorithm: "plot_performance_box"
4273   output-file-type: ".html"
4274   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4275   data: "plot-vpp-throughput-latency-3n-skx"
4276   filter: "'NIC_Intel-X710' and
4277            '64B' and
4278            ('BASE' or 'SCALE') and
4279            'NDRPDR' and
4280            '4T2C' and
4281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4282            not 'VHOST' and
4283            'MEMIF'"
4284   parameters:
4285   - "throughput"
4286   - "parent"
4287   traces:
4288     hoverinfo: "x+y"
4289     boxpoints: "outliers"
4290     whiskerwidth: 0
4291   layout:
4292     title: ""  # No title
4293     layout: "plot-throughput"
4294
4295 ################################################################################
4296
4297 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4298 -
4299   type: "plot"
4300   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4301   algorithm: "plot_performance_box"
4302   output-file-type: ".html"
4303   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4304   data: "plot-ligato-throughput-latency-3n-hsw"
4305   filter: "'NIC_Intel-X520-DA2' and
4306            '64B' and
4307            ('BASE' or 'SCALE') and
4308            'NDRPDR' and
4309            '1T1C' and
4310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4311            not 'VHOST' and
4312            'MEMIF'"
4313   parameters:
4314   - "throughput"
4315   - "parent"
4316   traces:
4317     hoverinfo: "x+y"
4318     boxpoints: "outliers"
4319     whiskerwidth: 0
4320   layout:
4321     title: ""  # No title
4322     layout: "plot-throughput"
4323
4324 -
4325   type: "plot"
4326   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4327   algorithm: "plot_performance_box"
4328   output-file-type: ".html"
4329   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4330   data: "plot-ligato-throughput-latency-3n-hsw"
4331   filter: "'NIC_Intel-X520-DA2' and
4332            '64B' and
4333            ('BASE' or 'SCALE') and
4334            'NDRPDR' and
4335            '1T1C' and
4336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4337            not 'VHOST' and
4338            'MEMIF'"
4339   parameters:
4340   - "throughput"
4341   - "parent"
4342   traces:
4343     hoverinfo: "x+y"
4344     boxpoints: "outliers"
4345     whiskerwidth: 0
4346   layout:
4347     title: ""  # No title
4348     layout: "plot-throughput"
4349
4350 -
4351   type: "plot"
4352   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4353   algorithm: "plot_performance_box"
4354   output-file-type: ".html"
4355   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4356   data: "plot-ligato-throughput-latency-3n-hsw"
4357   filter: "'NIC_Intel-X520-DA2' and
4358            '64B' and
4359            ('BASE' or 'SCALE') and
4360            'NDRPDR' and
4361            '2T2C' and
4362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4363            not 'VHOST' and
4364            'MEMIF'"
4365   parameters:
4366   - "throughput"
4367   - "parent"
4368   traces:
4369     hoverinfo: "x+y"
4370     boxpoints: "outliers"
4371     whiskerwidth: 0
4372   layout:
4373     title: ""  # No title
4374     layout: "plot-throughput"
4375
4376 -
4377   type: "plot"
4378   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4379   algorithm: "plot_performance_box"
4380   output-file-type: ".html"
4381   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4382   data: "plot-ligato-throughput-latency-3n-hsw"
4383   filter: "'NIC_Intel-X520-DA2' and
4384            '64B' and
4385            ('BASE' or 'SCALE') and
4386            'NDRPDR' and
4387            '2T2C' and
4388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4389            not 'VHOST' and
4390            'MEMIF'"
4391   parameters:
4392   - "throughput"
4393   - "parent"
4394   traces:
4395     hoverinfo: "x+y"
4396     boxpoints: "outliers"
4397     whiskerwidth: 0
4398   layout:
4399     title: ""  # No title
4400     layout: "plot-throughput"
4401
4402 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4403 -
4404   type: "plot"
4405   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4406   algorithm: "plot_performance_box"
4407   output-file-type: ".html"
4408   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4409   data: "plot-ligato-throughput-latency-3n-hsw"
4410   filter: "'NIC_Intel-X710' and
4411            '64B' and
4412            ('BASE' or 'SCALE') and
4413            'NDRPDR' and
4414            '1T1C' and
4415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4416            not 'VHOST' and
4417            'MEMIF'"
4418   parameters:
4419   - "throughput"
4420   - "parent"
4421   traces:
4422     hoverinfo: "x+y"
4423     boxpoints: "outliers"
4424     whiskerwidth: 0
4425   layout:
4426     title: ""  # No title
4427     layout: "plot-throughput"
4428
4429 -
4430   type: "plot"
4431   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4432   algorithm: "plot_performance_box"
4433   output-file-type: ".html"
4434   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4435   data: "plot-ligato-throughput-latency-3n-hsw"
4436   filter: "'NIC_Intel-X710' and
4437            '64B' and
4438            ('BASE' or 'SCALE') and
4439            'NDRPDR' and
4440            '1T1C' and
4441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4442            not 'VHOST' and
4443            'MEMIF'"
4444   parameters:
4445   - "throughput"
4446   - "parent"
4447   traces:
4448     hoverinfo: "x+y"
4449     boxpoints: "outliers"
4450     whiskerwidth: 0
4451   layout:
4452     title: ""  # No title
4453     layout: "plot-throughput"
4454
4455 -
4456   type: "plot"
4457   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4458   algorithm: "plot_performance_box"
4459   output-file-type: ".html"
4460   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4461   data: "plot-ligato-throughput-latency-3n-hsw"
4462   filter: "'NIC_Intel-X710' and
4463            '64B' and
4464            ('BASE' or 'SCALE') and
4465            'NDRPDR' and
4466            '2T2C' and
4467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4468            not 'VHOST' and
4469            'MEMIF'"
4470   parameters:
4471   - "throughput"
4472   - "parent"
4473   traces:
4474     hoverinfo: "x+y"
4475     boxpoints: "outliers"
4476     whiskerwidth: 0
4477   layout:
4478     title: ""  # No title
4479     layout: "plot-throughput"
4480
4481 -
4482   type: "plot"
4483   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4484   algorithm: "plot_performance_box"
4485   output-file-type: ".html"
4486   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4487   data: "plot-ligato-throughput-latency-3n-hsw"
4488   filter: "'NIC_Intel-X710' and
4489            '64B' and
4490            ('BASE' or 'SCALE') and
4491            'NDRPDR' and
4492            '2T2C' and
4493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4494            not 'VHOST' and
4495            'MEMIF'"
4496   parameters:
4497   - "throughput"
4498   - "parent"
4499   traces:
4500     hoverinfo: "x+y"
4501     boxpoints: "outliers"
4502     whiskerwidth: 0
4503   layout:
4504     title: ""  # No title
4505     layout: "plot-throughput"
4506
4507 ################################################################################
4508
4509 # Packet Throughput - VPP IPv4 3n-hsw-x520
4510 -
4511   type: "plot"
4512   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4513   algorithm: "plot_performance_box"
4514   output-file-type: ".html"
4515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4516   data: "plot-vpp-throughput-latency-3n-hsw"
4517   filter: "'NIC_Intel-X520-DA2' and
4518            '64B' and
4519            ('BASE' or 'SCALE') and
4520            'NDRPDR' and
4521            '1T1C' and
4522            'IP4FWD' and
4523            not 'IPSEC' and
4524            not 'VHOST'"
4525   parameters:
4526   - "throughput"
4527   - "parent"
4528   traces:
4529     hoverinfo: "x+y"
4530     boxpoints: "outliers"
4531     whiskerwidth: 0
4532   layout:
4533     title: ""  # No title
4534     layout: "plot-throughput"
4535
4536 -
4537   type: "plot"
4538   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4539   algorithm: "plot_performance_box"
4540   output-file-type: ".html"
4541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4542   data: "plot-vpp-throughput-latency-3n-hsw"
4543   filter: "'NIC_Intel-X520-DA2' and
4544            '64B' and
4545            ('BASE' or 'SCALE') and
4546            'NDRPDR' and
4547            '1T1C' and
4548            'IP4FWD' and
4549            not 'IPSEC' and
4550            not 'VHOST'"
4551   parameters:
4552   - "throughput"
4553   - "parent"
4554   traces:
4555     hoverinfo: "x+y"
4556     boxpoints: "outliers"
4557     whiskerwidth: 0
4558   layout:
4559     title: ""  # No title
4560     layout: "plot-throughput"
4561
4562 -
4563   type: "plot"
4564   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4565   algorithm: "plot_performance_box"
4566   output-file-type: ".html"
4567   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4568   data: "plot-vpp-throughput-latency-3n-hsw"
4569   filter: "'NIC_Intel-X520-DA2' and
4570            '64B' and
4571            ('BASE' or 'SCALE') and
4572            'NDRPDR' and
4573            '2T2C' and
4574            'IP4FWD' and
4575            not 'IPSEC' and
4576            not 'VHOST'"
4577   parameters:
4578   - "throughput"
4579   - "parent"
4580   traces:
4581     hoverinfo: "x+y"
4582     boxpoints: "outliers"
4583     whiskerwidth: 0
4584   layout:
4585     title: ""  # No title
4586     layout: "plot-throughput"
4587
4588 -
4589   type: "plot"
4590   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4591   algorithm: "plot_performance_box"
4592   output-file-type: ".html"
4593   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4594   data: "plot-vpp-throughput-latency-3n-hsw"
4595   filter: "'NIC_Intel-X520-DA2' and
4596            '64B' and
4597            ('BASE' or 'SCALE') and
4598            'NDRPDR' and
4599            '2T2C' and
4600            'IP4FWD' and
4601            not 'IPSEC' and
4602            not 'VHOST'"
4603   parameters:
4604   - "throughput"
4605   - "parent"
4606   traces:
4607     hoverinfo: "x+y"
4608     boxpoints: "outliers"
4609     whiskerwidth: 0
4610   layout:
4611     title: ""  # No title
4612     layout: "plot-throughput"
4613
4614 -
4615   type: "plot"
4616   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4617   algorithm: "plot_performance_box"
4618   output-file-type: ".html"
4619   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4620   data: "plot-vpp-throughput-latency-3n-hsw"
4621   filter: "'NIC_Intel-X520-DA2' and
4622            '64B' and
4623            'FEATURE' and
4624            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4625            'NDRPDR' and
4626            '1T1C' and
4627            'IP4FWD' and
4628            not 'IPSEC' and
4629            not 'VHOST'"
4630   parameters:
4631   - "throughput"
4632   - "parent"
4633   traces:
4634     hoverinfo: "x+y"
4635     boxpoints: "outliers"
4636     whiskerwidth: 0
4637   layout:
4638     title: ""  # No title
4639     layout: "plot-throughput"
4640
4641 -
4642   type: "plot"
4643   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4644   algorithm: "plot_performance_box"
4645   output-file-type: ".html"
4646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4647   data: "plot-vpp-throughput-latency-3n-hsw"
4648   filter: "'NIC_Intel-X520-DA2' and
4649            '64B' and
4650            'FEATURE' and
4651            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4652            'NDRPDR' and
4653            '1T1C' and
4654            'IP4FWD' and
4655            not 'IPSEC' and
4656            not 'VHOST'"
4657   parameters:
4658   - "throughput"
4659   - "parent"
4660   traces:
4661     hoverinfo: "x+y"
4662     boxpoints: "outliers"
4663     whiskerwidth: 0
4664   layout:
4665     title: ""  # No title
4666     layout: "plot-throughput"
4667
4668 -
4669   type: "plot"
4670   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4671   algorithm: "plot_performance_box"
4672   output-file-type: ".html"
4673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4674   data: "plot-vpp-throughput-latency-3n-hsw"
4675   filter: "'NIC_Intel-X520-DA2' and
4676            '64B' and
4677            'FEATURE' and
4678            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4679            'NDRPDR' and
4680            '2T2C' and
4681            'IP4FWD' and
4682            not 'IPSEC' and
4683            not 'VHOST'"
4684   parameters:
4685   - "throughput"
4686   - "parent"
4687   traces:
4688     hoverinfo: "x+y"
4689     boxpoints: "outliers"
4690     whiskerwidth: 0
4691   layout:
4692     title: ""  # No title
4693     layout: "plot-throughput"
4694
4695 -
4696   type: "plot"
4697   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4698   algorithm: "plot_performance_box"
4699   output-file-type: ".html"
4700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4701   data: "plot-vpp-throughput-latency-3n-hsw"
4702   filter: "'NIC_Intel-X520-DA2' and
4703            '64B' and
4704            'FEATURE' and
4705            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4706            'NDRPDR' and
4707            '2T2C' and
4708            'IP4FWD' and
4709            not 'IPSEC' and
4710            not 'VHOST'"
4711   parameters:
4712   - "throughput"
4713   - "parent"
4714   traces:
4715     hoverinfo: "x+y"
4716     boxpoints: "outliers"
4717     whiskerwidth: 0
4718   layout:
4719     title: ""  # No title
4720     layout: "plot-throughput"
4721
4722 # Packet Throughput - VPP IPv4 3n-hsw-x710
4723 -
4724   type: "plot"
4725   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4726   algorithm: "plot_performance_box"
4727   output-file-type: ".html"
4728   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4729   data: "plot-vpp-throughput-latency-3n-hsw"
4730   filter: "'NIC_Intel-X710' and
4731            '64B' and
4732            ('BASE' or 'SCALE') and
4733            'NDRPDR' and
4734            '1T1C' and
4735            'IP4FWD' and
4736            not 'IPSEC' and
4737            not 'VHOST'"
4738   parameters:
4739   - "throughput"
4740   - "parent"
4741   traces:
4742     hoverinfo: "x+y"
4743     boxpoints: "outliers"
4744     whiskerwidth: 0
4745   layout:
4746     title: ""  # No title
4747     layout: "plot-throughput"
4748
4749 -
4750   type: "plot"
4751   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4752   algorithm: "plot_performance_box"
4753   output-file-type: ".html"
4754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4755   data: "plot-vpp-throughput-latency-3n-hsw"
4756   filter: "'NIC_Intel-X710' and
4757            '64B' and
4758            ('BASE' or 'SCALE') and
4759            'NDRPDR' and
4760            '1T1C' and
4761            'IP4FWD' and
4762            not 'IPSEC' and
4763            not 'VHOST'"
4764   parameters:
4765   - "throughput"
4766   - "parent"
4767   traces:
4768     hoverinfo: "x+y"
4769     boxpoints: "outliers"
4770     whiskerwidth: 0
4771   layout:
4772     title: ""  # No title
4773     layout: "plot-throughput"
4774
4775 -
4776   type: "plot"
4777   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4778   algorithm: "plot_performance_box"
4779   output-file-type: ".html"
4780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4781   data: "plot-vpp-throughput-latency-3n-hsw"
4782   filter: "'NIC_Intel-X710' and
4783            '64B' and
4784            ('BASE' or 'SCALE') and
4785            'NDRPDR' and
4786            '2T2C' and
4787            'IP4FWD' and
4788            not 'IPSEC' and
4789            not 'VHOST'"
4790   parameters:
4791   - "throughput"
4792   - "parent"
4793   traces:
4794     hoverinfo: "x+y"
4795     boxpoints: "outliers"
4796     whiskerwidth: 0
4797   layout:
4798     title: ""  # No title
4799     layout: "plot-throughput"
4800
4801 -
4802   type: "plot"
4803   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4804   algorithm: "plot_performance_box"
4805   output-file-type: ".html"
4806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4807   data: "plot-vpp-throughput-latency-3n-hsw"
4808   filter: "'NIC_Intel-X710' and
4809            '64B' and
4810            ('BASE' or 'SCALE') and
4811            'NDRPDR' and
4812            '2T2C' and
4813            'IP4FWD' and
4814            not 'IPSEC' and
4815            not 'VHOST'"
4816   parameters:
4817   - "throughput"
4818   - "parent"
4819   traces:
4820     hoverinfo: "x+y"
4821     boxpoints: "outliers"
4822     whiskerwidth: 0
4823   layout:
4824     title: ""  # No title
4825     layout: "plot-throughput"
4826
4827 -
4828   type: "plot"
4829   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4830   algorithm: "plot_performance_box"
4831   output-file-type: ".html"
4832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4833   data: "plot-vpp-throughput-latency-3n-hsw"
4834   filter: "'NIC_Intel-X710' and
4835            '64B' and
4836            'FEATURE' and
4837            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4838            'NDRPDR' and
4839            '1T1C' and
4840            'IP4FWD' and
4841            not 'IPSEC' and
4842            not 'VHOST'"
4843   parameters:
4844   - "throughput"
4845   - "parent"
4846   traces:
4847     hoverinfo: "x+y"
4848     boxpoints: "outliers"
4849     whiskerwidth: 0
4850   layout:
4851     title: ""  # No title
4852     layout: "plot-throughput"
4853
4854 -
4855   type: "plot"
4856   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4857   algorithm: "plot_performance_box"
4858   output-file-type: ".html"
4859   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4860   data: "plot-vpp-throughput-latency-3n-hsw"
4861   filter: "'NIC_Intel-X710' and
4862            '64B' and
4863            'FEATURE' and
4864            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4865            'NDRPDR' and
4866            '1T1C' and
4867            'IP4FWD' and
4868            not 'IPSEC' and
4869            not 'VHOST'"
4870   parameters:
4871   - "throughput"
4872   - "parent"
4873   traces:
4874     hoverinfo: "x+y"
4875     boxpoints: "outliers"
4876     whiskerwidth: 0
4877   layout:
4878     title: ""  # No title
4879     layout: "plot-throughput"
4880
4881 -
4882   type: "plot"
4883   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4884   algorithm: "plot_performance_box"
4885   output-file-type: ".html"
4886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4887   data: "plot-vpp-throughput-latency-3n-hsw"
4888   filter: "'NIC_Intel-X710' and
4889            '64B' and
4890            'FEATURE' and
4891            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4892            'NDRPDR' and
4893            '2T2C' and
4894            'IP4FWD' and
4895            not 'IPSEC' and
4896            not 'VHOST'"
4897   parameters:
4898   - "throughput"
4899   - "parent"
4900   traces:
4901     hoverinfo: "x+y"
4902     boxpoints: "outliers"
4903     whiskerwidth: 0
4904   layout:
4905     title: ""  # No title
4906     layout: "plot-throughput"
4907
4908 -
4909   type: "plot"
4910   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4911   algorithm: "plot_performance_box"
4912   output-file-type: ".html"
4913   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4914   data: "plot-vpp-throughput-latency-3n-hsw"
4915   filter: "'NIC_Intel-X710' and
4916            '64B' and
4917            'FEATURE' and
4918            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4919            'NDRPDR' and
4920            '2T2C' and
4921            'IP4FWD' and
4922            not 'IPSEC' and
4923            not 'VHOST'"
4924   parameters:
4925   - "throughput"
4926   - "parent"
4927   traces:
4928     hoverinfo: "x+y"
4929     boxpoints: "outliers"
4930     whiskerwidth: 0
4931   layout:
4932     title: ""  # No title
4933     layout: "plot-throughput"
4934
4935 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4936 -
4937   type: "plot"
4938   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4939   algorithm: "plot_performance_box"
4940   output-file-type: ".html"
4941   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4942   data: "plot-vpp-throughput-latency-3n-hsw"
4943   filter: "'NIC_Intel-XL710' and
4944            '64B' and
4945            ('BASE' or 'SCALE') and
4946            'NDRPDR' and
4947            '1T1C' and
4948            'IP4FWD' and
4949            not 'IPSEC' and
4950            not 'VHOST'"
4951   parameters:
4952   - "throughput"
4953   - "parent"
4954   traces:
4955     hoverinfo: "x+y"
4956     boxpoints: "outliers"
4957     whiskerwidth: 0
4958   layout:
4959     title: ""  # No title
4960     layout: "plot-throughput"
4961
4962 -
4963   type: "plot"
4964   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4965   algorithm: "plot_performance_box"
4966   output-file-type: ".html"
4967   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4968   data: "plot-vpp-throughput-latency-3n-hsw"
4969   filter: "'NIC_Intel-XL710' and
4970            '64B' and
4971            ('BASE' or 'SCALE') and
4972            'NDRPDR' and
4973            '1T1C' and
4974            'IP4FWD' and
4975            not 'IPSEC' and
4976            not 'VHOST'"
4977   parameters:
4978   - "throughput"
4979   - "parent"
4980   traces:
4981     hoverinfo: "x+y"
4982     boxpoints: "outliers"
4983     whiskerwidth: 0
4984   layout:
4985     title: ""  # No title
4986     layout: "plot-throughput"
4987
4988 -
4989   type: "plot"
4990   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4991   algorithm: "plot_performance_box"
4992   output-file-type: ".html"
4993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4994   data: "plot-vpp-throughput-latency-3n-hsw"
4995   filter: "'NIC_Intel-XL710' and
4996            '64B' and
4997            ('BASE' or 'SCALE') and
4998            'NDRPDR' and
4999            '2T2C' and
5000            'IP4FWD' and
5001            not 'IPSEC' and
5002            not 'VHOST'"
5003   parameters:
5004   - "throughput"
5005   - "parent"
5006   traces:
5007     hoverinfo: "x+y"
5008     boxpoints: "outliers"
5009     whiskerwidth: 0
5010   layout:
5011     title: ""  # No title
5012     layout: "plot-throughput"
5013
5014 -
5015   type: "plot"
5016   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5017   algorithm: "plot_performance_box"
5018   output-file-type: ".html"
5019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5020   data: "plot-vpp-throughput-latency-3n-hsw"
5021   filter: "'NIC_Intel-XL710' and
5022            '64B' and
5023            ('BASE' or 'SCALE') and
5024            'NDRPDR' and
5025            '2T2C' and
5026            'IP4FWD' and
5027            not 'IPSEC' and
5028            not 'VHOST'"
5029   parameters:
5030   - "throughput"
5031   - "parent"
5032   traces:
5033     hoverinfo: "x+y"
5034     boxpoints: "outliers"
5035     whiskerwidth: 0
5036   layout:
5037     title: ""  # No title
5038     layout: "plot-throughput"
5039
5040 # Packet Throughput - VPP IPv4 3n-skx-x710
5041 -
5042   type: "plot"
5043   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5044   algorithm: "plot_performance_box"
5045   output-file-type: ".html"
5046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5047   data: "plot-vpp-throughput-latency-3n-skx"
5048   filter: "'NIC_Intel-X710' and
5049            '64B' and
5050            ('BASE' or 'SCALE') and
5051            'NDRPDR' and
5052            '2T1C' and
5053            'IP4FWD' and
5054            not 'IPSEC' and
5055            not 'VHOST'"
5056   parameters:
5057   - "throughput"
5058   - "parent"
5059   traces:
5060     hoverinfo: "x+y"
5061     boxpoints: "outliers"
5062     whiskerwidth: 0
5063   layout:
5064     title: ""  # No title
5065     layout: "plot-throughput"
5066
5067 -
5068   type: "plot"
5069   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5070   algorithm: "plot_performance_box"
5071   output-file-type: ".html"
5072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5073   data: "plot-vpp-throughput-latency-3n-skx"
5074   filter: "'NIC_Intel-X710' and
5075            '64B' and
5076            ('BASE' or 'SCALE') and
5077            'NDRPDR' and
5078            '2T1C' and
5079            'IP4FWD' and
5080            not 'IPSEC' and
5081            not 'VHOST'"
5082   parameters:
5083   - "throughput"
5084   - "parent"
5085   traces:
5086     hoverinfo: "x+y"
5087     boxpoints: "outliers"
5088     whiskerwidth: 0
5089   layout:
5090     title: ""  # No title
5091     layout: "plot-throughput"
5092
5093 -
5094   type: "plot"
5095   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5096   algorithm: "plot_performance_box"
5097   output-file-type: ".html"
5098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5099   data: "plot-vpp-throughput-latency-3n-skx"
5100   filter: "'NIC_Intel-X710' and
5101            '64B' and
5102            ('BASE' or 'SCALE') and
5103            'NDRPDR' and
5104            '4T2C' and
5105            'IP4FWD' and
5106            not 'IPSEC' and
5107            not 'VHOST'"
5108   parameters:
5109   - "throughput"
5110   - "parent"
5111   traces:
5112     hoverinfo: "x+y"
5113     boxpoints: "outliers"
5114     whiskerwidth: 0
5115   layout:
5116     title: ""  # No title
5117     layout: "plot-throughput"
5118
5119 -
5120   type: "plot"
5121   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5122   algorithm: "plot_performance_box"
5123   output-file-type: ".html"
5124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5125   data: "plot-vpp-throughput-latency-3n-skx"
5126   filter: "'NIC_Intel-X710' and
5127            '64B' and
5128            ('BASE' or 'SCALE') and
5129            'NDRPDR' and
5130            '4T2C' and
5131            'IP4FWD' and
5132            not 'IPSEC' and
5133            not 'VHOST'"
5134   parameters:
5135   - "throughput"
5136   - "parent"
5137   traces:
5138     hoverinfo: "x+y"
5139     boxpoints: "outliers"
5140     whiskerwidth: 0
5141   layout:
5142     title: ""  # No title
5143     layout: "plot-throughput"
5144
5145 -
5146   type: "plot"
5147   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5148   algorithm: "plot_performance_box"
5149   output-file-type: ".html"
5150   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5151   data: "plot-vpp-throughput-latency-3n-skx"
5152   filter: "'NIC_Intel-X710' and
5153            '64B' and
5154            'FEATURE' and
5155            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5156            'NDRPDR' and
5157            '2T1C' and
5158            'IP4FWD' and
5159            not 'IPSEC' and
5160            not 'VHOST'"
5161   parameters:
5162   - "throughput"
5163   - "parent"
5164   traces:
5165     hoverinfo: "x+y"
5166     boxpoints: "outliers"
5167     whiskerwidth: 0
5168   layout:
5169     title: ""  # No title
5170     layout: "plot-throughput"
5171
5172 -
5173   type: "plot"
5174   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5175   algorithm: "plot_performance_box"
5176   output-file-type: ".html"
5177   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5178   data: "plot-vpp-throughput-latency-3n-skx"
5179   filter: "'NIC_Intel-X710' and
5180            '64B' and
5181            'FEATURE' and
5182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5183            'NDRPDR' and
5184            '2T1C' and
5185            'IP4FWD' and
5186            not 'IPSEC' and
5187            not 'VHOST'"
5188   parameters:
5189   - "throughput"
5190   - "parent"
5191   traces:
5192     hoverinfo: "x+y"
5193     boxpoints: "outliers"
5194     whiskerwidth: 0
5195   layout:
5196     title: ""  # No title
5197     layout: "plot-throughput"
5198
5199 -
5200   type: "plot"
5201   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5202   algorithm: "plot_performance_box"
5203   output-file-type: ".html"
5204   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5205   data: "plot-vpp-throughput-latency-3n-skx"
5206   filter: "'NIC_Intel-X710' and
5207            '64B' and
5208            'FEATURE' and
5209            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5210            'NDRPDR' and
5211            '4T2C' and
5212            'IP4FWD' and
5213            not 'IPSEC' and
5214            not 'VHOST'"
5215   parameters:
5216   - "throughput"
5217   - "parent"
5218   traces:
5219     hoverinfo: "x+y"
5220     boxpoints: "outliers"
5221     whiskerwidth: 0
5222   layout:
5223     title: ""  # No title
5224     layout: "plot-throughput"
5225
5226 -
5227   type: "plot"
5228   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5229   algorithm: "plot_performance_box"
5230   output-file-type: ".html"
5231   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5232   data: "plot-vpp-throughput-latency-3n-skx"
5233   filter: "'NIC_Intel-X710' and
5234            '64B' and
5235            'FEATURE' and
5236            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5237            'NDRPDR' and
5238            '4T2C' and
5239            'IP4FWD' and
5240            not 'IPSEC' and
5241            not 'VHOST'"
5242   parameters:
5243   - "throughput"
5244   - "parent"
5245   traces:
5246     hoverinfo: "x+y"
5247     boxpoints: "outliers"
5248     whiskerwidth: 0
5249   layout:
5250     title: ""  # No title
5251     layout: "plot-throughput"
5252
5253 # Packet Throughput - VPP IPv4 2n-skx-x710
5254 -
5255   type: "plot"
5256   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5257   algorithm: "plot_performance_box"
5258   output-file-type: ".html"
5259   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5260   data: "plot-vpp-throughput-latency-2n-skx"
5261   filter: "'NIC_Intel-X710' and
5262            '64B' and
5263            ('BASE' or 'SCALE') and
5264            'NDRPDR' and
5265            '2T1C' and
5266            'IP4FWD' and
5267            not 'IPSEC' and
5268            not 'VHOST'"
5269   parameters:
5270   - "throughput"
5271   - "parent"
5272   traces:
5273     hoverinfo: "x+y"
5274     boxpoints: "outliers"
5275     whiskerwidth: 0
5276   layout:
5277     title: ""  # No title
5278     layout: "plot-throughput"
5279
5280 -
5281   type: "plot"
5282   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5283   algorithm: "plot_performance_box"
5284   output-file-type: ".html"
5285   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5286   data: "plot-vpp-throughput-latency-2n-skx"
5287   filter: "'NIC_Intel-X710' and
5288            '64B' and
5289            ('BASE' or 'SCALE') and
5290            'NDRPDR' and
5291            '2T1C' and
5292            'IP4FWD' and
5293            not 'IPSEC' and
5294            not 'VHOST'"
5295   parameters:
5296   - "throughput"
5297   - "parent"
5298   traces:
5299     hoverinfo: "x+y"
5300     boxpoints: "outliers"
5301     whiskerwidth: 0
5302   layout:
5303     title: ""  # No title
5304     layout: "plot-throughput"
5305
5306 -
5307   type: "plot"
5308   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5309   algorithm: "plot_performance_box"
5310   output-file-type: ".html"
5311   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5312   data: "plot-vpp-throughput-latency-2n-skx"
5313   filter: "'NIC_Intel-X710' and
5314            '64B' and
5315            ('BASE' or 'SCALE') and
5316            'NDRPDR' and
5317            '4T2C' and
5318            'IP4FWD' and
5319            not 'IPSEC' and
5320            not 'VHOST'"
5321   parameters:
5322   - "throughput"
5323   - "parent"
5324   traces:
5325     hoverinfo: "x+y"
5326     boxpoints: "outliers"
5327     whiskerwidth: 0
5328   layout:
5329     title: ""  # No title
5330     layout: "plot-throughput"
5331
5332 -
5333   type: "plot"
5334   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5335   algorithm: "plot_performance_box"
5336   output-file-type: ".html"
5337   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5338   data: "plot-vpp-throughput-latency-2n-skx"
5339   filter: "'NIC_Intel-X710' and
5340            '64B' and
5341            ('BASE' or 'SCALE') and
5342            'NDRPDR' and
5343            '4T2C' and
5344            'IP4FWD' and
5345            not 'IPSEC' and
5346            not 'VHOST'"
5347   parameters:
5348   - "throughput"
5349   - "parent"
5350   traces:
5351     hoverinfo: "x+y"
5352     boxpoints: "outliers"
5353     whiskerwidth: 0
5354   layout:
5355     title: ""  # No title
5356     layout: "plot-throughput"
5357
5358 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5359 -
5360   type: "plot"
5361   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5362   algorithm: "plot_performance_box"
5363   output-file-type: ".html"
5364   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5365   data: "plot-vpp-throughput-latency-2n-skx"
5366   filter: "'NIC_Intel-XXV710' and
5367            '64B' and
5368            ('BASE' or 'SCALE') and
5369            'NDRPDR' and
5370            '2T1C' and
5371            'IP4FWD' and
5372            not 'IPSEC' and
5373            not 'VHOST'"
5374   parameters:
5375   - "throughput"
5376   - "parent"
5377   traces:
5378     hoverinfo: "x+y"
5379     boxpoints: "outliers"
5380     whiskerwidth: 0
5381   layout:
5382     title: ""  # No title
5383     layout: "plot-throughput"
5384
5385 -
5386   type: "plot"
5387   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5388   algorithm: "plot_performance_box"
5389   output-file-type: ".html"
5390   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5391   data: "plot-vpp-throughput-latency-2n-skx"
5392   filter: "'NIC_Intel-XXV710' and
5393            '64B' and
5394            ('BASE' or 'SCALE') and
5395            'NDRPDR' and
5396            '2T1C' and
5397            'IP4FWD' and
5398            not 'IPSEC' and
5399            not 'VHOST'"
5400   parameters:
5401   - "throughput"
5402   - "parent"
5403   traces:
5404     hoverinfo: "x+y"
5405     boxpoints: "outliers"
5406     whiskerwidth: 0
5407   layout:
5408     title: ""  # No title
5409     layout: "plot-throughput"
5410
5411 -
5412   type: "plot"
5413   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5414   algorithm: "plot_performance_box"
5415   output-file-type: ".html"
5416   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5417   data: "plot-vpp-throughput-latency-2n-skx"
5418   filter: "'NIC_Intel-XXV710' and
5419            '64B' and
5420            ('BASE' or 'SCALE') and
5421            'NDRPDR' and
5422            '4T2C' and
5423            'IP4FWD' and
5424            not 'IPSEC' and
5425            not 'VHOST'"
5426   parameters:
5427   - "throughput"
5428   - "parent"
5429   traces:
5430     hoverinfo: "x+y"
5431     boxpoints: "outliers"
5432     whiskerwidth: 0
5433   layout:
5434     title: ""  # No title
5435     layout: "plot-throughput"
5436
5437 -
5438   type: "plot"
5439   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5440   algorithm: "plot_performance_box"
5441   output-file-type: ".html"
5442   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5443   data: "plot-vpp-throughput-latency-2n-skx"
5444   filter: "'NIC_Intel-XXV710' and
5445            '64B' and
5446            ('BASE' or 'SCALE') and
5447            'NDRPDR' and
5448            '4T2C' and
5449            'IP4FWD' and
5450            not 'IPSEC' and
5451            not 'VHOST'"
5452   parameters:
5453   - "throughput"
5454   - "parent"
5455   traces:
5456     hoverinfo: "x+y"
5457     boxpoints: "outliers"
5458     whiskerwidth: 0
5459   layout:
5460     title: ""  # No title
5461     layout: "plot-throughput"
5462
5463 ################################################################################
5464
5465 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5466 -
5467   type: "plot"
5468   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5469   algorithm: "plot_performance_box"
5470   output-file-type: ".html"
5471   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5472   data: "plot-vpp-throughput-latency-3n-hsw"
5473   filter: "'NIC_Intel-X520-DA2' and
5474            '64B' and
5475            'ENCAP' and
5476            'NDRPDR' and
5477            '1T1C' and
5478            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5479            not 'VHOST' and
5480            not 'IPSECHW'"
5481   parameters:
5482   - "throughput"
5483   - "parent"
5484   traces:
5485     hoverinfo: "x+y"
5486     boxpoints: "outliers"
5487     whiskerwidth: 0
5488   layout:
5489     title: ""  # No title
5490     layout: "plot-throughput"
5491
5492 -
5493   type: "plot"
5494   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5495   algorithm: "plot_performance_box"
5496   output-file-type: ".html"
5497   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5498   data: "plot-vpp-throughput-latency-3n-hsw"
5499   filter: "'NIC_Intel-X520-DA2' and
5500            '64B' and
5501            'ENCAP' and
5502            'NDRPDR' and
5503            '1T1C' and
5504            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5505            not 'VHOST' and
5506            not 'IPSECHW'"
5507   parameters:
5508   - "throughput"
5509   - "parent"
5510   traces:
5511     hoverinfo: "x+y"
5512     boxpoints: "outliers"
5513     whiskerwidth: 0
5514   layout:
5515     title: ""  # No title
5516     layout: "plot-throughput"
5517
5518 -
5519   type: "plot"
5520   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5521   algorithm: "plot_performance_box"
5522   output-file-type: ".html"
5523   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5524   data: "plot-vpp-throughput-latency-3n-hsw"
5525   filter: "'NIC_Intel-X520-DA2' and
5526            '64B' and
5527            'ENCAP' and
5528            'NDRPDR' and
5529            '2T2C' and
5530            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5531            not 'VHOST' and
5532            not 'IPSECHW'"
5533   parameters:
5534   - "throughput"
5535   - "parent"
5536   traces:
5537     hoverinfo: "x+y"
5538     boxpoints: "outliers"
5539     whiskerwidth: 0
5540   layout:
5541     title: ""  # No title
5542     layout: "plot-throughput"
5543
5544 -
5545   type: "plot"
5546   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5547   algorithm: "plot_performance_box"
5548   output-file-type: ".html"
5549   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5550   data: "plot-vpp-throughput-latency-3n-hsw"
5551   filter: "'NIC_Intel-X520-DA2' and
5552            '64B' and
5553            'ENCAP' and
5554            'NDRPDR' and
5555            '2T2C' and
5556            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5557            not 'VHOST' and
5558            not 'IPSECHW'"
5559   parameters:
5560   - "throughput"
5561   - "parent"
5562   traces:
5563     hoverinfo: "x+y"
5564     boxpoints: "outliers"
5565     whiskerwidth: 0
5566   layout:
5567     title: ""  # No title
5568     layout: "plot-throughput"
5569
5570 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5571 -
5572   type: "plot"
5573   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5574   algorithm: "plot_performance_box"
5575   output-file-type: ".html"
5576   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5577   data: "plot-vpp-throughput-latency-3n-hsw"
5578   filter: "'NIC_Intel-X710' and
5579            '64B' and
5580            'ENCAP' and
5581            'NDRPDR' and
5582            '1T1C' and
5583            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5584            not 'VHOST' and
5585            not 'IPSECHW'"
5586   parameters:
5587   - "throughput"
5588   - "parent"
5589   traces:
5590     hoverinfo: "x+y"
5591     boxpoints: "outliers"
5592     whiskerwidth: 0
5593   layout:
5594     title: ""  # No title
5595     layout: "plot-throughput"
5596
5597 -
5598   type: "plot"
5599   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5600   algorithm: "plot_performance_box"
5601   output-file-type: ".html"
5602   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5603   data: "plot-vpp-throughput-latency-3n-hsw"
5604   filter: "'NIC_Intel-X710' and
5605            '64B' and
5606            'ENCAP' and
5607            'NDRPDR' and
5608            '1T1C' and
5609            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5610            not 'VHOST' and
5611            not 'IPSECHW'"
5612   parameters:
5613   - "throughput"
5614   - "parent"
5615   traces:
5616     hoverinfo: "x+y"
5617     boxpoints: "outliers"
5618     whiskerwidth: 0
5619   layout:
5620     title: ""  # No title
5621     layout: "plot-throughput"
5622
5623 -
5624   type: "plot"
5625   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5626   algorithm: "plot_performance_box"
5627   output-file-type: ".html"
5628   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5629   data: "plot-vpp-throughput-latency-3n-hsw"
5630   filter: "'NIC_Intel-X710' and
5631            '64B' and
5632            'ENCAP' and
5633            'NDRPDR' and
5634            '2T2C' and
5635            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5636            not 'VHOST' and
5637            not 'IPSECHW'"
5638   parameters:
5639   - "throughput"
5640   - "parent"
5641   traces:
5642     hoverinfo: "x+y"
5643     boxpoints: "outliers"
5644     whiskerwidth: 0
5645   layout:
5646     title: ""  # No title
5647     layout: "plot-throughput"
5648
5649 -
5650   type: "plot"
5651   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5652   algorithm: "plot_performance_box"
5653   output-file-type: ".html"
5654   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5655   data: "plot-vpp-throughput-latency-3n-hsw"
5656   filter: "'NIC_Intel-X710' and
5657            '64B' and
5658            'ENCAP' and
5659            'NDRPDR' and
5660            '2T2C' and
5661            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5662            not 'VHOST' and
5663            not 'IPSECHW'"
5664   parameters:
5665   - "throughput"
5666   - "parent"
5667   traces:
5668     hoverinfo: "x+y"
5669     boxpoints: "outliers"
5670     whiskerwidth: 0
5671   layout:
5672     title: ""  # No title
5673     layout: "plot-throughput"
5674
5675 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5676 -
5677   type: "plot"
5678   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5679   algorithm: "plot_performance_box"
5680   output-file-type: ".html"
5681   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5682   data: "plot-vpp-throughput-latency-3n-skx"
5683   filter: "'NIC_Intel-X710' and
5684            '64B' and
5685            'ENCAP' and
5686            'NDRPDR' and
5687            '2T1C' and
5688            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5689            not 'VHOST' and
5690            not 'IPSECHW'"
5691   parameters:
5692   - "throughput"
5693   - "parent"
5694   traces:
5695     hoverinfo: "x+y"
5696     boxpoints: "outliers"
5697     whiskerwidth: 0
5698   layout:
5699     title: ""  # No title
5700     layout: "plot-throughput"
5701
5702 -
5703   type: "plot"
5704   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5705   algorithm: "plot_performance_box"
5706   output-file-type: ".html"
5707   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5708   data: "plot-vpp-throughput-latency-3n-skx"
5709   filter: "'NIC_Intel-X710' and
5710            '64B' and
5711            'ENCAP' and
5712            'NDRPDR' and
5713            '2T1C' and
5714            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5715            not 'VHOST' and
5716            not 'IPSECHW'"
5717   parameters:
5718   - "throughput"
5719   - "parent"
5720   traces:
5721     hoverinfo: "x+y"
5722     boxpoints: "outliers"
5723     whiskerwidth: 0
5724   layout:
5725     title: ""  # No title
5726     layout: "plot-throughput"
5727
5728 -
5729   type: "plot"
5730   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5731   algorithm: "plot_performance_box"
5732   output-file-type: ".html"
5733   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5734   data: "plot-vpp-throughput-latency-3n-skx"
5735   filter: "'NIC_Intel-X710' and
5736            '64B' and
5737            'ENCAP' and
5738            'NDRPDR' and
5739            '4T2C' and
5740            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5741            not 'VHOST' and
5742            not 'IPSECHW'"
5743   parameters:
5744   - "throughput"
5745   - "parent"
5746   traces:
5747     hoverinfo: "x+y"
5748     boxpoints: "outliers"
5749     whiskerwidth: 0
5750   layout:
5751     title: ""  # No title
5752     layout: "plot-throughput"
5753
5754 -
5755   type: "plot"
5756   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5757   algorithm: "plot_performance_box"
5758   output-file-type: ".html"
5759   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5760   data: "plot-vpp-throughput-latency-3n-skx"
5761   filter: "'NIC_Intel-X710' and
5762            '64B' and
5763            'ENCAP' and
5764            'NDRPDR' and
5765            '4T2C' and
5766            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5767            not 'VHOST' and
5768            not 'IPSECHW'"
5769   parameters:
5770   - "throughput"
5771   - "parent"
5772   traces:
5773     hoverinfo: "x+y"
5774     boxpoints: "outliers"
5775     whiskerwidth: 0
5776   layout:
5777     title: ""  # No title
5778     layout: "plot-throughput"
5779
5780 ################################################################################
5781
5782 # Packet Throughput - VPP IPv6 3n-hsw-x520
5783 -
5784   type: "plot"
5785   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5786   algorithm: "plot_performance_box"
5787   output-file-type: ".html"
5788   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5789   data: "plot-vpp-throughput-latency-3n-hsw"
5790   filter: "'NIC_Intel-X520-DA2' and
5791            '78B' and
5792            ('BASE' or 'SCALE') and
5793            'NDRPDR' and
5794            '1T1C' and
5795            'IP6FWD' and
5796            not 'SRv6' and
5797            not 'IPSEC' and
5798            not 'VHOST'"
5799   parameters:
5800   - "throughput"
5801   - "parent"
5802   traces:
5803     hoverinfo: "x+y"
5804     boxpoints: "outliers"
5805     whiskerwidth: 0
5806   layout:
5807     title: ""  # No title
5808     layout: "plot-throughput"
5809
5810 -
5811   type: "plot"
5812   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5813   algorithm: "plot_performance_box"
5814   output-file-type: ".html"
5815   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5816   data: "plot-vpp-throughput-latency-3n-hsw"
5817   filter: "'NIC_Intel-X520-DA2' and
5818            '78B' and
5819            ('BASE' or 'SCALE') and
5820            'NDRPDR' and
5821            '1T1C' and
5822            'IP6FWD' and
5823            not 'SRv6' and
5824            not 'IPSEC' and
5825            not 'VHOST'"
5826   parameters:
5827   - "throughput"
5828   - "parent"
5829   traces:
5830     hoverinfo: "x+y"
5831     boxpoints: "outliers"
5832     whiskerwidth: 0
5833   layout:
5834     title: ""  # No title
5835     layout: "plot-throughput"
5836
5837 -
5838   type: "plot"
5839   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5840   algorithm: "plot_performance_box"
5841   output-file-type: ".html"
5842   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5843   data: "plot-vpp-throughput-latency-3n-hsw"
5844   filter: "'NIC_Intel-X520-DA2' and
5845            '78B' and
5846            ('BASE' or 'SCALE') and
5847            'NDRPDR' and
5848            '2T2C' and
5849            'IP6FWD' and
5850            not 'SRv6' and
5851            not 'IPSEC' and
5852            not 'VHOST'"
5853   parameters:
5854   - "throughput"
5855   - "parent"
5856   traces:
5857     hoverinfo: "x+y"
5858     boxpoints: "outliers"
5859     whiskerwidth: 0
5860   layout:
5861     title: ""  # No title
5862     layout: "plot-throughput"
5863
5864 -
5865   type: "plot"
5866   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5867   algorithm: "plot_performance_box"
5868   output-file-type: ".html"
5869   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5870   data: "plot-vpp-throughput-latency-3n-hsw"
5871   filter: "'NIC_Intel-X520-DA2' and
5872            '78B' and
5873            ('BASE' or 'SCALE') and
5874            'NDRPDR' and
5875            '2T2C' and
5876            'IP6FWD' and
5877            not 'SRv6' and
5878            not 'IPSEC' and
5879            not 'VHOST'"
5880   parameters:
5881   - "throughput"
5882   - "parent"
5883   traces:
5884     hoverinfo: "x+y"
5885     boxpoints: "outliers"
5886     whiskerwidth: 0
5887   layout:
5888     title: ""  # No title
5889     layout: "plot-throughput"
5890
5891 # Packet Throughput - VPP IPv6 3n-hsw-x710
5892 -
5893   type: "plot"
5894   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5895   algorithm: "plot_performance_box"
5896   output-file-type: ".html"
5897   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5898   data: "plot-vpp-throughput-latency-3n-hsw"
5899   filter: "'NIC_Intel-X710' and
5900            '78B' and
5901            ('BASE' or 'SCALE') and
5902            'NDRPDR' and
5903            '1T1C' and
5904            'IP6FWD' and
5905            not 'SRv6' and
5906            not 'IPSEC' and
5907            not 'VHOST'"
5908   parameters:
5909   - "throughput"
5910   - "parent"
5911   traces:
5912     hoverinfo: "x+y"
5913     boxpoints: "outliers"
5914     whiskerwidth: 0
5915   layout:
5916     title: ""  # No title
5917     layout: "plot-throughput"
5918
5919 -
5920   type: "plot"
5921   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5922   algorithm: "plot_performance_box"
5923   output-file-type: ".html"
5924   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5925   data: "plot-vpp-throughput-latency-3n-hsw"
5926   filter: "'NIC_Intel-X710' and
5927            '78B' and
5928            ('BASE' or 'SCALE') and
5929            'NDRPDR' and
5930            '1T1C' and
5931            'IP6FWD' and
5932            not 'SRv6' and
5933            not 'IPSEC' and
5934            not 'VHOST'"
5935   parameters:
5936   - "throughput"
5937   - "parent"
5938   traces:
5939     hoverinfo: "x+y"
5940     boxpoints: "outliers"
5941     whiskerwidth: 0
5942   layout:
5943     title: ""  # No title
5944     layout: "plot-throughput"
5945
5946 -
5947   type: "plot"
5948   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5949   algorithm: "plot_performance_box"
5950   output-file-type: ".html"
5951   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5952   data: "plot-vpp-throughput-latency-3n-hsw"
5953   filter: "'NIC_Intel-X710' and
5954            '78B' and
5955            ('BASE' or 'SCALE') and
5956            'NDRPDR' and
5957            '2T2C' and
5958            'IP6FWD' and
5959            not 'SRv6' and
5960            not 'IPSEC' and
5961            not 'VHOST'"
5962   parameters:
5963   - "throughput"
5964   - "parent"
5965   traces:
5966     hoverinfo: "x+y"
5967     boxpoints: "outliers"
5968     whiskerwidth: 0
5969   layout:
5970     title: ""  # No title
5971     layout: "plot-throughput"
5972
5973 -
5974   type: "plot"
5975   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5976   algorithm: "plot_performance_box"
5977   output-file-type: ".html"
5978   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5979   data: "plot-vpp-throughput-latency-3n-hsw"
5980   filter: "'NIC_Intel-X710' and
5981            '78B' and
5982            ('BASE' or 'SCALE') and
5983            'NDRPDR' and
5984            '2T2C' and
5985            'IP6FWD' and
5986            not 'SRv6' and
5987            not 'IPSEC' and
5988            not 'VHOST'"
5989   parameters:
5990   - "throughput"
5991   - "parent"
5992   traces:
5993     hoverinfo: "x+y"
5994     boxpoints: "outliers"
5995     whiskerwidth: 0
5996   layout:
5997     title: ""  # No title
5998     layout: "plot-throughput"
5999
6000 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6001 -
6002   type: "plot"
6003   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6004   algorithm: "plot_performance_box"
6005   output-file-type: ".html"
6006   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6007   data: "plot-vpp-throughput-latency-3n-hsw"
6008   filter: "'NIC_Intel-XL710' and
6009            '78B' and
6010            ('BASE' or 'SCALE') and
6011            'NDRPDR' and
6012            '1T1C' and
6013            'IP6FWD' and
6014            not 'SRv6' and
6015            not 'IPSEC' and
6016            not 'VHOST'"
6017   parameters:
6018   - "throughput"
6019   - "parent"
6020   traces:
6021     hoverinfo: "x+y"
6022     boxpoints: "outliers"
6023     whiskerwidth: 0
6024   layout:
6025     title: ""  # No title
6026     layout: "plot-throughput"
6027
6028 -
6029   type: "plot"
6030   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6031   algorithm: "plot_performance_box"
6032   output-file-type: ".html"
6033   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6034   data: "plot-vpp-throughput-latency-3n-hsw"
6035   filter: "'NIC_Intel-XL710' and
6036            '78B' and
6037            ('BASE' or 'SCALE') and
6038            'NDRPDR' and
6039            '1T1C' and
6040            'IP6FWD' and
6041            not 'SRv6' and
6042            not 'IPSEC' and
6043            not 'VHOST'"
6044   parameters:
6045   - "throughput"
6046   - "parent"
6047   traces:
6048     hoverinfo: "x+y"
6049     boxpoints: "outliers"
6050     whiskerwidth: 0
6051   layout:
6052     title: ""  # No title
6053     layout: "plot-throughput"
6054
6055 -
6056   type: "plot"
6057   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6058   algorithm: "plot_performance_box"
6059   output-file-type: ".html"
6060   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6061   data: "plot-vpp-throughput-latency-3n-hsw"
6062   filter: "'NIC_Intel-XL710' and
6063            '78B' and
6064            ('BASE' or 'SCALE') and
6065            'NDRPDR' and
6066            '2T2C' and
6067            'IP6FWD' and
6068            not 'SRv6' and
6069            not 'IPSEC' and
6070            not 'VHOST'"
6071   parameters:
6072   - "throughput"
6073   - "parent"
6074   traces:
6075     hoverinfo: "x+y"
6076     boxpoints: "outliers"
6077     whiskerwidth: 0
6078   layout:
6079     title: ""  # No title
6080     layout: "plot-throughput"
6081
6082 -
6083   type: "plot"
6084   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6085   algorithm: "plot_performance_box"
6086   output-file-type: ".html"
6087   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6088   data: "plot-vpp-throughput-latency-3n-hsw"
6089   filter: "'NIC_Intel-XL710' and
6090            '78B' and
6091            ('BASE' or 'SCALE') and
6092            'NDRPDR' and
6093            '2T2C' and
6094            'IP6FWD' and
6095            not 'SRv6' and
6096            not 'IPSEC' and
6097            not 'VHOST'"
6098   parameters:
6099   - "throughput"
6100   - "parent"
6101   traces:
6102     hoverinfo: "x+y"
6103     boxpoints: "outliers"
6104     whiskerwidth: 0
6105   layout:
6106     title: ""  # No title
6107     layout: "plot-throughput"
6108
6109 # Packet Throughput - VPP IPv6 3n-skx-x710
6110 -
6111   type: "plot"
6112   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6113   algorithm: "plot_performance_box"
6114   output-file-type: ".html"
6115   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6116   data: "plot-vpp-throughput-latency-3n-skx"
6117   filter: "'NIC_Intel-X710' and
6118            '78B' and
6119            ('BASE' or 'SCALE') and
6120            'NDRPDR' and
6121            '2T1C' and
6122            'IP6FWD' and
6123            not 'SRv6' and
6124            not 'IPSEC' and
6125            not 'VHOST'"
6126   parameters:
6127   - "throughput"
6128   - "parent"
6129   traces:
6130     hoverinfo: "x+y"
6131     boxpoints: "outliers"
6132     whiskerwidth: 0
6133   layout:
6134     title: ""  # No title
6135     layout: "plot-throughput"
6136
6137 -
6138   type: "plot"
6139   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6140   algorithm: "plot_performance_box"
6141   output-file-type: ".html"
6142   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6143   data: "plot-vpp-throughput-latency-3n-skx"
6144   filter: "'NIC_Intel-X710' and
6145            '78B' and
6146            ('BASE' or 'SCALE') and
6147            'NDRPDR' and
6148            '2T1C' and
6149            'IP6FWD' and
6150            not 'SRv6' and
6151            not 'IPSEC' and
6152            not 'VHOST'"
6153   parameters:
6154   - "throughput"
6155   - "parent"
6156   traces:
6157     hoverinfo: "x+y"
6158     boxpoints: "outliers"
6159     whiskerwidth: 0
6160   layout:
6161     title: ""  # No title
6162     layout: "plot-throughput"
6163
6164 -
6165   type: "plot"
6166   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6167   algorithm: "plot_performance_box"
6168   output-file-type: ".html"
6169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6170   data: "plot-vpp-throughput-latency-3n-skx"
6171   filter: "'NIC_Intel-X710' and
6172            '78B' and
6173            ('BASE' or 'SCALE') and
6174            'NDRPDR' and
6175            '4T2C' and
6176            'IP6FWD' and
6177            not 'SRv6' and
6178            not 'IPSEC' and
6179            not 'VHOST'"
6180   parameters:
6181   - "throughput"
6182   - "parent"
6183   traces:
6184     hoverinfo: "x+y"
6185     boxpoints: "outliers"
6186     whiskerwidth: 0
6187   layout:
6188     title: ""  # No title
6189     layout: "plot-throughput"
6190
6191 -
6192   type: "plot"
6193   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6194   algorithm: "plot_performance_box"
6195   output-file-type: ".html"
6196   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6197   data: "plot-vpp-throughput-latency-3n-skx"
6198   filter: "'NIC_Intel-X710' and
6199            '78B' and
6200            ('BASE' or 'SCALE') and
6201            'NDRPDR' and
6202            '4T2C' and
6203            'IP6FWD' and
6204            not 'SRv6' and
6205            not 'IPSEC' and
6206            not 'VHOST'"
6207   parameters:
6208   - "throughput"
6209   - "parent"
6210   traces:
6211     hoverinfo: "x+y"
6212     boxpoints: "outliers"
6213     whiskerwidth: 0
6214   layout:
6215     title: ""  # No title
6216     layout: "plot-throughput"
6217
6218 # Packet Throughput - VPP IPv6 2n-skx-x710
6219 -
6220   type: "plot"
6221   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6222   algorithm: "plot_performance_box"
6223   output-file-type: ".html"
6224   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6225   data: "plot-vpp-throughput-latency-2n-skx"
6226   filter: "'NIC_Intel-X710' and
6227            '78B' and
6228            ('BASE' or 'SCALE') and
6229            'NDRPDR' and
6230            '2T1C' and
6231            'IP6FWD' and
6232            not 'SRv6' and
6233            not 'IPSEC' and
6234            not 'VHOST'"
6235   parameters:
6236   - "throughput"
6237   - "parent"
6238   traces:
6239     hoverinfo: "x+y"
6240     boxpoints: "outliers"
6241     whiskerwidth: 0
6242   layout:
6243     title: ""  # No title
6244     layout: "plot-throughput"
6245
6246 -
6247   type: "plot"
6248   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6249   algorithm: "plot_performance_box"
6250   output-file-type: ".html"
6251   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6252   data: "plot-vpp-throughput-latency-2n-skx"
6253   filter: "'NIC_Intel-X710' and
6254            '78B' and
6255            ('BASE' or 'SCALE') and
6256            'NDRPDR' and
6257            '2T1C' and
6258            'IP6FWD' and
6259            not 'IPSEC' and
6260            not 'VHOST'"
6261   parameters:
6262   - "throughput"
6263   - "parent"
6264   traces:
6265     hoverinfo: "x+y"
6266     boxpoints: "outliers"
6267     whiskerwidth: 0
6268   layout:
6269     title: ""  # No title
6270     layout: "plot-throughput"
6271
6272 -
6273   type: "plot"
6274   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6275   algorithm: "plot_performance_box"
6276   output-file-type: ".html"
6277   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6278   data: "plot-vpp-throughput-latency-2n-skx"
6279   filter: "'NIC_Intel-X710' and
6280            '78B' and
6281            ('BASE' or 'SCALE') and
6282            'NDRPDR' and
6283            '4T2C' and
6284            'IP6FWD' and
6285            not 'SRv6' and
6286            not 'IPSEC' and
6287            not 'VHOST'"
6288   parameters:
6289   - "throughput"
6290   - "parent"
6291   traces:
6292     hoverinfo: "x+y"
6293     boxpoints: "outliers"
6294     whiskerwidth: 0
6295   layout:
6296     title: ""  # No title
6297     layout: "plot-throughput"
6298
6299 -
6300   type: "plot"
6301   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6302   algorithm: "plot_performance_box"
6303   output-file-type: ".html"
6304   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6305   data: "plot-vpp-throughput-latency-2n-skx"
6306   filter: "'NIC_Intel-X710' and
6307            '78B' and
6308            ('BASE' or 'SCALE') and
6309            'NDRPDR' and
6310            '4T2C' and
6311            'IP6FWD' and
6312            not 'SRv6' and
6313            not 'IPSEC' and
6314            not 'VHOST'"
6315   parameters:
6316   - "throughput"
6317   - "parent"
6318   traces:
6319     hoverinfo: "x+y"
6320     boxpoints: "outliers"
6321     whiskerwidth: 0
6322   layout:
6323     title: ""  # No title
6324     layout: "plot-throughput"
6325
6326 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6327 -
6328   type: "plot"
6329   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6330   algorithm: "plot_performance_box"
6331   output-file-type: ".html"
6332   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6333   data: "plot-vpp-throughput-latency-2n-skx"
6334   filter: "'NIC_Intel-XXV710' and
6335            '78B' and
6336            ('BASE' or 'SCALE') and
6337            'NDRPDR' and
6338            '2T1C' and
6339            'IP6FWD' and
6340            not 'SRv6' and
6341            not 'IPSEC' and
6342            not 'VHOST'"
6343   parameters:
6344   - "throughput"
6345   - "parent"
6346   traces:
6347     hoverinfo: "x+y"
6348     boxpoints: "outliers"
6349     whiskerwidth: 0
6350   layout:
6351     title: ""  # No title
6352     layout: "plot-throughput"
6353
6354 -
6355   type: "plot"
6356   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6357   algorithm: "plot_performance_box"
6358   output-file-type: ".html"
6359   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6360   data: "plot-vpp-throughput-latency-2n-skx"
6361   filter: "'NIC_Intel-XXV710' and
6362            '78B' and
6363            ('BASE' or 'SCALE') and
6364            'NDRPDR' and
6365            '2T1C' and
6366            'IP6FWD' and
6367            not 'SRv6' and
6368            not 'IPSEC' and
6369            not 'VHOST'"
6370   parameters:
6371   - "throughput"
6372   - "parent"
6373   traces:
6374     hoverinfo: "x+y"
6375     boxpoints: "outliers"
6376     whiskerwidth: 0
6377   layout:
6378     title: ""  # No title
6379     layout: "plot-throughput"
6380
6381 -
6382   type: "plot"
6383   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6384   algorithm: "plot_performance_box"
6385   output-file-type: ".html"
6386   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6387   data: "plot-vpp-throughput-latency-2n-skx"
6388   filter: "'NIC_Intel-XXV710' and
6389            '78B' and
6390            ('BASE' or 'SCALE') and
6391            'NDRPDR' and
6392            '4T2C' and
6393            'IP6FWD' and
6394            not 'SRv6' and
6395            not 'IPSEC' and
6396            not 'VHOST'"
6397   parameters:
6398   - "throughput"
6399   - "parent"
6400   traces:
6401     hoverinfo: "x+y"
6402     boxpoints: "outliers"
6403     whiskerwidth: 0
6404   layout:
6405     title: ""  # No title
6406     layout: "plot-throughput"
6407
6408 -
6409   type: "plot"
6410   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6411   algorithm: "plot_performance_box"
6412   output-file-type: ".html"
6413   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6414   data: "plot-vpp-throughput-latency-2n-skx"
6415   filter: "'NIC_Intel-XXV710' and
6416            '78B' and
6417            ('BASE' or 'SCALE') and
6418            'NDRPDR' and
6419            '4T2C' and
6420            'IP6FWD' and
6421            not 'SRv6' and
6422            not 'IPSEC' and
6423            not 'VHOST'"
6424   parameters:
6425   - "throughput"
6426   - "parent"
6427   traces:
6428     hoverinfo: "x+y"
6429     boxpoints: "outliers"
6430     whiskerwidth: 0
6431   layout:
6432     title: ""  # No title
6433     layout: "plot-throughput"
6434
6435 ################################################################################
6436
6437 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6438 -
6439   type: "plot"
6440   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6441   algorithm: "plot_performance_box"
6442   output-file-type: ".html"
6443   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6444   data: "plot-vpp-throughput-latency-3n-hsw"
6445   filter: "'NIC_Intel-X520-DA2' and
6446            '78B' and
6447            'ENCAP' and
6448            'NDRPDR' and
6449            '1T1C' and
6450            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6451            not 'VHOST'"
6452   parameters:
6453   - "throughput"
6454   - "parent"
6455   traces:
6456     hoverinfo: "x+y"
6457     boxpoints: "outliers"
6458     whiskerwidth: 0
6459   layout:
6460     title: ""  # No title
6461     layout: "plot-throughput"
6462
6463 -
6464   type: "plot"
6465   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6466   algorithm: "plot_performance_box"
6467   output-file-type: ".html"
6468   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6469   data: "plot-vpp-throughput-latency-3n-hsw"
6470   filter: "'NIC_Intel-X520-DA2' and
6471            '78B' and
6472            'ENCAP' and
6473            'NDRPDR' and
6474            '1T1C' and
6475            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6476            not 'VHOST'"
6477   parameters:
6478   - "throughput"
6479   - "parent"
6480   traces:
6481     hoverinfo: "x+y"
6482     boxpoints: "outliers"
6483     whiskerwidth: 0
6484   layout:
6485     title: ""  # No title
6486     layout: "plot-throughput"
6487
6488 -
6489   type: "plot"
6490   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6491   algorithm: "plot_performance_box"
6492   output-file-type: ".html"
6493   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6494   data: "plot-vpp-throughput-latency-3n-hsw"
6495   filter: "'NIC_Intel-X520-DA2' and
6496            '78B' and
6497            'ENCAP' and
6498            'NDRPDR' and
6499            '2T2C' and
6500            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6501            not 'VHOST'"
6502   parameters:
6503   - "throughput"
6504   - "parent"
6505   traces:
6506     hoverinfo: "x+y"
6507     boxpoints: "outliers"
6508     whiskerwidth: 0
6509   layout:
6510     title: ""  # No title
6511     layout: "plot-throughput"
6512
6513 -
6514   type: "plot"
6515   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6516   algorithm: "plot_performance_box"
6517   output-file-type: ".html"
6518   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6519   data: "plot-vpp-throughput-latency-3n-hsw"
6520   filter: "'NIC_Intel-X520-DA2' and
6521            '78B' and
6522            'ENCAP' and
6523            'NDRPDR' and
6524            '2T2C' and
6525            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6526            not 'VHOST'"
6527   parameters:
6528   - "throughput"
6529   - "parent"
6530   traces:
6531     hoverinfo: "x+y"
6532     boxpoints: "outliers"
6533     whiskerwidth: 0
6534   layout:
6535     title: ""  # No title
6536     layout: "plot-throughput"
6537
6538 ################################################################################
6539
6540 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6541 -
6542   type: "plot"
6543   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6544   algorithm: "plot_performance_box"
6545   output-file-type: ".html"
6546   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6547   data: "plot-vpp-throughput-latency-3n-hsw"
6548   filter: "'NIC_Intel-XL710' and
6549            '64B' and
6550            'IP4FWD' and
6551            'NDRPDR' and
6552            '1T1C' and
6553            'IPSECHW' and
6554            ('IPSECTRAN' or 'IPSECTUN') and
6555            not 'VHOST'"
6556   parameters:
6557   - "throughput"
6558   - "parent"
6559   traces:
6560     hoverinfo: "x+y"
6561     boxpoints: "outliers"
6562     whiskerwidth: 0
6563   layout:
6564     title: ""  # No title
6565     layout: "plot-throughput"
6566
6567 -
6568   type: "plot"
6569   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6570   algorithm: "plot_performance_box"
6571   output-file-type: ".html"
6572   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6573   data: "plot-vpp-throughput-latency-3n-hsw"
6574   filter: "'NIC_Intel-XL710' and
6575            '64B' and
6576            'IP4FWD' and
6577            'NDRPDR' and
6578            '1T1C' and
6579            'IPSECHW' and
6580            ('IPSECTRAN' or 'IPSECTUN') and
6581            not 'VHOST'"
6582   parameters:
6583   - "throughput"
6584   - "parent"
6585   traces:
6586     hoverinfo: "x+y"
6587     boxpoints: "outliers"
6588     whiskerwidth: 0
6589   layout:
6590     title: ""  # No title
6591     layout: "plot-throughput"
6592
6593 -
6594   type: "plot"
6595   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6596   algorithm: "plot_performance_box"
6597   output-file-type: ".html"
6598   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6599   data: "plot-vpp-throughput-latency-3n-hsw"
6600   filter: "'NIC_Intel-XL710' and
6601            '64B' and
6602            'IP4FWD' and
6603            'NDRPDR' and
6604            '2T2C' and
6605            'IPSECHW' and
6606            ('IPSECTRAN' or 'IPSECTUN') and
6607            not 'VHOST'"
6608   parameters:
6609   - "throughput"
6610   - "parent"
6611   traces:
6612     hoverinfo: "x+y"
6613     boxpoints: "outliers"
6614     whiskerwidth: 0
6615   layout:
6616     title: ""  # No title
6617     layout: "plot-throughput"
6618
6619 -
6620   type: "plot"
6621   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6622   algorithm: "plot_performance_box"
6623   output-file-type: ".html"
6624   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6625   data: "plot-vpp-throughput-latency-3n-hsw"
6626   filter: "'NIC_Intel-XL710' and
6627            '64B' and
6628            'IP4FWD' and
6629            'NDRPDR' and
6630            '2T2C' and
6631            'IPSECHW' and
6632            ('IPSECTRAN' or 'IPSECTUN') and
6633            not 'VHOST'"
6634   parameters:
6635   - "throughput"
6636   - "parent"
6637   traces:
6638     hoverinfo: "x+y"
6639     boxpoints: "outliers"
6640     whiskerwidth: 0
6641   layout:
6642     title: ""  # No title
6643     layout: "plot-throughput"
6644
6645 ################################################################################
6646
6647 # Packet Throughput - VPP SRv6 3n-hsw-x520
6648 -
6649   type: "plot"
6650   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6651   algorithm: "plot_performance_box"
6652   output-file-type: ".html"
6653   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6654   data: "plot-vpp-throughput-latency-3n-hsw"
6655   filter: "'NIC_Intel-X520-DA2' and
6656            '78B' and
6657            'FEATURE' and
6658            'NDRPDR' and
6659            '1T1C' and
6660            'IP6FWD' and
6661            'SRv6'"
6662   parameters:
6663   - "throughput"
6664   - "parent"
6665   traces:
6666     hoverinfo: "x+y"
6667     boxpoints: "outliers"
6668     whiskerwidth: 0
6669   layout:
6670     title: ""  # No title
6671     layout: "plot-throughput"
6672
6673 -
6674   type: "plot"
6675   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6676   algorithm: "plot_performance_box"
6677   output-file-type: ".html"
6678   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6679   data: "plot-vpp-throughput-latency-3n-hsw"
6680   filter: "'NIC_Intel-X520-DA2' and
6681            '78B' and
6682            'FEATURE' and
6683            'NDRPDR' and
6684            '1T1C' and
6685            'IP6FWD' and
6686            'SRv6'"
6687   parameters:
6688   - "throughput"
6689   - "parent"
6690   traces:
6691     hoverinfo: "x+y"
6692     boxpoints: "outliers"
6693     whiskerwidth: 0
6694   layout:
6695     title: ""  # No title
6696     layout: "plot-throughput"
6697
6698 -
6699   type: "plot"
6700   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6701   algorithm: "plot_performance_box"
6702   output-file-type: ".html"
6703   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6704   data: "plot-vpp-throughput-latency-3n-hsw"
6705   filter: "'NIC_Intel-X520-DA2' and
6706            '78B' and
6707            'FEATURE' and
6708            'NDRPDR' and
6709            '2T2C' and
6710            'IP6FWD' and
6711            'SRv6'"
6712   parameters:
6713   - "throughput"
6714   - "parent"
6715   traces:
6716     hoverinfo: "x+y"
6717     boxpoints: "outliers"
6718     whiskerwidth: 0
6719   layout:
6720     title: ""  # No title
6721     layout: "plot-throughput"
6722
6723 -
6724   type: "plot"
6725   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6726   algorithm: "plot_performance_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6729   data: "plot-vpp-throughput-latency-3n-hsw"
6730   filter: "'NIC_Intel-X520-DA2' and
6731            '78B' and
6732            'FEATURE' and
6733            'NDRPDR' and
6734            '2T2C' and
6735            'IP6FWD' and
6736            'SRv6'"
6737   parameters:
6738   - "throughput"
6739   - "parent"
6740   traces:
6741     hoverinfo: "x+y"
6742     boxpoints: "outliers"
6743     whiskerwidth: 0
6744   layout:
6745     title: ""  # No title
6746     layout: "plot-throughput"
6747
6748 ################################################################################
6749
6750 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6751 -
6752   type: "plot"
6753   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6754   algorithm: "plot_performance_box"
6755   output-file-type: ".html"
6756   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6757   data: "plot-vpp-throughput-latency-3n-hsw"
6758   filter: "'NIC_Intel-X520-DA2' and
6759            '64B' and
6760            'NDRPDR' and
6761            '1T1C' and
6762            'VHOST' and
6763            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6764   parameters:
6765   - "throughput"
6766   - "parent"
6767   traces:
6768     hoverinfo: "x+y"
6769     boxpoints: "outliers"
6770     whiskerwidth: 0
6771   layout:
6772     title: ""  # No title
6773     layout: "plot-throughput"
6774
6775 -
6776   type: "plot"
6777   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6778   algorithm: "plot_performance_box"
6779   output-file-type: ".html"
6780   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6781   data: "plot-vpp-throughput-latency-3n-hsw"
6782   filter: "'NIC_Intel-X520-DA2' and
6783            '64B' and
6784            'NDRPDR' and
6785            '2T2C' and
6786            'VHOST' and
6787            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6788   parameters:
6789   - "throughput"
6790   - "parent"
6791   traces:
6792     hoverinfo: "x+y"
6793     boxpoints: "outliers"
6794     whiskerwidth: 0
6795   layout:
6796     title: ""  # No title
6797     layout: "plot-throughput"
6798
6799 -
6800   type: "plot"
6801   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6802   algorithm: "plot_performance_box"
6803   output-file-type: ".html"
6804   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6805   data: "plot-vpp-throughput-latency-3n-hsw"
6806   filter: "'NIC_Intel-X520-DA2' and
6807            '64B' and
6808            'NDRPDR' and
6809            '1T1C' and
6810            'VHOST' and
6811            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6812   parameters:
6813   - "throughput"
6814   - "parent"
6815   traces:
6816     hoverinfo: "x+y"
6817     boxpoints: "outliers"
6818     whiskerwidth: 0
6819   layout:
6820     title: ""  # No title
6821     layout: "plot-throughput"
6822
6823 -
6824   type: "plot"
6825   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6826   algorithm: "plot_performance_box"
6827   output-file-type: ".html"
6828   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6829   data: "plot-vpp-throughput-latency-3n-hsw"
6830   filter: "'NIC_Intel-X520-DA2' and
6831            '64B' and
6832            'NDRPDR' and
6833            '2T2C' and
6834            'VHOST' and
6835            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6836   parameters:
6837   - "throughput"
6838   - "parent"
6839   traces:
6840     hoverinfo: "x+y"
6841     boxpoints: "outliers"
6842     whiskerwidth: 0
6843   layout:
6844     title: ""  # No title
6845     layout: "plot-throughput"
6846
6847 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6848 -
6849   type: "plot"
6850   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6851   algorithm: "plot_performance_box"
6852   output-file-type: ".html"
6853   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6854   data: "plot-vpp-throughput-latency-3n-hsw"
6855   filter: "'NIC_Intel-X520-DA2' and
6856            '64B' and
6857            'NDRPDR' and
6858            '1T1C' and
6859            'VHOST' and
6860            not 'VXLAN' and
6861            not 'IP4FWD' and
6862            not 'DOT1Q' and
6863            not '2VM'"
6864   parameters:
6865   - "throughput"
6866   - "parent"
6867   traces:
6868     hoverinfo: "x+y"
6869     boxpoints: "outliers"
6870     whiskerwidth: 0
6871   layout:
6872     title: ""  # No title
6873     layout: "plot-throughput"
6874
6875 -
6876   type: "plot"
6877   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6878   algorithm: "plot_performance_box"
6879   output-file-type: ".html"
6880   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6881   data: "plot-vpp-throughput-latency-3n-hsw"
6882   filter: "'NIC_Intel-X520-DA2' and
6883            '64B' and
6884            'NDRPDR' and
6885            '2T2C' and
6886            'VHOST' and
6887            not 'VXLAN' and
6888            not 'IP4FWD' and
6889            not 'DOT1Q' and
6890            not '2VM'"
6891   parameters:
6892   - "throughput"
6893   - "parent"
6894   traces:
6895     hoverinfo: "x+y"
6896     boxpoints: "outliers"
6897     whiskerwidth: 0
6898   layout:
6899     title: ""  # No title
6900     layout: "plot-throughput"
6901
6902 -
6903   type: "plot"
6904   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6905   algorithm: "plot_performance_box"
6906   output-file-type: ".html"
6907   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6908   data: "plot-vpp-throughput-latency-3n-hsw"
6909   filter: "'NIC_Intel-X520-DA2' and
6910            '64B' and
6911            'NDRPDR' and
6912            '1T1C' and
6913            'VHOST' and
6914            not 'VXLAN' and
6915            not 'IP4FWD' and
6916            not 'DOT1Q' and
6917            not '2VM'"
6918   parameters:
6919   - "throughput"
6920   - "parent"
6921   traces:
6922     hoverinfo: "x+y"
6923     boxpoints: "outliers"
6924     whiskerwidth: 0
6925   layout:
6926     title: ""  # No title
6927     layout: "plot-throughput"
6928
6929 -
6930   type: "plot"
6931   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6932   algorithm: "plot_performance_box"
6933   output-file-type: ".html"
6934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6935   data: "plot-vpp-throughput-latency-3n-hsw"
6936   filter: "'NIC_Intel-X520-DA2' and
6937            '64B' and
6938            'NDRPDR' and
6939            '2T2C' and
6940            'VHOST' and
6941            not 'VXLAN' and
6942            not 'IP4FWD' and
6943            not 'DOT1Q' and
6944            not '2VM'"
6945   parameters:
6946   - "throughput"
6947   - "parent"
6948   traces:
6949     hoverinfo: "x+y"
6950     boxpoints: "outliers"
6951     whiskerwidth: 0
6952   layout:
6953     title: ""  # No title
6954     layout: "plot-throughput"
6955
6956 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6957 -
6958   type: "plot"
6959   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6960   algorithm: "plot_performance_box"
6961   output-file-type: ".html"
6962   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6963   data: "plot-vpp-throughput-latency-3n-hsw"
6964   filter: "'NIC_Intel-X710' and
6965            '64B' and
6966            'NDRPDR' and
6967            '1T1C' and
6968            'VHOST' and
6969            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6970   parameters:
6971   - "throughput"
6972   - "parent"
6973   traces:
6974     hoverinfo: "x+y"
6975     boxpoints: "outliers"
6976     whiskerwidth: 0
6977   layout:
6978     title: ""  # No title
6979     layout: "plot-throughput"
6980
6981 -
6982   type: "plot"
6983   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6984   algorithm: "plot_performance_box"
6985   output-file-type: ".html"
6986   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6987   data: "plot-vpp-throughput-latency-3n-hsw"
6988   filter: "'NIC_Intel-X710' and
6989            '64B' and
6990            'NDRPDR' and
6991            '2T2C' and
6992            'VHOST' and
6993            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6994   parameters:
6995   - "throughput"
6996   - "parent"
6997   traces:
6998     hoverinfo: "x+y"
6999     boxpoints: "outliers"
7000     whiskerwidth: 0
7001   layout:
7002     title: ""  # No title
7003     layout: "plot-throughput"
7004
7005 -
7006   type: "plot"
7007   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7008   algorithm: "plot_performance_box"
7009   output-file-type: ".html"
7010   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7011   data: "plot-vpp-throughput-latency-3n-hsw"
7012   filter: "'NIC_Intel-X710' and
7013            '64B' and
7014            'NDRPDR' and
7015            '1T1C' and
7016            'VHOST' and
7017            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7018   parameters:
7019   - "throughput"
7020   - "parent"
7021   traces:
7022     hoverinfo: "x+y"
7023     boxpoints: "outliers"
7024     whiskerwidth: 0
7025   layout:
7026     title: ""  # No title
7027     layout: "plot-throughput"
7028
7029 -
7030   type: "plot"
7031   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7032   algorithm: "plot_performance_box"
7033   output-file-type: ".html"
7034   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7035   data: "plot-vpp-throughput-latency-3n-hsw"
7036   filter: "'NIC_Intel-X710' and
7037            '64B' and
7038            'NDRPDR' and
7039            '2T2C' and
7040            'VHOST' and
7041            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7042   parameters:
7043   - "throughput"
7044   - "parent"
7045   traces:
7046     hoverinfo: "x+y"
7047     boxpoints: "outliers"
7048     whiskerwidth: 0
7049   layout:
7050     title: ""  # No title
7051     layout: "plot-throughput"
7052
7053 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7054 -
7055   type: "plot"
7056   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7057   algorithm: "plot_performance_box"
7058   output-file-type: ".html"
7059   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7060   data: "plot-vpp-throughput-latency-3n-hsw"
7061   filter: "'NIC_Intel-X710' and
7062            '64B' and
7063            'NDRPDR' and
7064            '1T1C' and
7065            'VHOST' and
7066            not 'VXLAN' and
7067            not 'IP4FWD' and
7068            not 'DOT1Q' and
7069            not '2VM'"
7070   parameters:
7071   - "throughput"
7072   - "parent"
7073   traces:
7074     hoverinfo: "x+y"
7075     boxpoints: "outliers"
7076     whiskerwidth: 0
7077   layout:
7078     title: ""  # No title
7079     layout: "plot-throughput"
7080
7081 -
7082   type: "plot"
7083   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7084   algorithm: "plot_performance_box"
7085   output-file-type: ".html"
7086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7087   data: "plot-vpp-throughput-latency-3n-hsw"
7088   filter: "'NIC_Intel-X710' and
7089            '64B' and
7090            'NDRPDR' and
7091            '2T2C' and
7092            'VHOST' and
7093            not 'VXLAN' and
7094            not 'IP4FWD' and
7095            not 'DOT1Q' and
7096            not '2VM'"
7097   parameters:
7098   - "throughput"
7099   - "parent"
7100   traces:
7101     hoverinfo: "x+y"
7102     boxpoints: "outliers"
7103     whiskerwidth: 0
7104   layout:
7105     title: ""  # No title
7106     layout: "plot-throughput"
7107
7108 -
7109   type: "plot"
7110   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7111   algorithm: "plot_performance_box"
7112   output-file-type: ".html"
7113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7114   data: "plot-vpp-throughput-latency-3n-hsw"
7115   filter: "'NIC_Intel-X710' and
7116            '64B' and
7117            'NDRPDR' and
7118            '1T1C' and
7119            'VHOST' and
7120            not 'VXLAN' and
7121            not 'IP4FWD' and
7122            not 'DOT1Q' and
7123            not '2VM'"
7124   parameters:
7125   - "throughput"
7126   - "parent"
7127   traces:
7128     hoverinfo: "x+y"
7129     boxpoints: "outliers"
7130     whiskerwidth: 0
7131   layout:
7132     title: ""  # No title
7133     layout: "plot-throughput"
7134
7135 -
7136   type: "plot"
7137   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7138   algorithm: "plot_performance_box"
7139   output-file-type: ".html"
7140   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7141   data: "plot-vpp-throughput-latency-3n-hsw"
7142   filter: "'NIC_Intel-X710' and
7143            '64B' and
7144            'NDRPDR' and
7145            '2T2C' and
7146            'VHOST' and
7147            not 'VXLAN' and
7148            not 'IP4FWD' and
7149            not 'DOT1Q' and
7150            not '2VM'"
7151   parameters:
7152   - "throughput"
7153   - "parent"
7154   traces:
7155     hoverinfo: "x+y"
7156     boxpoints: "outliers"
7157     whiskerwidth: 0
7158   layout:
7159     title: ""  # No title
7160     layout: "plot-throughput"
7161
7162 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7163 -
7164   type: "plot"
7165   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7166   algorithm: "plot_performance_box"
7167   output-file-type: ".html"
7168   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7169   data: "plot-vpp-throughput-latency-3n-hsw"
7170   filter: "'NIC_Intel-XL710' and
7171            '64B' and
7172            'NDRPDR' and
7173            '1T1C' and
7174            'VHOST' and
7175            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7176   parameters:
7177   - "throughput"
7178   - "parent"
7179   traces:
7180     hoverinfo: "x+y"
7181     boxpoints: "outliers"
7182     whiskerwidth: 0
7183   layout:
7184     title: ""  # No title
7185     layout: "plot-throughput"
7186
7187 -
7188   type: "plot"
7189   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7190   algorithm: "plot_performance_box"
7191   output-file-type: ".html"
7192   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7193   data: "plot-vpp-throughput-latency-3n-hsw"
7194   filter: "'NIC_Intel-XL710' and
7195            '64B' and
7196            'NDRPDR' and
7197            '2T2C' and
7198            'VHOST' and
7199            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7200   parameters:
7201   - "throughput"
7202   - "parent"
7203   traces:
7204     hoverinfo: "x+y"
7205     boxpoints: "outliers"
7206     whiskerwidth: 0
7207   layout:
7208     title: ""  # No title
7209     layout: "plot-throughput"
7210
7211 -
7212   type: "plot"
7213   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7214   algorithm: "plot_performance_box"
7215   output-file-type: ".html"
7216   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7217   data: "plot-vpp-throughput-latency-3n-hsw"
7218   filter: "'NIC_Intel-XL710' and
7219            '64B' and
7220            'NDRPDR' and
7221            '1T1C' and
7222            'VHOST' and
7223            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7224   parameters:
7225   - "throughput"
7226   - "parent"
7227   traces:
7228     hoverinfo: "x+y"
7229     boxpoints: "outliers"
7230     whiskerwidth: 0
7231   layout:
7232     title: ""  # No title
7233     layout: "plot-throughput"
7234
7235 -
7236   type: "plot"
7237   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7238   algorithm: "plot_performance_box"
7239   output-file-type: ".html"
7240   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7241   data: "plot-vpp-throughput-latency-3n-hsw"
7242   filter: "'NIC_Intel-XL710' and
7243            '64B' and
7244            'NDRPDR' and
7245            '2T2C' and
7246            'VHOST' and
7247            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7248   parameters:
7249   - "throughput"
7250   - "parent"
7251   traces:
7252     hoverinfo: "x+y"
7253     boxpoints: "outliers"
7254     whiskerwidth: 0
7255   layout:
7256     title: ""  # No title
7257     layout: "plot-throughput"
7258
7259 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7260 -
7261   type: "plot"
7262   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7263   algorithm: "plot_performance_box"
7264   output-file-type: ".html"
7265   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7266   data: "plot-vpp-throughput-latency-3n-hsw"
7267   filter: "'NIC_Intel-XL710' and
7268            '64B' and
7269            'NDRPDR' and
7270            '1T1C' and
7271            'VHOST' and
7272            not 'VXLAN' and
7273            not 'IP4FWD' and
7274            not 'DOT1Q' and
7275            not '2VM'"
7276   parameters:
7277   - "throughput"
7278   - "parent"
7279   traces:
7280     hoverinfo: "x+y"
7281     boxpoints: "outliers"
7282     whiskerwidth: 0
7283   layout:
7284     title: ""  # No title
7285     layout: "plot-throughput"
7286
7287 -
7288   type: "plot"
7289   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7290   algorithm: "plot_performance_box"
7291   output-file-type: ".html"
7292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7293   data: "plot-vpp-throughput-latency-3n-hsw"
7294   filter: "'NIC_Intel-XL710' and
7295            '64B' and
7296            'NDRPDR' and
7297            '2T2C' and
7298            'VHOST' and
7299            not 'VXLAN' and
7300            not 'IP4FWD' and
7301            not 'DOT1Q' and
7302            not '2VM'"
7303   parameters:
7304   - "throughput"
7305   - "parent"
7306   traces:
7307     hoverinfo: "x+y"
7308     boxpoints: "outliers"
7309     whiskerwidth: 0
7310   layout:
7311     title: ""  # No title
7312     layout: "plot-throughput"
7313
7314 -
7315   type: "plot"
7316   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7317   algorithm: "plot_performance_box"
7318   output-file-type: ".html"
7319   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7320   data: "plot-vpp-throughput-latency-3n-hsw"
7321   filter: "'NIC_Intel-XL710' and
7322            '64B' and
7323            'NDRPDR' and
7324            '1T1C' and
7325            'VHOST' and
7326            not 'VXLAN' and
7327            not 'IP4FWD' and
7328            not 'DOT1Q' and
7329            not '2VM'"
7330   parameters:
7331   - "throughput"
7332   - "parent"
7333   traces:
7334     hoverinfo: "x+y"
7335     boxpoints: "outliers"
7336     whiskerwidth: 0
7337   layout:
7338     title: ""  # No title
7339     layout: "plot-throughput"
7340
7341 -
7342   type: "plot"
7343   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7344   algorithm: "plot_performance_box"
7345   output-file-type: ".html"
7346   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7347   data: "plot-vpp-throughput-latency-3n-hsw"
7348   filter: "'NIC_Intel-XL710' and
7349            '64B' and
7350            'NDRPDR' and
7351            '2T2C' and
7352            'VHOST' and
7353            not 'VXLAN' and
7354            not 'IP4FWD' and
7355            not 'DOT1Q' and
7356            not '2VM'"
7357   parameters:
7358   - "throughput"
7359   - "parent"
7360   traces:
7361     hoverinfo: "x+y"
7362     boxpoints: "outliers"
7363     whiskerwidth: 0
7364   layout:
7365     title: ""  # No title
7366     layout: "plot-throughput"
7367
7368 ################################################################################
7369
7370 # Packet Throughput - VPP VTS 3n-hsw-x520
7371 -
7372   type: "plot"
7373   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7374   algorithm: "plot_performance_box"
7375   output-file-type: ".html"
7376   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7377   data: "plot-vpp-throughput-latency-3n-hsw"
7378   filter: "'NIC_Intel-X520-DA2' and
7379            '114B' and
7380            'NDRPDR' and
7381            '1T1C' and
7382            'VTS'"
7383   parameters:
7384   - "throughput"
7385   - "parent"
7386   traces:
7387     hoverinfo: "x+y"
7388     boxpoints: "outliers"
7389     whiskerwidth: 0
7390   layout:
7391     title: ""  # No title
7392     layout: "plot-throughput"
7393
7394 -
7395   type: "plot"
7396   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7397   algorithm: "plot_performance_box"
7398   output-file-type: ".html"
7399   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7400   data: "plot-vpp-throughput-latency-3n-hsw"
7401   filter: "'NIC_Intel-X520-DA2' and
7402            '114B' and
7403            'NDRPDR' and
7404            '2T2C' and
7405            'VTS'"
7406   parameters:
7407   - "throughput"
7408   - "parent"
7409   traces:
7410     hoverinfo: "x+y"
7411     boxpoints: "outliers"
7412     whiskerwidth: 0
7413   layout:
7414     title: ""  # No title
7415     layout: "plot-throughput"
7416
7417 -
7418   type: "plot"
7419   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7420   algorithm: "plot_performance_box"
7421   output-file-type: ".html"
7422   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7423   data: "plot-vpp-throughput-latency-3n-hsw"
7424   filter: "'NIC_Intel-X520-DA2' and
7425            '114B' and
7426            'NDRPDR' and
7427            '1T1C' and
7428            'VTS'"
7429   parameters:
7430   - "throughput"
7431   - "parent"
7432   traces:
7433     hoverinfo: "x+y"
7434     boxpoints: "outliers"
7435     whiskerwidth: 0
7436   layout:
7437     title: ""  # No title
7438     layout: "plot-throughput"
7439
7440 -
7441   type: "plot"
7442   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7443   algorithm: "plot_performance_box"
7444   output-file-type: ".html"
7445   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7446   data: "plot-vpp-throughput-latency-3n-hsw"
7447   filter: "'NIC_Intel-X520-DA2' and
7448            '114B' and
7449            'NDRPDR' and
7450            '2T2C' and
7451            'VTS'"
7452   parameters:
7453   - "throughput"
7454   - "parent"
7455   traces:
7456     hoverinfo: "x+y"
7457     boxpoints: "outliers"
7458     whiskerwidth: 0
7459   layout:
7460     title: ""  # No title
7461     layout: "plot-throughput"
7462
7463 ################################################################################
7464
7465 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7466 -
7467   type: "plot"
7468   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7469   algorithm: "plot_performance_box"
7470   output-file-type: ".html"
7471   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7472   data: "plot-dpdk-throughput-latency-3n-hsw"
7473   filter: "'NIC_Intel-X520-DA2' and
7474            '64B' and
7475            'BASE' and
7476            'NDRPDR' and
7477            '1T1C' and
7478            'IP4FWD'"
7479   parameters:
7480   - "throughput"
7481   - "parent"
7482   traces:
7483     hoverinfo: "x+y"
7484     boxpoints: "outliers"
7485     whiskerwidth: 0
7486   layout:
7487     title: ""  # No title
7488     layout: "plot-throughput"
7489
7490 -
7491   type: "plot"
7492   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7493   algorithm: "plot_performance_box"
7494   output-file-type: ".html"
7495   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7496   data: "plot-dpdk-throughput-latency-3n-hsw"
7497   filter: "'NIC_Intel-X520-DA2' and
7498            '64B' and
7499            'BASE' and
7500            'NDRPDR' and
7501            '2T2C' and
7502            'IP4FWD'"
7503   parameters:
7504   - "throughput"
7505   - "parent"
7506   traces:
7507     hoverinfo: "x+y"
7508     boxpoints: "outliers"
7509     whiskerwidth: 0
7510   layout:
7511     title: ""  # No title
7512     layout: "plot-throughput"
7513
7514 -
7515   type: "plot"
7516   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7517   algorithm: "plot_performance_box"
7518   output-file-type: ".html"
7519   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7520   data: "plot-dpdk-throughput-latency-3n-hsw"
7521   filter: "'NIC_Intel-X520-DA2' and
7522            '64B' and
7523            'BASE' and
7524            'NDRPDR' and
7525            '1T1C' and
7526            'IP4FWD'"
7527   parameters:
7528   - "throughput"
7529   - "parent"
7530   traces:
7531     hoverinfo: "x+y"
7532     boxpoints: "outliers"
7533     whiskerwidth: 0
7534   layout:
7535     title: ""  # No title
7536     layout: "plot-throughput"
7537
7538 -
7539   type: "plot"
7540   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7541   algorithm: "plot_performance_box"
7542   output-file-type: ".html"
7543   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7544   data: "plot-dpdk-throughput-latency-3n-hsw"
7545   filter: "'NIC_Intel-X520-DA2' and
7546            '64B' and
7547            'BASE' and
7548            'NDRPDR' and
7549            '2T2C' and
7550            'IP4FWD'"
7551   parameters:
7552   - "throughput"
7553   - "parent"
7554   traces:
7555     hoverinfo: "x+y"
7556     boxpoints: "outliers"
7557     whiskerwidth: 0
7558   layout:
7559     title: ""  # No title
7560     layout: "plot-throughput"
7561
7562 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7563 -
7564   type: "plot"
7565   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7566   algorithm: "plot_performance_box"
7567   output-file-type: ".html"
7568   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7569   data: "plot-dpdk-throughput-latency-3n-hsw"
7570   filter: "'NIC_Intel-X710' and
7571            '64B' and
7572            'BASE' and
7573            'NDRPDR' and
7574            '1T1C' and
7575            'IP4FWD'"
7576   parameters:
7577   - "throughput"
7578   - "parent"
7579   traces:
7580     hoverinfo: "x+y"
7581     boxpoints: "outliers"
7582     whiskerwidth: 0
7583   layout:
7584     title: ""  # No title
7585     layout: "plot-throughput"
7586
7587 -
7588   type: "plot"
7589   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7590   algorithm: "plot_performance_box"
7591   output-file-type: ".html"
7592   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7593   data: "plot-dpdk-throughput-latency-3n-hsw"
7594   filter: "'NIC_Intel-X710' and
7595            '64B' and
7596            'BASE' and
7597            'NDRPDR' and
7598            '2T2C' and
7599            'IP4FWD'"
7600   parameters:
7601   - "throughput"
7602   - "parent"
7603   traces:
7604     hoverinfo: "x+y"
7605     boxpoints: "outliers"
7606     whiskerwidth: 0
7607   layout:
7608     title: ""  # No title
7609     layout: "plot-throughput"
7610
7611 -
7612   type: "plot"
7613   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7614   algorithm: "plot_performance_box"
7615   output-file-type: ".html"
7616   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7617   data: "plot-dpdk-throughput-latency-3n-hsw"
7618   filter: "'NIC_Intel-X710' and
7619            '64B' and
7620            'BASE' and
7621            'NDRPDR' and
7622            '1T1C' and
7623            'IP4FWD'"
7624   parameters:
7625   - "throughput"
7626   - "parent"
7627   traces:
7628     hoverinfo: "x+y"
7629     boxpoints: "outliers"
7630     whiskerwidth: 0
7631   layout:
7632     title: ""  # No title
7633     layout: "plot-throughput"
7634
7635 -
7636   type: "plot"
7637   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7638   algorithm: "plot_performance_box"
7639   output-file-type: ".html"
7640   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7641   data: "plot-dpdk-throughput-latency-3n-hsw"
7642   filter: "'NIC_Intel-X710' and
7643            '64B' and
7644            'BASE' and
7645            'NDRPDR' and
7646            '2T2C' and
7647            'IP4FWD'"
7648   parameters:
7649   - "throughput"
7650   - "parent"
7651   traces:
7652     hoverinfo: "x+y"
7653     boxpoints: "outliers"
7654     whiskerwidth: 0
7655   layout:
7656     title: ""  # No title
7657     layout: "plot-throughput"
7658
7659 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7660 -
7661   type: "plot"
7662   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7663   algorithm: "plot_performance_box"
7664   output-file-type: ".html"
7665   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7666   data: "plot-dpdk-throughput-latency-3n-hsw"
7667   filter: "'NIC_Intel-XL710' and
7668            '64B' and
7669            'BASE' and
7670            'NDRPDR' and
7671            '1T1C' and
7672            'IP4FWD'"
7673   parameters:
7674   - "throughput"
7675   - "parent"
7676   traces:
7677     hoverinfo: "x+y"
7678     boxpoints: "outliers"
7679     whiskerwidth: 0
7680   layout:
7681     title: ""  # No title
7682     layout: "plot-throughput"
7683
7684 -
7685   type: "plot"
7686   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7687   algorithm: "plot_performance_box"
7688   output-file-type: ".html"
7689   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7690   data: "plot-dpdk-throughput-latency-3n-hsw"
7691   filter: "'NIC_Intel-XL710' and
7692            '64B' and
7693            'BASE' and
7694            'NDRPDR' and
7695            '2T2C' and
7696            'IP4FWD'"
7697   parameters:
7698   - "throughput"
7699   - "parent"
7700   traces:
7701     hoverinfo: "x+y"
7702     boxpoints: "outliers"
7703     whiskerwidth: 0
7704   layout:
7705     title: ""  # No title
7706     layout: "plot-throughput"
7707
7708 -
7709   type: "plot"
7710   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7711   algorithm: "plot_performance_box"
7712   output-file-type: ".html"
7713   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7714   data: "plot-dpdk-throughput-latency-3n-hsw"
7715   filter: "'NIC_Intel-XL710' and
7716            '64B' and
7717            'BASE' and
7718            'NDRPDR' and
7719            '1T1C' and
7720            'IP4FWD'"
7721   parameters:
7722   - "throughput"
7723   - "parent"
7724   traces:
7725     hoverinfo: "x+y"
7726     boxpoints: "outliers"
7727     whiskerwidth: 0
7728   layout:
7729     title: ""  # No title
7730     layout: "plot-throughput"
7731
7732 -
7733   type: "plot"
7734   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7735   algorithm: "plot_performance_box"
7736   output-file-type: ".html"
7737   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7738   data: "plot-dpdk-throughput-latency-3n-hsw"
7739   filter: "'NIC_Intel-XL710' and
7740            '64B' and
7741            'BASE' and
7742            'NDRPDR' and
7743            '2T2C' and
7744            'IP4FWD'"
7745   parameters:
7746   - "throughput"
7747   - "parent"
7748   traces:
7749     hoverinfo: "x+y"
7750     boxpoints: "outliers"
7751     whiskerwidth: 0
7752   layout:
7753     title: ""  # No title
7754     layout: "plot-throughput"
7755
7756 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7757 -
7758   type: "plot"
7759   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7760   algorithm: "plot_performance_box"
7761   output-file-type: ".html"
7762   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7763   data: "plot-dpdk-throughput-latency-3n-skx"
7764   filter: "'NIC_Intel-X710' and
7765            '64B' and
7766            'BASE' and
7767            'NDRPDR' and
7768            '2T1C' and
7769            'IP4FWD'"
7770   parameters:
7771   - "throughput"
7772   - "parent"
7773   traces:
7774     hoverinfo: "x+y"
7775     boxpoints: "outliers"
7776     whiskerwidth: 0
7777   layout:
7778     title: ""  # No title
7779     layout: "plot-throughput"
7780
7781 -
7782   type: "plot"
7783   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7784   algorithm: "plot_performance_box"
7785   output-file-type: ".html"
7786   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7787   data: "plot-dpdk-throughput-latency-3n-skx"
7788   filter: "'NIC_Intel-X710' and
7789            '64B' and
7790            'BASE' and
7791            'NDRPDR' and
7792            '4T2C' and
7793            'IP4FWD'"
7794   parameters:
7795   - "throughput"
7796   - "parent"
7797   traces:
7798     hoverinfo: "x+y"
7799     boxpoints: "outliers"
7800     whiskerwidth: 0
7801   layout:
7802     title: ""  # No title
7803     layout: "plot-throughput"
7804
7805 -
7806   type: "plot"
7807   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7808   algorithm: "plot_performance_box"
7809   output-file-type: ".html"
7810   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7811   data: "plot-dpdk-throughput-latency-3n-skx"
7812   filter: "'NIC_Intel-X710' and
7813            '64B' and
7814            'BASE' and
7815            'NDRPDR' and
7816            '2T1C' and
7817            'IP4FWD'"
7818   parameters:
7819   - "throughput"
7820   - "parent"
7821   traces:
7822     hoverinfo: "x+y"
7823     boxpoints: "outliers"
7824     whiskerwidth: 0
7825   layout:
7826     title: ""  # No title
7827     layout: "plot-throughput"
7828
7829 -
7830   type: "plot"
7831   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7832   algorithm: "plot_performance_box"
7833   output-file-type: ".html"
7834   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7835   data: "plot-dpdk-throughput-latency-3n-skx"
7836   filter: "'NIC_Intel-X710' and
7837            '64B' and
7838            'BASE' and
7839            'NDRPDR' and
7840            '4T2C' and
7841            'IP4FWD'"
7842   parameters:
7843   - "throughput"
7844   - "parent"
7845   traces:
7846     hoverinfo: "x+y"
7847     boxpoints: "outliers"
7848     whiskerwidth: 0
7849   layout:
7850     title: ""  # No title
7851     layout: "plot-throughput"
7852
7853 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7854 -
7855   type: "plot"
7856   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7857   algorithm: "plot_performance_box"
7858   output-file-type: ".html"
7859   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7860   data: "plot-dpdk-throughput-latency-3n-skx"
7861   filter: "'NIC_Intel-XXV710' and
7862            '64B' and
7863            'BASE' and
7864            'NDRPDR' and
7865            '2T1C' and
7866            'IP4FWD'"
7867   parameters:
7868   - "throughput"
7869   - "parent"
7870   traces:
7871     hoverinfo: "x+y"
7872     boxpoints: "outliers"
7873     whiskerwidth: 0
7874   layout:
7875     title: ""  # No title
7876     layout: "plot-throughput"
7877
7878 -
7879   type: "plot"
7880   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7881   algorithm: "plot_performance_box"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7884   data: "plot-dpdk-throughput-latency-3n-skx"
7885   filter: "'NIC_Intel-XXV710' and
7886            '64B' and
7887            'BASE' and
7888            'NDRPDR' and
7889            '4T2C' and
7890            'IP4FWD'"
7891   parameters:
7892   - "throughput"
7893   - "parent"
7894   traces:
7895     hoverinfo: "x+y"
7896     boxpoints: "outliers"
7897     whiskerwidth: 0
7898   layout:
7899     title: ""  # No title
7900     layout: "plot-throughput"
7901
7902 -
7903   type: "plot"
7904   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7905   algorithm: "plot_performance_box"
7906   output-file-type: ".html"
7907   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7908   data: "plot-dpdk-throughput-latency-3n-skx"
7909   filter: "'NIC_Intel-XXV710' and
7910            '64B' and
7911            'BASE' and
7912            'NDRPDR' and
7913            '2T1C' and
7914            'IP4FWD'"
7915   parameters:
7916   - "throughput"
7917   - "parent"
7918   traces:
7919     hoverinfo: "x+y"
7920     boxpoints: "outliers"
7921     whiskerwidth: 0
7922   layout:
7923     title: ""  # No title
7924     layout: "plot-throughput"
7925
7926 -
7927   type: "plot"
7928   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7929   algorithm: "plot_performance_box"
7930   output-file-type: ".html"
7931   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7932   data: "plot-dpdk-throughput-latency-3n-skx"
7933   filter: "'NIC_Intel-XXV710' and
7934            '64B' and
7935            'BASE' and
7936            'NDRPDR' and
7937            '4T2C' and
7938            'IP4FWD'"
7939   parameters:
7940   - "throughput"
7941   - "parent"
7942   traces:
7943     hoverinfo: "x+y"
7944     boxpoints: "outliers"
7945     whiskerwidth: 0
7946   layout:
7947     title: ""  # No title
7948     layout: "plot-throughput"
7949
7950 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7951 -
7952   type: "plot"
7953   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7954   algorithm: "plot_performance_box"
7955   output-file-type: ".html"
7956   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7957   data: "plot-dpdk-throughput-latency-2n-skx"
7958   filter: "'NIC_Intel-X710' and
7959            '64B' and
7960            'BASE' and
7961            'NDRPDR' and
7962            '2T1C' and
7963            'IP4FWD'"
7964   parameters:
7965   - "throughput"
7966   - "parent"
7967   traces:
7968     hoverinfo: "x+y"
7969     boxpoints: "outliers"
7970     whiskerwidth: 0
7971   layout:
7972     title: ""  # No title
7973     layout: "plot-throughput"
7974
7975 -
7976   type: "plot"
7977   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7978   algorithm: "plot_performance_box"
7979   output-file-type: ".html"
7980   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7981   data: "plot-dpdk-throughput-latency-2n-skx"
7982   filter: "'NIC_Intel-X710' and
7983            '64B' and
7984            'BASE' and
7985            'NDRPDR' and
7986            '4T2C' and
7987            'IP4FWD'"
7988   parameters:
7989   - "throughput"
7990   - "parent"
7991   traces:
7992     hoverinfo: "x+y"
7993     boxpoints: "outliers"
7994     whiskerwidth: 0
7995   layout:
7996     title: ""  # No title
7997     layout: "plot-throughput"
7998
7999 -
8000   type: "plot"
8001   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8002   algorithm: "plot_performance_box"
8003   output-file-type: ".html"
8004   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8005   data: "plot-dpdk-throughput-latency-2n-skx"
8006   filter: "'NIC_Intel-X710' and
8007            '64B' and
8008            'BASE' and
8009            'NDRPDR' and
8010            '2T1C' and
8011            'IP4FWD'"
8012   parameters:
8013   - "throughput"
8014   - "parent"
8015   traces:
8016     hoverinfo: "x+y"
8017     boxpoints: "outliers"
8018     whiskerwidth: 0
8019   layout:
8020     title: ""  # No title
8021     layout: "plot-throughput"
8022
8023 -
8024   type: "plot"
8025   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8026   algorithm: "plot_performance_box"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8029   data: "plot-dpdk-throughput-latency-2n-skx"
8030   filter: "'NIC_Intel-X710' and
8031            '64B' and
8032            'BASE' and
8033            'NDRPDR' and
8034            '4T2C' and
8035            'IP4FWD'"
8036   parameters:
8037   - "throughput"
8038   - "parent"
8039   traces:
8040     hoverinfo: "x+y"
8041     boxpoints: "outliers"
8042     whiskerwidth: 0
8043   layout:
8044     title: ""  # No title
8045     layout: "plot-throughput"
8046
8047 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8048 -
8049   type: "plot"
8050   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8051   algorithm: "plot_performance_box"
8052   output-file-type: ".html"
8053   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8054   data: "plot-dpdk-throughput-latency-2n-skx"
8055   filter: "'NIC_Intel-XXV710' and
8056            '64B' and
8057            'BASE' and
8058            'NDRPDR' and
8059            '2T1C' and
8060            'IP4FWD'"
8061   parameters:
8062   - "throughput"
8063   - "parent"
8064   traces:
8065     hoverinfo: "x+y"
8066     boxpoints: "outliers"
8067     whiskerwidth: 0
8068   layout:
8069     title: ""  # No title
8070     layout: "plot-throughput"
8071
8072 -
8073   type: "plot"
8074   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8075   algorithm: "plot_performance_box"
8076   output-file-type: ".html"
8077   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8078   data: "plot-dpdk-throughput-latency-2n-skx"
8079   filter: "'NIC_Intel-XXV710' and
8080            '64B' and
8081            'BASE' and
8082            'NDRPDR' and
8083            '4T2C' and
8084            'IP4FWD'"
8085   parameters:
8086   - "throughput"
8087   - "parent"
8088   traces:
8089     hoverinfo: "x+y"
8090     boxpoints: "outliers"
8091     whiskerwidth: 0
8092   layout:
8093     title: ""  # No title
8094     layout: "plot-throughput"
8095
8096 -
8097   type: "plot"
8098   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8099   algorithm: "plot_performance_box"
8100   output-file-type: ".html"
8101   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8102   data: "plot-dpdk-throughput-latency-2n-skx"
8103   filter: "'NIC_Intel-XXV710' and
8104            '64B' and
8105            'BASE' and
8106            'NDRPDR' and
8107            '2T1C' and
8108            'IP4FWD'"
8109   parameters:
8110   - "throughput"
8111   - "parent"
8112   traces:
8113     hoverinfo: "x+y"
8114     boxpoints: "outliers"
8115     whiskerwidth: 0
8116   layout:
8117     title: ""  # No title
8118     layout: "plot-throughput"
8119
8120 -
8121   type: "plot"
8122   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8123   algorithm: "plot_performance_box"
8124   output-file-type: ".html"
8125   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8126   data: "plot-dpdk-throughput-latency-2n-skx"
8127   filter: "'NIC_Intel-XXV710' and
8128            '64B' and
8129            'BASE' and
8130            'NDRPDR' and
8131            '4T2C' and
8132            'IP4FWD'"
8133   parameters:
8134   - "throughput"
8135   - "parent"
8136   traces:
8137     hoverinfo: "x+y"
8138     boxpoints: "outliers"
8139     whiskerwidth: 0
8140   layout:
8141     title: ""  # No title
8142     layout: "plot-throughput"
8143
8144 ################################################################################
8145
8146 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8147 -
8148   type: "plot"
8149   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8150   algorithm: "plot_performance_box"
8151   output-file-type: ".html"
8152   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8153   data: "plot-dpdk-throughput-latency-3n-hsw"
8154   filter: "'NIC_Intel-X520-DA2' and
8155            '64B' and
8156            'BASE' and
8157            'NDRPDR' and
8158            '1T1C' and
8159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8160   parameters:
8161   - "throughput"
8162   - "parent"
8163   traces:
8164     hoverinfo: "x+y"
8165     boxpoints: "outliers"
8166     whiskerwidth: 0
8167   layout:
8168     title: ""  # No title
8169     layout: "plot-throughput"
8170
8171 -
8172   type: "plot"
8173   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8174   algorithm: "plot_performance_box"
8175   output-file-type: ".html"
8176   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8177   data: "plot-dpdk-throughput-latency-3n-hsw"
8178   filter: "'NIC_Intel-X520-DA2' and
8179            '64B' and
8180            'BASE' and
8181            'NDRPDR' and
8182            '2T2C' and
8183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8184   parameters:
8185   - "throughput"
8186   - "parent"
8187   traces:
8188     hoverinfo: "x+y"
8189     boxpoints: "outliers"
8190     whiskerwidth: 0
8191   layout:
8192     title: ""  # No title
8193     layout: "plot-throughput"
8194
8195 -
8196   type: "plot"
8197   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8198   algorithm: "plot_performance_box"
8199   output-file-type: ".html"
8200   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8201   data: "plot-dpdk-throughput-latency-3n-hsw"
8202   filter: "'NIC_Intel-X520-DA2' and
8203            '64B' and
8204            'BASE' and
8205            'NDRPDR' and
8206            '1T1C' and
8207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8208   parameters:
8209   - "throughput"
8210   - "parent"
8211   traces:
8212     hoverinfo: "x+y"
8213     boxpoints: "outliers"
8214     whiskerwidth: 0
8215   layout:
8216     title: ""  # No title
8217     layout: "plot-throughput"
8218
8219 -
8220   type: "plot"
8221   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8222   algorithm: "plot_performance_box"
8223   output-file-type: ".html"
8224   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8225   data: "plot-dpdk-throughput-latency-3n-hsw"
8226   filter: "'NIC_Intel-X520-DA2' and
8227            '64B' and
8228            'BASE' and
8229            'NDRPDR' and
8230            '2T2C' and
8231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8232   parameters:
8233   - "throughput"
8234   - "parent"
8235   traces:
8236     hoverinfo: "x+y"
8237     boxpoints: "outliers"
8238     whiskerwidth: 0
8239   layout:
8240     title: ""  # No title
8241     layout: "plot-throughput"
8242
8243 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8244 -
8245   type: "plot"
8246   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8247   algorithm: "plot_performance_box"
8248   output-file-type: ".html"
8249   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8250   data: "plot-dpdk-throughput-latency-3n-hsw"
8251   filter: "'NIC_Intel-X710' and
8252            '64B' and
8253            'BASE' and
8254            'NDRPDR' and
8255            '1T1C' and
8256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8257   parameters:
8258   - "throughput"
8259   - "parent"
8260   traces:
8261     hoverinfo: "x+y"
8262     boxpoints: "outliers"
8263     whiskerwidth: 0
8264   layout:
8265     title: ""  # No title
8266     layout: "plot-throughput"
8267
8268 -
8269   type: "plot"
8270   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8271   algorithm: "plot_performance_box"
8272   output-file-type: ".html"
8273   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8274   data: "plot-dpdk-throughput-latency-3n-hsw"
8275   filter: "'NIC_Intel-X710' and
8276            '64B' and
8277            'BASE' and
8278            'NDRPDR' and
8279            '2T2C' and
8280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8281   parameters:
8282   - "throughput"
8283   - "parent"
8284   traces:
8285     hoverinfo: "x+y"
8286     boxpoints: "outliers"
8287     whiskerwidth: 0
8288   layout:
8289     title: ""  # No title
8290     layout: "plot-throughput"
8291
8292 -
8293   type: "plot"
8294   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8295   algorithm: "plot_performance_box"
8296   output-file-type: ".html"
8297   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8298   data: "plot-dpdk-throughput-latency-3n-hsw"
8299   filter: "'NIC_Intel-X710' and
8300            '64B' and
8301            'BASE' and
8302            'NDRPDR' and
8303            '1T1C' and
8304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8305   parameters:
8306   - "throughput"
8307   - "parent"
8308   traces:
8309     hoverinfo: "x+y"
8310     boxpoints: "outliers"
8311     whiskerwidth: 0
8312   layout:
8313     title: ""  # No title
8314     layout: "plot-throughput"
8315
8316 -
8317   type: "plot"
8318   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8319   algorithm: "plot_performance_box"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8322   data: "plot-dpdk-throughput-latency-3n-hsw"
8323   filter: "'NIC_Intel-X710' and
8324            '64B' and
8325            'BASE' and
8326            'NDRPDR' and
8327            '2T2C' and
8328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8329   parameters:
8330   - "throughput"
8331   - "parent"
8332   traces:
8333     hoverinfo: "x+y"
8334     boxpoints: "outliers"
8335     whiskerwidth: 0
8336   layout:
8337     title: ""  # No title
8338     layout: "plot-throughput"
8339
8340 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8341 -
8342   type: "plot"
8343   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8344   algorithm: "plot_performance_box"
8345   output-file-type: ".html"
8346   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8347   data: "plot-dpdk-throughput-latency-3n-hsw"
8348   filter: "'NIC_Intel-XL710' and
8349            '64B' and
8350            'BASE' and
8351            'NDRPDR' and
8352            '1T1C' and
8353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8354   parameters:
8355   - "throughput"
8356   - "parent"
8357   traces:
8358     hoverinfo: "x+y"
8359     boxpoints: "outliers"
8360     whiskerwidth: 0
8361   layout:
8362     title: ""  # No title
8363     layout: "plot-throughput"
8364
8365 -
8366   type: "plot"
8367   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8368   algorithm: "plot_performance_box"
8369   output-file-type: ".html"
8370   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8371   data: "plot-dpdk-throughput-latency-3n-hsw"
8372   filter: "'NIC_Intel-XL710' and
8373            '64B' and
8374            'BASE' and
8375            'NDRPDR' and
8376            '2T2C' and
8377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8378   parameters:
8379   - "throughput"
8380   - "parent"
8381   traces:
8382     hoverinfo: "x+y"
8383     boxpoints: "outliers"
8384     whiskerwidth: 0
8385   layout:
8386     title: ""  # No title
8387     layout: "plot-throughput"
8388
8389 -
8390   type: "plot"
8391   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8392   algorithm: "plot_performance_box"
8393   output-file-type: ".html"
8394   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8395   data: "plot-dpdk-throughput-latency-3n-hsw"
8396   filter: "'NIC_Intel-XL710' and
8397            '64B' and
8398            'BASE' and
8399            'NDRPDR' and
8400            '1T1C' and
8401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8402   parameters:
8403   - "throughput"
8404   - "parent"
8405   traces:
8406     hoverinfo: "x+y"
8407     boxpoints: "outliers"
8408     whiskerwidth: 0
8409   layout:
8410     title: ""  # No title
8411     layout: "plot-throughput"
8412
8413 -
8414   type: "plot"
8415   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8416   algorithm: "plot_performance_box"
8417   output-file-type: ".html"
8418   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8419   data: "plot-dpdk-throughput-latency-3n-hsw"
8420   filter: "'NIC_Intel-XL710' and
8421            '64B' and
8422            'BASE' and
8423            'NDRPDR' and
8424            '2T2C' and
8425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8426   parameters:
8427   - "throughput"
8428   - "parent"
8429   traces:
8430     hoverinfo: "x+y"
8431     boxpoints: "outliers"
8432     whiskerwidth: 0
8433   layout:
8434     title: ""  # No title
8435     layout: "plot-throughput"
8436
8437 # Packet Throughput - DPDK testpmd 3n-skx-x710
8438 -
8439   type: "plot"
8440   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8441   algorithm: "plot_performance_box"
8442   output-file-type: ".html"
8443   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8444   data: "plot-dpdk-throughput-latency-3n-skx"
8445   filter: "'NIC_Intel-X710' and
8446            '64B' and
8447            'BASE' and
8448            'NDRPDR' and
8449            '2T1C' and
8450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8451   parameters:
8452   - "throughput"
8453   - "parent"
8454   traces:
8455     hoverinfo: "x+y"
8456     boxpoints: "outliers"
8457     whiskerwidth: 0
8458   layout:
8459     title: ""  # No title
8460     layout: "plot-throughput"
8461
8462 -
8463   type: "plot"
8464   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8465   algorithm: "plot_performance_box"
8466   output-file-type: ".html"
8467   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8468   data: "plot-dpdk-throughput-latency-3n-skx"
8469   filter: "'NIC_Intel-X710' and
8470            '64B' and
8471            'BASE' and
8472            'NDRPDR' and
8473            '4T2C' and
8474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8475   parameters:
8476   - "throughput"
8477   - "parent"
8478   traces:
8479     hoverinfo: "x+y"
8480     boxpoints: "outliers"
8481     whiskerwidth: 0
8482   layout:
8483     title: ""  # No title
8484     layout: "plot-throughput"
8485
8486 -
8487   type: "plot"
8488   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8489   algorithm: "plot_performance_box"
8490   output-file-type: ".html"
8491   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8492   data: "plot-dpdk-throughput-latency-3n-skx"
8493   filter: "'NIC_Intel-X710' and
8494            '64B' and
8495            'BASE' and
8496            'NDRPDR' and
8497            '2T1C' and
8498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8499   parameters:
8500   - "throughput"
8501   - "parent"
8502   traces:
8503     hoverinfo: "x+y"
8504     boxpoints: "outliers"
8505     whiskerwidth: 0
8506   layout:
8507     title: ""  # No title
8508     layout: "plot-throughput"
8509
8510 -
8511   type: "plot"
8512   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8513   algorithm: "plot_performance_box"
8514   output-file-type: ".html"
8515   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8516   data: "plot-dpdk-throughput-latency-3n-skx"
8517   filter: "'NIC_Intel-X710' and
8518            '64B' and
8519            'BASE' and
8520            'NDRPDR' and
8521            '4T2C' and
8522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8523   parameters:
8524   - "throughput"
8525   - "parent"
8526   traces:
8527     hoverinfo: "x+y"
8528     boxpoints: "outliers"
8529     whiskerwidth: 0
8530   layout:
8531     title: ""  # No title
8532     layout: "plot-throughput"
8533
8534 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8535 -
8536   type: "plot"
8537   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8538   algorithm: "plot_performance_box"
8539   output-file-type: ".html"
8540   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8541   data: "plot-dpdk-throughput-latency-3n-skx"
8542   filter: "'NIC_Intel-XXV710' and
8543            '64B' and
8544            'BASE' and
8545            'NDRPDR' and
8546            '2T1C' and
8547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8548   parameters:
8549   - "throughput"
8550   - "parent"
8551   traces:
8552     hoverinfo: "x+y"
8553     boxpoints: "outliers"
8554     whiskerwidth: 0
8555   layout:
8556     title: ""  # No title
8557     layout: "plot-throughput"
8558
8559 -
8560   type: "plot"
8561   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8562   algorithm: "plot_performance_box"
8563   output-file-type: ".html"
8564   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8565   data: "plot-dpdk-throughput-latency-3n-skx"
8566   filter: "'NIC_Intel-XXV710' and
8567            '64B' and
8568            'BASE' and
8569            'NDRPDR' and
8570            '4T2C' and
8571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8572   parameters:
8573   - "throughput"
8574   - "parent"
8575   traces:
8576     hoverinfo: "x+y"
8577     boxpoints: "outliers"
8578     whiskerwidth: 0
8579   layout:
8580     title: ""  # No title
8581     layout: "plot-throughput"
8582
8583 -
8584   type: "plot"
8585   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8586   algorithm: "plot_performance_box"
8587   output-file-type: ".html"
8588   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8589   data: "plot-dpdk-throughput-latency-3n-skx"
8590   filter: "'NIC_Intel-XXV710' and
8591            '64B' and
8592            'BASE' and
8593            'NDRPDR' and
8594            '2T1C' and
8595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8596   parameters:
8597   - "throughput"
8598   - "parent"
8599   traces:
8600     hoverinfo: "x+y"
8601     boxpoints: "outliers"
8602     whiskerwidth: 0
8603   layout:
8604     title: ""  # No title
8605     layout: "plot-throughput"
8606
8607 -
8608   type: "plot"
8609   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8610   algorithm: "plot_performance_box"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8613   data: "plot-dpdk-throughput-latency-3n-skx"
8614   filter: "'NIC_Intel-XXV710' and
8615            '64B' and
8616            'BASE' and
8617            'NDRPDR' and
8618            '4T2C' and
8619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8620   parameters:
8621   - "throughput"
8622   - "parent"
8623   traces:
8624     hoverinfo: "x+y"
8625     boxpoints: "outliers"
8626     whiskerwidth: 0
8627   layout:
8628     title: ""  # No title
8629     layout: "plot-throughput"
8630
8631 # Packet Throughput - DPDK testpmd 2n-skx-x710
8632 -
8633   type: "plot"
8634   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8635   algorithm: "plot_performance_box"
8636   output-file-type: ".html"
8637   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8638   data: "plot-dpdk-throughput-latency-2n-skx"
8639   filter: "'NIC_Intel-X710' and
8640            '64B' and
8641            'BASE' and
8642            'NDRPDR' and
8643            '2T1C' and
8644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8645   parameters:
8646   - "throughput"
8647   - "parent"
8648   traces:
8649     hoverinfo: "x+y"
8650     boxpoints: "outliers"
8651     whiskerwidth: 0
8652   layout:
8653     title: ""  # No title
8654     layout: "plot-throughput"
8655
8656 -
8657   type: "plot"
8658   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8659   algorithm: "plot_performance_box"
8660   output-file-type: ".html"
8661   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8662   data: "plot-dpdk-throughput-latency-2n-skx"
8663   filter: "'NIC_Intel-X710' and
8664            '64B' and
8665            'BASE' and
8666            'NDRPDR' and
8667            '4T2C' and
8668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8669   parameters:
8670   - "throughput"
8671   - "parent"
8672   traces:
8673     hoverinfo: "x+y"
8674     boxpoints: "outliers"
8675     whiskerwidth: 0
8676   layout:
8677     title: ""  # No title
8678     layout: "plot-throughput"
8679
8680 -
8681   type: "plot"
8682   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8683   algorithm: "plot_performance_box"
8684   output-file-type: ".html"
8685   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8686   data: "plot-dpdk-throughput-latency-2n-skx"
8687   filter: "'NIC_Intel-X710' and
8688            '64B' and
8689            'BASE' and
8690            'NDRPDR' and
8691            '2T1C' and
8692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8693   parameters:
8694   - "throughput"
8695   - "parent"
8696   traces:
8697     hoverinfo: "x+y"
8698     boxpoints: "outliers"
8699     whiskerwidth: 0
8700   layout:
8701     title: ""  # No title
8702     layout: "plot-throughput"
8703
8704 -
8705   type: "plot"
8706   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8707   algorithm: "plot_performance_box"
8708   output-file-type: ".html"
8709   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8710   data: "plot-dpdk-throughput-latency-2n-skx"
8711   filter: "'NIC_Intel-X710' and
8712            '64B' and
8713            'BASE' and
8714            'NDRPDR' and
8715            '4T2C' and
8716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8717   parameters:
8718   - "throughput"
8719   - "parent"
8720   traces:
8721     hoverinfo: "x+y"
8722     boxpoints: "outliers"
8723     whiskerwidth: 0
8724   layout:
8725     title: ""  # No title
8726     layout: "plot-throughput"
8727
8728 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8729 -
8730   type: "plot"
8731   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8732   algorithm: "plot_performance_box"
8733   output-file-type: ".html"
8734   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8735   data: "plot-dpdk-throughput-latency-2n-skx"
8736   filter: "'NIC_Intel-XXV710' and
8737            '64B' and
8738            'BASE' and
8739            'NDRPDR' and
8740            '2T1C' and
8741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8742   parameters:
8743   - "throughput"
8744   - "parent"
8745   traces:
8746     hoverinfo: "x+y"
8747     boxpoints: "outliers"
8748     whiskerwidth: 0
8749   layout:
8750     title: ""  # No title
8751     layout: "plot-throughput"
8752
8753 -
8754   type: "plot"
8755   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8756   algorithm: "plot_performance_box"
8757   output-file-type: ".html"
8758   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8759   data: "plot-dpdk-throughput-latency-2n-skx"
8760   filter: "'NIC_Intel-XXV710' and
8761            '64B' and
8762            'BASE' and
8763            'NDRPDR' and
8764            '4T2C' and
8765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8766   parameters:
8767   - "throughput"
8768   - "parent"
8769   traces:
8770     hoverinfo: "x+y"
8771     boxpoints: "outliers"
8772     whiskerwidth: 0
8773   layout:
8774     title: ""  # No title
8775     layout: "plot-throughput"
8776
8777 -
8778   type: "plot"
8779   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8780   algorithm: "plot_performance_box"
8781   output-file-type: ".html"
8782   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8783   data: "plot-dpdk-throughput-latency-2n-skx"
8784   filter: "'NIC_Intel-XXV710' and
8785            '64B' and
8786            'BASE' and
8787            'NDRPDR' and
8788            '2T1C' and
8789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8790   parameters:
8791   - "throughput"
8792   - "parent"
8793   traces:
8794     hoverinfo: "x+y"
8795     boxpoints: "outliers"
8796     whiskerwidth: 0
8797   layout:
8798     title: ""  # No title
8799     layout: "plot-throughput"
8800
8801 -
8802   type: "plot"
8803   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8804   algorithm: "plot_performance_box"
8805   output-file-type: ".html"
8806   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8807   data: "plot-dpdk-throughput-latency-2n-skx"
8808   filter: "'NIC_Intel-XXV710' and
8809            '64B' and
8810            'BASE' and
8811            'NDRPDR' and
8812            '4T2C' and
8813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8814   parameters:
8815   - "throughput"
8816   - "parent"
8817   traces:
8818     hoverinfo: "x+y"
8819     boxpoints: "outliers"
8820     whiskerwidth: 0
8821   layout:
8822     title: ""  # No title
8823     layout: "plot-throughput"
8824
8825
8826
8827
8828
8829
8830
8831
8832 ################################################################################
8833
8834 # Packet Latency - VPP L2 3n-hsw-x520
8835 -
8836   type: "plot"
8837   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8838   algorithm: "plot_latency_box"
8839   output-file-type: ".html"
8840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8841   data: "plot-vpp-throughput-latency-3n-hsw"
8842   filter: "'NIC_Intel-X520-DA2' and
8843            '64B' and
8844            ('BASE' or 'SCALE') and
8845            'NDRPDR' and
8846            '1T1C' and
8847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8848            not 'VHOST' and
8849            not 'MEMIF'"
8850   parameters:
8851   - "latency"
8852   - "parent"
8853   traces:
8854     boxmean: False
8855   layout:
8856     title: ""  # No title
8857     layout: "plot-latency"
8858
8859 -
8860   type: "plot"
8861   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8862   algorithm: "plot_latency_box"
8863   output-file-type: ".html"
8864   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8865   data: "plot-vpp-throughput-latency-3n-hsw"
8866   filter: "'NIC_Intel-X520-DA2' and
8867            '64B' and
8868            ('BASE' or 'SCALE') and
8869            'NDRPDR' and
8870            '2T2C' and
8871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8872            not 'VHOST' and
8873            not 'MEMIF'"
8874   parameters:
8875   - "latency"
8876   - "parent"
8877   traces:
8878     boxmean: False
8879   layout:
8880     title: ""  # No title
8881     layout: "plot-latency"
8882
8883 -
8884   type: "plot"
8885   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8886   algorithm: "plot_latency_box"
8887   output-file-type: ".html"
8888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8889   data: "plot-vpp-throughput-latency-3n-hsw"
8890   filter: "'NIC_Intel-X520-DA2' and
8891            '64B' and
8892            'FEATURE' and
8893            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8894            'NDRPDR' and
8895            '1T1C' and
8896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8897            not 'VHOST' and
8898            not 'MEMIF'"
8899   parameters:
8900   - "latency"
8901   - "parent"
8902   traces:
8903     boxmean: False
8904   layout:
8905     title: ""  # No title
8906     layout: "plot-latency"
8907
8908 -
8909   type: "plot"
8910   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8911   algorithm: "plot_latency_box"
8912   output-file-type: ".html"
8913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8914   data: "plot-vpp-throughput-latency-3n-hsw"
8915   filter: "'NIC_Intel-X520-DA2' and
8916            '64B' and
8917            'FEATURE' and
8918            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8919            'NDRPDR' and
8920            '2T2C' and
8921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8922            not 'VHOST' and
8923            not 'MEMIF'"
8924   parameters:
8925   - "latency"
8926   - "parent"
8927   traces:
8928     boxmean: False
8929   layout:
8930     title: ""  # No title
8931     layout: "plot-latency"
8932
8933 # Packet Latency - VPP L2 3n-hsw-x710
8934 -
8935   type: "plot"
8936   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8937   algorithm: "plot_latency_box"
8938   output-file-type: ".html"
8939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8940   data: "plot-vpp-throughput-latency-3n-hsw"
8941   filter: "'NIC_Intel-X710' and
8942            '64B' and
8943            ('BASE' or 'SCALE') and
8944            'NDRPDR' and
8945            '1T1C' and
8946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8947            not 'VHOST' and
8948            not 'MEMIF'"
8949   parameters:
8950   - "latency"
8951   - "parent"
8952   traces:
8953     boxmean: False
8954   layout:
8955     title: ""  # No title
8956     layout: "plot-latency"
8957
8958 -
8959   type: "plot"
8960   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8961   algorithm: "plot_latency_box"
8962   output-file-type: ".html"
8963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8964   data: "plot-vpp-throughput-latency-3n-hsw"
8965   filter: "'NIC_Intel-X710' and
8966            '64B' and
8967            ('BASE' or 'SCALE') and
8968            'NDRPDR' and
8969            '2T2C' and
8970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8971            not 'VHOST' and
8972            not 'MEMIF'"
8973   parameters:
8974   - "latency"
8975   - "parent"
8976   traces:
8977     boxmean: False
8978   layout:
8979     title: ""  # No title
8980     layout: "plot-latency"
8981
8982 -
8983   type: "plot"
8984   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8985   algorithm: "plot_latency_box"
8986   output-file-type: ".html"
8987   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8988   data: "plot-vpp-throughput-latency-3n-hsw"
8989   filter: "'NIC_Intel-X710' and
8990            '64B' and
8991            'FEATURE' and
8992            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8993            'NDRPDR' and
8994            '1T1C' and
8995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8996            not 'VHOST' and
8997            not 'MEMIF'"
8998   parameters:
8999   - "latency"
9000   - "parent"
9001   traces:
9002     boxmean: False
9003   layout:
9004     title: ""  # No title
9005     layout: "plot-latency"
9006
9007 -
9008   type: "plot"
9009   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9010   algorithm: "plot_latency_box"
9011   output-file-type: ".html"
9012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9013   data: "plot-vpp-throughput-latency-3n-hsw"
9014   filter: "'NIC_Intel-X710' and
9015            '64B' and
9016            'FEATURE' and
9017            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9018            'NDRPDR' and
9019            '2T2C' and
9020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9021            not 'VHOST' and
9022            not 'MEMIF'"
9023   parameters:
9024   - "latency"
9025   - "parent"
9026   traces:
9027     boxmean: False
9028   layout:
9029     title: ""  # No title
9030     layout: "plot-latency"
9031
9032 # Packet Latency - VPP L2 3n-hsw-xl710
9033 -
9034   type: "plot"
9035   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9036   algorithm: "plot_latency_box"
9037   output-file-type: ".html"
9038   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9039   data: "plot-vpp-throughput-latency-3n-hsw"
9040   filter: "'NIC_Intel-XL710' and
9041            '64B' and
9042            ('BASE' or 'SCALE') and
9043            'NDRPDR' and
9044            '1T1C' and
9045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9046            not 'VHOST' and
9047            not 'MEMIF'"
9048   parameters:
9049   - "latency"
9050   - "parent"
9051   traces:
9052     boxmean: False
9053   layout:
9054     title: ""  # No title
9055     layout: "plot-latency"
9056
9057 -
9058   type: "plot"
9059   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9060   algorithm: "plot_latency_box"
9061   output-file-type: ".html"
9062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9063   data: "plot-vpp-throughput-latency-3n-hsw"
9064   filter: "'NIC_Intel-XL710' and
9065            '64B' and
9066            ('BASE' or 'SCALE') and
9067            'NDRPDR' and
9068            '2T2C' and
9069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9070            not 'VHOST' and
9071            not 'MEMIF'"
9072   parameters:
9073   - "latency"
9074   - "parent"
9075   traces:
9076     boxmean: False
9077   layout:
9078     title: ""  # No title
9079     layout: "plot-latency"
9080
9081 # Packet Latency - VPP L2 3n-skx-x710
9082 -
9083   type: "plot"
9084   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9085   algorithm: "plot_latency_box"
9086   output-file-type: ".html"
9087   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9088   data: "plot-vpp-throughput-latency-3n-skx"
9089   filter: "'NIC_Intel-X710' and
9090            '64B' and
9091            ('BASE' or 'SCALE') and
9092            'NDRPDR' and
9093            '2T1C' and
9094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9095            not 'VHOST' and
9096            not 'MEMIF'"
9097   parameters:
9098   - "latency"
9099   - "parent"
9100   traces:
9101     boxmean: False
9102   layout:
9103     title: ""  # No title
9104     layout: "plot-latency"
9105
9106 -
9107   type: "plot"
9108   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9109   algorithm: "plot_latency_box"
9110   output-file-type: ".html"
9111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9112   data: "plot-vpp-throughput-latency-3n-skx"
9113   filter: "'NIC_Intel-X710' and
9114            '64B' and
9115            ('BASE' or 'SCALE') and
9116            'NDRPDR' and
9117            '4T2C' and
9118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9119            not 'VHOST' and
9120            not 'MEMIF'"
9121   parameters:
9122   - "latency"
9123   - "parent"
9124   traces:
9125     boxmean: False
9126   layout:
9127     title: ""  # No title
9128     layout: "plot-latency"
9129
9130 -
9131   type: "plot"
9132   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9133   algorithm: "plot_latency_box"
9134   output-file-type: ".html"
9135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9136   data: "plot-vpp-throughput-latency-3n-skx"
9137   filter: "'NIC_Intel-X710' and
9138            '64B' and
9139            'FEATURE' and
9140            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9141            'NDRPDR' and
9142            '2T1C' and
9143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9144            not 'VHOST' and
9145            not 'MEMIF'"
9146   parameters:
9147   - "latency"
9148   - "parent"
9149   traces:
9150     boxmean: False
9151   layout:
9152     title: ""  # No title
9153     layout: "plot-latency"
9154
9155 -
9156   type: "plot"
9157   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9158   algorithm: "plot_latency_box"
9159   output-file-type: ".html"
9160   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9161   data: "plot-vpp-throughput-latency-3n-skx"
9162   filter: "'NIC_Intel-X710' and
9163            '64B' and
9164            'FEATURE' and
9165            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9166            'NDRPDR' and
9167            '4T2C' and
9168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9169            not 'VHOST' and
9170            not 'MEMIF'"
9171   parameters:
9172   - "latency"
9173   - "parent"
9174   traces:
9175     boxmean: False
9176   layout:
9177     title: ""  # No title
9178     layout: "plot-latency"
9179
9180 # Packet Latency - VPP L2 3n-skx-xxv710
9181 -
9182   type: "plot"
9183   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9184   algorithm: "plot_latency_box"
9185   output-file-type: ".html"
9186   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9187   data: "plot-vpp-throughput-latency-3n-skx"
9188   filter: "'NIC_Intel-XXV710' and
9189            '64B' and
9190            ('BASE' or 'SCALE') and
9191            'NDRPDR' and
9192            '2T1C' and
9193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9194            not 'VHOST' and
9195            not 'MEMIF'"
9196   parameters:
9197   - "latency"
9198   - "parent"
9199   traces:
9200     boxmean: False
9201   layout:
9202     title: ""  # No title
9203     layout: "plot-latency"
9204
9205 -
9206   type: "plot"
9207   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9208   algorithm: "plot_latency_box"
9209   output-file-type: ".html"
9210   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9211   data: "plot-vpp-throughput-latency-3n-skx"
9212   filter: "'NIC_Intel-XXV710' and
9213            '64B' and
9214            ('BASE' or 'SCALE') and
9215            'NDRPDR' and
9216            '4T2C' and
9217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9218            not 'VHOST' and
9219            not 'MEMIF'"
9220   parameters:
9221   - "latency"
9222   - "parent"
9223   traces:
9224     boxmean: False
9225   layout:
9226     title: ""  # No title
9227     layout: "plot-latency"
9228
9229 # Packet Latency - VPP L2 2n-skx-x710
9230 -
9231   type: "plot"
9232   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9233   algorithm: "plot_latency_box"
9234   output-file-type: ".html"
9235   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9236   data: "plot-vpp-throughput-latency-2n-skx"
9237   filter: "'NIC_Intel-X710' and
9238            '64B' and
9239            ('BASE' or 'SCALE') and
9240            'NDRPDR' and
9241            '2T1C' and
9242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9243            not 'VHOST' and
9244            not 'MEMIF'"
9245   parameters:
9246   - "latency"
9247   - "parent"
9248   traces:
9249     boxmean: False
9250   layout:
9251     title: ""  # No title
9252     layout: "plot-latency"
9253
9254 -
9255   type: "plot"
9256   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9257   algorithm: "plot_latency_box"
9258   output-file-type: ".html"
9259   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9260   data: "plot-vpp-throughput-latency-2n-skx"
9261   filter: "'NIC_Intel-X710' and
9262            '64B' and
9263            ('BASE' or 'SCALE') and
9264            'NDRPDR' and
9265            '4T2C' and
9266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9267            not 'VHOST' and
9268            not 'MEMIF'"
9269   parameters:
9270   - "latency"
9271   - "parent"
9272   traces:
9273     boxmean: False
9274   layout:
9275     title: ""  # No title
9276     layout: "plot-latency"
9277
9278 # Packet Latency - VPP L2 2n-skx-xxv710
9279 -
9280   type: "plot"
9281   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9282   algorithm: "plot_latency_box"
9283   output-file-type: ".html"
9284   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9285   data: "plot-vpp-throughput-latency-2n-skx"
9286   filter: "'NIC_Intel-XXV710' and
9287            '64B' and
9288            ('BASE' or 'SCALE') and
9289            'NDRPDR' and
9290            '2T1C' and
9291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9292            not 'VHOST' and
9293            not 'MEMIF'"
9294   parameters:
9295   - "latency"
9296   - "parent"
9297   traces:
9298     boxmean: False
9299   layout:
9300     title: ""  # No title
9301     layout: "plot-latency"
9302
9303 -
9304   type: "plot"
9305   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9306   algorithm: "plot_latency_box"
9307   output-file-type: ".html"
9308   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9309   data: "plot-vpp-throughput-latency-2n-skx"
9310   filter: "'NIC_Intel-XXV710' and
9311            '64B' and
9312            ('BASE' or 'SCALE') and
9313            'NDRPDR' and
9314            '4T2C' and
9315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9316            not 'VHOST' and
9317            not 'MEMIF'"
9318   parameters:
9319   - "latency"
9320   - "parent"
9321   traces:
9322     boxmean: False
9323   layout:
9324     title: ""  # No title
9325     layout: "plot-latency"
9326
9327 ################################################################################
9328
9329 # Packet Latency - VPP Container Memif 3n-hsw-x520
9330 -
9331   type: "plot"
9332   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9333   algorithm: "plot_latency_box"
9334   output-file-type: ".html"
9335   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9336   data: "plot-vpp-throughput-latency-3n-hsw"
9337   filter: "'NIC_Intel-X520-DA2' and
9338            '64B' and
9339            ('BASE' or 'SCALE') and
9340            'NDRPDR' and
9341            '1T1C' and
9342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9343            not 'VHOST' and
9344            'MEMIF'"
9345   parameters:
9346   - "latency"
9347   - "parent"
9348   traces:
9349     boxmean: False
9350   layout:
9351     title: ""  # No title
9352     layout: "plot-latency"
9353
9354 -
9355   type: "plot"
9356   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9357   algorithm: "plot_latency_box"
9358   output-file-type: ".html"
9359   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9360   data: "plot-vpp-throughput-latency-3n-hsw"
9361   filter: "'NIC_Intel-X520-DA2' and
9362            '64B' and
9363            ('BASE' or 'SCALE') and
9364            'NDRPDR' and
9365            '2T2C' and
9366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9367            not 'VHOST' and
9368            'MEMIF'"
9369   parameters:
9370   - "latency"
9371   - "parent"
9372   traces:
9373     boxmean: False
9374   layout:
9375     title: ""  # No title
9376     layout: "plot-latency"
9377
9378 # Packet Latency - VPP Container Memif 3n-hsw-x710
9379 -
9380   type: "plot"
9381   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9382   algorithm: "plot_latency_box"
9383   output-file-type: ".html"
9384   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9385   data: "plot-vpp-throughput-latency-3n-hsw"
9386   filter: "'NIC_Intel-X710' and
9387            '64B' and
9388            ('BASE' or 'SCALE') and
9389            'NDRPDR' and
9390            '1T1C' and
9391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9392            not 'VHOST' and
9393            'MEMIF'"
9394   parameters:
9395   - "latency"
9396   - "parent"
9397   traces:
9398     boxmean: False
9399   layout:
9400     title: ""  # No title
9401     layout: "plot-latency"
9402
9403 -
9404   type: "plot"
9405   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9406   algorithm: "plot_latency_box"
9407   output-file-type: ".html"
9408   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9409   data: "plot-vpp-throughput-latency-3n-hsw"
9410   filter: "'NIC_Intel-X710' and
9411            '64B' and
9412            ('BASE' or 'SCALE') and
9413            'NDRPDR' and
9414            '2T2C' and
9415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9416            not 'VHOST' and
9417            'MEMIF'"
9418   parameters:
9419   - "latency"
9420   - "parent"
9421   traces:
9422     boxmean: False
9423   layout:
9424     title: ""  # No title
9425     layout: "plot-latency"
9426
9427 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9428 -
9429   type: "plot"
9430   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9431   algorithm: "plot_latency_box"
9432   output-file-type: ".html"
9433   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9434   data: "plot-vpp-throughput-latency-3n-hsw"
9435   filter: "'NIC_Intel-XL710' and
9436            '64B' and
9437            ('BASE' or 'SCALE') and
9438            'NDRPDR' and
9439            '1T1C' and
9440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9441            not 'VHOST' and
9442            'MEMIF'"
9443   parameters:
9444   - "latency"
9445   - "parent"
9446   traces:
9447     boxmean: False
9448   layout:
9449     title: ""  # No title
9450     layout: "plot-latency"
9451
9452 -
9453   type: "plot"
9454   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9455   algorithm: "plot_latency_box"
9456   output-file-type: ".html"
9457   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9458   data: "plot-vpp-throughput-latency-3n-hsw"
9459   filter: "'NIC_Intel-XL710' and
9460            '64B' and
9461            ('BASE' or 'SCALE') and
9462            'NDRPDR' and
9463            '2T2C' and
9464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9465            not 'VHOST' and
9466            'MEMIF'"
9467   parameters:
9468   - "latency"
9469   - "parent"
9470   traces:
9471     boxmean: False
9472   layout:
9473     title: ""  # No title
9474     layout: "plot-latency"
9475
9476 # Packet Latency - VPP Container Memif 3n-skx-x710
9477 -
9478   type: "plot"
9479   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9480   algorithm: "plot_latency_box"
9481   output-file-type: ".html"
9482   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9483   data: "plot-vpp-throughput-latency-3n-skx"
9484   filter: "'NIC_Intel-X710' and
9485            '64B' and
9486            ('BASE' or 'SCALE') and
9487            'NDRPDR' and
9488            '2T1C' and
9489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9490            not 'VHOST' and
9491            'MEMIF'"
9492   parameters:
9493   - "latency"
9494   - "parent"
9495   traces:
9496     boxmean: False
9497   layout:
9498     title: ""  # No title
9499     layout: "plot-latency"
9500
9501 -
9502   type: "plot"
9503   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9504   algorithm: "plot_latency_box"
9505   output-file-type: ".html"
9506   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9507   data: "plot-vpp-throughput-latency-3n-skx"
9508   filter: "'NIC_Intel-X710' and
9509            '64B' and
9510            ('BASE' or 'SCALE') and
9511            'NDRPDR' and
9512            '4T2C' and
9513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9514            not 'VHOST' and
9515            'MEMIF'"
9516   parameters:
9517   - "latency"
9518   - "parent"
9519   traces:
9520     boxmean: False
9521   layout:
9522     title: ""  # No title
9523     layout: "plot-latency"
9524
9525 ################################################################################
9526
9527 # Packet Latency - VPP Container Memif 3n-hsw-x520
9528 -
9529   type: "plot"
9530   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9531   algorithm: "plot_latency_box"
9532   output-file-type: ".html"
9533   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9534   data: "plot-ligato-throughput-latency-3n-hsw"
9535   filter: "'NIC_Intel-X520-DA2' and
9536            '64B' and
9537            ('BASE' or 'SCALE') and
9538            'NDRPDR' and
9539            '1T1C' and
9540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9541            not 'VHOST' and
9542            'MEMIF'"
9543   parameters:
9544   - "latency"
9545   - "parent"
9546   traces:
9547     boxmean: False
9548   layout:
9549     title: ""  # No title
9550     layout: "plot-latency"
9551
9552 -
9553   type: "plot"
9554   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9555   algorithm: "plot_latency_box"
9556   output-file-type: ".html"
9557   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9558   data: "plot-ligato-throughput-latency-3n-hsw"
9559   filter: "'NIC_Intel-X520-DA2' and
9560            '64B' and
9561            ('BASE' or 'SCALE') and
9562            'NDRPDR' and
9563            '2T2C' and
9564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9565            not 'VHOST' and
9566            'MEMIF'"
9567   parameters:
9568   - "latency"
9569   - "parent"
9570   traces:
9571     boxmean: False
9572   layout:
9573     title: ""  # No title
9574     layout: "plot-latency"
9575
9576 # Packet Latency - VPP Container Memif 3n-hsw-x710
9577 -
9578   type: "plot"
9579   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9580   algorithm: "plot_latency_box"
9581   output-file-type: ".html"
9582   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9583   data: "plot-ligato-throughput-latency-3n-hsw"
9584   filter: "'NIC_Intel-X710' and
9585            '64B' and
9586            ('BASE' or 'SCALE') and
9587            'NDRPDR' and
9588            '1T1C' and
9589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9590            not 'VHOST' and
9591            'MEMIF'"
9592   parameters:
9593   - "latency"
9594   - "parent"
9595   traces:
9596     boxmean: False
9597   layout:
9598     title: ""  # No title
9599     layout: "plot-latency"
9600
9601 -
9602   type: "plot"
9603   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9604   algorithm: "plot_latency_box"
9605   output-file-type: ".html"
9606   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9607   data: "plot-ligato-throughput-latency-3n-hsw"
9608   filter: "'NIC_Intel-X710' and
9609            '64B' and
9610            ('BASE' or 'SCALE') and
9611            'NDRPDR' and
9612            '2T2C' and
9613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9614            not 'VHOST' and
9615            'MEMIF'"
9616   parameters:
9617   - "latency"
9618   - "parent"
9619   traces:
9620     boxmean: False
9621   layout:
9622     title: ""  # No title
9623     layout: "plot-latency"
9624
9625 ################################################################################
9626
9627 # Packet Latency - VPP IPv4 3n-hsw-x520
9628 -
9629   type: "plot"
9630   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9631   algorithm: "plot_latency_box"
9632   output-file-type: ".html"
9633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9634   data: "plot-vpp-throughput-latency-3n-hsw"
9635   filter: "'NIC_Intel-X520-DA2' and
9636            '64B' and
9637            ('BASE' or 'SCALE') and
9638            'NDRPDR' and
9639            '1T1C' and
9640            'IP4FWD' and
9641            not 'IPSEC' and
9642            not 'VHOST'"
9643   parameters:
9644   - "latency"
9645   - "parent"
9646   traces:
9647     boxmean: False
9648   layout:
9649     title: ""  # No title
9650     layout: "plot-latency"
9651
9652 -
9653   type: "plot"
9654   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9655   algorithm: "plot_latency_box"
9656   output-file-type: ".html"
9657   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9658   data: "plot-vpp-throughput-latency-3n-hsw"
9659   filter: "'NIC_Intel-X520-DA2' and
9660            '64B' and
9661            ('BASE' or 'SCALE') and
9662            'NDRPDR' and
9663            '2T2C' and
9664            'IP4FWD' and
9665            not 'IPSEC' and
9666            not 'VHOST'"
9667   parameters:
9668   - "latency"
9669   - "parent"
9670   traces:
9671     boxmean: False
9672   layout:
9673     title: ""  # No title
9674     layout: "plot-latency"
9675
9676 -
9677   type: "plot"
9678   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9679   algorithm: "plot_latency_box"
9680   output-file-type: ".html"
9681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9682   data: "plot-vpp-throughput-latency-3n-hsw"
9683   filter: "'NIC_Intel-X520-DA2' and
9684            '64B' and
9685            'FEATURE' and
9686            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9687            'NDRPDR' and
9688            '1T1C' and
9689            'IP4FWD' and
9690            not 'IPSEC' and
9691            not 'VHOST'"
9692   parameters:
9693   - "latency"
9694   - "parent"
9695   traces:
9696     boxmean: False
9697   layout:
9698     title: ""  # No title
9699     layout: "plot-latency"
9700
9701 -
9702   type: "plot"
9703   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9704   algorithm: "plot_latency_box"
9705   output-file-type: ".html"
9706   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9707   data: "plot-vpp-throughput-latency-3n-hsw"
9708   filter: "'NIC_Intel-X520-DA2' and
9709            '64B' and
9710            'FEATURE' and
9711            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9712            'NDRPDR' and
9713            '2T2C' and
9714            'IP4FWD' and
9715            not 'IPSEC' and
9716            not 'VHOST'"
9717   parameters:
9718   - "latency"
9719   - "parent"
9720   traces:
9721     boxmean: False
9722   layout:
9723     title: ""  # No title
9724     layout: "plot-latency"
9725
9726 # Packet Latency - VPP IPv4 3n-hsw-x710
9727 -
9728   type: "plot"
9729   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9730   algorithm: "plot_latency_box"
9731   output-file-type: ".html"
9732   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9733   data: "plot-vpp-throughput-latency-3n-hsw"
9734   filter: "'NIC_Intel-X710' and
9735            '64B' and
9736            ('BASE' or 'SCALE') and
9737            'NDRPDR' and
9738            '1T1C' and
9739            'IP4FWD' and
9740            not 'IPSEC' and
9741            not 'VHOST'"
9742   parameters:
9743   - "latency"
9744   - "parent"
9745   traces:
9746     boxmean: False
9747   layout:
9748     title: ""  # No title
9749     layout: "plot-latency"
9750
9751 -
9752   type: "plot"
9753   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9754   algorithm: "plot_latency_box"
9755   output-file-type: ".html"
9756   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9757   data: "plot-vpp-throughput-latency-3n-hsw"
9758   filter: "'NIC_Intel-X710' and
9759            '64B' and
9760            ('BASE' or 'SCALE') and
9761            'NDRPDR' and
9762            '2T2C' and
9763            'IP4FWD' and
9764            not 'IPSEC' and
9765            not 'VHOST'"
9766   parameters:
9767   - "latency"
9768   - "parent"
9769   traces:
9770     boxmean: False
9771   layout:
9772     title: ""  # No title
9773     layout: "plot-latency"
9774
9775 -
9776   type: "plot"
9777   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9778   algorithm: "plot_latency_box"
9779   output-file-type: ".html"
9780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9781   data: "plot-vpp-throughput-latency-3n-hsw"
9782   filter: "'NIC_Intel-X710' and
9783            '64B' and
9784            'FEATURE' and
9785            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9786            'NDRPDR' and
9787            '1T1C' and
9788            'IP4FWD' and
9789            not 'IPSEC' and
9790            not 'VHOST'"
9791   parameters:
9792   - "latency"
9793   - "parent"
9794   traces:
9795     boxmean: False
9796   layout:
9797     title: ""  # No title
9798     layout: "plot-latency"
9799
9800 -
9801   type: "plot"
9802   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9803   algorithm: "plot_latency_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9806   data: "plot-vpp-throughput-latency-3n-hsw"
9807   filter: "'NIC_Intel-X710' and
9808            '64B' and
9809            'FEATURE' and
9810            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9811            'NDRPDR' and
9812            '2T2C' and
9813            'IP4FWD' and
9814            not 'IPSEC' and
9815            not 'VHOST'"
9816   parameters:
9817   - "latency"
9818   - "parent"
9819   traces:
9820     boxmean: False
9821   layout:
9822     title: ""  # No title
9823     layout: "plot-latency"
9824
9825 # Packet Latency - VPP IPv4 3n-hsw-xl710
9826 -
9827   type: "plot"
9828   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9829   algorithm: "plot_latency_box"
9830   output-file-type: ".html"
9831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9832   data: "plot-vpp-throughput-latency-3n-hsw"
9833   filter: "'NIC_Intel-XL710' and
9834            '64B' and
9835            ('BASE' or 'SCALE') and
9836            'NDRPDR' and
9837            '1T1C' and
9838            'IP4FWD' and
9839            not 'IPSEC' and
9840            not 'VHOST'"
9841   parameters:
9842   - "latency"
9843   - "parent"
9844   traces:
9845     boxmean: False
9846   layout:
9847     title: ""  # No title
9848     layout: "plot-latency"
9849
9850 -
9851   type: "plot"
9852   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9853   algorithm: "plot_latency_box"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9856   data: "plot-vpp-throughput-latency-3n-hsw"
9857   filter: "'NIC_Intel-XL710' and
9858            '64B' and
9859            ('BASE' or 'SCALE') and
9860            'NDRPDR' and
9861            '2T2C' and
9862            'IP4FWD' and
9863            not 'IPSEC' and
9864            not 'VHOST'"
9865   parameters:
9866   - "latency"
9867   - "parent"
9868   traces:
9869     boxmean: False
9870   layout:
9871     title: ""  # No title
9872     layout: "plot-latency"
9873
9874 # Packet Latency - VPP IPv4 3n-skx-x710
9875 -
9876   type: "plot"
9877   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9878   algorithm: "plot_latency_box"
9879   output-file-type: ".html"
9880   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9881   data: "plot-vpp-throughput-latency-3n-skx"
9882   filter: "'NIC_Intel-X710' and
9883            '64B' and
9884            ('BASE' or 'SCALE') and
9885            'NDRPDR' and
9886            '2T1C' and
9887            'IP4FWD' and
9888            not 'IPSEC' and
9889            not 'VHOST'"
9890   parameters:
9891   - "latency"
9892   - "parent"
9893   traces:
9894     boxmean: False
9895   layout:
9896     title: ""  # No title
9897     layout: "plot-latency"
9898
9899 -
9900   type: "plot"
9901   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9902   algorithm: "plot_latency_box"
9903   output-file-type: ".html"
9904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9905   data: "plot-vpp-throughput-latency-3n-skx"
9906   filter: "'NIC_Intel-X710' and
9907            '64B' and
9908            ('BASE' or 'SCALE') and
9909            'NDRPDR' and
9910            '4T2C' and
9911            'IP4FWD' and
9912            not 'IPSEC' and
9913            not 'VHOST'"
9914   parameters:
9915   - "latency"
9916   - "parent"
9917   traces:
9918     boxmean: False
9919   layout:
9920     title: ""  # No title
9921     layout: "plot-latency"
9922
9923 -
9924   type: "plot"
9925   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9926   algorithm: "plot_latency_box"
9927   output-file-type: ".html"
9928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9929   data: "plot-vpp-throughput-latency-3n-skx"
9930   filter: "'NIC_Intel-X710' and
9931            '64B' and
9932            'FEATURE' and
9933            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9934            'NDRPDR' and
9935            '2T1C' and
9936            'IP4FWD' and
9937            not 'IPSEC' and
9938            not 'VHOST'"
9939   parameters:
9940   - "latency"
9941   - "parent"
9942   traces:
9943     boxmean: False
9944   layout:
9945     title: ""  # No title
9946     layout: "plot-latency"
9947
9948 -
9949   type: "plot"
9950   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9951   algorithm: "plot_latency_box"
9952   output-file-type: ".html"
9953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9954   data: "plot-vpp-throughput-latency-3n-skx"
9955   filter: "'NIC_Intel-X710' and
9956            '64B' and
9957            'FEATURE' and
9958            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9959            'NDRPDR' and
9960            '4T2C' and
9961            'IP4FWD' and
9962            not 'IPSEC' and
9963            not 'VHOST'"
9964   parameters:
9965   - "latency"
9966   - "parent"
9967   traces:
9968     boxmean: False
9969   layout:
9970     title: ""  # No title
9971     layout: "plot-latency"
9972
9973 # Packet Latency - VPP IPv4 2n-skx-x710
9974 -
9975   type: "plot"
9976   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9977   algorithm: "plot_latency_box"
9978   output-file-type: ".html"
9979   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9980   data: "plot-vpp-throughput-latency-2n-skx"
9981   filter: "'NIC_Intel-X710' and
9982            '64B' and
9983            ('BASE' or 'SCALE') and
9984            'NDRPDR' and
9985            '2T1C' and
9986            'IP4FWD' and
9987            not 'IPSEC' and
9988            not 'VHOST'"
9989   parameters:
9990   - "latency"
9991   - "parent"
9992   traces:
9993     boxmean: False
9994   layout:
9995     title: ""  # No title
9996     layout: "plot-latency"
9997
9998 -
9999   type: "plot"
10000   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10001   algorithm: "plot_latency_box"
10002   output-file-type: ".html"
10003   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10004   data: "plot-vpp-throughput-latency-2n-skx"
10005   filter: "'NIC_Intel-X710' and
10006            '64B' and
10007            ('BASE' or 'SCALE') and
10008            'NDRPDR' and
10009            '4T2C' and
10010            'IP4FWD' and
10011            not 'IPSEC' and
10012            not 'VHOST'"
10013   parameters:
10014   - "latency"
10015   - "parent"
10016   traces:
10017     boxmean: False
10018   layout:
10019     title: ""  # No title
10020     layout: "plot-latency"
10021
10022 # Packet Latency - VPP IPv4 2n-skx-xxv710
10023 -
10024   type: "plot"
10025   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10026   algorithm: "plot_latency_box"
10027   output-file-type: ".html"
10028   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10029   data: "plot-vpp-throughput-latency-2n-skx"
10030   filter: "'NIC_Intel-XXV710' and
10031            '64B' and
10032            ('BASE' or 'SCALE') and
10033            'NDRPDR' and
10034            '2T1C' and
10035            'IP4FWD' and
10036            not 'IPSEC' and
10037            not 'VHOST'"
10038   parameters:
10039   - "latency"
10040   - "parent"
10041   traces:
10042     boxmean: False
10043   layout:
10044     title: ""  # No title
10045     layout: "plot-latency"
10046
10047 -
10048   type: "plot"
10049   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10050   algorithm: "plot_latency_box"
10051   output-file-type: ".html"
10052   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10053   data: "plot-vpp-throughput-latency-2n-skx"
10054   filter: "'NIC_Intel-XXV710' and
10055            '64B' and
10056            ('BASE' or 'SCALE') and
10057            'NDRPDR' and
10058            '4T2C' and
10059            'IP4FWD' and
10060            not 'IPSEC' and
10061            not 'VHOST'"
10062   parameters:
10063   - "latency"
10064   - "parent"
10065   traces:
10066     boxmean: False
10067   layout:
10068     title: ""  # No title
10069     layout: "plot-latency"
10070
10071 ################################################################################
10072
10073 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
10074 -
10075   type: "plot"
10076   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10077   algorithm: "plot_latency_box"
10078   output-file-type: ".html"
10079   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10080   data: "plot-vpp-throughput-latency-3n-hsw"
10081   filter: "'NIC_Intel-X520-DA2' and
10082            '64B' and
10083            'ENCAP' and
10084            'NDRPDR' and
10085            '1T1C' and
10086            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10087            not 'VHOST' and
10088            not 'IPSECHW'"
10089   parameters:
10090   - "latency"
10091   - "parent"
10092   traces:
10093     boxmean: False
10094   layout:
10095     title: ""  # No title
10096     layout: "plot-latency"
10097
10098 -
10099   type: "plot"
10100   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10101   algorithm: "plot_latency_box"
10102   output-file-type: ".html"
10103   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10104   data: "plot-vpp-throughput-latency-3n-hsw"
10105   filter: "'NIC_Intel-X520-DA2' and
10106            '64B' and
10107            'ENCAP' and
10108            'NDRPDR' and
10109            '2T2C' and
10110            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10111            not 'VHOST' and
10112            not 'IPSECHW'"
10113   parameters:
10114   - "latency"
10115   - "parent"
10116   traces:
10117     boxmean: False
10118   layout:
10119     title: ""  # No title
10120     layout: "plot-latency"
10121
10122 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10123 -
10124   type: "plot"
10125   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10126   algorithm: "plot_latency_box"
10127   output-file-type: ".html"
10128   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10129   data: "plot-vpp-throughput-latency-3n-hsw"
10130   filter: "'NIC_Intel-X710' and
10131            '64B' and
10132            'ENCAP' and
10133            'NDRPDR' and
10134            '1T1C' and
10135            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10136            not 'VHOST' and
10137            not 'IPSECHW'"
10138   parameters:
10139   - "latency"
10140   - "parent"
10141   traces:
10142     boxmean: False
10143   layout:
10144     title: ""  # No title
10145     layout: "plot-latency"
10146
10147 -
10148   type: "plot"
10149   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10150   algorithm: "plot_latency_box"
10151   output-file-type: ".html"
10152   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10153   data: "plot-vpp-throughput-latency-3n-hsw"
10154   filter: "'NIC_Intel-X710' and
10155            '64B' and
10156            'ENCAP' and
10157            'NDRPDR' and
10158            '2T2C' and
10159            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10160            not 'VHOST' and
10161            not 'IPSECHW'"
10162   parameters:
10163   - "latency"
10164   - "parent"
10165   traces:
10166     boxmean: False
10167   layout:
10168     title: ""  # No title
10169     layout: "plot-latency"
10170
10171 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10172 -
10173   type: "plot"
10174   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10175   algorithm: "plot_latency_box"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10178   data: "plot-vpp-throughput-latency-3n-skx"
10179   filter: "'NIC_Intel-X710' and
10180            '64B' and
10181            'ENCAP' and
10182            'NDRPDR' and
10183            '2T1C' and
10184            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10185            not 'VHOST' and
10186            not 'IPSECHW'"
10187   parameters:
10188   - "latency"
10189   - "parent"
10190   traces:
10191     boxmean: False
10192   layout:
10193     title: ""  # No title
10194     layout: "plot-latency"
10195
10196 -
10197   type: "plot"
10198   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10199   algorithm: "plot_latency_box"
10200   output-file-type: ".html"
10201   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10202   data: "plot-vpp-throughput-latency-3n-skx"
10203   filter: "'NIC_Intel-X710' and
10204            '64B' and
10205            'ENCAP' and
10206            'NDRPDR' and
10207            '4T2C' and
10208            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10209            not 'VHOST' and
10210            not 'IPSECHW'"
10211   parameters:
10212   - "latency"
10213   - "parent"
10214   traces:
10215     boxmean: False
10216   layout:
10217     title: ""  # No title
10218     layout: "plot-latency"
10219
10220 ################################################################################
10221
10222 # Packet Latency - VPP IPv6 3n-hsw-x520
10223 -
10224   type: "plot"
10225   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10226   algorithm: "plot_latency_box"
10227   output-file-type: ".html"
10228   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10229   data: "plot-vpp-throughput-latency-3n-hsw"
10230   filter: "'NIC_Intel-X520-DA2' and
10231            '78B' and
10232            ('BASE' or 'SCALE') and
10233            'NDRPDR' and
10234            '1T1C' and
10235            'IP6FWD' and
10236            not 'SRv6' and
10237            not 'IPSEC' and
10238            not 'VHOST'"
10239   parameters:
10240   - "latency"
10241   - "parent"
10242   traces:
10243     boxmean: False
10244   layout:
10245     title: ""  # No title
10246     layout: "plot-latency"
10247
10248 -
10249   type: "plot"
10250   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10251   algorithm: "plot_latency_box"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10254   data: "plot-vpp-throughput-latency-3n-hsw"
10255   filter: "'NIC_Intel-X520-DA2' and
10256            '78B' and
10257            ('BASE' or 'SCALE') and
10258            'NDRPDR' and
10259            '2T2C' and
10260            'IP6FWD' and
10261            not 'SRv6' and
10262            not 'IPSEC' and
10263            not 'VHOST'"
10264   parameters:
10265   - "latency"
10266   - "parent"
10267   traces:
10268     boxmean: False
10269   layout:
10270     title: ""  # No title
10271     layout: "plot-latency"
10272
10273 # Packet Latency - VPP IPv6 3n-hsw-x710
10274 -
10275   type: "plot"
10276   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10277   algorithm: "plot_latency_box"
10278   output-file-type: ".html"
10279   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10280   data: "plot-vpp-throughput-latency-3n-hsw"
10281   filter: "'NIC_Intel-X710' and
10282            '78B' and
10283            ('BASE' or 'SCALE') and
10284            'NDRPDR' and
10285            '1T1C' and
10286            'IP6FWD' and
10287            not 'SRv6' and
10288            not 'IPSEC' and
10289            not 'VHOST'"
10290   parameters:
10291   - "latency"
10292   - "parent"
10293   traces:
10294     boxmean: False
10295   layout:
10296     title: ""  # No title
10297     layout: "plot-latency"
10298
10299 -
10300   type: "plot"
10301   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10302   algorithm: "plot_latency_box"
10303   output-file-type: ".html"
10304   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10305   data: "plot-vpp-throughput-latency-3n-hsw"
10306   filter: "'NIC_Intel-X710' and
10307            '78B' and
10308            ('BASE' or 'SCALE') and
10309            'NDRPDR' and
10310            '2T2C' and
10311            'IP6FWD' and
10312            not 'SRv6' and
10313            not 'IPSEC' and
10314            not 'VHOST'"
10315   parameters:
10316   - "latency"
10317   - "parent"
10318   traces:
10319     boxmean: False
10320   layout:
10321     title: ""  # No title
10322     layout: "plot-latency"
10323
10324 # Packet Latency - VPP IPv6 3n-hsw-xl710
10325 -
10326   type: "plot"
10327   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10328   algorithm: "plot_latency_box"
10329   output-file-type: ".html"
10330   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10331   data: "plot-vpp-throughput-latency-3n-hsw"
10332   filter: "'NIC_Intel-XL710' and
10333            '78B' and
10334            ('BASE' or 'SCALE') and
10335            'NDRPDR' and
10336            '1T1C' and
10337            'IP6FWD' and
10338            not 'SRv6' and
10339            not 'IPSEC' and
10340            not 'VHOST'"
10341   parameters:
10342   - "latency"
10343   - "parent"
10344   traces:
10345     boxmean: False
10346   layout:
10347     title: ""  # No title
10348     layout: "plot-latency"
10349
10350 -
10351   type: "plot"
10352   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10353   algorithm: "plot_latency_box"
10354   output-file-type: ".html"
10355   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10356   data: "plot-vpp-throughput-latency-3n-hsw"
10357   filter: "'NIC_Intel-XL710' and
10358            '78B' and
10359            ('BASE' or 'SCALE') and
10360            'NDRPDR' and
10361            '2T2C' and
10362            'IP6FWD' and
10363            not 'SRv6' and
10364            not 'IPSEC' and
10365            not 'VHOST'"
10366   parameters:
10367   - "latency"
10368   - "parent"
10369   traces:
10370     boxmean: False
10371   layout:
10372     title: ""  # No title
10373     layout: "plot-latency"
10374
10375 # Packet Latency - VPP IPv6 3n-skx-x710
10376 -
10377   type: "plot"
10378   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10379   algorithm: "plot_latency_box"
10380   output-file-type: ".html"
10381   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10382   data: "plot-vpp-throughput-latency-3n-skx"
10383   filter: "'NIC_Intel-X710' and
10384            '78B' and
10385            ('BASE' or 'SCALE') and
10386            'NDRPDR' and
10387            '2T1C' and
10388            'IP6FWD' and
10389            not 'SRv6' and
10390            not 'IPSEC' and
10391            not 'VHOST'"
10392   parameters:
10393   - "latency"
10394   - "parent"
10395   traces:
10396     boxmean: False
10397   layout:
10398     title: ""  # No title
10399     layout: "plot-latency"
10400
10401 -
10402   type: "plot"
10403   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10404   algorithm: "plot_latency_box"
10405   output-file-type: ".html"
10406   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10407   data: "plot-vpp-throughput-latency-3n-skx"
10408   filter: "'NIC_Intel-X710' and
10409            '78B' and
10410            ('BASE' or 'SCALE') and
10411            'NDRPDR' and
10412            '4T2C' and
10413            'IP6FWD' and
10414            not 'SRv6' and
10415            not 'IPSEC' and
10416            not 'VHOST'"
10417   parameters:
10418   - "latency"
10419   - "parent"
10420   traces:
10421     boxmean: False
10422   layout:
10423     title: ""  # No title
10424     layout: "plot-latency"
10425
10426 # Packet Latency - VPP IPv6 2n-skx-x710
10427 -
10428   type: "plot"
10429   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10430   algorithm: "plot_latency_box"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10433   data: "plot-vpp-throughput-latency-2n-skx"
10434   filter: "'NIC_Intel-X710' and
10435            '78B' and
10436            ('BASE' or 'SCALE') and
10437            'NDRPDR' and
10438            '2T1C' and
10439            'IP6FWD' and
10440            not 'SRv6' and
10441            not 'IPSEC' and
10442            not 'VHOST'"
10443   parameters:
10444   - "latency"
10445   - "parent"
10446   traces:
10447     boxmean: False
10448   layout:
10449     title: ""  # No title
10450     layout: "plot-latency"
10451
10452 -
10453   type: "plot"
10454   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10455   algorithm: "plot_latency_box"
10456   output-file-type: ".html"
10457   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10458   data: "plot-vpp-throughput-latency-2n-skx"
10459   filter: "'NIC_Intel-X710' and
10460            '78B' and
10461            ('BASE' or 'SCALE') and
10462            'NDRPDR' and
10463            '4T2C' and
10464            'IP6FWD' and
10465            not 'SRv6' and
10466            not 'IPSEC' and
10467            not 'VHOST'"
10468   parameters:
10469   - "latency"
10470   - "parent"
10471   traces:
10472     boxmean: False
10473   layout:
10474     title: ""  # No title
10475     layout: "plot-latency"
10476
10477 # Packet Latency - VPP IPv6 2n-skx-xxv710
10478 -
10479   type: "plot"
10480   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10481   algorithm: "plot_latency_box"
10482   output-file-type: ".html"
10483   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10484   data: "plot-vpp-throughput-latency-2n-skx"
10485   filter: "'NIC_Intel-XXV710' and
10486            '78B' and
10487            ('BASE' or 'SCALE') and
10488            'NDRPDR' and
10489            '2T1C' and
10490            'IP6FWD' and
10491            not 'SRv6' and
10492            not 'IPSEC' and
10493            not 'VHOST'"
10494   parameters:
10495   - "latency"
10496   - "parent"
10497   traces:
10498     boxmean: False
10499   layout:
10500     title: ""  # No title
10501     layout: "plot-latency"
10502
10503 -
10504   type: "plot"
10505   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10506   algorithm: "plot_latency_box"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10509   data: "plot-vpp-throughput-latency-2n-skx"
10510   filter: "'NIC_Intel-XXV710' and
10511            '78B' and
10512            ('BASE' or 'SCALE') and
10513            'NDRPDR' and
10514            '4T2C' and
10515            'IP6FWD' and
10516            not 'SRv6' and
10517            not 'IPSEC' and
10518            not 'VHOST'"
10519   parameters:
10520   - "latency"
10521   - "parent"
10522   traces:
10523     boxmean: False
10524   layout:
10525     title: ""  # No title
10526     layout: "plot-latency"
10527
10528 ################################################################################
10529
10530 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10531 -
10532   type: "plot"
10533   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10534   algorithm: "plot_latency_box"
10535   output-file-type: ".html"
10536   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10537   data: "plot-vpp-throughput-latency-3n-hsw"
10538   filter: "'NIC_Intel-X520-DA2' and
10539            '78B' and
10540            'ENCAP' and
10541            'NDRPDR' and
10542            '1T1C' and
10543            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10544            not 'VHOST'"
10545   parameters:
10546   - "latency"
10547   - "parent"
10548   traces:
10549     boxmean: False
10550   layout:
10551     title: ""  # No title
10552     layout: "plot-latency"
10553
10554 -
10555   type: "plot"
10556   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10557   algorithm: "plot_latency_box"
10558   output-file-type: ".html"
10559   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10560   data: "plot-vpp-throughput-latency-3n-hsw"
10561   filter: "'NIC_Intel-X520-DA2' and
10562            '78B' and
10563            'ENCAP' and
10564            'NDRPDR' and
10565            '2T2C' and
10566            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10567            not 'VHOST'"
10568   parameters:
10569   - "latency"
10570   - "parent"
10571   traces:
10572     boxmean: False
10573   layout:
10574     title: ""  # No title
10575     layout: "plot-latency"
10576
10577 ################################################################################
10578
10579 # Packet Latency - VPP IPSec 3n-hsw-xl710
10580 -
10581   type: "plot"
10582   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10583   algorithm: "plot_latency_box"
10584   output-file-type: ".html"
10585   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10586   data: "plot-vpp-throughput-latency-3n-hsw"
10587   filter: "'NIC_Intel-XL710' and
10588            '64B' and
10589            'IP4FWD' and
10590            'NDRPDR' and
10591            '1T1C' and
10592            'IPSECHW' and
10593            ('IPSECTRAN' or 'IPSECTUN') and
10594            not 'VHOST'"
10595   parameters:
10596   - "latency"
10597   - "parent"
10598   traces:
10599     boxmean: False
10600   layout:
10601     title: ""  # No title
10602     layout: "plot-latency"
10603
10604 -
10605   type: "plot"
10606   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10607   algorithm: "plot_latency_box"
10608   output-file-type: ".html"
10609   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10610   data: "plot-vpp-throughput-latency-3n-hsw"
10611   filter: "'NIC_Intel-XL710' and
10612            '64B' and
10613            'IP4FWD' and
10614            'NDRPDR' and
10615            '2T2C' and
10616            'IPSECHW' and
10617            ('IPSECTRAN' or 'IPSECTUN') and
10618            not 'VHOST'"
10619   parameters:
10620   - "latency"
10621   - "parent"
10622   traces:
10623     boxmean: False
10624   layout:
10625     title: ""  # No title
10626     layout: "plot-latency"
10627
10628 ################################################################################
10629
10630 # Packet Latency - VPP SRv6 3n-hsw-x520
10631 -
10632   type: "plot"
10633   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10634   algorithm: "plot_latency_box"
10635   output-file-type: ".html"
10636   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10637   data: "plot-vpp-throughput-latency-3n-hsw"
10638   filter: "'NIC_Intel-X520-DA2' and
10639            '78B' and
10640            'FEATURE' and
10641            'NDRPDR' and
10642            '1T1C' and
10643            'IP6FWD' and
10644            'SRv6'"
10645   parameters:
10646   - "latency"
10647   - "parent"
10648   traces:
10649     boxmean: False
10650   layout:
10651     title: ""  # No title
10652     layout: "plot-latency"
10653
10654 -
10655   type: "plot"
10656   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10657   algorithm: "plot_latency_box"
10658   output-file-type: ".html"
10659   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10660   data: "plot-vpp-throughput-latency-3n-hsw"
10661   filter: "'NIC_Intel-X520-DA2' and
10662            '78B' and
10663            'FEATURE' and
10664            'NDRPDR' and
10665            '2T2C' and
10666            'IP6FWD' and
10667            'SRv6'"
10668   parameters:
10669   - "latency"
10670   - "parent"
10671   traces:
10672     boxmean: False
10673   layout:
10674     title: ""  # No title
10675     layout: "plot-latency"
10676
10677 ################################################################################
10678
10679 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10680 -
10681   type: "plot"
10682   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10683   algorithm: "plot_latency_box"
10684   output-file-type: ".html"
10685   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10686   data: "plot-vpp-throughput-latency-3n-hsw"
10687   filter: "'NIC_Intel-X520-DA2' and
10688            '64B' and
10689            'NDRPDR' and
10690            '1T1C' and
10691            'VHOST' and
10692            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10693   parameters:
10694   - "latency"
10695   - "parent"
10696   traces:
10697     boxmean: False
10698   layout:
10699     title: ""  # No title
10700     layout: "plot-latency"
10701
10702 -
10703   type: "plot"
10704   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10705   algorithm: "plot_latency_box"
10706   output-file-type: ".html"
10707   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10708   data: "plot-vpp-throughput-latency-3n-hsw"
10709   filter: "'NIC_Intel-X520-DA2' and
10710            '64B' and
10711            'NDRPDR' and
10712            '2T2C' and
10713            'VHOST' and
10714            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10715   parameters:
10716   - "latency"
10717   - "parent"
10718   traces:
10719     boxmean: False
10720   layout:
10721     title: ""  # No title
10722     layout: "plot-latency"
10723
10724 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10725 -
10726   type: "plot"
10727   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10728   algorithm: "plot_latency_box"
10729   output-file-type: ".html"
10730   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10731   data: "plot-vpp-throughput-latency-3n-hsw"
10732   filter: "'NIC_Intel-X520-DA2' and
10733            '64B' and
10734            'NDRPDR' and
10735            '1T1C' and
10736            'VHOST' and
10737            not 'VXLAN' and
10738            not 'IP4FWD' and
10739            not 'DOT1Q' and
10740            not '2VM'"
10741   parameters:
10742   - "latency"
10743   - "parent"
10744   traces:
10745     boxmean: False
10746   layout:
10747     title: ""  # No title
10748     layout: "plot-latency"
10749
10750 -
10751   type: "plot"
10752   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10753   algorithm: "plot_latency_box"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10756   data: "plot-vpp-throughput-latency-3n-hsw"
10757   filter: "'NIC_Intel-X520-DA2' and
10758            '64B' and
10759            'NDRPDR' and
10760            '2T2C' and
10761            'VHOST' and
10762            not 'VXLAN' and
10763            not 'IP4FWD' and
10764            not 'DOT1Q' and
10765            not '2VM'"
10766   parameters:
10767   - "latency"
10768   - "parent"
10769   traces:
10770     boxmean: False
10771   layout:
10772     title: ""  # No title
10773     layout: "plot-latency"
10774
10775 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10776 -
10777   type: "plot"
10778   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10779   algorithm: "plot_latency_box"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10782   data: "plot-vpp-throughput-latency-3n-hsw"
10783   filter: "'NIC_Intel-X710' and
10784            '64B' and
10785            'NDRPDR' and
10786            '1T1C' and
10787            'VHOST' and
10788            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10789   parameters:
10790   - "latency"
10791   - "parent"
10792   traces:
10793     boxmean: False
10794   layout:
10795     title: ""  # No title
10796     layout: "plot-latency"
10797
10798 -
10799   type: "plot"
10800   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10801   algorithm: "plot_latency_box"
10802   output-file-type: ".html"
10803   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10804   data: "plot-vpp-throughput-latency-3n-hsw"
10805   filter: "'NIC_Intel-X710' and
10806            '64B' and
10807            'NDRPDR' and
10808            '2T2C' and
10809            'VHOST' and
10810            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10811   parameters:
10812   - "latency"
10813   - "parent"
10814   traces:
10815     boxmean: False
10816   layout:
10817     title: ""  # No title
10818     layout: "plot-latency"
10819
10820 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10821 -
10822   type: "plot"
10823   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10824   algorithm: "plot_latency_box"
10825   output-file-type: ".html"
10826   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10827   data: "plot-vpp-throughput-latency-3n-hsw"
10828   filter: "'NIC_Intel-X710' and
10829            '64B' and
10830            'NDRPDR' and
10831            '1T1C' and
10832            'VHOST' and
10833            not 'VXLAN' and
10834            not 'IP4FWD' and
10835            not 'DOT1Q' and
10836            not '2VM'"
10837   parameters:
10838   - "latency"
10839   - "parent"
10840   traces:
10841     boxmean: False
10842   layout:
10843     title: ""  # No title
10844     layout: "plot-latency"
10845
10846 -
10847   type: "plot"
10848   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10849   algorithm: "plot_latency_box"
10850   output-file-type: ".html"
10851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10852   data: "plot-vpp-throughput-latency-3n-hsw"
10853   filter: "'NIC_Intel-X710' and
10854            '64B' and
10855            'NDRPDR' and
10856            '2T2C' and
10857            'VHOST' and
10858            not 'VXLAN' and
10859            not 'IP4FWD' and
10860            not 'DOT1Q' and
10861            not '2VM'"
10862   parameters:
10863   - "latency"
10864   - "parent"
10865   traces:
10866     boxmean: False
10867   layout:
10868     title: ""  # No title
10869     layout: "plot-latency"
10870
10871 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10872 -
10873   type: "plot"
10874   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10875   algorithm: "plot_latency_box"
10876   output-file-type: ".html"
10877   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10878   data: "plot-vpp-throughput-latency-3n-hsw"
10879   filter: "'NIC_Intel-XL710' and
10880            '64B' and
10881            'NDRPDR' and
10882            '1T1C' and
10883            'VHOST' and
10884            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10885   parameters:
10886   - "latency"
10887   - "parent"
10888   traces:
10889     boxmean: False
10890   layout:
10891     title: ""  # No title
10892     layout: "plot-latency"
10893
10894 -
10895   type: "plot"
10896   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10897   algorithm: "plot_latency_box"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10900   data: "plot-vpp-throughput-latency-3n-hsw"
10901   filter: "'NIC_Intel-XL710' and
10902            '64B' and
10903            'NDRPDR' and
10904            '2T2C' and
10905            'VHOST' and
10906            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10907   parameters:
10908   - "latency"
10909   - "parent"
10910   traces:
10911     boxmean: False
10912   layout:
10913     title: ""  # No title
10914     layout: "plot-latency"
10915
10916 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10917 -
10918   type: "plot"
10919   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10920   algorithm: "plot_latency_box"
10921   output-file-type: ".html"
10922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10923   data: "plot-vpp-throughput-latency-3n-hsw"
10924   filter: "'NIC_Intel-XL710' and
10925            '64B' and
10926            'NDRPDR' and
10927            '1T1C' and
10928            'VHOST' and
10929            not 'VXLAN' and
10930            not 'IP4FWD' and
10931            not 'DOT1Q' and
10932            not '2VM'"
10933   parameters:
10934   - "latency"
10935   - "parent"
10936   traces:
10937     boxmean: False
10938   layout:
10939     title: ""  # No title
10940     layout: "plot-latency"
10941
10942 -
10943   type: "plot"
10944   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10945   algorithm: "plot_latency_box"
10946   output-file-type: ".html"
10947   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10948   data: "plot-vpp-throughput-latency-3n-hsw"
10949   filter: "'NIC_Intel-XL710' and
10950            '64B' and
10951            'NDRPDR' and
10952            '2T2C' and
10953            'VHOST' and
10954            not 'VXLAN' and
10955            not 'IP4FWD' and
10956            not 'DOT1Q' and
10957            not '2VM'"
10958   parameters:
10959   - "latency"
10960   - "parent"
10961   traces:
10962     boxmean: False
10963   layout:
10964     title: ""  # No title
10965     layout: "plot-latency"
10966
10967 ################################################################################
10968
10969 # Packet Latency - VPP VTS 3n-hsw-x520
10970 -
10971   type: "plot"
10972   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10973   algorithm: "plot_latency_box"
10974   output-file-type: ".html"
10975   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10976   data: "plot-vpp-throughput-latency-3n-hsw"
10977   filter: "'NIC_Intel-X520-DA2' and
10978            '114B' and
10979            'NDRPDR' and
10980            '1T1C' and
10981            'VTS'"
10982   parameters:
10983   - "latency"
10984   - "parent"
10985   traces:
10986     boxmean: False
10987   layout:
10988     title: ""  # No title
10989     layout: "plot-latency"
10990
10991 -
10992   type: "plot"
10993   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10994   algorithm: "plot_latency_box"
10995   output-file-type: ".html"
10996   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10997   data: "plot-vpp-throughput-latency-3n-hsw"
10998   filter: "'NIC_Intel-X520-DA2' and
10999            '114B' and
11000            'NDRPDR' and
11001            '2T2C' and
11002            'VTS'"
11003   parameters:
11004   - "latency"
11005   - "parent"
11006   traces:
11007     boxmean: False
11008   layout:
11009     title: ""  # No title
11010     layout: "plot-latency"
11011
11012 ################################################################################
11013
11014 # Packet Latency - DPDK l3fwd 3n-hsw-x520
11015 -
11016   type: "plot"
11017   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11018   algorithm: "plot_latency_box"
11019   output-file-type: ".html"
11020   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11021   data: "plot-dpdk-throughput-latency-3n-hsw"
11022   filter: "'NIC_Intel-X520-DA2' and
11023            '64B' and
11024            'BASE' and
11025            'NDRPDR' and
11026            '1T1C' and
11027            'IP4FWD'"
11028   parameters:
11029   - "latency"
11030   - "parent"
11031   traces:
11032     hoverinfo: "x+y"
11033     boxpoints: "outliers"
11034     whiskerwidth: 0
11035   layout:
11036     title: ""  # No title
11037     layout: "plot-latency"
11038
11039 -
11040   type: "plot"
11041   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11042   algorithm: "plot_latency_box"
11043   output-file-type: ".html"
11044   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11045   data: "plot-dpdk-throughput-latency-3n-hsw"
11046   filter: "'NIC_Intel-X520-DA2' and
11047            '64B' and
11048            'BASE' and
11049            'NDRPDR' and
11050            '2T2C' and
11051            'IP4FWD'"
11052   parameters:
11053   - "latency"
11054   - "parent"
11055   traces:
11056     hoverinfo: "x+y"
11057     boxpoints: "outliers"
11058     whiskerwidth: 0
11059   layout:
11060     title: ""  # No title
11061     layout: "plot-latency"
11062
11063 # Packet Latency - DPDK l3fwd 3n-hsw-x710
11064 -
11065   type: "plot"
11066   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11067   algorithm: "plot_latency_box"
11068   output-file-type: ".html"
11069   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11070   data: "plot-dpdk-throughput-latency-3n-hsw"
11071   filter: "'NIC_Intel-X710' and
11072            '64B' and
11073            'BASE' and
11074            'NDRPDR' and
11075            '1T1C' and
11076            'IP4FWD'"
11077   parameters:
11078   - "latency"
11079   - "parent"
11080   traces:
11081     hoverinfo: "x+y"
11082     boxpoints: "outliers"
11083     whiskerwidth: 0
11084   layout:
11085     title: ""  # No title
11086     layout: "plot-latency"
11087
11088 -
11089   type: "plot"
11090   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11091   algorithm: "plot_latency_box"
11092   output-file-type: ".html"
11093   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11094   data: "plot-dpdk-throughput-latency-3n-hsw"
11095   filter: "'NIC_Intel-X710' and
11096            '64B' and
11097            'BASE' and
11098            'NDRPDR' and
11099            '2T2C' and
11100            'IP4FWD'"
11101   parameters:
11102   - "latency"
11103   - "parent"
11104   traces:
11105     hoverinfo: "x+y"
11106     boxpoints: "outliers"
11107     whiskerwidth: 0
11108   layout:
11109     title: ""  # No title
11110     layout: "plot-latency"
11111
11112 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11113 -
11114   type: "plot"
11115   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11116   algorithm: "plot_latency_box"
11117   output-file-type: ".html"
11118   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11119   data: "plot-dpdk-throughput-latency-3n-hsw"
11120   filter: "'NIC_Intel-XL710' and
11121            '64B' and
11122            'BASE' and
11123            'NDRPDR' and
11124            '1T1C' and
11125            'IP4FWD'"
11126   parameters:
11127   - "latency"
11128   - "parent"
11129   traces:
11130     hoverinfo: "x+y"
11131     boxpoints: "outliers"
11132     whiskerwidth: 0
11133   layout:
11134     title: ""  # No title
11135     layout: "plot-latency"
11136
11137 -
11138   type: "plot"
11139   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11140   algorithm: "plot_latency_box"
11141   output-file-type: ".html"
11142   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11143   data: "plot-dpdk-throughput-latency-3n-hsw"
11144   filter: "'NIC_Intel-XL710' and
11145            '64B' and
11146            'BASE' and
11147            'NDRPDR' and
11148            '2T2C' and
11149            'IP4FWD'"
11150   parameters:
11151   - "latency"
11152   - "parent"
11153   traces:
11154     hoverinfo: "x+y"
11155     boxpoints: "outliers"
11156     whiskerwidth: 0
11157   layout:
11158     title: ""  # No title
11159     layout: "plot-latency"
11160
11161 # Packet Latency - DPDK l3fwd 3n-skx-x710
11162 -
11163   type: "plot"
11164   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11165   algorithm: "plot_latency_box"
11166   output-file-type: ".html"
11167   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11168   data: "plot-dpdk-throughput-latency-3n-skx"
11169   filter: "'NIC_Intel-X710' and
11170            '64B' and
11171            'BASE' and
11172            'NDRPDR' and
11173            '2T1C' and
11174            'IP4FWD'"
11175   parameters:
11176   - "latency"
11177   - "parent"
11178   traces:
11179     hoverinfo: "x+y"
11180     boxpoints: "outliers"
11181     whiskerwidth: 0
11182   layout:
11183     title: ""  # No title
11184     layout: "plot-latency"
11185
11186 -
11187   type: "plot"
11188   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11189   algorithm: "plot_latency_box"
11190   output-file-type: ".html"
11191   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11192   data: "plot-dpdk-throughput-latency-3n-skx"
11193   filter: "'NIC_Intel-X710' and
11194            '64B' and
11195            'BASE' and
11196            'NDRPDR' and
11197            '4T2C' and
11198            'IP4FWD'"
11199   parameters:
11200   - "latency"
11201   - "parent"
11202   traces:
11203     hoverinfo: "x+y"
11204     boxpoints: "outliers"
11205     whiskerwidth: 0
11206   layout:
11207     title: ""  # No title
11208     layout: "plot-latency"
11209
11210 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11211 -
11212   type: "plot"
11213   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11214   algorithm: "plot_latency_box"
11215   output-file-type: ".html"
11216   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11217   data: "plot-dpdk-throughput-latency-3n-skx"
11218   filter: "'NIC_Intel-XXV710' and
11219            '64B' and
11220            'BASE' and
11221            'NDRPDR' and
11222            '2T1C' and
11223            'IP4FWD'"
11224   parameters:
11225   - "latency"
11226   - "parent"
11227   traces:
11228     hoverinfo: "x+y"
11229     boxpoints: "outliers"
11230     whiskerwidth: 0
11231   layout:
11232     title: ""  # No title
11233     layout: "plot-latency"
11234
11235 -
11236   type: "plot"
11237   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11238   algorithm: "plot_latency_box"
11239   output-file-type: ".html"
11240   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11241   data: "plot-dpdk-throughput-latency-3n-skx"
11242   filter: "'NIC_Intel-XXV710' and
11243            '64B' and
11244            'BASE' and
11245            'NDRPDR' and
11246            '4T2C' and
11247            'IP4FWD'"
11248   parameters:
11249   - "latency"
11250   - "parent"
11251   traces:
11252     hoverinfo: "x+y"
11253     boxpoints: "outliers"
11254     whiskerwidth: 0
11255   layout:
11256     title: ""  # No title
11257     layout: "plot-latency"
11258
11259 # Packet Latency - DPDK l3fwd 2n-skx-x710
11260 -
11261   type: "plot"
11262   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11263   algorithm: "plot_latency_box"
11264   output-file-type: ".html"
11265   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11266   data: "plot-dpdk-throughput-latency-2n-skx"
11267   filter: "'NIC_Intel-X710' and
11268            '64B' and
11269            'BASE' and
11270            'NDRPDR' and
11271            '2T1C' and
11272            'IP4FWD'"
11273   parameters:
11274   - "latency"
11275   - "parent"
11276   traces:
11277     hoverinfo: "x+y"
11278     boxpoints: "outliers"
11279     whiskerwidth: 0
11280   layout:
11281     title: ""  # No title
11282     layout: "plot-latency"
11283
11284 -
11285   type: "plot"
11286   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11287   algorithm: "plot_latency_box"
11288   output-file-type: ".html"
11289   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11290   data: "plot-dpdk-throughput-latency-2n-skx"
11291   filter: "'NIC_Intel-X710' and
11292            '64B' and
11293            'BASE' and
11294            'NDRPDR' and
11295            '4T2C' and
11296            'IP4FWD'"
11297   parameters:
11298   - "latency"
11299   - "parent"
11300   traces:
11301     hoverinfo: "x+y"
11302     boxpoints: "outliers"
11303     whiskerwidth: 0
11304   layout:
11305     title: ""  # No title
11306     layout: "plot-latency"
11307
11308 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11309 -
11310   type: "plot"
11311   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11312   algorithm: "plot_latency_box"
11313   output-file-type: ".html"
11314   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11315   data: "plot-dpdk-throughput-latency-2n-skx"
11316   filter: "'NIC_Intel-XXV710' and
11317            '64B' and
11318            'BASE' and
11319            'NDRPDR' and
11320            '2T1C' and
11321            'IP4FWD'"
11322   parameters:
11323   - "latency"
11324   - "parent"
11325   traces:
11326     hoverinfo: "x+y"
11327     boxpoints: "outliers"
11328     whiskerwidth: 0
11329   layout:
11330     title: ""  # No title
11331     layout: "plot-latency"
11332
11333 -
11334   type: "plot"
11335   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11336   algorithm: "plot_latency_box"
11337   output-file-type: ".html"
11338   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11339   data: "plot-dpdk-throughput-latency-2n-skx"
11340   filter: "'NIC_Intel-XXV710' and
11341            '64B' and
11342            'BASE' and
11343            'NDRPDR' and
11344            '4T2C' and
11345            'IP4FWD'"
11346   parameters:
11347   - "latency"
11348   - "parent"
11349   traces:
11350     hoverinfo: "x+y"
11351     boxpoints: "outliers"
11352     whiskerwidth: 0
11353   layout:
11354     title: ""  # No title
11355     layout: "plot-latency"
11356
11357 ################################################################################
11358
11359 # Packet Latency - DPDK testpmd 3n-hsw-x520
11360 -
11361   type: "plot"
11362   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11363   algorithm: "plot_latency_box"
11364   output-file-type: ".html"
11365   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11366   data: "plot-dpdk-throughput-latency-3n-hsw"
11367   filter: "'NIC_Intel-X520-DA2' and
11368            '64B' and
11369            'BASE' and
11370            'NDRPDR' and
11371            '1T1C' and
11372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11373   parameters:
11374   - "latency"
11375   - "parent"
11376   traces:
11377     hoverinfo: "x+y"
11378     boxpoints: "outliers"
11379     whiskerwidth: 0
11380   layout:
11381     title: ""  # No title
11382     layout: "plot-latency"
11383
11384 -
11385   type: "plot"
11386   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11387   algorithm: "plot_latency_box"
11388   output-file-type: ".html"
11389   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11390   data: "plot-dpdk-throughput-latency-3n-hsw"
11391   filter: "'NIC_Intel-X520-DA2' and
11392            '64B' and
11393            'BASE' and
11394            'NDRPDR' and
11395            '2T2C' and
11396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11397   parameters:
11398   - "latency"
11399   - "parent"
11400   traces:
11401     hoverinfo: "x+y"
11402     boxpoints: "outliers"
11403     whiskerwidth: 0
11404   layout:
11405     title: ""  # No title
11406     layout: "plot-latency"
11407
11408 # Packet Latency - DPDK testpmd 3n-hsw-x710
11409 -
11410   type: "plot"
11411   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11412   algorithm: "plot_latency_box"
11413   output-file-type: ".html"
11414   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11415   data: "plot-dpdk-throughput-latency-3n-hsw"
11416   filter: "'NIC_Intel-X710' and
11417            '64B' and
11418            'BASE' and
11419            'NDRPDR' and
11420            '1T1C' and
11421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11422   parameters:
11423   - "latency"
11424   - "parent"
11425   traces:
11426     hoverinfo: "x+y"
11427     boxpoints: "outliers"
11428     whiskerwidth: 0
11429   layout:
11430     title: ""  # No title
11431     layout: "plot-latency"
11432
11433 -
11434   type: "plot"
11435   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11436   algorithm: "plot_latency_box"
11437   output-file-type: ".html"
11438   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11439   data: "plot-dpdk-throughput-latency-3n-hsw"
11440   filter: "'NIC_Intel-X710' and
11441            '64B' and
11442            'BASE' and
11443            'NDRPDR' and
11444            '2T2C' and
11445            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11446   parameters:
11447   - "latency"
11448   - "parent"
11449   traces:
11450     hoverinfo: "x+y"
11451     boxpoints: "outliers"
11452     whiskerwidth: 0
11453   layout:
11454     title: ""  # No title
11455     layout: "plot-latency"
11456
11457 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11458 -
11459   type: "plot"
11460   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11461   algorithm: "plot_latency_box"
11462   output-file-type: ".html"
11463   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11464   data: "plot-dpdk-throughput-latency-3n-hsw"
11465   filter: "'NIC_Intel-XL710' and
11466            '64B' and
11467            'BASE' and
11468            'NDRPDR' and
11469            '1T1C' and
11470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11471   parameters:
11472   - "latency"
11473   - "parent"
11474   traces:
11475     hoverinfo: "x+y"
11476     boxpoints: "outliers"
11477     whiskerwidth: 0
11478   layout:
11479     title: ""  # No title
11480     layout: "plot-latency"
11481
11482 -
11483   type: "plot"
11484   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11485   algorithm: "plot_latency_box"
11486   output-file-type: ".html"
11487   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11488   data: "plot-dpdk-throughput-latency-3n-hsw"
11489   filter: "'NIC_Intel-XL710' and
11490            '64B' and
11491            'BASE' and
11492            'NDRPDR' and
11493            '2T2C' and
11494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11495   parameters:
11496   - "latency"
11497   - "parent"
11498   traces:
11499     hoverinfo: "x+y"
11500     boxpoints: "outliers"
11501     whiskerwidth: 0
11502   layout:
11503     title: ""  # No title
11504     layout: "plot-latency"
11505
11506 # Packet Latency - DPDK testpmd 3n-skx-x710
11507 -
11508   type: "plot"
11509   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11510   algorithm: "plot_latency_box"
11511   output-file-type: ".html"
11512   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11513   data: "plot-dpdk-throughput-latency-3n-skx"
11514   filter: "'NIC_Intel-X710' and
11515            '64B' and
11516            'BASE' and
11517            'NDRPDR' and
11518            '2T1C' and
11519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11520   parameters:
11521   - "latency"
11522   - "parent"
11523   traces:
11524     hoverinfo: "x+y"
11525     boxpoints: "outliers"
11526     whiskerwidth: 0
11527   layout:
11528     title: ""  # No title
11529     layout: "plot-latency"
11530
11531 -
11532   type: "plot"
11533   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11534   algorithm: "plot_latency_box"
11535   output-file-type: ".html"
11536   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11537   data: "plot-dpdk-throughput-latency-3n-skx"
11538   filter: "'NIC_Intel-X710' and
11539            '64B' and
11540            'BASE' and
11541            'NDRPDR' and
11542            '4T2C' and
11543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11544   parameters:
11545   - "latency"
11546   - "parent"
11547   traces:
11548     hoverinfo: "x+y"
11549     boxpoints: "outliers"
11550     whiskerwidth: 0
11551   layout:
11552     title: ""  # No title
11553     layout: "plot-latency"
11554
11555 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11556 -
11557   type: "plot"
11558   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11559   algorithm: "plot_latency_box"
11560   output-file-type: ".html"
11561   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11562   data: "plot-dpdk-throughput-latency-3n-skx"
11563   filter: "'NIC_Intel-XXV710' and
11564            '64B' and
11565            'BASE' and
11566            'NDRPDR' and
11567            '2T1C' and
11568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11569   parameters:
11570   - "latency"
11571   - "parent"
11572   traces:
11573     hoverinfo: "x+y"
11574     boxpoints: "outliers"
11575     whiskerwidth: 0
11576   layout:
11577     title: ""  # No title
11578     layout: "plot-latency"
11579
11580 -
11581   type: "plot"
11582   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11583   algorithm: "plot_latency_box"
11584   output-file-type: ".html"
11585   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11586   data: "plot-dpdk-throughput-latency-3n-skx"
11587   filter: "'NIC_Intel-XXV710' and
11588            '64B' and
11589            'BASE' and
11590            'NDRPDR' and
11591            '4T2C' and
11592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11593   parameters:
11594   - "latency"
11595   - "parent"
11596   traces:
11597     hoverinfo: "x+y"
11598     boxpoints: "outliers"
11599     whiskerwidth: 0
11600   layout:
11601     title: ""  # No title
11602     layout: "plot-latency"
11603
11604 # Packet Latency - DPDK testpmd 2n-skx-x710
11605 -
11606   type: "plot"
11607   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11608   algorithm: "plot_latency_box"
11609   output-file-type: ".html"
11610   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11611   data: "plot-dpdk-throughput-latency-2n-skx"
11612   filter: "'NIC_Intel-X710' and
11613            '64B' and
11614            'BASE' and
11615            'NDRPDR' and
11616            '2T1C' and
11617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11618   parameters:
11619   - "latency"
11620   - "parent"
11621   traces:
11622     hoverinfo: "x+y"
11623     boxpoints: "outliers"
11624     whiskerwidth: 0
11625   layout:
11626     title: ""  # No title
11627     layout: "plot-latency"
11628
11629 -
11630   type: "plot"
11631   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11632   algorithm: "plot_latency_box"
11633   output-file-type: ".html"
11634   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11635   data: "plot-dpdk-throughput-latency-2n-skx"
11636   filter: "'NIC_Intel-X710' and
11637            '64B' and
11638            'BASE' and
11639            'NDRPDR' and
11640            '4T2C' and
11641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11642   parameters:
11643   - "latency"
11644   - "parent"
11645   traces:
11646     hoverinfo: "x+y"
11647     boxpoints: "outliers"
11648     whiskerwidth: 0
11649   layout:
11650     title: ""  # No title
11651     layout: "plot-latency"
11652
11653 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11654 -
11655   type: "plot"
11656   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11657   algorithm: "plot_latency_box"
11658   output-file-type: ".html"
11659   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11660   data: "plot-dpdk-throughput-latency-2n-skx"
11661   filter: "'NIC_Intel-XXV710' and
11662            '64B' and
11663            'BASE' and
11664            'NDRPDR' and
11665            '2T1C' and
11666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11667   parameters:
11668   - "latency"
11669   - "parent"
11670   traces:
11671     hoverinfo: "x+y"
11672     boxpoints: "outliers"
11673     whiskerwidth: 0
11674   layout:
11675     title: ""  # No title
11676     layout: "plot-latency"
11677
11678 -
11679   type: "plot"
11680   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11681   algorithm: "plot_latency_box"
11682   output-file-type: ".html"
11683   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11684   data: "plot-dpdk-throughput-latency-2n-skx"
11685   filter: "'NIC_Intel-XXV710' and
11686            '64B' and
11687            'BASE' and
11688            'NDRPDR' and
11689            '4T2C' and
11690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11691   parameters:
11692   - "latency"
11693   - "parent"
11694   traces:
11695     hoverinfo: "x+y"
11696     boxpoints: "outliers"
11697     whiskerwidth: 0
11698   layout:
11699     title: ""  # No title
11700     layout: "plot-latency"
11701
11702 ################################################################################
11703
11704 # Speedup - VPP Container Memif 3n-hsw-x520
11705 -
11706   type: "plot"
11707   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11708   algorithm: "plot_throughput_speedup_analysis"
11709   output-file-type: ".html"
11710   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11711   data: "plot-throughput-speedup-analysis-3n-hsw"
11712   filter: "'NIC_Intel-X520-DA2' and
11713            '64B' and
11714            ('BASE' or 'SCALE') and
11715            'NDRPDR' and
11716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11717            not 'VHOST' and
11718            'MEMIF'"
11719   parameters:
11720   - "throughput"
11721   - "parent"
11722   - "tags"
11723   layout:
11724     title: ""  # No title
11725     layout: "plot-throughput-speedup-analysis"
11726
11727 -
11728   type: "plot"
11729   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11730   algorithm: "plot_throughput_speedup_analysis"
11731   output-file-type: ".html"
11732   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11733   data: "plot-throughput-speedup-analysis-3n-hsw"
11734   filter: "'NIC_Intel-X520-DA2' and
11735            '64B' and
11736            ('BASE' or 'SCALE') and
11737            'NDRPDR' and
11738            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11739            not 'VHOST' and
11740            'MEMIF'"
11741   parameters:
11742   - "throughput"
11743   - "parent"
11744   - "tags"
11745   layout:
11746     title: ""  # No title
11747     layout: "plot-throughput-speedup-analysis"
11748
11749 # Speedup - VPP Container Memif 3n-hsw-x710
11750 -
11751   type: "plot"
11752   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11753   algorithm: "plot_throughput_speedup_analysis"
11754   output-file-type: ".html"
11755   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11756   data: "plot-throughput-speedup-analysis-3n-hsw"
11757   filter: "'NIC_Intel-X710' and
11758            '64B' and
11759            ('BASE' or 'SCALE') and
11760            'NDRPDR' and
11761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11762            not 'VHOST' and
11763            'MEMIF'"
11764   parameters:
11765   - "throughput"
11766   - "parent"
11767   - "tags"
11768   layout:
11769     title: ""  # No title
11770     layout: "plot-throughput-speedup-analysis"
11771
11772 -
11773   type: "plot"
11774   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11775   algorithm: "plot_throughput_speedup_analysis"
11776   output-file-type: ".html"
11777   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11778   data: "plot-throughput-speedup-analysis-3n-hsw"
11779   filter: "'NIC_Intel-X710' and
11780            '64B' and
11781            ('BASE' or 'SCALE') and
11782            'NDRPDR' and
11783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11784            not 'VHOST' and
11785            'MEMIF'"
11786   parameters:
11787   - "throughput"
11788   - "parent"
11789   - "tags"
11790   layout:
11791     title: ""  # No title
11792     layout: "plot-throughput-speedup-analysis"
11793
11794 # Speedup - VPP Container Memif 3n-hsw-xl710
11795 -
11796   type: "plot"
11797   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11798   algorithm: "plot_throughput_speedup_analysis"
11799   output-file-type: ".html"
11800   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11801   data: "plot-throughput-speedup-analysis-3n-hsw"
11802   filter: "'NIC_Intel-XL710' and
11803            '64B' and
11804            ('BASE' or 'SCALE') and
11805            'NDRPDR' and
11806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11807            not 'VHOST' and
11808            'MEMIF'"
11809   parameters:
11810   - "throughput"
11811   - "parent"
11812   - "tags"
11813   layout:
11814     title: ""  # No title
11815     layout: "plot-throughput-speedup-analysis"
11816
11817 -
11818   type: "plot"
11819   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11820   algorithm: "plot_throughput_speedup_analysis"
11821   output-file-type: ".html"
11822   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11823   data: "plot-throughput-speedup-analysis-3n-hsw"
11824   filter: "'NIC_Intel-XL710' and
11825            '64B' and
11826            ('BASE' or 'SCALE') and
11827            'NDRPDR' and
11828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11829            not 'VHOST' and
11830            'MEMIF'"
11831   parameters:
11832   - "throughput"
11833   - "parent"
11834   - "tags"
11835   layout:
11836     title: ""  # No title
11837     layout: "plot-throughput-speedup-analysis"
11838
11839 # Speedup - VPP Container Memif 3n-skx-x710
11840 -
11841   type: "plot"
11842   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11843   algorithm: "plot_throughput_speedup_analysis"
11844   output-file-type: ".html"
11845   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11846   data: "plot-throughput-speedup-analysis-3n-skx"
11847   filter: "'NIC_Intel-X710' and
11848            '64B' and
11849            ('BASE' or 'SCALE') and
11850            'NDRPDR' and
11851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11852            not 'VHOST' and
11853            'MEMIF'"
11854   parameters:
11855   - "throughput"
11856   - "parent"
11857   - "tags"
11858   layout:
11859     title: ""  # No title
11860     layout: "plot-throughput-speedup-analysis"
11861
11862 -
11863   type: "plot"
11864   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11865   algorithm: "plot_throughput_speedup_analysis"
11866   output-file-type: ".html"
11867   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11868   data: "plot-throughput-speedup-analysis-3n-skx"
11869   filter: "'NIC_Intel-X710' and
11870            '64B' and
11871            ('BASE' or 'SCALE') and
11872            'NDRPDR' and
11873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11874            not 'VHOST' and
11875             'MEMIF'"
11876   parameters:
11877   - "throughput"
11878   - "parent"
11879   - "tags"
11880   layout:
11881     title: ""  # No title
11882     layout: "plot-throughput-speedup-analysis"
11883
11884 ################################################################################
11885
11886 # Speedup - VPP Container k8s memif 3n-hsw-x520
11887 -
11888   type: "plot"
11889   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11890   algorithm: "plot_throughput_speedup_analysis"
11891   output-file-type: ".html"
11892   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11893   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11894   filter: "'NIC_Intel-X520-DA2' and
11895            '64B' and
11896            ('BASE' or 'SCALE') and
11897            'NDRPDR' and
11898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11899            not 'VHOST' and
11900            'MEMIF'"
11901   parameters:
11902   - "throughput"
11903   - "parent"
11904   - "tags"
11905   layout:
11906     title: ""  # No title
11907     layout: "plot-throughput-speedup-analysis"
11908
11909 -
11910   type: "plot"
11911   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11912   algorithm: "plot_throughput_speedup_analysis"
11913   output-file-type: ".html"
11914   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11915   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11916   filter: "'NIC_Intel-X520-DA2' and
11917            '64B' and
11918            ('BASE' or 'SCALE') and
11919            'NDRPDR' and
11920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11921            not 'VHOST' and
11922            'MEMIF'"
11923   parameters:
11924   - "throughput"
11925   - "parent"
11926   - "tags"
11927   layout:
11928     title: ""  # No title
11929     layout: "plot-throughput-speedup-analysis"
11930
11931 # Speedup - VPP Container Memif 3n-hsw-x710
11932 -
11933   type: "plot"
11934   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11935   algorithm: "plot_throughput_speedup_analysis"
11936   output-file-type: ".html"
11937   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11938   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11939   filter: "'NIC_Intel-X710' and
11940            '64B' and
11941            ('BASE' or 'SCALE') and
11942            'NDRPDR' and
11943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11944            not 'VHOST' and
11945            'MEMIF'"
11946   parameters:
11947   - "throughput"
11948   - "parent"
11949   - "tags"
11950   layout:
11951     title: ""  # No title
11952     layout: "plot-throughput-speedup-analysis"
11953
11954 -
11955   type: "plot"
11956   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11957   algorithm: "plot_throughput_speedup_analysis"
11958   output-file-type: ".html"
11959   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11960   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11961   filter: "'NIC_Intel-X710' and
11962            '64B' and
11963            ('BASE' or 'SCALE') and
11964            'NDRPDR' and
11965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11966            not 'VHOST' and
11967            'MEMIF'"
11968   parameters:
11969   - "throughput"
11970   - "parent"
11971   - "tags"
11972   layout:
11973     title: ""  # No title
11974     layout: "plot-throughput-speedup-analysis"
11975
11976 ################################################################################
11977
11978 # Speedup - VPP IPv4 3n-hsw-x520
11979 -
11980   type: "plot"
11981   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11982   algorithm: "plot_throughput_speedup_analysis"
11983   output-file-type: ".html"
11984   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11985   data: "plot-throughput-speedup-analysis-3n-hsw"
11986   filter: "'NIC_Intel-X520-DA2' and
11987            '64B' and
11988            ('BASE' or 'SCALE') and
11989            'NDRPDR' and
11990            'IP4FWD' and
11991            not 'IPSEC' and
11992            not 'VHOST'"
11993   parameters:
11994   - "throughput"
11995   - "parent"
11996   - "tags"
11997   layout:
11998     title: ""  # No title
11999     layout: "plot-throughput-speedup-analysis"
12000
12001 -
12002   type: "plot"
12003   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12004   algorithm: "plot_throughput_speedup_analysis"
12005   output-file-type: ".html"
12006   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12007   data: "plot-throughput-speedup-analysis-3n-hsw"
12008   filter: "'NIC_Intel-X520-DA2' and
12009            '64B' and
12010            ('BASE' or 'SCALE') and
12011            'NDRPDR' and
12012            'IP4FWD' and
12013            not 'IPSEC' and
12014            not 'VHOST'"
12015   parameters:
12016   - "throughput"
12017   - "parent"
12018   - "tags"
12019   layout:
12020     title: ""  # No title
12021     layout: "plot-throughput-speedup-analysis"
12022
12023 -
12024   type: "plot"
12025   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
12026   algorithm: "plot_throughput_speedup_analysis"
12027   output-file-type: ".html"
12028   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
12029   data: "plot-throughput-speedup-analysis-3n-hsw"
12030   filter: "'NIC_Intel-X520-DA2' and
12031            '64B' and
12032            'FEATURE' and
12033            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12034            'NDRPDR' and
12035            'IP4FWD' and
12036            not 'IPSEC' and
12037            not 'VHOST'"
12038   parameters:
12039   - "throughput"
12040   - "parent"
12041   - "tags"
12042   layout:
12043     title: ""  # No title
12044     layout: "plot-throughput-speedup-analysis"
12045
12046 -
12047   type: "plot"
12048   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
12049   algorithm: "plot_throughput_speedup_analysis"
12050   output-file-type: ".html"
12051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
12052   data: "plot-throughput-speedup-analysis-3n-hsw"
12053   filter: "'NIC_Intel-X520-DA2' and
12054            '64B' and
12055            'FEATURE' and
12056            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12057            'NDRPDR' and
12058            'IP4FWD' and
12059            not 'IPSEC' and
12060            not 'VHOST'"
12061   parameters:
12062   - "throughput"
12063   - "parent"
12064   - "tags"
12065   layout:
12066     title: ""  # No title
12067     layout: "plot-throughput-speedup-analysis"
12068
12069 # Speedup - VPP IPv4 3n-hsw-x710
12070 -
12071   type: "plot"
12072   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12073   algorithm: "plot_throughput_speedup_analysis"
12074   output-file-type: ".html"
12075   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12076   data: "plot-throughput-speedup-analysis-3n-hsw"
12077   filter: "'NIC_Intel-X710' and
12078            '64B' and
12079            ('BASE' or 'SCALE') and
12080            'NDRPDR' and
12081            'IP4FWD' and
12082            not 'IPSEC' and
12083            not 'VHOST'"
12084   parameters:
12085   - "throughput"
12086   - "parent"
12087   - "tags"
12088   layout:
12089     title: ""  # No title
12090     layout: "plot-throughput-speedup-analysis"
12091
12092 -
12093   type: "plot"
12094   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12095   algorithm: "plot_throughput_speedup_analysis"
12096   output-file-type: ".html"
12097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12098   data: "plot-throughput-speedup-analysis-3n-hsw"
12099   filter: "'NIC_Intel-X710' and
12100            '64B' and
12101            ('BASE' or 'SCALE') and
12102            'NDRPDR' and
12103            'IP4FWD' and
12104            not 'IPSEC' and
12105            not 'VHOST'"
12106   parameters:
12107   - "throughput"
12108   - "parent"
12109   - "tags"
12110   layout:
12111     title: ""  # No title
12112     layout: "plot-throughput-speedup-analysis"
12113
12114 -
12115   type: "plot"
12116   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
12117   algorithm: "plot_throughput_speedup_analysis"
12118   output-file-type: ".html"
12119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
12120   data: "plot-throughput-speedup-analysis-3n-hsw"
12121   filter: "'NIC_Intel-X710' and
12122            '64B' and
12123            'FEATURE' and
12124            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12125            'NDRPDR' and
12126            'IP4FWD' and
12127            not 'IPSEC' and
12128            not 'VHOST'"
12129   parameters:
12130   - "throughput"
12131   - "parent"
12132   - "tags"
12133   layout:
12134     title: ""  # No title
12135     layout: "plot-throughput-speedup-analysis"
12136
12137 -
12138   type: "plot"
12139   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12140   algorithm: "plot_throughput_speedup_analysis"
12141   output-file-type: ".html"
12142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12143   data: "plot-throughput-speedup-analysis-3n-hsw"
12144   filter: "'NIC_Intel-X710' and
12145            '64B' and
12146            'FEATURE' and
12147            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12148            'NDRPDR' and
12149            'IP4FWD' and
12150            not 'IPSEC' and
12151            not 'VHOST'"
12152   parameters:
12153   - "throughput"
12154   - "parent"
12155   - "tags"
12156   layout:
12157     title: ""  # No title
12158     layout: "plot-throughput-speedup-analysis"
12159
12160 # Speedup - VPP IPv4 3n-hsw-xl710
12161 -
12162   type: "plot"
12163   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12164   algorithm: "plot_throughput_speedup_analysis"
12165   output-file-type: ".html"
12166   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12167   data: "plot-throughput-speedup-analysis-3n-hsw"
12168   filter: "'NIC_Intel-XL710' and
12169            '64B' and
12170            ('BASE' or 'SCALE') and
12171            'NDRPDR' and
12172            'IP4FWD' and
12173            not 'IPSEC' and
12174            not 'VHOST'"
12175   parameters:
12176   - "throughput"
12177   - "parent"
12178   - "tags"
12179   layout:
12180     title: ""  # No title
12181     layout: "plot-throughput-speedup-analysis"
12182
12183 -
12184   type: "plot"
12185   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12186   algorithm: "plot_throughput_speedup_analysis"
12187   output-file-type: ".html"
12188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12189   data: "plot-throughput-speedup-analysis-3n-hsw"
12190   filter: "'NIC_Intel-XL710' and
12191            '64B' and
12192            ('BASE' or 'SCALE') and
12193            'NDRPDR' and
12194            'IP4FWD' and
12195            not 'IPSEC' and
12196            not 'VHOST'"
12197   parameters:
12198   - "throughput"
12199   - "parent"
12200   - "tags"
12201   layout:
12202     title: ""  # No title
12203     layout: "plot-throughput-speedup-analysis"
12204
12205 # Speedup - VPP IPv4 3n-skx-x710
12206 -
12207   type: "plot"
12208   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12209   algorithm: "plot_throughput_speedup_analysis"
12210   output-file-type: ".html"
12211   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12212   data: "plot-throughput-speedup-analysis-3n-skx"
12213   filter: "'NIC_Intel-X710' and
12214            '64B' and
12215            ('BASE' or 'SCALE') and
12216            'NDRPDR' and
12217            'IP4FWD' and
12218            not 'IPSEC' and
12219            not 'VHOST'"
12220   parameters:
12221   - "throughput"
12222   - "parent"
12223   - "tags"
12224   layout:
12225     title: ""  # No title
12226     layout: "plot-throughput-speedup-analysis"
12227
12228 -
12229   type: "plot"
12230   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12231   algorithm: "plot_throughput_speedup_analysis"
12232   output-file-type: ".html"
12233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12234   data: "plot-throughput-speedup-analysis-3n-skx"
12235   filter: "'NIC_Intel-X710' and
12236            '64B' and
12237            ('BASE' or 'SCALE') and
12238            'NDRPDR' and
12239            'IP4FWD' and
12240            not 'IPSEC' and
12241            not 'VHOST'"
12242   parameters:
12243   - "throughput"
12244   - "parent"
12245   - "tags"
12246   layout:
12247     title: ""  # No title
12248     layout: "plot-throughput-speedup-analysis"
12249
12250 -
12251   type: "plot"
12252   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12253   algorithm: "plot_throughput_speedup_analysis"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12256   data: "plot-throughput-speedup-analysis-3n-skx"
12257   filter: "'NIC_Intel-X710' and
12258            '64B' and
12259            'FEATURE' and
12260            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12261            'NDRPDR' and
12262            'IP4FWD' and
12263            not 'IPSEC' and
12264            not 'VHOST'"
12265   parameters:
12266   - "throughput"
12267   - "parent"
12268   - "tags"
12269   layout:
12270     title: ""  # No title
12271     layout: "plot-throughput-speedup-analysis"
12272
12273 -
12274   type: "plot"
12275   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12276   algorithm: "plot_throughput_speedup_analysis"
12277   output-file-type: ".html"
12278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12279   data: "plot-throughput-speedup-analysis-3n-skx"
12280   filter: "'NIC_Intel-X710' and
12281            '64B' and
12282            'FEATURE' and
12283            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12284            'NDRPDR' and
12285            'IP4FWD' and
12286            not 'IPSEC' and
12287            not 'VHOST'"
12288   parameters:
12289   - "throughput"
12290   - "parent"
12291   - "tags"
12292   layout:
12293     title: ""  # No title
12294     layout: "plot-throughput-speedup-analysis"
12295
12296 # Speedup - VPP IPv4 2n-skx-x710
12297 -
12298   type: "plot"
12299   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12300   algorithm: "plot_throughput_speedup_analysis"
12301   output-file-type: ".html"
12302   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12303   data: "plot-throughput-speedup-analysis-2n-skx"
12304   filter: "'NIC_Intel-X710' and
12305            '64B' and
12306            ('BASE' or 'SCALE') and
12307            'NDRPDR' and
12308            'IP4FWD' and
12309            not 'IPSEC' and
12310            not 'VHOST'"
12311   parameters:
12312   - "throughput"
12313   - "parent"
12314   - "tags"
12315   layout:
12316     title: ""  # No title
12317     layout: "plot-throughput-speedup-analysis"
12318
12319 -
12320   type: "plot"
12321   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12322   algorithm: "plot_throughput_speedup_analysis"
12323   output-file-type: ".html"
12324   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12325   data: "plot-throughput-speedup-analysis-2n-skx"
12326   filter: "'NIC_Intel-X710' and
12327            '64B' and
12328            ('BASE' or 'SCALE') and
12329            'NDRPDR' and
12330            'IP4FWD' and
12331            not 'IPSEC' and
12332            not 'VHOST'"
12333   parameters:
12334   - "throughput"
12335   - "parent"
12336   - "tags"
12337   layout:
12338     title: ""  # No title
12339     layout: "plot-throughput-speedup-analysis"
12340
12341 # Speedup - VPP IPv4 2n-skx-xxv710
12342 -
12343   type: "plot"
12344   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12345   algorithm: "plot_throughput_speedup_analysis"
12346   output-file-type: ".html"
12347   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12348   data: "plot-throughput-speedup-analysis-2n-skx"
12349   filter: "'NIC_Intel-XXV710' and
12350            '64B' and
12351            ('BASE' or 'SCALE') and
12352            'NDRPDR' and
12353            'IP4FWD' and
12354            not 'IPSEC' and
12355            not 'VHOST'"
12356   parameters:
12357   - "throughput"
12358   - "parent"
12359   - "tags"
12360   layout:
12361     title: ""  # No title
12362     layout: "plot-throughput-speedup-analysis"
12363
12364 -
12365   type: "plot"
12366   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12367   algorithm: "plot_throughput_speedup_analysis"
12368   output-file-type: ".html"
12369   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12370   data: "plot-throughput-speedup-analysis-2n-skx"
12371   filter: "'NIC_Intel-XXV710' and
12372            '64B' and
12373            ('BASE' or 'SCALE') and
12374            'NDRPDR' and
12375            'IP4FWD' and
12376            not 'IPSEC' and
12377            not 'VHOST'"
12378   parameters:
12379   - "throughput"
12380   - "parent"
12381   - "tags"
12382   layout:
12383     title: ""  # No title
12384     layout: "plot-throughput-speedup-analysis"
12385
12386 ################################################################################
12387
12388 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12389 -
12390   type: "plot"
12391   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12392   algorithm: "plot_throughput_speedup_analysis"
12393   output-file-type: ".html"
12394   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12395   data: "plot-throughput-speedup-analysis-3n-hsw"
12396   filter: "'NIC_Intel-X520-DA2' and
12397            '64B' and
12398            'ENCAP' and
12399            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12400            'NDRPDR' and
12401            'IP4FWD' and
12402            not 'IPSEC' and
12403            not 'VHOST'"
12404   parameters:
12405   - "throughput"
12406   - "parent"
12407   - "tags"
12408   layout:
12409     title: ""  # No title
12410     layout: "plot-throughput-speedup-analysis"
12411
12412 -
12413   type: "plot"
12414   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12415   algorithm: "plot_throughput_speedup_analysis"
12416   output-file-type: ".html"
12417   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12418   data: "plot-throughput-speedup-analysis-3n-hsw"
12419   filter: "'NIC_Intel-X520-DA2' and
12420            '64B' and
12421            'ENCAP' and
12422            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12423            'NDRPDR' and
12424            'IP4FWD' and
12425            not 'IPSEC' and
12426            not 'VHOST'"
12427   parameters:
12428   - "throughput"
12429   - "parent"
12430   - "tags"
12431   layout:
12432     title: ""  # No title
12433     layout: "plot-throughput-speedup-analysis"
12434
12435 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12436 -
12437   type: "plot"
12438   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12439   algorithm: "plot_throughput_speedup_analysis"
12440   output-file-type: ".html"
12441   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12442   data: "plot-throughput-speedup-analysis-3n-hsw"
12443   filter: "'NIC_Intel-X710' and
12444            '64B' and
12445            'ENCAP' and
12446            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12447            'NDRPDR' and
12448            'IP4FWD' and
12449            not 'IPSEC' and
12450            not 'VHOST'"
12451   parameters:
12452   - "throughput"
12453   - "parent"
12454   - "tags"
12455   layout:
12456     title: ""  # No title
12457     layout: "plot-throughput-speedup-analysis"
12458
12459 -
12460   type: "plot"
12461   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12462   algorithm: "plot_throughput_speedup_analysis"
12463   output-file-type: ".html"
12464   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12465   data: "plot-throughput-speedup-analysis-3n-hsw"
12466   filter: "'NIC_Intel-X710' and
12467            '64B' and
12468            'ENCAP' and
12469            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12470            'NDRPDR' and
12471            'IP4FWD' and
12472            not 'IPSEC' and
12473            not 'VHOST'"
12474   parameters:
12475   - "throughput"
12476   - "parent"
12477   - "tags"
12478   layout:
12479     title: ""  # No title
12480     layout: "plot-throughput-speedup-analysis"
12481
12482 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12483 -
12484   type: "plot"
12485   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12486   algorithm: "plot_throughput_speedup_analysis"
12487   output-file-type: ".html"
12488   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12489   data: "plot-throughput-speedup-analysis-3n-skx"
12490   filter: "'NIC_Intel-X710' and
12491            '64B' and
12492            'ENCAP' and
12493            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12494            'NDRPDR' and
12495            'IP4FWD' and
12496            not 'IPSEC' and
12497            not 'VHOST'"
12498   parameters:
12499   - "throughput"
12500   - "parent"
12501   - "tags"
12502   layout:
12503     title: ""  # No title
12504     layout: "plot-throughput-speedup-analysis"
12505
12506 -
12507   type: "plot"
12508   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12509   algorithm: "plot_throughput_speedup_analysis"
12510   output-file-type: ".html"
12511   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12512   data: "plot-throughput-speedup-analysis-3n-skx"
12513   filter: "'NIC_Intel-X710' and
12514            '64B' and
12515            'ENCAP' and
12516            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12517            'NDRPDR' and
12518            'IP4FWD' and
12519            not 'IPSEC' and
12520            not 'VHOST'"
12521   parameters:
12522   - "throughput"
12523   - "parent"
12524   - "tags"
12525   layout:
12526     title: ""  # No title
12527     layout: "plot-throughput-speedup-analysis"
12528
12529 ################################################################################
12530
12531 # Speedup - VPP IPv6 3n-hsw-x520
12532 -
12533   type: "plot"
12534   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12535   algorithm: "plot_throughput_speedup_analysis"
12536   output-file-type: ".html"
12537   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12538   data: "plot-throughput-speedup-analysis-3n-hsw"
12539   filter: "'NIC_Intel-X520-DA2' and
12540            '78B' and
12541            ('BASE' or 'SCALE') and
12542            'NDRPDR' and
12543            'IP6FWD' and
12544            not 'SRv6' and
12545            not 'IPSEC' and
12546            not 'VHOST'"
12547   parameters:
12548   - "throughput"
12549   - "parent"
12550   - "tags"
12551   layout:
12552     title: ""  # No title
12553     layout: "plot-throughput-speedup-analysis"
12554
12555 -
12556   type: "plot"
12557   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12558   algorithm: "plot_throughput_speedup_analysis"
12559   output-file-type: ".html"
12560   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12561   data: "plot-throughput-speedup-analysis-3n-hsw"
12562   filter: "'NIC_Intel-X520-DA2' and
12563            '78B' and
12564            ('BASE' or 'SCALE') and
12565            'NDRPDR' and
12566            'IP6FWD' and
12567            not 'SRv6' and
12568            not 'IPSEC' and
12569            not 'VHOST'"
12570   parameters:
12571   - "throughput"
12572   - "parent"
12573   - "tags"
12574   layout:
12575     title: ""  # No title
12576     layout: "plot-throughput-speedup-analysis"
12577
12578 # Speedup - VPP IPv6 3n-hsw-x710
12579 -
12580   type: "plot"
12581   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12582   algorithm: "plot_throughput_speedup_analysis"
12583   output-file-type: ".html"
12584   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12585   data: "plot-throughput-speedup-analysis-3n-hsw"
12586   filter: "'NIC_Intel-X710' and
12587            '78B' and
12588            ('BASE' or 'SCALE') and
12589            'NDRPDR' and
12590            'IP6FWD' and
12591            not 'SRv6' and
12592            not 'IPSEC' and
12593            not 'VHOST'"
12594   parameters:
12595   - "throughput"
12596   - "parent"
12597   - "tags"
12598   layout:
12599     title: ""  # No title
12600     layout: "plot-throughput-speedup-analysis"
12601
12602 -
12603   type: "plot"
12604   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12605   algorithm: "plot_throughput_speedup_analysis"
12606   output-file-type: ".html"
12607   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12608   data: "plot-throughput-speedup-analysis-3n-hsw"
12609   filter: "'NIC_Intel-X710' and
12610            '78B' and
12611            ('BASE' or 'SCALE') and
12612            'NDRPDR' and
12613            'IP6FWD' and
12614            not 'SRv6' and
12615            not 'IPSEC' and
12616            not 'VHOST'"
12617   parameters:
12618   - "throughput"
12619   - "parent"
12620   - "tags"
12621   layout:
12622     title: ""  # No title
12623     layout: "plot-throughput-speedup-analysis"
12624
12625 # Speedup - VPP IPv6 3n-hsw-xl710
12626 -
12627   type: "plot"
12628   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12629   algorithm: "plot_throughput_speedup_analysis"
12630   output-file-type: ".html"
12631   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12632   data: "plot-throughput-speedup-analysis-3n-hsw"
12633   filter: "'NIC_Intel-XL710' and
12634            '78B' and
12635            ('BASE' or 'SCALE') and
12636            'NDRPDR' and
12637            'IP6FWD' and
12638            not 'SRv6' and
12639            not 'IPSEC' and
12640            not 'VHOST'"
12641   parameters:
12642   - "throughput"
12643   - "parent"
12644   - "tags"
12645   layout:
12646     title: ""  # No title
12647     layout: "plot-throughput-speedup-analysis"
12648
12649 -
12650   type: "plot"
12651   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12652   algorithm: "plot_throughput_speedup_analysis"
12653   output-file-type: ".html"
12654   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12655   data: "plot-throughput-speedup-analysis-3n-hsw"
12656   filter: "'NIC_Intel-XL710' and
12657            '78B' and
12658            ('BASE' or 'SCALE') and
12659            'NDRPDR' and
12660            'IP6FWD' and
12661            not 'SRv6' and
12662            not 'IPSEC' and
12663            not 'VHOST'"
12664   parameters:
12665   - "throughput"
12666   - "parent"
12667   - "tags"
12668   layout:
12669     title: ""  # No title
12670     layout: "plot-throughput-speedup-analysis"
12671
12672 # Speedup - VPP IPv6 3n-skx-x710
12673 -
12674   type: "plot"
12675   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12676   algorithm: "plot_throughput_speedup_analysis"
12677   output-file-type: ".html"
12678   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12679   data: "plot-throughput-speedup-analysis-3n-skx"
12680   filter: "'NIC_Intel-X710' and
12681            '78B' and
12682            ('BASE' or 'SCALE') and
12683            'NDRPDR' and
12684            'IP6FWD' and
12685            not 'SRv6' and
12686            not 'IPSEC' and
12687            not 'VHOST'"
12688   parameters:
12689   - "throughput"
12690   - "parent"
12691   - "tags"
12692   layout:
12693     title: ""  # No title
12694     layout: "plot-throughput-speedup-analysis"
12695
12696 -
12697   type: "plot"
12698   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12699   algorithm: "plot_throughput_speedup_analysis"
12700   output-file-type: ".html"
12701   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12702   data: "plot-throughput-speedup-analysis-3n-skx"
12703   filter: "'NIC_Intel-X710' and
12704            '78B' and
12705            ('BASE' or 'SCALE') and
12706            'NDRPDR' and
12707            'IP6FWD' and
12708            not 'SRv6' and
12709            not 'IPSEC' and
12710            not 'VHOST'"
12711   parameters:
12712   - "throughput"
12713   - "parent"
12714   - "tags"
12715   layout:
12716     title: ""  # No title
12717     layout: "plot-throughput-speedup-analysis"
12718
12719 # Speedup - VPP IPv6 2n-skx-x710
12720 -
12721   type: "plot"
12722   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12723   algorithm: "plot_throughput_speedup_analysis"
12724   output-file-type: ".html"
12725   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12726   data: "plot-throughput-speedup-analysis-2n-skx"
12727   filter: "'NIC_Intel-X710' and
12728            '78B' and
12729            ('BASE' or 'SCALE') and
12730            'NDRPDR' and
12731            'IP6FWD' and
12732            not 'SRv6' and
12733            not 'IPSEC' and
12734            not 'VHOST'"
12735   parameters:
12736   - "throughput"
12737   - "parent"
12738   - "tags"
12739   layout:
12740     title: ""  # No title
12741     layout: "plot-throughput-speedup-analysis"
12742
12743 -
12744   type: "plot"
12745   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12746   algorithm: "plot_throughput_speedup_analysis"
12747   output-file-type: ".html"
12748   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12749   data: "plot-throughput-speedup-analysis-2n-skx"
12750   filter: "'NIC_Intel-X710' and
12751            '78B' and
12752            ('BASE' or 'SCALE') and
12753            'NDRPDR' and
12754            'IP6FWD' and
12755            not 'IPSEC' and
12756            not 'VHOST'"
12757   parameters:
12758   - "throughput"
12759   - "parent"
12760   - "tags"
12761   layout:
12762     title: ""  # No title
12763     layout: "plot-throughput-speedup-analysis"
12764
12765 # Speedup - VPP IPv6 2n-skx-xxv710
12766 -
12767   type: "plot"
12768   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12769   algorithm: "plot_throughput_speedup_analysis"
12770   output-file-type: ".html"
12771   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12772   data: "plot-throughput-speedup-analysis-2n-skx"
12773   filter: "'NIC_Intel-XXV710' and
12774            '78B' and
12775            ('BASE' or 'SCALE') and
12776            'NDRPDR' and
12777            'IP6FWD' and
12778            not 'SRv6' and
12779            not 'IPSEC' and
12780            not 'VHOST'"
12781   parameters:
12782   - "throughput"
12783   - "parent"
12784   - "tags"
12785   layout:
12786     title: ""  # No title
12787     layout: "plot-throughput-speedup-analysis"
12788
12789 -
12790   type: "plot"
12791   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12792   algorithm: "plot_throughput_speedup_analysis"
12793   output-file-type: ".html"
12794   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12795   data: "plot-throughput-speedup-analysis-2n-skx"
12796   filter: "'NIC_Intel-XXV710' and
12797            '78B' and
12798            ('BASE' or 'SCALE') and
12799            'NDRPDR' and
12800            'IP6FWD' and
12801            not 'SRv6' and
12802            not 'IPSEC' and
12803            not 'VHOST'"
12804   parameters:
12805   - "throughput"
12806   - "parent"
12807   - "tags"
12808   layout:
12809     title: ""  # No title
12810     layout: "plot-throughput-speedup-analysis"
12811
12812 ################################################################################
12813
12814 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12815 -
12816   type: "plot"
12817   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12818   algorithm: "plot_throughput_speedup_analysis"
12819   output-file-type: ".html"
12820   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12821   data: "plot-throughput-speedup-analysis-3n-hsw"
12822   filter: "'NIC_Intel-X520-DA2' and
12823            '78B' and
12824            'ENCAP' and
12825            'NDRPDR' and
12826            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12827            not 'VHOST'"
12828   parameters:
12829   - "throughput"
12830   - "parent"
12831   - "tags"
12832   layout:
12833     title: ""  # No title
12834     layout: "plot-throughput-speedup-analysis"
12835
12836 -
12837   type: "plot"
12838   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12839   algorithm: "plot_throughput_speedup_analysis"
12840   output-file-type: ".html"
12841   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12842   data: "plot-throughput-speedup-analysis-3n-hsw"
12843   filter: "'NIC_Intel-X520-DA2' and
12844            '78B' and
12845            'ENCAP' and
12846            'NDRPDR' and
12847            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12848            not 'VHOST'"
12849   parameters:
12850   - "throughput"
12851   - "parent"
12852   - "tags"
12853   layout:
12854     title: ""  # No title
12855     layout: "plot-throughput-speedup-analysis"
12856
12857 ################################################################################
12858
12859 # Speedup - VPP IPSec 3n-hsw-xl710
12860 -
12861   type: "plot"
12862   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12863   algorithm: "plot_throughput_speedup_analysis"
12864   output-file-type: ".html"
12865   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12866   data: "plot-throughput-speedup-analysis-3n-hsw"
12867   filter: "'NIC_Intel-XL710' and
12868            '64B' and
12869            'IP4FWD' and
12870            'NDRPDR' and
12871            'IPSECHW' and
12872            ('IPSECTRAN' or 'IPSECTUN') and
12873            not 'VHOST'"
12874   parameters:
12875   - "throughput"
12876   - "parent"
12877   - "tags"
12878   layout:
12879     title: ""  # No title
12880     layout: "plot-throughput-speedup-analysis"
12881
12882 -
12883   type: "plot"
12884   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12885   algorithm: "plot_throughput_speedup_analysis"
12886   output-file-type: ".html"
12887   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12888   data: "plot-throughput-speedup-analysis-3n-hsw"
12889   filter: "'NIC_Intel-XL710' and
12890            '64B' and
12891            'IP4FWD' and
12892            'NDRPDR' and
12893            'IPSECHW' and
12894            ('IPSECTRAN' or 'IPSECTUN') and
12895            not 'VHOST'"
12896   parameters:
12897   - "throughput"
12898   - "parent"
12899   - "tags"
12900   layout:
12901     title: ""  # No title
12902     layout: "plot-throughput-speedup-analysis"
12903
12904 ################################################################################
12905
12906 # Speedup - VPP SRv6 3n-hsw-x520
12907 -
12908   type: "plot"
12909   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12910   algorithm: "plot_throughput_speedup_analysis"
12911   output-file-type: ".html"
12912   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12913   data: "plot-throughput-speedup-analysis-3n-hsw"
12914   filter: "'NIC_Intel-X520-DA2' and
12915            '78B' and
12916            'FEATURE' and
12917            'NDRPDR' and
12918            'IP6FWD' and
12919            'SRv6'"
12920   parameters:
12921   - "throughput"
12922   - "parent"
12923   - "tags"
12924   layout:
12925     title: ""  # No title
12926     layout: "plot-throughput-speedup-analysis"
12927
12928 -
12929   type: "plot"
12930   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12931   algorithm: "plot_throughput_speedup_analysis"
12932   output-file-type: ".html"
12933   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12934   data: "plot-throughput-speedup-analysis-3n-hsw"
12935   filter: "'NIC_Intel-X520-DA2' and
12936            '78B' and
12937            'FEATURE' and
12938            'NDRPDR' and
12939            'IP6FWD' and
12940            'SRv6'"
12941   parameters:
12942   - "throughput"
12943   - "parent"
12944   - "tags"
12945   layout:
12946     title: ""  # No title
12947     layout: "plot-throughput-speedup-analysis"
12948
12949 ################################################################################
12950
12951 # Speedup - VPP L2 3n-hsw-x520
12952 -
12953   type: "plot"
12954   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12955   algorithm: "plot_throughput_speedup_analysis"
12956   output-file-type: ".html"
12957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12958   data: "plot-throughput-speedup-analysis-3n-hsw"
12959   filter: "'NIC_Intel-X520-DA2' and
12960            '64B' and
12961            ('BASE' or 'SCALE') and
12962            'NDRPDR' and
12963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12964            not 'VHOST' and
12965            not 'MEMIF'"
12966   parameters:
12967   - "throughput"
12968   - "parent"
12969   - "tags"
12970   layout:
12971     title: ""  # No title
12972     layout: "plot-throughput-speedup-analysis"
12973
12974 -
12975   type: "plot"
12976   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12977   algorithm: "plot_throughput_speedup_analysis"
12978   output-file-type: ".html"
12979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12980   data: "plot-throughput-speedup-analysis-3n-hsw"
12981   filter: "'NIC_Intel-X520-DA2' and
12982            '64B' and
12983            ('BASE' or 'SCALE') and
12984            'NDRPDR' and
12985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12986            not 'VHOST' and
12987            not 'MEMIF'"
12988   parameters:
12989   - "throughput"
12990   - "parent"
12991   - "tags"
12992   layout:
12993     title: ""  # No title
12994     layout: "plot-throughput-speedup-analysis"
12995
12996 -
12997   type: "plot"
12998   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12999   algorithm: "plot_throughput_speedup_analysis"
13000   output-file-type: ".html"
13001   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13002   data: "plot-throughput-speedup-analysis-3n-hsw"
13003   filter: "'NIC_Intel-X520-DA2' and
13004            '64B' and
13005            'FEATURE' and
13006            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13007            'NDRPDR' and
13008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13009            not 'VHOST' and
13010            not 'MEMIF'"
13011   parameters:
13012   - "throughput"
13013   - "parent"
13014   - "tags"
13015   layout:
13016     title: ""  # No title
13017     layout: "plot-throughput-speedup-analysis"
13018
13019 -
13020   type: "plot"
13021   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13022   algorithm: "plot_throughput_speedup_analysis"
13023   output-file-type: ".html"
13024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13025   data: "plot-throughput-speedup-analysis-3n-hsw"
13026   filter: "'NIC_Intel-X520-DA2' and
13027            '64B' and
13028            'FEATURE' and
13029            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13030            'NDRPDR' and
13031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13032            not 'VHOST' and
13033            not 'MEMIF'"
13034   parameters:
13035   - "throughput"
13036   - "parent"
13037   - "tags"
13038   layout:
13039     title: ""  # No title
13040     layout: "plot-throughput-speedup-analysis"
13041
13042 # Speedup - VPP L2 3n-hsw-x710
13043 -
13044   type: "plot"
13045   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13046   algorithm: "plot_throughput_speedup_analysis"
13047   output-file-type: ".html"
13048   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13049   data: "plot-throughput-speedup-analysis-3n-hsw"
13050   filter: "'NIC_Intel-X710' and
13051            '64B' and
13052            ('BASE' or 'SCALE') and
13053            'NDRPDR' and
13054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13055            not 'VHOST' and
13056            not 'MEMIF'"
13057   parameters:
13058   - "throughput"
13059   - "parent"
13060   - "tags"
13061   layout:
13062     title: ""  # No title
13063     layout: "plot-throughput-speedup-analysis"
13064
13065 -
13066   type: "plot"
13067   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13068   algorithm: "plot_throughput_speedup_analysis"
13069   output-file-type: ".html"
13070   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13071   data: "plot-throughput-speedup-analysis-3n-hsw"
13072   filter: "'NIC_Intel-X710' and
13073            '64B' and
13074            ('BASE' or 'SCALE') and
13075            'NDRPDR' and
13076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13077            not 'VHOST' and
13078            not 'MEMIF'"
13079   parameters:
13080   - "throughput"
13081   - "parent"
13082   - "tags"
13083   layout:
13084     title: ""  # No title
13085     layout: "plot-throughput-speedup-analysis"
13086
13087 -
13088   type: "plot"
13089   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13090   algorithm: "plot_throughput_speedup_analysis"
13091   output-file-type: ".html"
13092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13093   data: "plot-throughput-speedup-analysis-3n-hsw"
13094   filter: "'NIC_Intel-X710' and
13095            '64B' and
13096            'FEATURE' and
13097            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13098            'NDRPDR' and
13099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13100            not 'VHOST' and
13101            not 'MEMIF'"
13102   parameters:
13103   - "throughput"
13104   - "parent"
13105   - "tags"
13106   layout:
13107     title: ""  # No title
13108     layout: "plot-throughput-speedup-analysis"
13109
13110 -
13111   type: "plot"
13112   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13113   algorithm: "plot_throughput_speedup_analysis"
13114   output-file-type: ".html"
13115   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13116   data: "plot-throughput-speedup-analysis-3n-hsw"
13117   filter: "'NIC_Intel-X710' and
13118            '64B' and
13119            'FEATURE' and
13120            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13121            'NDRPDR' and
13122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13123            not 'VHOST' and
13124            not 'MEMIF'"
13125   parameters:
13126   - "throughput"
13127   - "parent"
13128   - "tags"
13129   layout:
13130     title: ""  # No title
13131     layout: "plot-throughput-speedup-analysis"
13132
13133 # Speedup - VPP L2 3n-hsw-xl710
13134 -
13135   type: "plot"
13136   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13137   algorithm: "plot_throughput_speedup_analysis"
13138   output-file-type: ".html"
13139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13140   data: "plot-throughput-speedup-analysis-3n-hsw"
13141   filter: "'NIC_Intel-XL710' and
13142            '64B' and
13143            ('BASE' or 'SCALE') and
13144            'NDRPDR' and
13145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13146            not 'VHOST' and
13147            not 'MEMIF'"
13148   parameters:
13149   - "throughput"
13150   - "parent"
13151   - "tags"
13152   layout:
13153     title: ""  # No title
13154     layout: "plot-throughput-speedup-analysis"
13155
13156 -
13157   type: "plot"
13158   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13159   algorithm: "plot_throughput_speedup_analysis"
13160   output-file-type: ".html"
13161   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13162   data: "plot-throughput-speedup-analysis-3n-hsw"
13163   filter: "'NIC_Intel-XL710' and
13164            '64B' and
13165            ('BASE' or 'SCALE') and
13166            'NDRPDR' and
13167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13168            not 'VHOST' and
13169            not 'MEMIF'"
13170   parameters:
13171   - "throughput"
13172   - "parent"
13173   - "tags"
13174   layout:
13175     title: ""  # No title
13176     layout: "plot-throughput-speedup-analysis"
13177
13178 # Speedup - VPP L2 3n-skx-x710
13179 -
13180   type: "plot"
13181   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13182   algorithm: "plot_throughput_speedup_analysis"
13183   output-file-type: ".html"
13184   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13185   data: "plot-throughput-speedup-analysis-3n-skx"
13186   filter: "'NIC_Intel-X710' and
13187            '64B' and
13188            ('BASE' or 'SCALE') and
13189            'NDRPDR' and
13190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13191            not 'VHOST' and
13192            not 'MEMIF'"
13193   parameters:
13194   - "throughput"
13195   - "parent"
13196   - "tags"
13197   layout:
13198     title: ""  # No title
13199     layout: "plot-throughput-speedup-analysis"
13200
13201 -
13202   type: "plot"
13203   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13204   algorithm: "plot_throughput_speedup_analysis"
13205   output-file-type: ".html"
13206   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13207   data: "plot-throughput-speedup-analysis-3n-skx"
13208   filter: "'NIC_Intel-X710' and
13209            '64B' and
13210            ('BASE' or 'SCALE') and
13211            'NDRPDR' and
13212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13213            not 'VHOST' and
13214            not 'MEMIF'"
13215   parameters:
13216   - "throughput"
13217   - "parent"
13218   - "tags"
13219   layout:
13220     title: ""  # No title
13221     layout: "plot-throughput-speedup-analysis"
13222
13223 -
13224   type: "plot"
13225   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13226   algorithm: "plot_throughput_speedup_analysis"
13227   output-file-type: ".html"
13228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13229   data: "plot-throughput-speedup-analysis-3n-skx"
13230   filter: "'NIC_Intel-X710' and
13231            '64B' and
13232            'FEATURE' and
13233            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13234            'NDRPDR' and
13235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13236            not 'VHOST' and
13237            not 'MEMIF'"
13238   parameters:
13239   - "throughput"
13240   - "parent"
13241   - "tags"
13242   layout:
13243     title: ""  # No title
13244     layout: "plot-throughput-speedup-analysis"
13245
13246 -
13247   type: "plot"
13248   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13249   algorithm: "plot_throughput_speedup_analysis"
13250   output-file-type: ".html"
13251   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13252   data: "plot-throughput-speedup-analysis-3n-skx"
13253   filter: "'NIC_Intel-X710' and
13254            '64B' and
13255            'FEATURE' and
13256            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13257            'NDRPDR' and
13258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13259            not 'VHOST' and
13260            not 'MEMIF'"
13261   parameters:
13262   - "throughput"
13263   - "parent"
13264   - "tags"
13265   layout:
13266     title: ""  # No title
13267     layout: "plot-throughput-speedup-analysis"
13268
13269 # Speedup - VPP L2 3n-skx-xxv710
13270 -
13271   type: "plot"
13272   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13273   algorithm: "plot_throughput_speedup_analysis"
13274   output-file-type: ".html"
13275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13276   data: "plot-throughput-speedup-analysis-3n-skx"
13277   filter: "'NIC_Intel-XXV710' and
13278            '64B' and
13279            ('BASE' or 'SCALE') and
13280            'NDRPDR' and
13281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13282            not 'VHOST' and
13283            not 'MEMIF'"
13284   parameters:
13285   - "throughput"
13286   - "parent"
13287   - "tags"
13288   layout:
13289     title: ""  # No title
13290     layout: "plot-throughput-speedup-analysis"
13291
13292 -
13293   type: "plot"
13294   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13295   algorithm: "plot_throughput_speedup_analysis"
13296   output-file-type: ".html"
13297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13298   data: "plot-throughput-speedup-analysis-3n-skx"
13299   filter: "'NIC_Intel-XXV710' and
13300            '64B' and
13301            ('BASE' or 'SCALE') and
13302            'NDRPDR' and
13303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13304            not 'VHOST' and
13305            not 'MEMIF'"
13306   parameters:
13307   - "throughput"
13308   - "parent"
13309   - "tags"
13310   layout:
13311     title: ""  # No title
13312     layout: "plot-throughput-speedup-analysis"
13313
13314 # Speedup - VPP L2 2n-skx-x710
13315 -
13316   type: "plot"
13317   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13318   algorithm: "plot_throughput_speedup_analysis"
13319   output-file-type: ".html"
13320   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13321   data: "plot-throughput-speedup-analysis-2n-skx"
13322   filter: "'NIC_Intel-X710' and
13323            '64B' and
13324            ('BASE' or 'SCALE') and
13325            'NDRPDR' and
13326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13327            not 'VHOST' and
13328            not 'MEMIF'"
13329   parameters:
13330   - "throughput"
13331   - "parent"
13332   - "tags"
13333   layout:
13334     title: ""  # No title
13335     layout: "plot-throughput-speedup-analysis"
13336
13337 -
13338   type: "plot"
13339   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13340   algorithm: "plot_throughput_speedup_analysis"
13341   output-file-type: ".html"
13342   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13343   data: "plot-throughput-speedup-analysis-2n-skx"
13344   filter: "'NIC_Intel-X710' and
13345            '64B' and
13346            ('BASE' or 'SCALE') and
13347            'NDRPDR' and
13348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13349            not 'VHOST' and
13350            not 'MEMIF'"
13351   parameters:
13352   - "throughput"
13353   - "parent"
13354   - "tags"
13355   layout:
13356     title: ""  # No title
13357     layout: "plot-throughput-speedup-analysis"
13358
13359 # Speedup - VPP L2 2n-skx-xxv710
13360 -
13361   type: "plot"
13362   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13363   algorithm: "plot_throughput_speedup_analysis"
13364   output-file-type: ".html"
13365   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13366   data: "plot-throughput-speedup-analysis-2n-skx"
13367   filter: "'NIC_Intel-XXV710' and
13368            '64B' and
13369            ('BASE' or 'SCALE') and
13370            'NDRPDR' and
13371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13372            not 'VHOST' and
13373            not 'MEMIF'"
13374   parameters:
13375   - "throughput"
13376   - "parent"
13377   - "tags"
13378   layout:
13379     title: ""  # No title
13380     layout: "plot-throughput-speedup-analysis"
13381
13382 -
13383   type: "plot"
13384   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13385   algorithm: "plot_throughput_speedup_analysis"
13386   output-file-type: ".html"
13387   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13388   data: "plot-throughput-speedup-analysis-2n-skx"
13389   filter: "'NIC_Intel-XXV710' and
13390            '64B' and
13391            ('BASE' or 'SCALE') and
13392            'NDRPDR' and
13393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13394            not 'VHOST' and
13395            not 'MEMIF'"
13396   parameters:
13397   - "throughput"
13398   - "parent"
13399   - "tags"
13400   layout:
13401     title: ""  # No title
13402     layout: "plot-throughput-speedup-analysis"
13403
13404 ################################################################################
13405
13406 # Speedup - VPP vhost ip4 3n-hsw-x520
13407 -
13408   type: "plot"
13409   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13410   algorithm: "plot_throughput_speedup_analysis"
13411   output-file-type: ".html"
13412   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13413   data: "plot-throughput-speedup-analysis-3n-hsw"
13414   filter: "'NIC_Intel-X520-DA2' and
13415            '64B' and
13416            'NDRPDR' and
13417            'VHOST' and
13418            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13419   parameters:
13420   - "throughput"
13421   - "parent"
13422   - "tags"
13423   layout:
13424     title: ""  # No title
13425     layout: "plot-throughput-speedup-analysis"
13426
13427 -
13428   type: "plot"
13429   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13430   algorithm: "plot_throughput_speedup_analysis"
13431   output-file-type: ".html"
13432   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13433   data: "plot-throughput-speedup-analysis-3n-hsw"
13434   filter: "'NIC_Intel-X520-DA2' and
13435            '64B' and
13436            'NDRPDR' and
13437            'VHOST' and
13438            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13439   parameters:
13440   - "throughput"
13441   - "parent"
13442   - "tags"
13443   layout:
13444     title: ""  # No title
13445     layout: "plot-throughput-speedup-analysis"
13446
13447 # Speedup - VPP vhost l2sw 3n-hsw-x520
13448 -
13449   type: "plot"
13450   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13451   algorithm: "plot_throughput_speedup_analysis"
13452   output-file-type: ".html"
13453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13454   data: "plot-throughput-speedup-analysis-3n-hsw"
13455   filter: "'NIC_Intel-X520-DA2' and
13456            '64B' and
13457            'NDRPDR' and
13458            'VHOST' and
13459            not 'VXLAN' and
13460            not 'IP4FWD' and
13461            not 'DOT1Q' and
13462            not '2VM'"
13463   parameters:
13464   - "throughput"
13465   - "parent"
13466   - "tags"
13467   layout:
13468     title: ""  # No title
13469     layout: "plot-throughput-speedup-analysis"
13470
13471 -
13472   type: "plot"
13473   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13474   algorithm: "plot_throughput_speedup_analysis"
13475   output-file-type: ".html"
13476   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13477   data: "plot-throughput-speedup-analysis-3n-hsw"
13478   filter: "'NIC_Intel-X520-DA2' and
13479            '64B' and
13480            'NDRPDR' and
13481            'VHOST' and
13482            not 'VXLAN' and
13483            not 'IP4FWD' and
13484            not 'DOT1Q' and
13485            not '2VM'"
13486   parameters:
13487   - "throughput"
13488   - "parent"
13489   - "tags"
13490   layout:
13491     title: ""  # No title
13492     layout: "plot-throughput-speedup-analysis"
13493
13494 # Speedup - VPP vhost ip4 3n-hsw-x710
13495 -
13496   type: "plot"
13497   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13498   algorithm: "plot_throughput_speedup_analysis"
13499   output-file-type: ".html"
13500   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13501   data: "plot-throughput-speedup-analysis-3n-hsw"
13502   filter: "'NIC_Intel-X710' and
13503            '64B' and
13504            'NDRPDR' and
13505            'VHOST' and
13506            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13507   parameters:
13508   - "throughput"
13509   - "parent"
13510   - "tags"
13511   layout:
13512     title: ""  # No title
13513     layout: "plot-throughput-speedup-analysis"
13514
13515 -
13516   type: "plot"
13517   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13518   algorithm: "plot_throughput_speedup_analysis"
13519   output-file-type: ".html"
13520   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13521   data: "plot-throughput-speedup-analysis-3n-hsw"
13522   filter: "'NIC_Intel-X710' and
13523            '64B' and
13524            'NDRPDR' and
13525            'VHOST' and
13526            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13527   parameters:
13528   - "throughput"
13529   - "parent"
13530   - "tags"
13531   layout:
13532     title: ""  # No title
13533     layout: "plot-throughput-speedup-analysis"
13534
13535 # Speedup - VPP vhost l2sw 3n-hsw-x710
13536 -
13537   type: "plot"
13538   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13539   algorithm: "plot_throughput_speedup_analysis"
13540   output-file-type: ".html"
13541   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13542   data: "plot-throughput-speedup-analysis-3n-hsw"
13543   filter: "'NIC_Intel-X710' and
13544            '64B' and
13545            'NDRPDR' and
13546            'VHOST' and
13547            not 'VXLAN' and
13548            not 'IP4FWD' and
13549            not 'DOT1Q' and
13550            not '2VM'"
13551   parameters:
13552   - "throughput"
13553   - "parent"
13554   - "tags"
13555   layout:
13556     title: ""  # No title
13557     layout: "plot-throughput-speedup-analysis"
13558
13559 -
13560   type: "plot"
13561   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13562   algorithm: "plot_throughput_speedup_analysis"
13563   output-file-type: ".html"
13564   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13565   data: "plot-throughput-speedup-analysis-3n-hsw"
13566   filter: "'NIC_Intel-X710' and
13567            '64B' and
13568            'NDRPDR' and
13569            'VHOST' and
13570            not 'VXLAN' and
13571            not 'IP4FWD' and
13572            not 'DOT1Q' and
13573            not '2VM'"
13574   parameters:
13575   - "throughput"
13576   - "parent"
13577   - "tags"
13578   layout:
13579     title: ""  # No title
13580     layout: "plot-throughput-speedup-analysis"
13581
13582 # Speedup - VPP vhost ip4 3n-hsw-xl710
13583 -
13584   type: "plot"
13585   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13586   algorithm: "plot_throughput_speedup_analysis"
13587   output-file-type: ".html"
13588   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13589   data: "plot-throughput-speedup-analysis-3n-hsw"
13590   filter: "'NIC_Intel-XL710' and
13591            '64B' and
13592            'NDRPDR' and
13593            'VHOST' and
13594            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13595   parameters:
13596   - "throughput"
13597   - "parent"
13598   - "tags"
13599   layout:
13600     title: ""  # No title
13601     layout: "plot-throughput-speedup-analysis"
13602
13603 -
13604   type: "plot"
13605   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13606   algorithm: "plot_throughput_speedup_analysis"
13607   output-file-type: ".html"
13608   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13609   data: "plot-throughput-speedup-analysis-3n-hsw"
13610   filter: "'NIC_Intel-XL710' and
13611            '64B' and
13612            'NDRPDR' and
13613            'VHOST' and
13614            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13615   parameters:
13616   - "throughput"
13617   - "parent"
13618   - "tags"
13619   layout:
13620     title: ""  # No title
13621     layout: "plot-throughput-speedup-analysis"
13622
13623 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13624 -
13625   type: "plot"
13626   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13627   algorithm: "plot_throughput_speedup_analysis"
13628   output-file-type: ".html"
13629   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13630   data: "plot-throughput-speedup-analysis-3n-hsw"
13631   filter: "'NIC_Intel-XL710' and
13632            '64B' and
13633            'NDRPDR' and
13634            'VHOST' and
13635            not 'VXLAN' and
13636            not 'IP4FWD' and
13637            not 'DOT1Q' and
13638            not '2VM'"
13639   parameters:
13640   - "throughput"
13641   - "parent"
13642   - "tags"
13643   layout:
13644     title: ""  # No title
13645     layout: "plot-throughput-speedup-analysis"
13646
13647 -
13648   type: "plot"
13649   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13650   algorithm: "plot_throughput_speedup_analysis"
13651   output-file-type: ".html"
13652   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13653   data: "plot-throughput-speedup-analysis-3n-hsw"
13654   filter: "'NIC_Intel-XL710' and
13655            '64B' and
13656            'NDRPDR' and
13657            'VHOST' and
13658            not 'VXLAN' and
13659            not 'IP4FWD' and
13660            not 'DOT1Q' and
13661            not '2VM'"
13662   parameters:
13663   - "throughput"
13664   - "parent"
13665   - "tags"
13666   layout:
13667     title: ""  # No title
13668     layout: "plot-throughput-speedup-analysis"
13669
13670 # Speedup - VPP vhost l2sw 3n-hsw-x520
13671 -
13672   type: "plot"
13673   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13674   algorithm: "plot_throughput_speedup_analysis"
13675   output-file-type: ".html"
13676   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13677   data: "plot-throughput-speedup-analysis-3n-hsw"
13678   filter: "'NIC_Intel-X520-DA2' and
13679            '114B' and
13680            'NDRPDR' and
13681            'VTS'"
13682   parameters:
13683   - "throughput"
13684   - "parent"
13685   - "tags"
13686   layout:
13687     title: ""  # No title
13688     layout: "plot-throughput-speedup-analysis"
13689
13690 -
13691   type: "plot"
13692   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13693   algorithm: "plot_throughput_speedup_analysis"
13694   output-file-type: ".html"
13695   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13696   data: "plot-throughput-speedup-analysis-3n-hsw"
13697   filter: "'NIC_Intel-X520-DA2' and
13698            '114B' and
13699            'NDRPDR' and
13700            'VTS'"
13701   parameters:
13702   - "throughput"
13703   - "parent"
13704   - "tags"
13705   layout:
13706     title: ""  # No title
13707     layout: "plot-throughput-speedup-analysis"